section#section-exhibition .ui.grid>.column:not(.row) {
    /* padding-top: 1rem; */
    /* padding-bottom: 1rem; */
    /* padding-right: 1rem; */
}

section#section-exhibition .title_exhibition {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

section#section-exhibition .title_exhibition .title_exhibition_svg {
    width: 25%;
}

.ui.grid.exhibition {
    margin-top: unset;
    /* margin-bottom: unset; */
    /* margin-left: 3.5rem; */
    margin-bottom: unset;
    /* width: calc(100% - 3.5rem); */
    justify-content: flex-start;
}

.ui.card.exhibition-link {
    /* flex-direction: unset; */
    /* font-size: 0.5rem; */
    width: 100%;
    background: none;
    /* border: 3px solid var(--themePrimary); */
    /* padding: 5px 5px; */
    /* height: 90%; */
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    border: none;
    height: 100%;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.exhibition-container .ui .column .card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui.card.exhibition-link:hover {
    /* box-shadow: none; */
    /* -webkit-box-shadow: none; */
    -moz-box-shadow: none;
    /* cursor: pointer; */
}

.ui.card.exhibition-link.no-data:hover {
    cursor: default;
}

.ui.card.exhibition>.content {
    background: #DBE136;
}

.ui.card.exhibition>.content .header {
    color: var(--themeLink);
    /* padding-left: 10px; */
}

.ui.card.exhibition>.content .header:hover {
    color: var(--themeSecondary);
}

.ui.card.exhibition>.content>.header::before {
    content: '';
    /* position: absolute; */
    /* display: block; */
    /* width: 15px; */
    /* height: 15px; */
    /* margin-left: calc(2px - 10px); */
    /* margin-top: calc((18px - 1rem) / 2); */
    /* background-color: #fff; */
}

#section-exhibitors .grid-item.mobile-only {
    display: none;
}

#section-exhibitors .grid-item.no-data .image {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background: none;
    position: relative;
    max-width: 488px;
    height: auto;
}

#section-exhibitors .grid-item.no-data .image .image-container {
    position: relative;
    z-index: 0;
    width: 100%;
}

.ui.card.exhibition-link>.content .header:hover {
    color: var(--themePrimary);
}

.ui.card.exhibition-link.no-data>.content .header:hover {
    color: #414042;
    cursor: default;
}

/* Should show a pointer cursor if the text is clickable */
.ui.card.exhibition-link.tech-venture.no-data>.content .header:hover {
    color: var(--themePrimary);
    cursor: pointer;
}

.ui.card.exhibition-link .image {
    /* width: 100%; */
    display: flex;
    align-items: flex-start;
    background: none;
    /* padding: 2rem; */
    text-align: center;
    aspect-ratio: 1 / 1;
    max-width: 488px;
    height: auto;
}

.ui.card.exhibition-link .image .image-container {
    position: relative;
    z-index: 0;
    width: 100%;
    text-align: center;
}

.ui.card.exhibition-link .image img {
    border-radius: unset;
    /* aspect-ratio: calc(3 * 1.125) / 4;
object-fit: cover; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 1 /1;
}

.ui.card.exhibition-link>.exhibition-name-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1rem;
    border-top: none;
    background-color: #d8dc24;
    min-height: 5.75rem;
}

.ui.card.exhibition-link .exhibition-name-content .exhibition-name {
    font-weight: 700;
    font-size: 1.125rem;
    color: #1D2D4C;
}

@media only screen and (max-width: 1599.98px) {
    .ui.card.exhibition-link .image {
        padding: 1rem;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1199.98px) {

    .ui[class*="six column"].grid>.column:not(.row),
    .ui[class*="six column"].grid>.row>.column {
        width: 20% !important;
    }

    .ui.card.exhibition-link .image {
        padding: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .exhibition-container {
        padding: 0 10px;
    }

    .ui[class*="six column"].grid>.column:not(.row),
    .ui[class*="six column"].grid>.row>.column {
        width: 33.3334% !important;
    }

    .ui.card.exhibition-link .image {
        padding: 2rem;
    }
}

@media only screen and (max-width : 767.98px) {
    .exhibition-container {
        padding: 0 10px;
    }

    .exhibition-container .ui.grid .column {
        padding-top: 2rem;
    }

    .ui.grid.exhibition {
        /* margin-left: 1.5rem !important; */
        width: auto;
    }

    .ui[class*="six column"].grid>.column:not(.row),
    .ui[class*="six column"].grid>.row>.column {
        width: 50% !important;
    }

    .ui.card.exhibition-link .image {
        padding: 1.5rem;
    }
}

.page-site-conference.container {
    /* font-size: 24px; */
}

.ui.dimmer.modals.page.transition.visible.active {
    justify-content: center;
}

.ui.modal.exhibition-modal .close.icon {
    position: absolute;
    right: 1rem;
    cursor: pointer;
    width: 1.8rem;
    height: auto;
    top: 1rem;
    opacity: 1;
}

.ui.modal.exhibition-modal .close.icon:hover {
    opacity: .5;
}

.ui.modal.exhibition-modal .close.icon.mobile {
    padding-top: unset;
    display: none;
}

i.big.big.big.icon {
    font-size: 3em;
}

.ui.modal.exhibition-modal {
    background: #F1F2F2;
    -webkit-box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 15%), 1px 3px 15px 2px rgb(0 0 0 / 15%);
    box-shadow: 10px 10px 20px 0 rgb(0 0 0 / 15%), 1px 3px 15px 2px rgb(0 0 0 / 15%);
    font-size: 1.1875rem;
    color: #231F20;
}

.ui.modal.exhibition-modal .image+.description {
    width: 100%;
}

.ui.modal.exhibition-modal .image.content {
    padding: unset;
    background: unset;
    background-color: #76c043;
}

.ui.modal.exhibition-modal>.content>.image {
    height: 400px;
    width: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 !important;
    !i;
    !;
}

.ui.modal.exhibition-modal>.content>.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ui.modal.exhibition-modal>.content>.image>.name-and-title {
    color: white;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
    padding: 0.7rem;
    border-top: none;
    min-height: 5rem;
    margin-left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #d7df23b3;
    background-size: 100% 100%;
    text-align: left;
    margin-top: 0;
}


.ui.modal.exhibition-modal>.content>.image>.name-and-title>* {
    color: #1D2D4C;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    padding-left: 2.8rem;
}


.ui.modal.exhibition-modal>.content>.image>.name-and-title>.name::before {
    content: '';
    position: absolute;
    display: block;
    background-color: white;
    width: 2.2rem;
    /* height: -webkit-fill-available; */
    aspect-ratio: 1/1;
    left: 0;
}

.ui.modal.exhibition-modal>.content>.image .text-overlay {
    font-size: 1rem;
    font-weight: bold;
    position: absolute;
    width: 100%;
    height: 25%;
    top: 24rem;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1B304D;
    /* text-align: center; */
    background-color: #babd0e;
    display: flex;
}

.ui.modal.exhibition-modal #description {
    padding: 1.5rem;
    padding-right: 2rem;
    position: relative;
    /* color: #ffffff; */
    min-height: 400px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    overflow-y: auto;
    max-height: 80vh;
    background-color: transparent;
}

.ui.modal.exhibition-modal #description .ui.header {
    margin: 0 0 0.5rem 0;
    /* color: #ffffff; */
}

.ui.modal.exhibition-modal #description .topic,
.ui.modal.exhibition-modal #description .company-name {
    font-size: 1.25em;
    font-weight: bold;
    display: inline-block;
    color: #1B304D;
    display: none;
}

.ui.modal.exhibition-modal #description .company-intro-title {
    font-size: 1.5em;
    font-weight: bold;
    display: inline-block;
    color: #1B304D;
    margin-top: 2rem;
}

.ui.modal.exhibition-modal #description .company-name .meta.title {
    font-size: 0.804em;
}

.ui.modal.exhibition-modal #description .email,
.ui.modal.exhibition-modal #description .website {
    float: right;
    /* margin-bottom: 1rem; */
    height: 2.5rem;
    /* margin-top: -0.4rem; */
    margin-bottom: 0.3rem;
}

.ui.modal.exhibition-modal #description .email img,
.ui.modal.exhibition-modal #description .website img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.ui.modal.exhibition-modal #description .introduction {
    font-size: 0.9375em;
    color: #FFFFFF;
}

.ui.modal.exhibition-modal .company-name-container {
    display: flex;
}

.ui.modal.exhibition-modal .company-name-square {
    background-color: #ffffff;
    margin: 0.3rem 0.3rem 0 0;
    height: 1.3rem;
    width: .3rem;
}

.ui.modal.exhibition-modal .text-overlay-square {
    background-color: #ffffff;
    margin: 0.3rem 0.3rem 0 0.8rem;
    height: 1rem;
    width: .3rem;
}

.ui.modal.exhibition-modal .text-overlay .title {
    color: #1B304D;
}

.ui.modal.exhibition-modal #description .introduction ol {
    margin: 1em 0;
}

.ui.modal.exhibition-modal #description .introduction ol {
    counter-reset: list;
    padding-left: 20px;
}

.ui.modal.exhibition-modal #description .introduction ol>li {
    list-style: none;
    position: relative;
    margin-bottom: 0.5em;
}

.ui.modal.exhibition-modal #description .introduction ol>li:before {
    content: counter(list) ")";
    counter-increment: list;
    left: -20px;
    padding-right: 10px;
    position: absolute;
    text-align: right;
    width: 20px;
}

.ui.modal.exhibition-modal #description h2 {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    color: #FFFFFF;
    overflow: visible;
    /* padding-right: 1rem; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: Arial;
}

.ui.card.exhibition-link.no-data>.content .header:hover {
    color: #414042;
    cursor: default;
}

.ui.modal.exhibition-modal #description h2::before {
    /* content: ''; */
    display: inline-block;
    height: calc(1rem * 1.391275);
    width: 50px;
    background: url(../images/bg_title_left.png);
    margin-right: 0.4rem;
}

/* .ui.modal.exhibition-modal #description h2::after {
    content: ''; 
    display: inline-block;
    height: calc(1rem * 1.391275);
    width: 100%;
    background: url(../images/bg_title_right.png);
    margin-left: 0.4rem;
} */

.ui.modal.exhibition-modal #description .ui.header.subheader h2 {
    /* width: 15%; */
}

.ui.modal.exhibition-modal #description .ui.header.subheader h2::after {
    content: '';
    /* position: absolute; */
    display: inline-block;
    background-color: #ffffff;
    /* width: 57rem; */
    height: 0.6875rem;
    /* top: 3.2rem; */
    /* left: 20rem; */
    display: flex;
    flex: 1;
    margin-left: 1rem;
}

.ui.modal.exhibition-modal #description .ui.header.topic::before,
.ui.modal.exhibition-modal #description .ui.header.company-name-container::before {
    content: '';
    position: absolute;
    display: block;
    width: 12px;
    height: 19px;
    margin-left: calc(-12px - 10px);
    margin-top: calc((19px - 1rem) / 2);
    background-image: url(../images/arrow_green.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ui.modal.exhibition-modal #description .ui.header.company-name-container::before {
    background-image: url(../images/arrow_yellow.png);
}

.ui.modal.exhibition-modal #description .ui.header.company-name .title {
    /* font-size: 1em; */
}

.ui.modal.exhibition-modal #description .ui.header.subheader {
    display: flex;
    gap: 0.3rem;
    margin: .5rem 0;
    font-size: 1rem;
    line-height: 1;
    /* background: #1B304D; */
    height: auto;
    /* border-bottom: 11px solid #1D2D4C; */
}

.ui.modal.exhibition-modal p {
    text-align: justify;
    text-justify: inter-word;
}

.ui.modal.exhibition-modal .ui.header.subheader .white-banner.before {
    background: #ffffff;
    width: 3rem;
}

.ui.modal.exhibition-modal .ui.header.subheader .white-banner.after {
    background: #ffffff;
    width: 3rem;
    flex-grow: 1;
}

.exhibition-container {
    margin: 0rem 0;
    width: 100%;
    /* width: 100vw; */
    margin-top: 0.3125rem;
}

.exhibition-container .caption {
    font-size: 1.5625rem;
    font-weight: bold;
    color: #58595B;
}

.exhibition-container .caption::before {
    content: '';
    display: inline-block;
    height: calc(1.5625rem * 0.8);
    width: 100px;
    margin-left: -15px;
    background: url(../images/bg_subtitle_left.png);
    margin-right: 0.7rem;
}

@media only screen and (max-width : 1599.98px) {
    .ui.modal.exhibition-modal>.content>.image {
        height: 300px;
    }

    .ui.modal.exhibition-modal {
        font-size: 0.9rem;
        /* color: #ffffff; */
    }

    .ui.modal.exhibition-modal .close.icon {
        width: 30px;
        height: 30px;
    }

    .ui.modal.exhibition-modal #description {
        padding-right: 2rem;
        min-height: 300px;
    }

    .ui.modal.exhibition-modal>.content>.image .text-overlay {
        min-height: 30%;
        top: 19rem;
        font-size: .8rem;
    }
}

@media only screen and (max-width : 767.98px) {
    .ui.modal.exhibition-modal>.content>.image {
        height: 200px;
    }

    .ui.modal.exhibition-modal .close.icon.mobile {
        display: block;
        top: 1rem !important;
        right: 1rem !important;
        width: 30px;
        height: 30px;
    }

    .ui.modal.exhibition-modal .close.icon.desktop {
        display: none;
    }

    .ui.grid.speaker {
        /* margin-left: 1.5rem !important; */
        /* width: auto; */
    }

    .ui.modal.exhibition-modal #description {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .exhibition-container .caption::before {
        width: 50px;
    }

    .ui.modal.exhibition-modal #description {
        min-height: auto;
        max-height: calc(85vh - 200px);
    }

    .ui.modal.exhibition-modal>.content>.image .text-overlay {
        min-height: 30%;
        top: 10rem;
    }

    .ui.modal.exhibition-modal>.content>.image>.name-and-title {
        padding: 0.5rem 1rem;
        min-height: 4rem;
    }

    .ui.modal.exhibition-modal>.content>.image>.name-and-title>* {
        font-size: 0.8rem;
        padding-left: 1.8rem;
    }

    .ui.modal.exhibition-modal>.content>.image>.name-and-title>.name::before {
        /* height: 1.2rem; */
        left: -0.3rem;
        width: 1.5rem;
    }
}

/* NEW CSS */

#section-exhibitors .js-masonry {
    background: #fff;
    /*   -webkit-column-count: 4;
-moz-column-count:4;
column-count: 4; */
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    /*   margin: 1.5em; */
    padding: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    font-size: .85em;    
}

/* clear fix */
#section-exhibitors .js-masonry:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */
#section-exhibitors .grid-sizer {
    width: 12.5%;
   
}

#section-exhibitors .grid-item {
    width: 25%;
    float: left;
    /* padding: 0; */
    /* aspect-ratio: 1 / 1; */
    padding: 0.3125rem;
    /* display: flex; */
    -webkit-transition: none !important;
    transition: none !important;
        /* Disable transitions for grid items */
}

#section-exhibitors .grid-item img {
    display: block;
    width: 100%;
}

/* .b{border:1px solid} */
#section-exhibitors .grid-item--width1 {
    width: 25%;
    float: left;
}

#section-exhibitors .grid-item--width11 {
    width: 12.5%;
    float: right;
    /* aspect-ratio: 1 / 2; */
}

#section-exhibitors .grid-item--width11 .grid-sizer {
    width: 25%;
}


#section-exhibitors .grid-item--width1 img {
    width: 50%;
    height: 50%;
    float: right;
    margin-top: 2px;
}

#section-exhibitors .grid-item--width2 {
    /*   width: 12.5%;  */
    float: left;
}

#section-exhibitors .grid-item--width2 img.right {
    float: right;
}

#section-exhibitors .grid-item--width2 img {
    width: 100%;
}

#section-exhibitors .grid-item--width3 {
    width: 25%;
    aspect-ratio: 1 / 2;
    align-items: end;
}

#section-exhibitors .grid-item--width3 img {
    width: 100%;
    float: left;
}

#section-exhibitors .grid-item--width3.min-height img {
    min-height: 445px;
}

#section-exhibitors .grid-item--width3 img.right {
    float: right;
}

#section-exhibitors .hide {
    /* display: inline-block; */
}

#section-exhibitors .mblock {
    display: none
}

#section-exhibitors .fr {
    float: right
}



#section-exhibitors .grid-color-green {
    background: #76c043 !important;
}

#section-exhibitors .grid-color-yellow {
    background: #DBE136 !important;
}

#section-exhibitors .grid-color-white {
    background: #fff !important;
}

#section-exhibitors .ui.card,
#section-exhibitors .ui.card> :first-child,
#section-exhibitors .ui.card> :only-child,
#section-exhibitors .ui.card> :last-child {
    border-radius: unset !important;
}

#section-exhibitors .ui.segment {
    margin: 0;
}

#section-exhibitors .top .ui.segment {
    margin: 10px 0px 0px;
}



#section-exhibitors .ui.speaker-link {
    display: flex;
    flex-direction: column;
    background: none;
    /* min-height: min(12vw, 10rem); */
    position: relative;
    /* max-width: 488px; */
    /* margin: 0 auto; */
    /* padding: 0.3125rem; */
    /* margin: 0; */
    width: 100%;
    /* height: 100%; */
    gap: 0.625rem;
}

#section-exhibitors .ui.card.speaker-link>.content {
    /* width: calc(100% - .5rem); */
}

#section-exhibitors .end .ui.speaker-link {
    align-items: flex-end;
}

#section-exhibitors .grid-item--width3 .ui.speaker-link {
    align-items: center !important;
}

#section-exhibitors .ui.speaker-link:after {
    display: block;
    content: ' ';
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    content: unset;
}

#section-exhibitors .right {
    float: right;
}


#section-exhibitors .ui.segment.full-segment {
    width: 100%;
    color: #ffffff;
    font-size: 2.375rem;
    font-weight: bold;
    padding: 1.375rem;
    aspect-ratio: 1 / 1;
    margin: 0;
    text-transform: uppercase;
}


#section-exhibitors .ui.segment.half-segment {
    width: 100%;
    color: #ffffff;
    font-size: 2.375rem;
    font-weight: bold;
    padding: 1.375rem;
    aspect-ratio: 2 / 1;
    margin: 0;
    text-transform: uppercase;
}


#section-exhibitors .ui.segment.quarter-square {
    width: 50%;
    color: #ffffff;
    font-size: 2.375rem;
    font-weight: bold;
    padding: 1.375rem;
    aspect-ratio: 1 / 1;
    margin: 0;
    text-transform: uppercase;
}



#section-exhibitors .top {
    margin-top: 10px;
}

#section-exhibitors .marginal-height {
    height: .020px;
    /* border: 1px solid red; */
}


/* .b{border:1px solid} */
@media only screen and (max-width: 1599.98px) {


    #section-exhibitors .grid-sizer {
        width: 12.50%
    }

    #section-exhibitors .grid-item--width2 {
        width: 12.5%;
    }

    #section-exhibitors .grid-item--width2 img {
        width: 100%;
    }

    #section-exhibitors .grid-item--width11 {
        width: 12.5%;
        float: left;
    }

    #section-exhibitors .ui.segment.full-segment {
        font-size: 1.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    /* .hide {
        display: none
    } */

    .mblock {
        display: inline-block;
        border: 1px solid red;
        ;
    }

    #section-exhibitors .grid-item--width2 {
        border: 1px solid red;
    }

    #section-exhibitors .ui.speaker-link {
        margin-top: min(12vw, 1rem);
        margin-top: 0;
    }
}

@media only screen and (max-width: 991.98px) {

    #section-exhibitors .grid-sizer,
    #section-exhibitors .grid-item {
        width: 50%;
    }

    .hide {
        display: none
    }

    #section-exhibitors .grid-item.desktop-only {
        display: none;
    }
}

@media only screen and (max-width: 767.98px) {
    #section-exhibitors .grid {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .mblock {
        display: inline-block;
        border: 1px solid red;
        ;
    }

    .mblock img {
        width: 50%;
        margin-top: 2px;
    }

    #section-exhibitors .grid-sizer,
    #section-exhibitors .grid-item {
        width: 100%;
    }

    #section-exhibitors .ui.speaker-link {
        margin-top: max(12vw, 2rem);
    }

    #section-exhibitors .ui.segment.full-segment {
        font-size: 2rem;
        aspect-ratio: 2/1;
    }

    .ui.modal.exhibition-modal #description .ui.header.subheader h2::after {
        display: block;
        margin-left: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 1rem;
    }

    #section-exhibitors .grid-item.mobile-only {
        display: block;
    }
}