.travel {
    padding: 50px 0px;
    background: #fff;
}

.travel .textTravel {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #92361E;
    font-family: 'haptic';
    margin-bottom: 20px;
}


.travel .listTravel {
	background: #f0e9e7;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 25%);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
}

.travel .listTravel .imageTravel img {
	width: 100%;
    border-radius: 15px;
}

.travel .listTravel .desTravel .cateTravel {
	font-family: 'Roboto';
    font-style: normal;
    font-size: 13px;
    color: #92361E;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.travel .listTravel .desTravel .nameTravel {
	margin-bottom: 10px;
}

.travel .listTravel .desTravel .nameTravel a {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    color: #92361E;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-decoration: none;
}

.travel .listTravel .desTravel .descriptionTravel {
	font-family: 'Roboto';
    font-size: 15px;
    text-align: justify;
    color: #92361E;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}

.travel .listTravel .desTravel .showMoreTravel a {
    font-weight: 300;
    font-size: 15px;
    color: #92361E;
    text-decoration: none;
}

.travel .listTravel .desTravel .showMoreTravel a i {
	font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.travel .textTravelSearch {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 30px;
    color: #92361E;
    font-family: 'haptic';
}

.travel .textTravelSearch span {
    color: #d09511;
}

.travel .resultSearchNot {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 25px;
    color: red;
    font-family: 'haptic';
    text-align: center;
}

/*chi tiết tin du lịch*/
.travel_detail {
	padding: 50px 0px;
}

.travel_detail .title_detail {
	font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #92361E;
    font-family: 'Roboto';
    margin-bottom: 30px;
}

.travel_detail .detail_detail {
	font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    font-family: 'Roboto';
}

.travel_detail .listButton {
	margin: 50px 0px 30px;
}

.travel_detail .listButton a {
	text-decoration: none;
}

.travel_detail .listButton button {
	width: 45%;
	background: linear-gradient(98.11deg, #C25C41 0%, #92361E 100%);
    border-radius: 10px;
    border: none;
    padding: 5px 0px 4px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    font-family: 'haptic';
    margin-right: 10px;
}

.travel_detail .listButton button:hover {
	background: #cf930c;
}

.travel_detail .travel_hr {
	margin-bottom: 30px;
	border: 1px dashed rgba(0, 0, 0, 0.1);
}

.travel_detail .related_travel {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #92361E;
    font-family: 'Roboto';
    margin-bottom: 20px;
}

.travel_detail .listDeatailTravel {
	display: flex;
	margin-bottom: 30px;
}

.travel_detail .listDeatailTravel .image_related {
	margin-right: 10px;
}

.travel_detail .listDeatailTravel .image_related img {
    max-width: 100px;
}

.travel_detail .listDeatailTravel .desTravelRelated .title_related {
	margin-bottom: 10px;
}

.travel_detail .listDeatailTravel .desTravelRelated .title_related a {
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Roboto';
    text-decoration: none;
}

.travel_detail .listDeatailTravel .desTravelRelated .description {
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    font-family: 'Roboto';
    text-decoration: none;
    text-align: justify;
}

/*iphone*/
@media (min-width: 320px) and (max-width: 767px) { 
    .travel .textTravel {
        font-size: 35px;
    }

    .travel .listTravel .desTravel .cateTravel {
        margin-top: 10px;
    }

    .travel_detail .title_detail {
        line-height: 35px;
    }

    .travel_detail .detail_detail p {
        font-size: 18px;
    }
}