﻿
.w1line {
    display: inline-block;
    word-wrap: break-word;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.detail_nh i {
    color: #007bff;
    width: 20px !important;
    text-align: center;
}

.detail_nh label {
    font-weight: bold;
}

    .detail_nh label::after {
        content: ": ";
    }


.dh-zoom-1 img {
    height: 100px !important;
    width: 100px !important;
    object-fit: cover;
}

@media only screen and (max-width: 992px) {
    .detail_cslt label {
        display: none;
    }
}
#select2 {
    width: 100%;
}
