/**
 * @file
 * Subtheme specific CSS.
 */


@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* layout */
#page {
  display: flex;
  flex-direction: column;
}


#main {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


.featured-top {
  margin-top: 1.5rem;
}


#block-taitrovatruyenthongmarquee {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


.featured-top__inner {
  padding-top: 0px;
  padding-bottom: 0px;
}


#block-taitrovatruyenthongmarquee .frontpage-title {
  margin-bottom: 1rem;
  color: var(--link-topic-color);
}


#block-dangkythamduvataitro {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


/* Bootstrap custom */
.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}


.mx-6 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}


.m-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}


.mt-6 {
  margin-top: 4rem !important;
}


.mb-6 {
  margin-bottom: 4rem !important;
}


.ms-6 {
  margin-left: 4rem !important;
}


.me-6 {
  margin-right: 4rem !important;
}


body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: normal;
  margin: 0px;
}


.site-footer {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-style: normal;
}


#navbar-main .navbar-toggler {
  z-index: 10;
}


#main-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}


#main-logo img {
  max-width: 100%;
  object-fit: fill;
  max-height: 120px;
}


.site-footer {
  background-image: url(../images/vic-2025-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}


.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* màu đen với độ mờ 50% */
  z-index: 1;
}


.site-footer__bottom {
  border: none !important;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 0px !important;
  position: relative;
  z-index: 9;
}


.site-footer__bottom .region {
  margin-top: 0px;
}


.site-footer__bottom .content {
  padding: 0px;
}


#content .section h1.title {
  font-size: 2rem;
  text-align: center;
  color: #f26c4f;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}


.field--name-field-anh-dai-dien img {
  max-width: 100%;
  height: auto;
}


.col-img img {
  width: 100%;
  height: auto;
}


.site-footer .content {
  color: #fff;
}


#slogan {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  width: 80%;
}


#slogan span {
  white-space: normal;
}


.introduce {
  background: url(../images/gioi-thieu1.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
}


.introduce .content {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
}


.table-agenda > td img {
  height: auto;
  width: 100%;
}


.frontpage-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: var(--text-topic-color);
  background-clip: text;
  color: transparent;
}


#program-title {
  color: var(--link-topic-color);
  font-size: 35px;
}


#sponsor-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: var(--text-topic-color);
  background-clip: text;
  color: transparent;
}


#speaker-title {
  color: #fff;
}


.program-block,
.date-block {
  border-radius: 15px;
  min-height: 150px;
  font-size: 18px;
  display: flex;
  align-items: center;
}


.date-block {
  background: var(--topic-color);
  color: #fff;
  justify-content: center;
  font-weight: bold;
}


.program-block {
  background: #e6e7e8;
  box-shadow: 1px 0.1px 10px 0px rgba(0, 0, 0, 0.22) inset;
  font-weight: bold;
}


#slick-views-danh-sach-tai-tro-block-block-block-1-2
  .views-field-field-logo
  img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}




#slick-views-danh-sach-tai-tro-block-block-block-1-3
  .views-field-field-logo
  img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: contain;
}






#block-views-block-danh-sach-tai-tro-block-block-1 {
  margin: 30px 0;
  padding: 30px 0;
}


.modal-cell {
  box-shadow: inset 0 0 0 2px #f37032 !important;
  cursor: pointer;
}


.modal-cell:hover {
  background-color: rgba(243, 112, 50, 10%);
}


#block-languageswitcher {
  z-index: 10;
  position: absolute;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: center;
}


#block-languageswitcher .is-active {
  display: none;
}


#block-languageswitcher .nav-link {
  padding: 0;
}


#block-languageswitcher .language-link {
  color: white;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}


.view-danh-sach-tai-tro .field-content {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}


.view-danh-sach-tai-tro .views-row {
  padding: 1rem;
}


.col-lg-3 .col-md-4 .col-sm-6 .m-3 {
  margin: 0px !important;
}


#nav-agenda table td img {
  width: 100px;
  aspect-ratio: 1/1;
  height: auto;
  border-radius: 10px;
}


.tab-content .modal-content img {
  width: 100px;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 10px;
}


#block-bootstrap-barrio-subtheme-main-menu .navbar-nav .nav-item .nav-link,
#block-bootstrap-barrio-subtheme-main-menu
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item
  a {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: auto;
}


#block-bootstrap-barrio-subtheme-main-menu
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item
  a {
  color: var(--link-topic-color);
}


#block-bootstrap-barrio-subtheme-main-menu
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item:hover
  a {
  color: #f37032;
}


#block-bootstrap-barrio-subtheme-main-menu
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item.active
  a {
  color: #f37032;
}


.dropdown-item.active,
.dropdown-item:active {
  background: var(--bs-dropdown-link-hover-bg);
}


#block-bootstrap-barrio-subtheme-main-menu .navbar-nav .nav-item {
  cursor: pointer;
}


.field--name-title {
  text-transform: uppercase;
}


.slick-next {
  right: 10px !important;
}


.slick-prev {
  left: 10px !important;
}


#nav-agenda .table td p {
  margin: 0px;
  line-height: normal;
}


#slick-views-anh-tren-trang-chu-block-block-1-1 .slick-list {
  border-radius: 6px;
}


.views-field-field-logo img {
  max-height: 140px;
  width: auto;
}


.term-13 img {
  height: 140px;
  width: auto;
}


.term-13 img,
.term-5 img,
.term-9 img,
.term-11 img,
.term-15 img,
.term-16 img,
.term-2 img,
.term-1 img,
.term-7 img,
.term-3 img {
  object-fit: contain;
  aspect-ratio: 2/1;
  height: auto;
}


.term-3 img {
  width: 100%;
}


.term-1 img {
  width: 85%;
}


.term-2 img {
  width: 70%;
}


.term-5 img,
.term-9 img,
.term-11 img,
.term-15 img,
.term-16 img {
  width: 55%;
}


.term-3 {
  font-size: 20px;
}


.term-7 {
  font-size: 18px;
}


.term-1 {
  font-size: 16px;
}


.term-2,
.term-5,
.term-9,
.term-11,
.term-15,
.term-16 {
  font-size: 14px;
}


.sponsor-term {
  text-transform: uppercase;
  font-weight: 800;
  color: #f37032;
  font-size: 1.5rem;
}


.views-field-field-tentochuc a {
  text-decoration: none;
  color: var(--link-topic-color);
}


.views-field-field-tentochuc a:hover {
  color: #f37032;
}


.table-agenda tr td:nth-child(1),
.table-agenda th td:nth-child(1) {
  width: 15% !important;
}


.table-agenda tr td:nth-child(2),
.table-agenda th td:nth-child(2) {
  width: 35% !important;
}


.table-agenda tr td:nth-child(3),
.table-agenda th td:nth-child(3) {
  width: 50% !important;
}


.photo-column {
  padding-right: 15px;
  padding-left: 15px;
}


#views-bootstrap-anh-workshop-sinh-vien-page-1
  .views-field-field-workshop-sinh-vien,
#views-bootstrap-anh-hoi-nghi-vnnic-internet-conference-page-1
  .views-field-field-anh-hoi-nghi-vic,
#views-bootstrap-anh-workshop-an-toan-dinh-tuyen-page-1
  .views-field-field-workshop-an-toan-dinh-tuye {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}


#views-bootstrap-anh-workshop-sinh-vien-page-1
  .views-field-field-workshop-sinh-vien
  img,
#views-bootstrap-anh-hoi-nghi-vnnic-internet-conference-page-1
  .views-field-field-anh-hoi-nghi-vic
  img,
#views-bootstrap-anh-workshop-an-toan-dinh-tuyen-page-1
  .views-field-field-workshop-an-toan-dinh-tuye
  img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 4px;
  width: 450px;
  height: 300px;
  object-fit: contain;
}


.m-3 {
  margin: 0px !important;
}


/* Navbar */
.navbar {
  padding-right: 12px;
  padding-left: 12px;
}


#header {
  background: #0a1c2e;
}


.navbar-nav {
  width: 100%;
  padding-right: 100px;
}


/*Update Header content*/
.logo-homepage {
  width: 100%;
  max-width: 450px;
  aspect-ratio: 21/9;
  height: auto;
}


/* page-header-banner */


.header_banner {
  width: 100%;
}


.page-header-banner {
  width: 100%;
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}


.page-header-banner-sponsors {
  background-image: url(../images/nha-tai-tro.jpg);
}


.page-header-banner-agenda {
  background-image: url(../images/chuong-trinh.png);
}


.page-header-banner-venue {
  background-image: url(../images/dia-diem.webp);
}


.page-header-banner-speakers {
  background-image: url(../images/speakers.jpg);
  background-position: bottom;
}


.page-header-banner-text-space {
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  z-index: 3;
}


.page-header-banner-text-space--agenda {
  padding: 20px 0px;
}


.agenda-fade {
  opacity: 0;
  animation: fade-in-out 5s linear forwards;
}


@keyframes fade-in-out {
  25% {
    opacity: 1;
  }


  75% {
    opacity: 1;
  }


  100% {
    opacity: 0;
  }
}


.page-header-banner-text-titlte {
  margin: 0px;
  font-weight: 600;
  color: white;
  text-align: center;
}


.page-header-banner-text-content {
  font-size: 16px;
  margin: 0px;
  color: white;
  font-weight: 500;
  text-align: center;
}


.page-header-banner-layout-space {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
}


/* vanue-content */
.vanue-content-space {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(59 59 59 / 25%);
  border-radius: 12px;
}


.vanue-content-title-space {
  padding: 10px;
  text-align: start;
  border-bottom: 1px solid rgba(59 59 59 / 25%);
}


.vanue-content-title {
  margin: 0px;
  color: var(--link-topic-color);
  font-weight: 700;
}


.vanue-content-detail-space {
  display: flex;
  padding: 10px;
  flex-direction: column;
  gap: 4px;
  text-align: start;
}


.vanue-content-detail-location {
  margin: 0px;
  font-weight: 500;
  text-align: justify;
}


.vanue-content-detail-contact-title {
  margin: 0px;
  display: inline;
  font-weight: 500;
}


.vanue-content-detail-contact-phone {
  margin: 0px;
  color: #db2028;
  display: inline;
}


.vanue-content-detail-book-now-space {
  display: flex;
  justify-content: start;
  margin: 6px 0px;
}


.vanue-content-detail-book-now-btn {
  background: var(--topic-color);
  width: auto;
  height: auto;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}


.vanue-content-detail-book-now {
  color: white;
  padding: 6px 14px;
  line-height: normal;
  text-decoration: none;
}


.vanue-content-detail-book-now-btn:hover {
  border: 1px solid var(--vnnic-color);
  background: white;
}


.vanue-content-detail-book-now-btn:hover .vanue-content-detail-book-now {
  color: var(--link-topic-color);
}


.vanue-content-detail-hotel-detail-space {
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: auto;
}


.vanue-content-detail-hotel-detail-map {
  color: rgba(59 59 59 / 80%);
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}


.vanue-content-detail-hotel-detail-line {
  display: none;
}


.vanue-content-detail-hotel-image-space {
  width: 100%;
  display: flex;
  justify-content: start;
  margin: 0px 0px 10px 0px;
}


.vanue-content-detail-hotel-image {
}


.vanue-content-detail-contact {
  text-align: justify;
}


.vanue-content-detail-contact-texthighlight {
  color: var(--link-topic-color);
  font-weight: 600;
  text-decoration: underline;
}

/* album */
.album-event-image-style img {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}

#cboxLoadedContent img{
  max-width: 1000px!important;
  max-height: 1000px!important;
}

@media screen and (max-width: 576px) {
  .vanue-content-detail-hotel-image {
    max-height: 280px;
    width: 100%;
  }
}


@media screen and (min-width: 577px) {
  .vanue-content-detail-hotel-image {
    max-height: 160px;
    max-width: 280px;
  }
}


/* hottel content */


.hottel-content-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.hottel-content-image-space {
  height: 180px;
  width: 100%;
}


.hottel-content-space {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(59, 59, 59, 25%);
  border-radius: 6px;
}


.hottel-content-detail-name {
  width: 100%;
  margin: 0px;
  color: var(--link-topic-color);
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}


.hottel-content-detail-name:hover {
  overflow: visible;
  white-space: normal;
}


.hottel-content-detail-distand {
  margin: 0px;
}


.hottel-content-detail-link {
  margin: 0px;
  color: var(--link-topic-color);
  font-weight: 700;
  cursor: pointer;
}


.hottel-content-detail-space {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
  align-items: start;
  width: 100%;
  border: 1px solid rgba(59, 59, 59, 0.25);
}


.hottel-content-detail-main {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}


.hottel-content-detail-distand {
  margin: 0px;
}


.hottel-content-detail-link {
  margin: 0px;
  color: var(--link-topic-color);
  font-weight: 700;
  cursor: pointer;
}


.hottel-content-detail-main {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}


.block-views-blockdanh-sach-khach-san-block-1,
.block-views-blockdanh-sach-khach-san-vi-block-1 {
  padding: 10px;
  margin-top: 20px;
  border: 1px solid rgba(59 59 59 / 25%);
  border-radius: 12px;
}


.slide__description {
}


.block-views-blockdanh-sach-khach-san-block-1 .h2 {
  font-weight: 700;
  font-size: 16px;
}


#calendar-content-space {
  width: 100%;
  text-align: center;
  display: inline-block;
}


#calendar-content-space p {
  margin: 0px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  white-space: normal;
  display: inline;
}


#calendar-content-space img {
  height: 24px;
  margin-right: 2px;
  display: inline;
}


#location-content-space {
  width: 100%;
  display: inline-block;
}


#location-content-space p {
  margin: 0px;
  font-size: 16px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  display: inline;
  white-space: normal;
}


#location-content-space img {
  height: 24px;
  display: inline;
  margin-right: 4px;
}


.introduce-content-text {
  margin: 0px;
}


#block-views-block-danh-sach-khach-san-vi-block-1 h2,
#block-views-block-danh-sach-khach-san-block-1 h2 {
  font-size: 18px;
  color: var(--link-topic-color);
  font-weight: 700;
}


#custom-css-id {
  display: none;
}


.social-media-modal {
  background: white;
}


.social-media-modal-close {
  border-radius: 50px;
  width: 10px;
  height: 10px;
}


.agenda-content-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}


.agenda-content-big {
  width: 100%;
  border: 1px solid rgba(59, 59, 59, 0.25);
  border-radius: 6px;
  cursor: pointer;
  height: 100%;
}


.agenda-content-big-titlte-space {
  width: 100%;
  padding: 12px;
  background: var(--topic-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}


.agenda-content-big-titlte-text {
  color: white;
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
}


.agenda-content-big-titlte-icon {
  background: white;
  height: 20px !important;
  margin-left: 20px;
  border-radius: 50%;
}


.agenda-content-big-info-space {
  width: 100%;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.agenda-content-big-info-text {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
}


.agenda-content-small-row {
  row-gap: 20px;
}


.agenda-content-big-space {
  box-shadow: none !important;
}


.agenda-content-big-space:hover {
  background: none !important;
}


.agenda-content-big:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2) !important;
}


.homepage-agonda-main-space {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: start;
}


.homepage-agonda-main-title-space {
  width: 100%;
}


.homepage-agonda-main-title {
  font-size: 28px;
  font-weight: 900;
  margin: 0px;
  color: var(--link-topic-color);
  padding-left: 20px;
}


.homepage-agonda-main-group-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.homepage-agonda-main-group-item {
  border-radius: 10px;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 28%));
  background: white;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}


.homepage-agonda-main-group-item-date {
  color: white;
  font-weight: 700;
  margin: 0px;
}


.homepage-agonda-main-group-item-date-space {
  width: 100%;
  background: var(--topic-color);
  padding: 10px 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.homepage-agonda-main-group-item-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.homepage-agonda-main-group-item-content-text {
  color: #da2128;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  text-decoration: none;
  text-align: justify;
}


.homepage-agonda-main-group-item-content-text-space {
  width: 100%;
  min-height: 70px;
}


.homepage-agonda-main-group-item-content-space {
  display: flex;
  width: 100%;
  padding: 10px 20px 20px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.homepage-agonda-main-group-item-content-group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.homepage-agonda-main-group-item-content-group-people {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}


.homepage-agonda-main-group-item-content-group-people-text {
  margin: 0px;
  display: inline;
  vertical-align: middle;
}


.homepage-agonda-main-group-item-content-group-people-icon {
  height: 20px !important;
  display: inline;
  margin: 0px 6px 0px 0px;
  border-radius: 0px !important;
}


.homepage-agonda-main-group-item-space {
  padding: 20px;
}


/* footer */


.footer-homepage-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}


.footer-homepage-image-space {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}


.footer-homepage-image {
  max-height: 80px !important;
  width: auto !important;
  max-width: 200px;
}


.footer-homepage-image-space .logo-homepage {
  max-width: 200px;
}


.footer-homepage-content-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}


.footer-homepage-content-title {
  font-weight: 600;
  font-size: 20px;
  margin: 0px;
  color: white;
  text-align: start;
}


.footer-homepage-info-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.footer-homepage-info-link-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}


.footer-homepage-info-link-web-space {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}


.footer-homepage-info-link-web-text {
  color: white !important;
  display: inline;
  font-weight: 400;
  text-underline-offset: 4px;
  font-size: 16px !important;
  margin-left: 4px;
  text-decoration: none;
}


.footer-homepage-info-link-web-text--no-hover:hover {
  color: white !important;
}


.footer-homepage-info-link-web-text:hover {
  color: rgba(237, 108, 48, 1) !important;
}


.site-footer {
  padding: 0px !important;
}


.language-link #text {
  display: none;
}


.language-link #text {
  visibility: hidden;
}


.text-align-center {
  margin-bottom: 0px;
}


#homepage-header-content-firstchild-space {
  display: inline;
  margin: 0px;
}


@media screen and (min-width: 992px) {
  .body__lucky-draw-group-space {
    flex-direction: row;
  }


  .body__lucky-draw-group-space {
    padding: 20px 0px;
  }


  .grid-luckydraw-container {
    display: flex !important;
  }


  .grid-luckydraw-item {
    flex: 1;
  }


  .body__lucky-draw-space {
    background-position: bottom;
  }


  .lucky-draw-image-link {
    order: 2;
  }
}


@media screen and (min-width: 992px) and (max-width: 1480px) {
  #homepage-header-content-firstchild-space {
    display: flex;
    flex-direction: column;
  }
}


#slogan {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}


/* agenda-speaker-space */


.content .nav-tabs .nav-link,
.content .nav-tabs .nav-link.active {
  text-transform: uppercase;
  background: var(--text-topic-color);
  background-clip: text;
  color: transparent;
  font-weight: 700;
}


#nav-tabContent table thead tr th {
  background: var(--thead-table-color);
}


.modal-dialog {
  max-width: 750px;
  padding: 10px;
}


#nav-tabContent .modal-dialog table img {
  width: 100px;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}


#nav-tabContent .modal-dialog table p {
  margin: 0px;
}


#nav-tabContent .modal-dialog table tbody tr td div:not(:last-of-type) {
  margin-bottom: 1rem;
}


#nav-tabContent .modal-dialog table tbody tr td div p:has(img) {
  margin-bottom: 0.5rem;
}


/* lucky draw */
.body__lucky-draw-space {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}


.body__lucky-draw-group-space {
  width: 100%;
  margin-top: 2rem;
  gap: 1.5rem;
}


.body__lucky-draw-item-space {
  display: flex;
  justify-content: center;
  align-items: center;
}


.body__lucky-draw-item-image-space {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}


.body__lucky-draw-item-image {
  max-width: 200px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: white;
  border-radius: 50%;
  padding: 1.75rem;
  box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px,
    rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px,
    rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
  transition: all 0.5s;
}


.body__lucky-draw-item-image:hover {
  transform: scale(1.2);
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.14) 0px -23px 25px 0px inset,
    rgba(0, 0, 0, 0.1) 0px -36px 30px 0px inset,
    rgba(0, 0, 0, 0.06) 0px -79px 40px 0px inset,
    rgba(0, 0, 0, 0.02) 0px 2px 1px, rgba(0, 0, 0, 0.04) 0px 4px 2px,
    rgba(0, 0, 0, 0.04) 0px 8px 4px, rgba(0, 0, 0, 0.04) 0px 16px 8px,
    rgba(0, 0, 0, 0.04) 0px 32px 16px;
}


.body__lucky-draw-item-image-space-text {
  font-size: 22px;
  color: white;
  text-align: center;
  margin: 0px;
  font-weight: 500;
}


.grid-luckydraw-container {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
}


.body__lucky-draw-title-space {
  width: 100%;
  padding: 30px 0px 0px 0px;
}


.body__lucky-draw-title {
  text-align: center;
  font-size: 36px;
  margin: 0px;
  font-weight: 700;
  color: white;
}


.lucky-draw-image-link {
  border: none !important;
  background: none !important;
  padding: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 6px;
  border-radius: 6px;
  transition: transform 0.4s ease;
  max-width:150px;
}


.lucky-draw-image {
  height: 100%;
  width: 100%;
  object-fit: contain;
}


.lucky-draw-image-link:hover {
  transform: scale(1.05);
}


/* body__after-workshop-event-img-space */
.body__after-workshop-event-img-space img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

#block-bootstrap-barrio-subtheme-content {
  width: 100%;
}

/*update*/

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--link-topic-color);
  background-color: white;
}


.nav-pills {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}


.nav-pills .nav-link {
  font-weight: 600;
  color: white;
  width: 100%;
  height: 100%;
}


.tab-pane-content-space {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}


.tab-pane-content-space:not(:first-child) {
  margin-top: 1rem;
}


.tab-pane-content-title h5 {
  padding: 0.75rem;
  border-radius: 6px;
  background: var(--topic-color);
  color: white;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 600;
}


.tab-pane-content-body {
  padding: 0.75rem;
  border: var(--border-block);
  border-radius: 6px;
  box-shadow: var(--box-shadow-block);
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}


.tab-pane-content-body p {
  margin: 0px;
  font-weight: 500;
}


.tab-pane-content-body p:last-of-type {
  font-weight: 600;
  color: var(--link-topic-color);
}


.tab-pane-content-body-btn-link-space {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 0.5rem;
}


.tab-pane-content-body-btn-link-stroke {
  outline: 2px solid var(--link-topic-color);
  padding: 8px 12px;
  display: block;
  width: auto;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  color: var(--link-topic-color);
}


.tab-pane-content-body-btn-link-stroke:hover {
  background: var(--topic-color);
  color: white;
}


.tab-pane-content-body-btn-link-bg {
  outline: 2px solid transparent;
  padding: 8px 12px;
  display: block;
  width: auto;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  color: white;
  background: var(--topic-color);
}


.tab-pane-content-body-btn-link-bg i {
  margin-left: 0.25rem;
}


.tab-pane-content-body-btn-link-bg:hover {
  color: var(--link-topic-color);
  outline: 2px solid var(--link-topic-color);
  background: white;
}


/* homepage-call-for-register */


.homepage-call-for-register-space {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
}


.homepage-call-for-register {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1rem;
  border: var(--border-block);
  border-radius: 6px;
  box-shadow: var(--box-shadow-block);
  padding: 1rem;
}


.homepage-call-for-register svg {
  font-size: 2.5rem;
  transform: rotate(-20deg);
}


.homepage-call-for-register-title {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: var(--text-topic-color);
  background-clip: text;
  color: transparent;
  margin: 0px;
}


.homepage-call-for-register-body {
  text-align: center;
  margin: 0px;
}


.homepage-call-for-register-body span {
  color: var(--link-topic-color);
  text-decoration: underline;
  font-weight: 600;
  text-underline-offset: 4px;
}


.homepage-call-for-register-line {
  height: 5px;
  max-width: 200px;
  width: 100%;
  background: var(--topic-color);
}


.homepage-call-for-register-btn {
  padding: 0.75rem 1.5rem;
  background: var(--topic-color);
  color: white;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 25px;
  font-weight: 700;
  text-decoration: none;
}


.homepage-call-for-register-btn:hover {
  outline: 3px solid var(--link-topic-color);
  background: white;
  color: var(--link-topic-color);
}


/* modal */
.modal-body {
  overflow-x: auto;
}

/* Slide */
.slide__caption {
  padding: 0px;
}


.image-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

@media screen and (min-width: 992px) {
  /* layout */
  .section {
    padding: 1rem;
  }


  #block-taitrovatruyenthongmarquee {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }


  .modal-dialog {
    max-width: 700px !important;
  }
}


@media screen and (min-width: 576px) {
  .homepage-call-for-register-space {
    grid-template-columns: 1fr 1fr;
  }
}


@media screen and (min-width: 786px) {
  #nav-tabContent .modal-dialog table tbody tr td div:has(img) {
    display: flex;
    column-gap: 0.75rem;
  }


  #nav-tabContent .modal-dialog table tbody tr td div p:has(img) {
    margin-bottom: 0rem;
  }
}






