.select2-container {
    z-index: 99999;
}

.select2-container--default .select2-selection--single {
    height: 60px;
    min-width: 13vw;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        margin-top: 15px;
    }
.daibieuel img {
    width: 100%;
   
    margin-right: 20px;
    max-height: 30vh;
    margin-bottom: 20px;
    object-fit: contain;
}

@media screen and (min-width: 1200px){
    /* Styles applied when the screen width is 768px or wider */
    .daibieuel {
        min-height: 420px;
        overflow: hidden;
    }

        .daibieuel img {
            margin-left: 15px;
            max-height: 23vh;
            float: left;
            width: auto;
        }
}

@media screen and (min-width: 900px)  and (max-width:1099px){
    /* Styles applied when the screen width is 768px or wider */
    .daibieuel {
        min-height: 530px;
        overflow: hidden;
    }

        .daibieuel img {
            margin-left: 15px;
            max-height: 23vh;
            float: left;
            width: auto;
        }
}


@media screen and (min-width: 1100px) and (max-width:1199px) {
    /* Styles applied when the screen width is 768px or wider */
    .daibieuel {
        min-height: 480px;
        overflow: hidden;
    }

        .daibieuel img {
            margin-left: 15px;
            max-height: 23vh;
            float: left;
            width: auto;
        }
}