/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2023 VINADES.,JSC. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Fri, 16 Jun 2023 08:54:36 GMT
 */
.box_item_tour{
    display: flex;
    padding: 10px;
}
.item_image_tour img{
    height: 200px;
    width: 100%;
    border-radius: 20px;
}
.diem_di_diem_den > div{
    display: inline;
}
.quang_duong_thoi_gian > div{
    display: inline;
    font-weight: 600;
}
.quang_duong_thoi_gian > div:last-child{
    float: right;
}
.item_content_tour{
    padding: 20px 10px;
    position: relative;
}
.quang_duong_thoi_gian{
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: CALC(100% - 10px);
}
.diem_di_diem_den{
    box-shadow: 2px 3px 9px 5px rgb(0 0 0 / 10%);
    padding: 10px;
    border-radius: 7px;
}
.danh_gia i{
    color: orange;
}
.stt{
    height: 22px;
    width: 22px;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    margin-right: 7px;
    margin-left: 2px;
    background: linear-gradient(#fac241 0%, #cd0781 100%);
    padding: 0px;
    text-align: center;
	font-size: 10px;
}
.progress{
    margin-bottom: 0px;
}
.dang_cap_nhat{
    padding: 10px;
    color: #23a455;
    text-align: center;
    width: 100%;
}