.listServiceFood {
    padding: 50px 0px;
}

.listServiceFood .btnServiceFood {
    text-align: center;
}

.listServiceFood .btnServiceFood button {
    margin-right: 20px;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 50px;
    text-align: center;
    color: #92361e;
    font-family: 'haptic';
    border: none;
    padding: 5px 45px 2px;
    border: 1px solid #92361e;
    cursor: pointer;
    margin-bottom: 50px;
}

.listServiceFood .btnServiceFood button:hover {
    background: linear-gradient(98.11deg, #C25C41 0%, #92361e 100%);
    color: #fff;
}

.listServiceFood .btnServiceFood button.active {
    background: linear-gradient(98.11deg, #C25C41 0%, #92361e 100%);
    color: #fff;
}


.listServiceFood .list_travel {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.listServiceFood .list_travel:first-child {
    margin-top: 30px;
}

.listServiceFood .list_travel .location {
    background: #F7BFB1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}

.listServiceFood .list_travel.tab-active .location {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    top: 1px;
    left: -13px;
}

.listServiceFood .list_travel.tab-active .location img {
    position: absolute;
    top: 6px;
    right: 7px;
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.listServiceFood .list_travel.tab-active .name_location {
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    color: #92361E;
    font-weight: 700;
    
}
.listServiceFood .list_travel .name_location {
    color: rgba(78, 78, 78, 0.7);
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
}

.listServiceFood .hr {
    border: 1px dashed rgba(78, 78, 78, 0.3);
    transform: rotate(90deg);
    display: inline;
    margin-left: 6px;
}

.listServiceFood .hr:last-child {
    border: none;
}

.listServiceFood .image_Travel {
    margin-top: 30px;
}

.listServiceFood .image_Travel img {
    width: 100%;
    filter: drop-shadow(0px 4px 30px rgba(255, 255, 255, 0.25));
    border-radius: 30px;
}

.listServiceFood .btnService button{
    padding: 20px 0px 18px;
    background: #92361E;
    border-radius: 20px;
    border: none;
    width: 100%;
    color: #fff!important;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Roboto';
    margin-top: 20px;
    margin-bottom: 30px;
}

.listServiceFood .detailTravel {
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    font-family: 'Roboto';
}

.listSculinary {
    margin-bottom: 30px;
}

.listSculinary .imageSculinary {
    margin-bottom: 20px;
}

.listSculinary .imageSculinary img {
    width: 100%;
    border-radius: 20px;
    height: 210px;
}

.listSculinary .nameSculinary {
    margin-bottom: 10px;
}

.listSculinary .nameSculinary a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.listSculinary .nameSculinary a:hover {
    color: #92361e;
}

.new_detail .btn_Sculinary {
    margin-top: 30px
}

.new_detail .btn_Sculinary button {
    padding: 18px 0px 16px;
    background: #92361E;
    border-radius: 10px;
    border: none;
    width: 100%;
    color: #fff!important;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Roboto';
}
















/*iphone*/
@media (min-width: 320px) and (max-width: 767px) { 
    .listServiceFood .btnServiceFood button {
        padding: 5px 40px 2px;
        font-size: 22px;
    }

    .listServiceFood .list_travel.tab-active .name_location {
        font-size: 15px;
    }

    .listServiceFood .list_travel .name_location {
        font-size: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .listServiceFood .btnService button {
        padding: 12px 0px 10px;
    }

    .new_detail .btn_Sculinary button {
        padding: 10px 0px 10px;
    }
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
    .detail_service .other_service {
    	line-height: 20px;
    }

    .service .name a {
    	font-size: 18px;
        line-height: 20px;
    }

    .menu_service .name_service a {
    	line-height: 25px;
    }
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .detail_service .other_service {
    	line-height: 25px
    }
}