.home-banner ul {
	list-style: none;
    padding: 0;
    margin: 0;
    /*border: 1px solid #E5E5E5;*/
    text-align: center;
    padding-top: 22px;
}
.home-banner ul li img{
	margin-right: 10px
}
.home-banner ul.ul-menu-header {
	display: none;
    position: absolute;
    width: 100%;
    padding-right: 30px;
}
.hover-menu:hover ul.ul-menu-header{
	display: block;
}
.home-banner ul.short-url li{
	padding: unset;
	border: 0;
	background: unset;
}

.home-banner .owl-slide {
	z-index: unset;
	height: 100%
}
.home-banner .owl-slide .owl-stage-outer, .home-banner .owl-slide .owl-stage, .home-banner .owl-slide .owl-item {
	height: 100%
}
.home-banner .owl-slide .item{
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff
}
.home-banner .owl-slide .content {
    padding: 12% 12% 0;
    font-size: 16px;
    position: relative;
    z-index: 2
}
.home-banner .owl-slide .content h1{
	font-family: 'InterUI-Bold';
	font-size: 48px;
	line-height: 64px;
	margin-bottom: 24px
}
.home-banner .owl-slide .content p {
    line-height: 1.44;
    margin: 0
}
.home-banner .owl-slide .content button {
    margin-top: 40px;
    padding: 14px 50px;
    background: #ef8c29;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    font-family: 'InterUI-Bold'
}
.home-banner .owl-slide .content button.btn-about {
	background: #fff;
	margin-left: 12px
}
.home-banner .owl-slide .content button a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.home-banner .owl-slide .content button.btn-about a{
	color: #ef8c29;
}
.home-banner .owl-slide .owl-nav button {
	background: #14213D;
    color: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin: 0;
    display: none
}
.home-banner .owl-slide .owl-nav button.owl-prev {
    left: 0;
}
.home-banner .owl-slide .owl-nav button.owl-next {
    right: 0;
}

.home-title .title-name{
	/*width: 10%;*/
    height: 32px;
    margin-top: -32px;
    background: #fff;
    position: absolute;
    left: 0;
    padding: 6px 15px 6px 30px;
    color: #000;
}
.home-title .title-name h4{ 
	font-size: 16px;
	font-weight: bold
}

.list-product .intro-product .sale {
	position: absolute;
    right: -5px;
    background: #E65651;
    color: #fff;
    padding: 3px 15px;
    height: 24px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.list-product .intro-product .img-sale {
	width: unset;
    position: absolute;
    right: -5px;
    top: 24px;
}

.home-about h1 {
	margin-top: 60px
}
.home-about button {
	margin-top: 20px;
    padding: 14px 50px;
    background: #ef8c29;
    border: 0;
    border-radius: 2px;
    font-family: 'InterUI-Bold'
}
.home-about button a{
	color: #fff;
	text-transform: uppercase;
}
.home-about .img-about {
	padding-left: 100px
}
.home-about ul {
	margin: 20px 0;
}
.home-about ul li {
	margin-bottom: 15px
}
.home-about ul li a{
	margin-bottom: 15px;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	color: #161615
}
.home-about ul li.active a{
	color: #bb0515;
}
.home-about ul li span.red {
	display: none
}
.home-about ul li span.black {
	display: inline
}
.home-about ul li.active span.red {
	display: inline
}
.home-about ul li.active span.black {
	display: none
}
.home-about ul li span {
	margin-right: 5px
}
.home-about .about-content p{
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px
}
.background-about {
	display: flex;
	justify-content: flex-end;
}
.background-about .right{
	margin-top: -220px;
	width: 35%;
    z-index: 1;
    height: 300px;
    background: #ffe3c7;
}

.home-project .text-summary {
	line-height: 25px;
	padding: 0 10%;
	margin: 40px 0;
}
.home-project.list-project {
	position: relative;
	z-index: 2;
	margin-top: 47px
}
.home-project .row.right {
	padding-left: 15px
}
.home-project .content p{
	font-size: 16px;
	font-weight: 500;
	line-height: 1.56
}
/* .home-project .list-category-product {
	margin-bottom: 35px
} */
.home-project ul {
	justify-content: center;
	padding-top: 30px
}
.home-project.home-gallery ul {
	/* margin: 64px 0 73px; */
}

.home-project .paginates ul li{
	margin-right: 8px;
	padding: 0;
}

.home-project ul a{
	border: 0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    height: 24px;
    width: 24px;
}

.home-project ul.pagination li a{
    color: #161615;
    text-decoration: none;
    border: 1px solid #E5E5E5!important;
    width: 30px!important;
    height: 30px!important;
    padding: 6px 10px;
    font-family: 'Roboto';
}

.home-project ul.pagination li.active a{ 
	color: #fff;
    width: 30px!important;
    background: #92361E!important;
    height: 30px!important;
    padding: 6px 10px;
    border-radius: 0%;
}

.home-project .pagination .last a{
	display: none;
}

.home-project .pagination .first a{
    display: none;
}

.home-project .tab-pane .hover {
	margin-bottom: 30px
}
.home-project .tab-pane img {
	height: 226px;
	border-radius: 4px
}
.home-project .tab-pane .right .img img {
	height: 480px;
}
.home-project .tab-pane .img-hover::after{
	border-radius: 4px;
  	background-color: rgba(239, 140, 41, 0.9);
}
.home-project .tab-pane .img-hover:hover:after {
    opacity: 1; 
}
.home-project .tab-pane .img-hover:after {
    content: '';
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.home-project .tab-pane .img-hover .title.title-1{
	padding: 20px;
    position: absolute;
    top: unset;
    bottom: 0;
    left: 15px;
    right: 15px;
    background-image: linear-gradient(to bottom, rgba(22, 22, 21, 0), #161615);
    color: #fff;
    opacity: 1;
    width: unset;
}
.home-project .tab-pane .img-hover:hover .title.title-1{
	opacity: 0
}
.home-project .tab-pane .img-hover:hover .title{
	opacity: 1;
}
.home-project .title {
	/*background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 585px;
	padding: 30px 24px;*/
	padding: 30px 40px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    opacity: 0;
    z-index: 1;
}
.home-project .title p{
	color: #fff;
	margin-bottom: 0
}
.home-project .title h3 {
	margin-top: 9px;
	margin-bottom: 15px;
	font-size: 16px;
    font-family: 'InterUI-Bold';
}
.home-project .title h3 a{
	color: #fff;
	text-decoration: none
}
.home-project .tab-pane .img-hover .title .company-address img {
	width: 10px;
	height: auto;
	margin-right: 10px;
}
.home-project .title .link-detail {
	position: absolute;
	bottom: 30px;
	width: 90%
}
.home-project .title .link-detail a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	font-size: 16px;
}
.home-project .title .link-detail img {
	margin-top: 10px
}
.home-project .title.title-2 button{
	border-radius: 4px;
    background-color: #c36609;
    color: #fff;
    padding: 5px 24px;
    margin-top: 24px;
}
.home-project .title.title-2 .link-detail{
	width: 80%
}


.home-activity {
	padding: 60px 0;
	background-image: linear-gradient(to top, rgba(22, 22, 21, 0.5) 100%,rgba(22, 22, 21, 0.5) 100%),url('/public/frontend/images/banner-activity.png');
}
.home-activity h1{
	color: #fff
}
.home-activity .title{
	padding: 25px;
}
.home-activity h5 {
	text-transform: capitalize;
    font-size: 24px;
    font-family: 'InterUI-Bold';
    text-align: left
}
.home-activity .img-fluid {
	/* height: 278px;
	width: 100%; */
/*	border-bottom: 5px solid #ffcf00;*/
}
.home-activity h5 a{
	text-decoration: none;
	color: #161615;
	overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.home-activity .item {
	border-radius: 4px;
  	/*border: solid 1px rgba(209, 209, 209, 0.5);*/
  	background-color: #ffffff;
}
.home-activity .item img{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}


/*style mới*/
.home-title .about_us {
	color: #9D552F;
    font-size: 30px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 23px
}

.home-title .image_title {
	text-align: center;
	margin: 15px 0px
}

.home-title .healthy {
    color: #9D552F;
    font-size: 64px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 23px;
    font-family: 'haptic';
}

.home-title .hr {
    text-align: center;
    margin: 0px auto;
    width: 150px;
    height: 5px;
    background: #F9E34C;
    border-radius: 3px;
}

.home-title .introduce_text {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: center;
	margin-top: 25px;
	text-align: justify;
	margin-bottom: 30px;
}

.home-title .introduce_text ul {
	padding: 0px
}

.home-title .introduce_text ul li {
	list-style: none;
	margin-bottom: 10px
}

.home-title .image {
	margin-top: 45px;
	text-align: center;
}

.home-title .image .img {
	width: 100px;
	height: 100px;
	border: 2px solid #9D552F;
	margin: 0px auto;
	border-radius: 50%
}

.home-title .image .img img {
	width: 100%;
	padding: 15px
}

.home-title .name {
	margin-top: 15px;
	color: #9D552F;
	font-size: 24px;
	line-height: 40px;
	font-weight: bold
}

.home-title .description {
	margin-top: 10px;
	font-size: 17px;
    line-height: 27px;
    color: rgba(0, 0, 0, 0.6);
    text-align: justify;
    margin-bottom: 20px
}

.why_choose {
	background: #92361E;
	padding-top: 50px;
	padding-bottom: 50px
}

.why_choose .text_why_choose {
	font-weight: 400;
	font-size: 64px;
	margin-bottom: 25px;
	color: #fff;
	font-family: 'haptic';
}

.why_choose .detail_new {
	text-align: right;
    padding-top: 15px;
}

.why_choose .detail_new a {
	font-size: 15px;
    color: #fff;
    text-decoration: none;
}

.why_choose .detail_new a i {
	font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

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

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

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

.why_choose .list_travel.tab-active .location img {
	position: absolute;
    top: 6px;
    right: 7px;
    width: 25px;
    height: 25px;
}

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

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

.why_choose .list_travel .location {
	background: #F7BFB1;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin-right: 10px;
}

.why_choose .list_travel.tab-active .name_location {
	font-size: 17px;
    color: #fff;
    font-family: 'Roboto';
}

.why_choose .list_travel .name_location {
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Roboto';
}

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

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

.why_choose .btnService {
	margin-top: 30px;
}

.why_choose .btnService button {
	padding: 20px 0px 18px;
	background: #9d4a34;
    border-radius: 30px;
    border: none;
    width: 100%;
    color: #fff!important;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Roboto';
}

.why_choose .btnService button:hover {
	background: #fff;
	color: #92361E!important;
	font-size: 15px;
    font-weight: 500;
}

.countrysideCuisine {
	margin-top: 60px;
}

.countrysideCuisine .text_countrysideCuisine {
	font-weight: 400;
    font-size: 64px;
    margin-bottom: 25px;
    color: #92361E;
    font-family: 'haptic';
}

.countrysideCuisine .detail_new {
	text-align: right;
    padding-top: 45px;
}

.countrysideCuisine .detail_new a {
	font-size: 15px;
    color: #92361E;
    text-decoration: none;
}

.countrysideCuisine .detail_new a i {
	font-size: 10px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.countrysideCuisine .list_sculinary {
	margin-bottom: 20px;
}

.countrysideCuisine .list_sculinary .image_sculinary img {
	width: 100%;
	border-radius: 10px;
	height: 210px;
}

.countrysideCuisine .btnSculinary {
	margin-top: 30px;
}

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

.countrysideCuisine .btnSculinary button:hover {
	background: #9d4a34;
}

/*du lịch và trải nghiệm*/
.experienceTravel {
	background: #fff;
	margin-top: 30px;
	padding: 50px 0px 70px;
}

.experienceTravel .text_experienceTravel {
	font-weight: 400;
    font-size: 64px;
    margin-bottom: 25px;
    color: #92361E;
    font-family: 'haptic';
}

.experienceTravel .detail_new {
	text-align: right;
    padding-top: 45px;
}

.experienceTravel .detail_new a {
	font-size: 15px;
    color: #92361E;
    text-decoration: none;
}

.experienceTravel .detail_new a i {
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.experienceTravel .listExperienceTravel {
	background: linear-gradient(107.48deg, #92361E 0%, #380C00 100%);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	padding: 20px;
	position: relative;
}

.experienceTravel .listExperienceTravel_2 {
	background: #f0e9e7;
	border-radius: 20px;
	padding: 20px;
}

.experienceTravel .alignItem {
	display: flex;
	align-items: center;
}

.experienceTravel .listExperienceTravel .imageExperienceTravel img {
	width: 100%;
	border-radius: 15px;
}

.experienceTravel .listExperienceTravel_2 .imageExperienceTravel_2 img {
    width: 100%;
	border-radius: 15px;
}

.experienceTravel .listExperienceTravel .desExperienceTravel .cateExperienceTravel {
	font-family: 'Roboto';
	font-style: normal;
	font-size: 13px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .cateExperienceTravel_2 {
    font-family: 'Roboto';
	font-style: normal;
	font-size: 13px;
	color: #92361E;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.experienceTravel .listExperienceTravel .desExperienceTravel .nameExperienceTravel {
	margin-bottom: 10px;
}

.experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .nameExperienceTravel_2 {
	margin-bottom: 5px;
}

.experienceTravel .listExperienceTravel .desExperienceTravel .nameExperienceTravel a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	color: #FFFFFF;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-decoration: none;
}

.experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .nameExperienceTravel_2 a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #92361E;
	overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-decoration: none;
}

.experienceTravel .listExperienceTravel .desExperienceTravel .descriptionExperienceTravel {
	font-family: 'Roboto';
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #fff;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 6;
    height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}

.experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .descriptionExperienceTravel_2 {
	font-family: 'Roboto';
    font-style: normal;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    color: #92361E;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 4;
    height: 105px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    text-decoration: none;
    margin-bottom: 10px;
}

.experienceTravel .listExperienceTravel .desExperienceTravel .showMoreExperienceTravel a {
    font-weight: 300;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
} 

.experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .showMoreExperienceTravel_2 a {
    font-weight: 300;
    font-size: 15px;
    color: #92361E;
    text-decoration: none;
} 

.experienceTravel .listExperienceTravel .desExperienceTravel .showMoreExperienceTravel a i {
	font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .showMoreExperienceTravel_2 a i {
	font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}


.new {
	padding: 50px 0px
}

.new .text_new {
	font-weight: 400;
    font-size: 64px;
    margin-bottom: 25px;
    color: #92361E;
    font-family: 'haptic';
}

.new .detail_new {
    text-align: right;
    padding-top: 45px;
}

.new .detail_new a {
	font-size: 15px;
    color: #92361E;
    text-decoration: none;
}

.new .detail_new a i {
	font-size: 10px;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.new .listNew .imageNew {
    margin-bottom: 20px;
}

.new .listNew .imageNew img {
	width: 100%;
	border-radius: 20px;
	height: 280px;
}

.new .listNew .nameNew {
	padding: 0px 10px;
}

.new .listNew .nameNew 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;
}

.new .listNew .nameNew a:hover {
	color: #92361e;
}



/*iphone*/
@media (min-width: 320px) and (max-width: 767px) {
    .home-banner .owl-slide .item {
    	height: 100%!important
    }

    .home-title .description p{
    	font-size: 18px!important
    }


    .new .new_detail .name_title {
    	margin-top: 15px
    }

    .home-title .healthy {
    	margin-bottom: 0px;
    }

    .home-title .introduce_text p {
    	font-size: 17px!important;
    }

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

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

    .why_choose .list_travel {
    	margin-left: 15px;
    }

    .why_choose .hr {
    	margin-left: 21px;
    }

    .why_choose .text_why_choose {
    	font-size: 55px;
    	margin-bottom: 0px;
    	text-align: center;
    }

    .countrysideCuisine .text_countrysideCuisine {
    	font-size: 55px;
    	margin-bottom: 0px;
    	text-align: center;
    }

    .experienceTravel .text_experienceTravel {
    	font-size: 35px;
    	margin-bottom: 0px;
    	text-align: center;
    }

    .experienceTravel .detail_new a {
    	display: none;
    }

    .experienceTravel .listExperienceTravel .desExperienceTravel .cateExperienceTravel {
    	margin-top: 10px;
    }

    .experienceTravel .listExperienceTravel {
    	margin-bottom: 20px;
    }

    .experienceTravel .listExperienceTravel_2 .desExperienceTravel_2 .cateExperienceTravel_2 {
    	margin-top: 10px;
    }

    .new {
    	padding: 0px!important;
    }

    .new .text_new {
    	font-size: 55px;
    	margin-bottom: 0px;
    	text-align: center;
    }

    .new .detail_new {
    	display: none;
    }

    .new .listNew:last-child {
    	margin-bottom: 20px;
    }

    .header .menu-header {
    	display: block!important;
    }

    .header ul li {
    	display: none!important;
    }
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
    .home-title .name {
   	    font-size: 18px;
        line-height: 23px;
    }

    .why_choose .frames {
   	   height: 500px
    }

    .contact .register {
    	margin-top: 10px
    }

    .new .new_detail .description {
    	display: none
    }
}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {
    .header ul li a {
    	font-size: 15px!important;
    }

    .home-banner ul {
    	font-size: 18px;
    }

    .header ul li {
	    padding: 10px 18px 20px 0px;
	}

	.experienceTravel .detail_new {
	    text-align: right;
	    padding-top: 30px;
	}

	.experienceTravel .text_experienceTravel {
		font-size: 50px;
	}

	.listServiceFood .btnServiceFood button {
		font-size: 35px!important;
	}

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

    .travel .listTravel .desTravel .nameTravel a {
	    font-size: 20px!important;
	    overflow: hidden!important;
	    text-overflow: ellipsis!important;
	    line-height: 25px!important;
	    height: 50px!important;
	    -webkit-line-clamp: 2!important;
	    display: -webkit-box!important;
	    -webkit-box-orient: vertical!important;
	}

	.travel_detail .listButton button {
		margin-right: 0px!important;
	}

	.header ul li .searchForm {
		padding: 0px 7px!important;
	}

	.header ul li .searchForm i {
		position: relative;
	    top: -2px;
	}

	.header .head-logo img {
		padding-top: 22px!important;
	}
}