.slider-values .box 
{
    border:1px solid #E4E4E4;
    border-radius: 6px;
    color:#666666;
    font-size: 14px;
    padding: 6px 12px;
} 
#price-slider
{
    height:2px !important;
    border:none !important;
}
#price-slider .noUi-handle
{
    height: 14px !important;
    width:14px !important;
    border-radius: 100% !important;
    background-color:#00A879 !important;
    box-shadow: none;
    border: none;
    right: -10px !important;
}
/* #price-slider  .noUi-horizontal .noUi-origin
{
    transform: translate(0px, 0px); 
}
#price-slider  .noUi-handle.noUi-handle-lower
{
    transform: translate(100%, 0px) !important;
} */
#price-slider .noUi-handle:after,#price-slider .noUi-handle:before
{
    display: none !important;
}
.pick-box .pick-box-title
{
    cursor: pointer;
}
#hotel-pagination
{
    margin-top:32px !important;
}
#hotel-pagination .uk-pagination>*>*
{
    height:40px;
    width:40px;
    border-radius: 100%;
    border: 1px solid #E4E4E4;
    color:#666666;
    font-weight: 600;
    font-size: 18px;
    background-color:white;

}
#hotel-pagination .uk-pagination>.uk-active>*
{
    color:white;
    background-color:#00A879;
}
#order-by-hotel
{
    gap:8px;
    font-size: 14px;
}
#order-by-hotel .uk-button 
{
	border-radius:6px;
    border:1px solid #E4E4E4;
    font-size:14px;
    background-color: white;
    padding:7px 9px;
    line-height: 22px;
}
#order-by-hotel li
{
    cursor: pointer;
}
#filter-mobile
{
    width:100%;
    padding:12px 10px;
    background-color: white;
    border:1px solid #E4E4E4;
    border-radius: 8px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap:4px;
    font-size: 18px;
}
.hotel-card-wrapper .hotel-thumb
{
    padding:25px;
    border-radius: 24px;
}
.hotel-card-wrapper .mirror
{
    height:384px;
    border:4px solid white;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    position: relative;
    border-radius: 24px;
    box-sizing: border-box;
}
.hotel-card-wrapper .mirror .hotel-address
{
    position: absolute;
    padding:4px 24px;
    background-color:#00A879;
    bottom: 0px;
    left:12px;
    color:white;
    font-size: 16px;
    font-weight: 500;
    border-radius: 24px;
    transform: translateY(50%);
    z-index:2;
}
.hotel-card-wrapper .mirror .hotel-type
{
    position: absolute;
    top:12px;
    right:12px;
    background-color:#FFFFFFE5;
    color:#00A879;
    border-radius: 16px;
    padding:6px 8px;
    display: flex;
    gap:6px;
    font-weight: 500;
    z-index:1;
}
.hotel-card-wrapper .content 
{
    padding:16px;
    background-color: white;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    position: relative;
}
.hotel-card-wrapper .content::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 24px solid white;
    border-right: 24px solid transparent;
    z-index: 1;
    rotate: -90deg;
}
.hotel-card-wrapper .content .uk-icon[uk-icon="i-phone"]
{
    color:#00A879;
}
.hotel-card-wrapper .content .uk-icon[uk-icon="i-price"]
{
    color:#E76F51;
}
.hotel-card-wrapper .hotel-meta
{
    column-gap:8px;
    font-weight: 500;
    font-size: 16px;
}
.hotel-card-wrapper .hotel-meta .el-item
{
    gap:4px;
}
.hotel-card-wrapper .hotel-location-title
{
    color:#666666;
    font-size: 16px;
}

/* Tam giác góc trên phải */
.hotel-card-wrapper .content::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 24px solid white; /* màu nền che */
    border-left: 24px solid transparent;
    z-index: 1;
    rotate: 90deg;
}
.hotel-card-wrapper .hotel-title
{
    font-size: 36px;
    line-height: 44px;
}
.hotel-card-wrapper .hotel-panel 
{
    height:100%;
}
.hotel-card-wrapper .hotel-panel .content
{
    height:calc(100% - 426px);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.hotel-card-wrapper-link 
{
    display: block;
    height:100%;
}
.hotel-card-wrapper-link  .hotel-card-wrapper
{
    height: 100%;
}
.hotel-card-wrapper .hotel-excerpt > p 
{
    color:#666666;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media(max-width:640px)
{
    .hotel-filter
    {
        padding:0px !important;
        box-shadow: none !important;
    }
    .hotel-card-wrapper .mirror
    {
        height:328px;
    }
    .hotel-card-wrapper .hotel-thumb
    {
        padding:15px;
    }
    .hotel-card-wrapper .hotel-panel .content
    {
        height:auto;
        padding:12px;
    }
    .hotel-card-wrapper .hotel-title
    {
        font-size: 28px;
        line-height: 34px;
    }
    .hotel-card-wrapper .mirror .hotel-address
    {
        font-size: 14px;
        padding:5px 12px;
    }
    .hotel-card-wrapper .mirror .hotel-type
    {
        font-size: 14px;
    }
    .hotel-card-wrapper .hotel-excerpt > p
    {
        font-size: 14px;
    }
    .hotel-card-wrapper .hotel-meta .el-item
    {
        font-size: 14px;
    }
}