.container p, .container span, .container ul {
    color: #ffffff !important;
}

.search-style {
    position: absolute;
    /* font-size: 20px; */
    right: 1%;
    top: 30%;
    z-index: 4;
}

.my-0 {
    border-radius: .25rem !important;
}

.role-page {
    margin-left: 10%;
    padding: .075rem .275rem;
}

.margin-1 {
    margin: 1%;
}

* {
    box-sizing: border-box
}

body {
    margin: 0
}

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}


/* Slideshow container */

.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}


/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Caption text */

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}


/* Number text (1/3 etc) */

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}


/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}


/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}


/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.imgButton {
    align-items: center;
    margin-top: 550px;
}

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

.imgShow {
    align-items: center;
    margin-top: 55px;
    margin-bottom: 55px;
}

.TextDowload {
    color: white;
    text-align: center;
    margin-top: 100px;
}

.Dowloadbutton {
    color: white;
    line-height: 240%;
}

.RectangleDownload {
    /* width: 250px;
    height: 40px; */
    margin-top: 10px;
    margin-bottom: 10px;
    /* margin-left: 20px;
    margin-right: 20px; */
    /* background-color: #00324d;
    background-image: #00324d; */
    text-align: center;
}

.RectangleDownload img {
    height: 120px;
}

.exm_box {
    height: 50vh;
    display: flex;
    align-items: center;
}

.item {
    align-items: center;
}

.TextVersion {
    color: white;
    text-align: center;
}

.TextDetail {
    color: white;
    text-align: left;
}

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

.BoxCompany {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #00324d;
    background-image: #00324d;
    object-fit: contain;
    align-items: center;
}

.TextCompany {
    font-family: Prompt;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: normal;
    color: #d3ff00;
    text-align: left;
    line-height: 240%;
    margin-left: 10px;
}

.mar {
    background-color: #00324d;
    margin-top: 100px;
    margin-bottom: 100px;
}

.buttonalign {
    align-self: center;
}

@media (max-width: 1199.98px) {
    .RectangleDownload {
        width: 100%;
        height: auto;
        background-color: #00324d;
        background-image: #00324d;
        align-items: center;
        text-align: center;
        margin-left: 0;
        margin-right: 0;
        object-fit: contain;
    }

    .RectangleDownload img {
        height: auto;
        width: inherit;
    }
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

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

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

.sub_gallery {
    margin-top: 150px;
}


@media (max-width: 575.98px) {
    .buttonsize {
        width: 75%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .buttonsize {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .buttonsize {
        width: 70%;
    }
}
