.warp-image-modal {
    background-color: black;
    width: 752px;
}
.warp-image-modal img {
    height: 423px;
    width: 100%;
}
.text-decription{
    font-family: var(--noto-sans) !important;
    font-size: 12px !important;
    line-height: 23px !important;
    font-weight: 400;
}
.expandImg-width {
    max-width: 100% !important;
}
.modal-header{
    border-bottom: 0px !important;
}

#datetimeBefore.active, #datetimeAfter.active, #prev, #next {
    cursor: pointer;
    color: #008970 !important;
    background-color: #F7FCFB !important;
}
#datetimeBefore.inActive, #datetimeAfter.inActive, #prev.disabled, #next.disabled {
    pointer-events: none;
    color: #B4BBBA !important;
    background-color: #EBEFEE !important;
}
.carousel-inner{
    align-items: center !important;
    margin: auto !important;
    width: 90% !important;
}
.carousel-control-color{
    color: #66706F;
    font-size: 50px;
}
#carouselExampleControls > .carousel-control-next,
#carousel-modal-bkk > .carousel-control-next,
#carousel-modal-cnx > .carousel-control-next,
#carousel-modal-kkn > .carousel-control-next,
#carousel-modal-ubon > .carousel-control-next,
#carousel-modal-ska > .carousel-control-next,
#carousel-modal-pkt > .carousel-control-next {
    justify-content: right !important;
    right: 1% !important;
    top: 0 !important;
    bottom: 0 !important;
}
#carouselExampleControls>.carousel-control-prev,
#carousel-modal-bkk>.carousel-control-prev,
#carousel-modal-cnx>.carousel-control-prev,
#carousel-modal-kkn>.carousel-control-prev,
#carousel-modal-ubon>.carousel-control-prev,
#carousel-modal-ska>.carousel-control-prev,
#carousel-modal-pkt>.carousel-control-prev{
    justify-content: left !important;
    left: 1% !important;
    top: 0 !important;
    bottom: 0 !important;
}
@media only screen and ( min-width: 767px) {
    #carouselNext .carousel-item>img{
        height: 423px;
        max-width: 752px;
        background-color: var(--dark1);
    }
    #carouselNext{
        min-height: 423px
    }
    #carouselExampleControls .carousel-item>img,
    #carousel-modal-bkk .carousel-item>img,
    #carousel-modal-cnx .carousel-item>img,
    #carousel-modal-kkn .carousel-item>img,
    #carousel-modal-ubon .carousel-item>img,
    #carousel-modal-ska .carousel-item>img,
    #carousel-modal-pkt .carousel-item>img{
        width: 100%;
        height: 100%;
        /* background-color: black; */
        min-height: 854px;
    }
  }
  img{
    text-indent:-9999px
  }
.img-placeholder{
    margin: auto !important;
    width: 90% !important;
}

