.exh-body {
    padding: 5% 0;
}

.searchbutton {
    width: 306px;
    height: 40px;
    object-fit: contain;
    background-color: #d3ff00;
}

.exhibitor_dtitle .site-title-text {
    width: 1320px;
    margin-left: auto;
    margin-right: auto;
}


.Texttitle {
    line-height: 35px;
}

.Texttitle select {
    border-radius: 0px;
}

.exh-body input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.advanceSearch {
    /* width: 413px;
    height: 40px; */
    object-fit: contain;
    background-color: #d3ff00;
}

.search-style {
    position: absolute;
    right: 1%;
}

.md-form {
    align-items: center;
}

.cardsearch {
    width: 26rem;
    height: 20rem;
    margin: 1%;
    justify-content: center;
    background-color: #00324d;
    border: unset;
}

.cardsearchbody {
    position: absolute;
    bottom: 0;
    opacity: 0.9;
    /* background-image: url('/src/pages/exhibitors/list/card/title/title_2x.png');
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; */
    height: 28%;
    max-height: 69px;
    width: 100%;
    background-image: linear-gradient(to left, rgba(58, 197, 197, 0), #3ac5c5);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.imgphoto {
    width: 100%;
    align-self: center;
    align-items: center;
}

.boxBOOTH {
    height: 30px;
    background-color: #00324d;
    margin-top: 100px;
    margin-bottom: 50px;
}

.textBOOTH {
    color: #d3ff00;
    line-height: 30px;
}

.BoxCompany {
    width: 100%;
    background-color: #00324d;
    margin-bottom: 30px;
}

.TextDetail {
    color: white;
    text-align: left;
    line-height: 25px;
    margin-bottom: 30px;
}

.TextCompany {
    font-family: Prompt;
    font-size: 24px;
    color: #d3ff00;
    text-align: left;
    line-height: 240%;
}

.card-text {
    color: white;
    font-weight: bold;
}

#search_area {
    /* max-height: 100vh; */
    margin-top: 1vh;
    overflow: auto;
    overflow: hidden;
}

.floatright {
    float: right;
    margin-top: 20px;
}

.martop {
    margin-top: 15px;
}

.paginationjs .paginationjs-pages li {
    border: none !important;
    font-family: Prompt !important;
}

.paginationjs .paginationjs-pages li>a {
    background: transparent !important;
    font-size: 20px !important;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: 0.67px;
    color: #ffffff !important;
}

.paginationjs .paginationjs-pages li.active>a {
    font-weight: 600 !important;
}


/* .main_gallery .slick-next {
    right: 5px;
}

.main_gallery .slick-prev {
    left: 5px;
    z-index: 100 !important;
}

.main_gallery .slick-initialized .slick-slide {
    width: 650px!important;
    left: -2000px;
    top: 100px!important;
}

.main_gallery {
    left: 5px;
    z-index: 100 !important;
    height: 0;
    margin-top: -40px;
}

.sub_gallery .slick-initialized .slick-slide {
    width: 533px !important;
    margin-right: -238px !important;
    margin-left: 10px !important;
}

.sub_gallery {
    margin-top: 150px;
}

.main_gallery .slick-track {
    position: relative;
    padding: 2px;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_gallery .slick-dots {
    position: absolute;
    bottom: 200px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
} */

.main_gallery {
    margin-top: 30px;
}


.slick-slide.slick-current.slick-active.slick-center {
    display: none;
}

.sub_gallery .slick-slide.slick-current.slick-active {
    display: none;
}

/* .sub_gallery .slick-slide {
    width: 200px !important;
    object-fit: contain !important;
     height: 200px !important;
} */

.slick-next::before {
    content: ">";
}

.slick-prev::before {
    content: "<";
}

.slick-prev:before, .slick-next:before {
    font-size: 2rem;
}

.slick-prev, .slick-next {
    z-index: 10;
}

.role-page {
    margin-left: 10px;
}

.img-card {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1366px) {
    .cardsearch {
        width: 22rem;
        height: 15rem;
    }

    .cardsearchbody {
        padding: 0.8rem;
    }

    .card-text {
        font-size: 14px;
    }

    .exhibitor_dtitle .site-title-text {
        width: 85%;
        padding-left: 20px;
        margin: 0;
    }
}

@media (max-width: 1199px) {
    .cardsearch {
        width: 18rem;
        height: 12rem;
    }

    .cardsearchbody {
        padding: 0.6rem;
    }

    .card-text {
        font-size: 14px;
    }

    .exhibitor_dtitle .site-title-text {
        width: 85%;
        padding-left: 20px;
        margin: 0;
    }
}

@media (max-width: 991px) {
    .cardsearch {
        width: 14rem;
        height: 12rem;
    }

    .cardsearchbody {
        padding: 0.6rem;
    }

    .card-text {
        font-size: 14px;
    }

    .exhibitor_dtitle .site-title-text {
        width: 85%;
        padding-left: 20px;
        margin: 0;
        font-size: 24px;
    }
}

@media (max-width: 1000px) {
    .sub-g {
        height: 25vh !important;
    }

    #a{
        margin-bottom: -17px !important;
    }

    .sub_gallery {
        transform: translate(-50%, -58%) !important;
    }

    .img-a {
        height: 300px !important;
        padding: 0 5% !important;
    }

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

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

}

@media (min-width: 576px) and (max-width: 767.98px) {
    .TextCompany {
        font-family: Prompt;
        font-size: 20px;
        color: #d3ff00;
        text-align: left;
        line-height: 280%;
    }
}

@media (max-width: 575.98px) {
    .TextCompany {
        font-family: Prompt;
        font-size: 18px;
        color: #d3ff00;
        text-align: left;
        line-height: 1.75;
    }

    .searchbutton {
        width: 100%;
    }

    .cardsearch {
        width: 12rem;
        height: 12rem;
    }

    .paginationjs .paginationjs-pages li>a {
        min-width: 27px !important;
    }

    .exhibitor_dtitle .site-title-text {
        width: 80%;
        font-size: 16px;
        padding-left: 20px;
        margin: 0;
    }
}


@media (max-width: 400px) {
    .cardsearch {
        width: 19rem;
        height: 15rem;
    }

    .paginationjs .paginationjs-pages li>a {
        min-width: 24px !important;
        font-size: 16px !important;
    }
}