body {
    background: #F5F5F5;
}
.title-highlight {
    /*margin: 10px;*/
}
.title-highlight ul li:first-child {
    padding-left: 0;
}
.span-title {
    display: inline-block;
    line-height: 2rem;
    font-size: 24px;
    color: #818181;
    padding: 5px 0;
}
.list-highlight {
    width: var(--width-view);
    /*height: 300px;*/
    display: flex;
    /* flex-wrap: wrap; */
}
.item-highlight {
    background: #ffffff;
    width: 270px;
    height: 270px;
    margin: 18px;
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.custom_evensAll{
    display: inline-block; 
    min-height: 50px;
    width: 100%;
    height: auto
}
.custom_event_mobile{
    display: none
}
.item-highlight:first-child {
    /* margin-left: 0; */
}
.item-highlight:last-child {
    /* margin-right: 0; */
}
.img-event {
    display: inline-block;
    width: 100%;
    height: 50%;
}
.img-event img {
    width: 270px;
    height: 100%;
    object-fit: cover;
}
.item-info {
    width: 100%;
    height: 50%;
    padding: 0 10px;
    display: inline-block;
}
.date-create {
    display: inline-block;
    margin-top: 25px;
    padding: 5px 0;
    width: 100%;
    color: #F5a623;
    font-size: 14px;
}
.name-event {
    width: 100%;
    color: #393939;
    font-weight: bold;
    font-size: 16px;
}
.two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.icon-events {
    height: auto;
    display: flex;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translate(22%, -50%);
}
.icon-share-event {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 12px;
}
.icon-share-event img {
    display: inline-block;
    padding: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-price {
    min-height: 40px;
    min-width: 90px;
    background: #FF9700;
    border-radius: 5px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5%;
    right: -10px;
    text-transform: uppercase;
    color: white;
}
.event-price span {
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-event {
    width: 100%;
    height: 100%
}
.name-city {
    color:#F5A623;
    font-weight: bold;
}
.nav-content-event {
    width: 100%;
    height: auto;
}
.list-item-no_highlight {
    width: 75%;
    float: left;
    /*margin-right: 10px;*/
    /*margin-top: 15px;*/
    display: flex;
    flex-wrap: wrap;
}


.nav-filter {
    width: 25%;
    float: right;
    margin-bottom: 24px;
}
/*.nav-event ul {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    height: 20px;*/
/*    width: 100%;*/
/*    margin: 0;*/
/*}*/
.nav-event ul li {
    float: left;
    display: inline-block;
    padding-right: 10px;
}
.nav-event ul li span {
    display: inline-block;
}
.nav-event ul li span:hover {
    display: inline-block;
    cursor: pointer;
    color:#f5a62382;
}
.item-no-highlight {
    width: calc((100% - 40px)/3);
    height: 300px;
    display: inline-block;
    position: relative;
    background: #ffffff;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}
/*.item-no-highlight:first-child {*/
/*margin-left: 0;*/
/*}*/
.item-no-highlight .div-img {
    width: 100%;
    height: 50%;
    display: inline-block;
}
.item-no-highlight .div-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.item-info-event {
    width: 100%;
    height: 70%;
    padding: 0 10px;
    display: inline-block;
}
.event-highlight {
    font-size: 14px;
    color: #393939;
}
.event-address {
    display: inline-block;
    font-size: 12px;
    color: #818181;
    width: 100%;
    line-height: 28px;
}
.no-high-light-icon {
    border-top: 1px solid #cccccc;
    display: flex;
    width: 100%;
    height: 30%;

}
.div-facilities-hl {
    width: 70%;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.no-high-light-icon .biz_nit_name {
    display: flex;
    text-align: left;
    font-size: 11px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-wrap: break-word;
    color: #818181;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon-share-event-no_hl {
    width: 50%;
    height: 100%;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #dddddd;
}
.icon-share-event-no_hl img {
    display: inline-block;
    padding: 10px;
    width: 35px;
    height: 35px;
}
.icon-share-event-no_hl:hover {
    /*background: #FF9700;*/
    cursor: pointer;
}
.event-price-no-hl {
    /*min-height: 30px;*/
    /*min-width: 60px;*/
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #dddddd;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5%;
    right: 5%;
}
.event-price-no-hl span {
    display: flex;
    align-items: center;
    justify-content: center
}
.event-price-no-hl span {
    display: flex;
    align-items: center;
    justify-content: center
}
.filter-state {
    width: 100%;
    height: auto;
    /*border-radius: 6px;*/
    border: 1px solid #dddddd;
    padding: 5px;
    margin-bottom: 10px;
    background: #ffffff;
    display: inline-block;
}
.filter-date, .filter-cities {
    width: 100%;
    height: auto;
    /*border-radius: 6px;*/
    padding: 5px;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    background: #ffffff;
    /*display: table;*/
}

.filter-cities::-webkit-scrollbar * {
    background:white;
}


.filter-state ul {
    width: 100%;
}

.filter-state ul li:hover label {
    color: #00b0ff;
}

.filter-state ul input {
    float: right;
}

.filter-state ul li {
    text-align: left;
    float: left;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
}

.label-list {
    display: block;
    margin: 0;
}
.input-list {
    margin-right: 10px;
}
.p-filter-state {
    margin-top: 10px;
    margin-left: 20px;
    font-weight: bold;
}
.check-box-cities {
    height: 200px;
    overflow-y: auto;
    margin-bottom: 10px;
}
/*.check-box-cities .district-social  {*/
/*    width: 100%;*/
/*    padding: 5px 10px;*/
/*    position: relative;*/
/*    cursor: pointer;*/
/*}*/
/*.district-social:hover {*/
/*    background: #FFE1B5;*/
/*}*/

.active-action {
    display: inline-block;
    border-bottom: 2px solid #F5A623;
    cursor: pointer;
    color:#F5A623;
}

.active-district {
    background-color: #F5A623;
    color: white !important;
}
