﻿
.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_tourguide i {
    color: #007bff;
    width: 20px !important;
    text-align: center;
}

.detail_tourguide label {
    font-weight: bold;
}

    .detail_tourguide label::after {
        content: ": ";
    }

.dh-zoom-1 img {
    height: 125px !important;
    width: auto;
}

.chitietTheHanhNghe img {
    object-fit: cover;
    height: 350px;
    width: auto !important;
    float: right;
}

/** Mobile */
@media only screen and (max-width: 768px) {
    .chitietTheHanhNghe img {
        float: none;
        margin: auto !important;
    }

    .chitietTheHanhNghe h4 {
        text-align: center;
        padding-top: 10px;
    }

        .chitietTheHanhNghe h4 i {
            display: none;
        }

    .chitietTheHanhNghe .badge {
        float: none;
        margin: auto !important;
    }
}
