/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

#contactButton {
    position: fixed;
    bottom: 0;
    right: 15px;
    max-height: 100%;
    width: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
}
#contactButton .panel {
    margin-bottom: 0;
    width: 100%;
    color: #333;
    display: none;
}
#contactButton .ctb {
    position: fixed;
    bottom: 0;
    right: 15px;
    z-index: 1000;
    text-align: center;
}
#contactButton .ctb, #contactButton .panel {
    border-radius: 5px 5px 0 0;
}
.location-img-grid {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    border-radius: .625rem;
    /*grid-template-rows: auto auto auto auto;*/
    /*grid-template-columns: 70% minmax(28%, 1fr);*/
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
    overflow: hidden;
}

.location-img-grid.full_width_img {
    grid-template-columns: 70% minmax(28%, 1fr);
}

.location-img-big {
    object-fit: cover;
    object-position: 50% 50%;
    border-radius: 0;
    width: 100%;
    height: 425px;
}
.location-img-small {
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 6.875rem;
    grid-area: span 1 / span 1 / span 1 / span 1;
}
.box_anotherimg_address {
    gap: 8px;
    flex-direction: column;
    display: flex;
    align-items: center;
    max-height: 425px;
    overflow-y: scroll;
}
.box_anotherimg_address::-webkit-scrollbar {
    width: 4px;
}
.box_anotherimg_address::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.box_anotherimg_address::-webkit-scrollbar-thumb {
    background: #cb3129;
    border-radius: 5px;
}

.location-info-div {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    color: #3d3938;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}
.map {
    border-radius: .375rem;
    flex: 0 auto;
    width: 100%;
    height: 44rem;
    margin-top: 1.25rem;
    display: flex;
    overflow: hidden;
}
#contactButton .ctb em {
    margin-right: 3px;
    font-size: 1.6em;
    vertical-align: middle;
}

.container-standard-wide-location {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    width: 100%;
    /*margin-top: 3.75rem;*/
    margin-bottom: 5rem;
    display: flex;
}

@media (max-width: 991.98px) {
    .location-img-small, .location-img-small.final {
        height: 6.5rem;
    }
    .location-img-big {
        height: 358px;
    }
    .box_anotherimg_address {
        height: 360px;
    }
    .container-standard-wide-location {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .location-img-small, .location-img-small.final {
        height: 10.5rem;
    }
}


@media (max-width: 1199px) {
    #contactButton .ctb {
        right: 70px;
    }
}
@media (max-width: 499px) {
    #contactButton {
        right: auto;
        left: 0;
        width: 90%;
    }
}