nav.main-navbar {
    width: 100%;
}
ul#menu-main-1 {
  position: relative;
  display: flow-root;
}
.item-info-salon {
    border: 1px solid #F0F0F0;
    border-bottom: 5px solid #135EAC;
    border-radius: 10px;
    padding: 5px;
}
.item-info-salon .location {
  color: #888;
  padding-left: 15px;
  position: relative;
}
.item-info-salon .location:before {
    position: absolute;
    content: '';
    background: #888;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    left: 5px;
    top: calc(50% - 2px);
}
.hotline-ctv {
    text-align: center;
    max-width: 120px;
}
.item-info-salon .caption {
    width: calc(100% - 120px);
}
.hotline-ctv a.btn-zalo {
    background: #FFF;
    border: 1px solid #135EAC;
    box-sizing: border-box;
    border-radius: 50px;
    height: 30px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #135EAC;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    max-width: 120px;
    min-width: 120px;
}
.hotline-ctv a.btn-zalo:hover {
    background: #135EAC;
    color: #fff;
}
.hotline-ctv a.btn-phone {
    border-radius: 50px;
    height: 30px;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    min-width: 120px;
    max-width: 120px;
}
.floating-hotline[data-toggle="collapse"] img.close {
    display: none;
}
.floating-hotline[aria-expanded="true"] img {
    display: none;
}
.floating-hotline[aria-expanded="true"] img.close {
    display: block;
}
@media (max-width: 767.98px){
    .item-info-salon .caption {
        width: 100%;
    }
    .item-info-salon {
        padding: 5px;
    }
    .item-info-salon .name-salon {
        font-size: 0.875rem;
        margin-bottom: 0;
    }
    .item-info-salon .head-name {
        font-size: 0.875rem;
    }
    .hotline-ctv {
        max-width: 100%;
    }
    .hotline-ctv a.btn-phone,
    .hotline-ctv a.btn-zalo {
        height: 25px;
        line-height: 25px;
    }
}
.mm-menu > .mm-panel.content-box-mobile {
    top: auto !important;
    bottom: 0 !important;
    padding-left: 20px;
    padding-right: 20px;
}