/**
 * @file
 * Subtheme specific CSS.
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Nunito Sans", sans-serif;
  margin: 0px;
}


.site-footer {
  font-family: "Nunito Sans", sans-serif !important;
}

#main {
  padding: 0;
}

#navbar-main {
  background-image: url(../images/background-conference.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#navbar-main {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}


.navbar-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  padding: 80px 0px 30px 0px;
}

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

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

.dropdown-item a {
  text-decoration: none;
  font-size: 1rem;
}

.site-footer {
  background: #133c8b;
}

.site-footer__bottom {
  border: none !important;
  margin-top: 0px;
}

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

.navbar-brand {
  margin: auto;
}

#content .section h1.title {
  font-size: 25px;
  color: #f26c4f;
  font-weight: bold;
  margin-top: 0;
}

.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;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 20px;
}

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

.field__item img {
  height: auto;
  border-radius: 10px;
}

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

.frontpage-title {
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

#program-title {
  color: #133c8b;
  font-size: 35px;
}

#sponsor-title {
  color: #133c8b;
}

#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: #133c8b;
  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-dien-gia-block-block-block-1-2 .views-field-field-anh-dai-dien img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  width: 160px;
  border: 2px #fff solid;
}

#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: auto;
  height: 100px;
}

#slick-views-danh-sach-dien-gia-block-block-block-1-2 .views-field-field-ten .field-content {
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

#slick-views-danh-sach-dien-gia-block-block-block-1-2 .views-field-field-tochuc .field-content {
  text-align: center;
  color: white;
}

#slick-views-danh-sach-dien-gia-block-block-block-1-2 .views-field-field-to-chuc-viet-tat .field-content {
  text-align: center;
  color: white;
}

#slick-views-danh-sach-dien-gia-block-block-block-1-2 .views-field-field-chucvu .field-content {
  text-align: center;
  color: white;
}


#block-views-block-danh-sach-dien-gia-block-block-1 {
  background: #133c8b;
  margin: 30px 0;
  padding: 30px 0;
}

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

#regis-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.lucky-draw-image{
  height:80px!important;
}

.lucky-draw-image:hover{
  cursor: pointer;
  transform: scale(1.2);
  transition: all 0.5s;
}


#homepage-header-content-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

#regis-btn a {
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 8px;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 16px;
  color: white;
  font-weight: bold;
  background: linear-gradient(60deg, rgba(237, 108, 48, 1) 0%, rgba(218, 33, 40, 1) 100%);
}

#regis-btn a:hover {
  background: none;
}

#navbar-main {
  flex-direction: column;
}

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

.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 {
  position: absolute;
  right: 0;
  height: 56px;
  min-width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 16px;
}

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

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

#block-languageswitcher .language-link {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.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: 100%;
  max-width: 100px;
  border-radius: 10px;
}

#block-bootstrap-barrio-subtheme-main-menu .navbar-nav .nav-link {
  font-weight: 800;
  font-size: 16px;
}

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

.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: 15px;
}

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

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

.term-3 img {
  height: 120px;
  width: auto;
}

.term-7 img {
  height: 130px;
  width: auto;
}

.term-1 img {
  height: 100px;
  width: auto;
}

.term-2 img {
  height: 80px;
  width: auto;
}

.term-5 img,
.term-9 img,
.term-11 img,
.term-15 img,
.term-16 img {
  height: 60px;
  width: auto;
}

.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: 700;
  color: #f37032;
  font-size: 20px;
}

.views-field-field-tentochuc a {
  text-decoration: none;
  color: #133c8b;
}

.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;
}

.justify-content-center {
  justify-content: start !important;
}

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

/* 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;
}

.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: #133C8B;
  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: #133C8B;
  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 #133C8B;
  background: white;
}

.vanue-content-detail-book-now-btn:hover .vanue-content-detail-book-now {
  color: #133C8B;
}

.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: #133C8B;
  font-weight: 600;
  text-decoration: underline;
}

@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: #133C8B;
  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: #133C8B;
  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: #133C8B;
  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;
}

#slick-views-anh-tren-trang-chu-block-block-1-1 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.homepage-agonda-space {
  width: 90%;
  margin: auto;
  padding: 0px !important;
}

#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: #133c8b;
  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: #133C8B;
  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;
  text-align: justify;
}

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

.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, .2) !important;
}

.section {
  padding: 15px;
}


.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: #133C8B;
  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: #133C8B;
  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;
  background: #133C8B;

  gap: 20px;
}

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

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

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

.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;
  vertical-align: middle;
  font-weight: 300;
  text-underline-offset: 4px;
  font-size: 16px !important;
}

.footer-homepage-info-link-web-icon {
  display: inline;
  margin-right: 10px;
  height: 20px !important;
  border-radius: 0px !important;
  width: 20px;
  object-fit: contain;
}

.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;
}

.menu-item--expanded:hover .dropdown-menu {
  display: block;
}

.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 */

.agenda-speaker-group-space {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}

.agenda-speaker-group-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agenda-speaker-group-item-content p {
  margin: 0px;
}

.agenda-speaker-group-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.agenda-speaker-group-item-img {
  width: auto;
}

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

.body__lucky-draw-group-space {
  width: 100%;
}

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

.body__lucky-draw-item-image-space {
  width: 100%;
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

.body__lucky-draw-item-image {
  max-width: 200px;
  height: 200px!important;
  aspect-ratio: 1/1!important;
  object-fit: contain;
  background: white;
  border-radius: 50%!important;
  padding: 40px;
  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 .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.10) 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;
}

/* 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;
}

#views-bootstrap-list-anh-workshop-attc-hoat-dong-internet-page-1 .row, #views-bootstrap-list-anh-workshop-dns-security-va-workshop-ipv6-security-page-1 .row, #views-bootstrap-list-anh-hoi-nghi-vnnic-internet-conference-2024-page-1 .row{
  row-gap: 20px;
  padding: 20px 0px 10px 0px;
}

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


@media screen and (min-width:992px) {
  .agenda-speaker-group-item {
    display: flex;
    flex-direction: row;
    justify-content: start;
    column-gap: 10px;
  }

  #nav-agenda table td img {
    min-height: 100px;
    min-width: 100px;
  }

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