.link_title_page {
	margin-top: 40px;
}
.link_title_page ul{
	display: flex;
	font-size: 14px;
	margin:8px 0;
}
.link_title_page ul li a{
	color: #3385d6;
	text-decoration: none
}
.link_title_page ul li{
	margin-right: 3px
}
.title_page{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	max-width: 80%
}
.title_page h1{
	font-size: 30px;
	color: var(--primary-color);
	font-family: 'montserrat';
	font-weight: 700;
}

.price_tour{
	color: #868686;
	text-align: right
}
.price_tour .saleTop{
	display: block;
	margin-top: -50px;
	margin-bottom: 21px;
	margin-right: 10px
}
.price_tour .saleTop span{
	background: var(--second-color);
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 9px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
	position: relative;
}
.price_tour .saleTop span:before{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 20px solid var(--second-color);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	bottom: -15px;
	right: 22px;
}
.price_tour .linethout{
	text-decoration: line-through;
	margin-left: 7px
		/*font-size: 16px*/
}
@supports (font-variation-settings: "wght" 500) {
	.price_tour .colorRed{
		color: var(--second-color);
		font-size: 25px;
		font-family: 'montserrat';
		font-weight: 600;
		margin-left: 7px;
		white-space: nowrap;
	}
}
.locationPrice{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.locationPrice{}
.anchor{
	font-size: 14px;
	color: #545454;
}
@supports (font-variation-settings: "wght" 400) {
	.anchor{
		color: #000;
		font-family: 'montserrat';
		font-weight: 400;
	}
}
.anchor img{
	margin-right: 5px;
	width: 20px
}
.wrap_img{
	position: relative;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px
}
.wrap_img .col_img{
	float: left;
	background-color: #f6f6f6;
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
}
.wrap_img .col_img img{
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 !important;
	border: none;
}
.wrap_img .col_img_1{
	width: 62.7%;
	position: relative;
	height: 390px;
}
.wrap_img .col_img_2{
	width: 36.5%;
	height: 190px;
	margin-left: .8%;
}
.wrap_img .col_img_3,
.wrap_img .col_img_4{
	width: 17.85%;
	height: 190px;
	margin-left: .8%;
	margin-top: .81%;
}
.wrap_img .col_img_4 .see_modalImg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5); 
}
.wrap_img .see_modalImg span{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	transform:translateY(-50%);
	font-size: 14px;
	font-weight: 800;
	color: #fff
}
.earlyBird{
	display: block;
	/*background: #fff3e4;*/
	border:1px solid #ddd;
	padding: 15px;
	margin: 30px 0;
	line-height: 24px;
}
@supports (font-variation-settings: "wght" 500) {
	.earlyBird h4{
		font-size: 25px;
		color: #ff6000;
		font-weight: 600;
		font-family: 'montserrat';
		text-transform: uppercase;
	}
}
.earlyBird p{
	margin-bottom: 6px;
	font-size:14px;
}
.imgModal.modal{
	background: rgba(0, 0, 0, 0.82);
}
.imgModal .modal-dialog {
	max-width: 70%;
	height: 100vh;
	margin: 0px auto;
	padding:0 0 20px;
}
.imgModal .modal-content {
	height: 100%;
	position: relative;
}
.imgModal .modal-body {
	padding: 0;
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;

}
.imgModal .modal-body .carousel-inner{
	box-sizing: border-box;
	overflow: hidden;
}
#slideImg .carousel-item.active{
	animation: goload .2s ease;
}
@keyframes goload{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(0%);

	}
}
.modal-body .slide_show1 img{
	width: 100%;
	object-fit: cover
}
.imgModal .modal-content {
	border:none;
	background:none;
}
.imgModal .modal-content i.far{
	font-size:36px;
}
.slide_show1 .carousel-control-prev-icon,
.slide_show1 .carousel-control-next-icon{
	background:none;
}
.slide_show1 .carousel-control-next, 
.slide_show1 .carousel-control-prev {
	opacity: 1;
	position: absolute;
	width: auto;
	display: inline-block;
	top: 50%;
}
.slide_show1 .carousel-control-next{
	right: -175px
}
.slide_show1 .carousel-control-prev{
	left: -175px
}
.imgModal .close {
	color: #fff
}
/**/

@font-face {
	font-family: 'roboto, sans-serif';
	font-style: normal;
	font-display: fallback;
	font-weight: 400;
	src: local('Proxima Nova'), 
		local('Proxima Nova-Regular'), 
		url(fontproxima/proximanova-regular-webfont.woff2) format('woff2')
}
.topDetail {
	/* background: #e9e9e9;*/
	padding: 15px 0 60px 0;
	color: #545454;
	/*font-family: 'montserrat';*/
}
.topDetail th{
	font-size : 18px;
}
.topDetail h2{
	font-size: 25px !important;
	color: #000 !important;
	margin: 35px 0 30px !important;
	font-weight: 600 !important;
	font-weight: 600;
	text-transform: uppercase;
}
.topDetail .top_title p{
	font-size: 14px;
	line-height: 1.7;
}
.topDetail .TourList{
	font-size:14px;
	line-height: 1.7;
	background: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	margin-bottom: 10px;

}
.topDetail .TourDates {
	background: #f7f7f7;
	padding: 10px 20px;
	font-size: 18px;
	cursor: pointer;
	display: flex;
	margin: 0 !important;
	color: #003580;
	justify-content: space-between;
}
.topDetail .TourDates span{
	display: inline-block;
}
.topDetail .TourDates i{
	font-size:21px;
	transition: .4s
}

.topDetail .TourDates .toggleArrow i{
	transform: rotate(180deg);
}
.topDetail .TourInfo{
	padding:20px;
	display: none
}
.topDetail .expandAllText{
	line-height: 27px;
	float: right;
	cursor: pointer;
	font-size: 18px !important;
	font-style: italic;
	color: #003580;
	margin-bottom: 10px;
}
.tb_txtDetal {
	display: none;
}
.topDetail .title_TourList{}
.InquiryFormBox {
	background: #fff;
	border: 1px solid #d6d6d6;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
	border-radius: 4px;
}
.InquiryFormBox .InquiryInfo {
	padding: 10px 15px;
	margin-bottom: 25px;
	background: #1a3863;
}
.InquiryFormBox .TourTitle {
	color: #fff;
	font-family: 'montserrat';
	font-size: 18px;
	text-align: center;
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
.InquiryFormBox .FieldSet {
	padding: 0 20px 10px 20px;
}
.InquiryFormBox p {
	margin-bottom: 20px !important;
}
.InquiryFormBox input[type="text"], textarea {
	width: 100%;
}
.InquiryFormBox input.FullName {
	/*background: url(../img/index/fixAdd/user.png) no-repeat 10px;*/
	padding-left: 15px;
}
.InquiryFormBox input.EmailAddress {
	/*background: url(../img/index/fixAdd/input-email.png) no-repeat 10px;*/
	padding-left: 15px;
}
.InquiryFormBox input.Location {
	/*background: url(../img/index/fixAdd/locati.png) no-repeat 10px;*/
	padding-left: 15px;
}
.InquiryFormBox input.NumberNight {
	/*background: url(../img/index/fixAdd/sodem.png) no-repeat 5px;*/
	padding-left: 15px;
}
.InquiryFormBox input.NumberPhone {
	/*background: url(../img/index/fixAdd/phone.png) no-repeat 5px;*/
	padding-left: 15px;
}
.InquiryFormBox input, textarea {
	background-color: #fff;
	border: medium none;
	border-radius: 4px;
	box-shadow: 0 0 2px #999;
	color: #333;
	font-size: 14px;
	padding: 10px;
	line-height: 24px;
}
.InquiryFormBox .sendButton {
	background: #1a3863 none repeat scroll 0 0;
	border: medium none;
	border-radius: 4px;
	color: #fff;
	font-size: 18px;
	margin: -10px 10px 15px 0;
	padding: 10px;
	text-align: center;
	width: 100%;
	border-radius: 25px;
}
.last-minute {
	margin-top: 20px;

}
.last-minute ._phone{
	background: #1a3863;
	display: flex;
	align-items: center;
	padding: 5px;
}
.last-minute ._phone img{
	width: 30px;
}
.last-minute ._phone span{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	padding-left: 10px;
	line-height: 30px;
}

.last-minute p{
	text-align: right;
	font-size: 16px;
	color: #7e7e7e;
	padding-right: 10px;
}
.minute-title {
	color: #a31022;
	font-size: 17px;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	background: #e9e9e9;
	text-align: center;
	top: -15px;
	padding: 0 10px;
	margin: 0 10px;
	font-size: 16px;
}
.cell-list {
	position: relative;
	padding-left: 40px;
	font-size: 20px;
	color: #a31022;
	margin-bottom: 20px;
	line-height: 0.9em;
}
.cell-list .fab {
	color: #a31022;
	position: absolute;
	left: 0;
	font-size: 30px;
}
.minute-title img {
	margin-right: 5px;
}
.font14 {
	font-size: 14px;
	color: #666;
	word-wrap: break-word;
}
.InquiryFormBox input.InquiryCalendar {
	/*background: url(../img/index/fixAdd/input-calendar.png) no-repeat 10px;*/
	padding-left: 15px;
	color: #555;
}
.toggleFix{
	position: sticky;
	/*padding-top: 40px;*/
	top: 0;

}
.formComboHotel{
	padding-top: 0
}
/**/

.priceIncotion{
	background:#fff;
	border:1px solid #ddd;
	margin:40px 0 30px;
	padding:20px 10px;
	font-size:14px;
	line-height: 24px;
}
.priceIncotion .show-acc{
	color: #3385d6!important;
	text-decoration: none;
	cursor: pointer
}
.priceIncotion .show-acc:hover{
	color: #eb8f00!important;
}
.priceIncotion .acc-detail{
	display: none
}
.priceIncotion .price-origin{
	text-decoration: line-through;
	color: #444;
}
.priceIncotion .text-price{
	color: #ff6000;
	margin-left: 5px;
	font-size: 18px;
	font-weight:600;
	color: #1a3863;

}
.table_price{
	background: #fff
}
.table_price table{
	overflow-x:auto;
	max-width:100%;
	box-sizing:border-box;
}
.table_price thead tr {
	background: #1a3863;
	color: #fff
}
.tableCombo{
	color: #1a3863
}
@supports (font-variation-settings: "wght" 500) {
	.tableCombo .show-acc{
		color: #1a3863;
		font-size: 18px;
		font-family: 'montserrat';
		font-weight: 600;
		line-height: 30px;

	}
	.tableCombo{
		font-size: 18px;
		font-family: 'montserrat';
		font-weight: 500
	}
}
.acc-detailCom{
	font-size: 15px;
	line-height: 24px;
	margin-top: 5px;
}
.tableCombo li{
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
}
.tableCombo img{
	margin-right: 5px
}
.tableCombo img.imgTable{
	width: 100%;
	object-fit: cover;
	margin:0 0 10px;
	width: 250px;
}
.tableCombo .booktour a{
	font-family: 'montserrat';
}
.tableCombo .border-none{
	padding-top: 0;
	padding-bottom: 0
}
.tableCombo .room{
	margin-top: 15px
}
.tableCombo .room li{
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 2px;
}
.tableCombo .room li img{
	margin-right: 8px
}
.booktour a {
	display: inline-block;
	background: #1a3863;
	text-decoration: none;
	color: #fff !important;
	padding: 1px 16px;
	margin-left: 10px;
	min-width: 75px;
	font-weight: 500;
}
.inquire_a a{
	display: inline-block;
	background-color: #003580;
	color: #fff;
	border-color: #067107;
	padding: 10px 16px;
	font-size: 18px;
	text-decoration: none
}

.inquire_a a:hover{
	background-color: #0d53b5;
	color: #fff;
}

.temnote{}
.booking_ite .wrap_itembook{
	width: 50%;
	display: flex;
}
.booking_ite .wrap_itembook div{
	padding:0 10px;
}
.temnote .booking_ite{
	margin:20px 0;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	display: flex;
}
.temnote .booking_ite .img_left{
	width: 55px;

}
.temnote .booking_ite .img_left img{
	width: auto
}
.temnote .booking_ite p{
	color: #545454;
	margin-bottom: 0;
	display: block;
	width: calc(100% - 55px)
}
.temnote .booking_ite h3{
	font-size:18px;
	display: block;
}
.temnote .booking_ite span{
	display: block;
	line-height: 1.7
}
/**/

.recoment{
	padding: 35px 0;
	position: relative;
}
.recoment .wraper_recom .centerFlex{
	align-items: center;
}
.wraper_recom{}
.wraper_recom .titleReco p{
	font-size: 25px;
	font-weight: 600;
}
.wraper_recom .wrapRacting{
	padding: 25px 10px;
	border: 1px solid #ddd;
}
.wraper_recom .wrapRacting .numberRacting{
	text-align: center;
}
.wrapRacting .numberRacting .number{
	font-size: 40px;
	color: #000
}
.wrapRacting .ractingNumber{
	display: flex;
	color: #e8e8e8;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 10px
}
.wrapRacting .ractingNumber li{}
.wrapRacting .ractingNumber li i{
	font-size: 18px;
	padding: 0 2px;
}
.wrapRacting .numberRacting p{}
.wrapRacting .numberRacting p{}
.wrapRacting .listFive{}
.wrapRacting .listFive li{
	display: flex;
	align-items: center;
	color: #949494;
	margin-bottom: 7px
}
.wrapRacting .listFive .numberStar{
	display: inline-block;
	margin-right: 10px;
	color: #000
}
.wrapRacting .listFive .numberStar i{
	font-size: 10px;
	color: #e8e8e8;
}
.wrapRacting .listFive .widthRacting{
	width: 100%;
	height: 5px;
	background: #e8e8e8;
	max-width: 150px;
	margin-right: 10px
}
.wrapRacting .witerRacting{}
.wrapRacting .witerRacting strong{
	font-size: 16px
}
.wrapRacting .witerRacting .chooseStar{
	display: flex;
	align-items: center;
}
.wrapRacting .witerRacting .chooseStar p{
	margin:0;
	margin-left: 10px
}
.wrapRacting .witerRacting .commentRacting{}
.wrapRacting .witerRacting .formSubmit{
	text-align: right;
	margin-top: 10px;
}
.wrapRacting .witerRacting .formSubmit button{
	background: #ff6000;
	color: #fff;
	padding: 5px 10px;
}
/**/
.hoidap{
	display:none;
	margin:30px 0;
}
.hoidap .titleHoidap{
	display: inline-block;
	background: #f1f1f1;
	padding: 10px 10px;
	font-size: 24px;
}
.hoidap .titleHoidap img{
	width: 35px;
	margin-right: 10px;
}
.wrapslideHot{
	margin-bottom: 40px
}
.wrapslideHot img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.wrapslideHot .owl-theme .owl-nav {
	margin-top: 0px;
	display: none
}
.wrapslideHot .owl-theme .owl-dots{
	margin-top: -30px;
	position: relative;
}
.wrapInfo{
	display: flex;
	margin-bottom: 30px;
	box-sizing: border-box;
	overflow: hidden;
}
.wrapInfo .earlyBird{
	width: 62.7%;
	margin-bottom: 0
}
.wrapInfo .rightInfohotel{
	width: 36.5%;
	margin-left: .8%;
	margin-top: 30px;
	border:1px solid #ddd;
	padding:15px 15px 30px 15px;
	color: #818181
}
.rightInfohotel h5{
	font-size: 25px;
	display: none;
}
.rightInfohotel li{
	margin-bottom: 7px
}
.rightInfohotel li img{
	margin-right: 10px;
	width: 15px
}

#sliderIndex {

	width: 250px
}

#sliderIndex .item {
	width: 100%;
}

#sliderIndex .item img {
	width: 100%;
	max-height: 150px;
	object-fit: cover;
}

#sliderIndex .owl-carousel .owl-nav button.owl-next span,
#sliderIndex .owl-carousel .owl-nav button.owl-prev span {
	display: none;
}

#sliderIndex .owl-carousel .owl-nav button.owl-next,
#sliderIndex .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 15px;
	outline: none;
}

#sliderIndex .owl-carousel .owl-nav button.owl-next {
	right: 15px;
	background: url(./../img/next_r.png) 7px no-repeat;
}

#sliderIndex .owl-carousel .owl-nav button.owl-prev {
	left: 15px;
	background: url(./../img/prev_r.png) 7px no-repeat;
}


/**/
.formSearchCombo {
	margin-top: 40px;
}
@supports (font-variation-settings: "wght" 700) {
	.formSearchCombo h5{
		font-size: 22px;
		color: #1a3863;
		font-family: 'montserrat';
		margin-top: 20px;
		margin-bottom: 0px;
		font-weight: 700
	}
}
.formSearchCombo form{
	margin:15px 0 30px;
}
.formSearchCombo form>div{
	display: flex;
	align-items: stretch;
	width: 100%;
	box-shadow: 0px 1px 7px #bdbdbdd6;

}
.formSearchCombo form select{
	width: 20%;
	text-align: center;
	border-right: 1px solid #ddd;
	padding:13px 20px;
}
.formSearchCombo form input{
	width: 60%;
	padding:0 20px;
	padding:13px 20px;
}
.formSearchCombo form button{
	width: 20%;
	padding:13px 20px;
	background: #ff6000;
	color: #fff;
	font-size: 16px
}
/**/
@supports (font-variation-settings: "wght" 700) {
	.totalSpace .titleTotal h3{
		font-size: 24px;
		color: var(--primary-color);
		font-family: 'montserrat';
		margin-bottom: 10px;
		font-weight: 700
	}
}
.totalSpace .wrapBox{
	margin-bottom: 20px
}
.totalSpace .hasTags{
	margin-bottom: 10px
}
.totalSpace .hasTags li{
	display: inline-block;
	margin-bottom: 4px
}
@supports (font-variation-settings: "wght" 500) {
	.totalSpace .hasTags li a{
		display: inline-block;
		border:1px solid #ddd;
		border-radius: 3px;
		padding:4px 5px;
		color: #5f6368;
		font-size: 14px;
		font-family: 'montserrat';
		font-weight: 500;
		text-decoration: none;
		margin-right: 1px
	}
}
.pagiration{
	margin:30px 0 40px;
}
.pagiration ul{
	width: 100%;
	text-align: center;
}
.pagiration ul li{
	display: inline-block;
}
.pagiration ul li a{
	display: inline-block;
	color: #5f6368;
	text-decoration: none;
	font-size:14px;
	border:1px solid #ddd;
	border-radius: 3px;
	margin-right: 4px;
	min-width: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 10px;
}
.pagiration ul li a.active{
	background: #f79321;
	color: #fff;
	border-color: #f79321
}
.hotels{
	width: 100%!important
}
.hotels>div{
	display: flex;
}
.hotels>div ul{
	width: calc(100% / 3);
}
@media(max-width:480px){
	.hotels>div ul{
		width:100%;
	}
}
.hotelllls .hotels{
	margin-left: 0;
	margin-top: 0
}
.hotellll p{
	font-size:14px;
	line-height: 2
}
.hotellll .earlyBird{
	background: #fff;
	border:1px solid #ddd;
	margin-top: 0;
	line-height: 2;
}
.hotellll .rightInfohotel{
	border:none;
	padding-top: 0;
	padding-bottom: 0
}
.hotellll .rightInfohotel h5{
	margin-bottom: 10px
}
.hotellll .rightInfohotel img{
	width: 30px;
	margin-right: 10px
}

.checked {
	color: #ffcc00;
	background: transparent;
}

.table_price table {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

/* OKI */
.modalImg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background:rgba(0,0,0,.5);
	z-index: 100;
	display: none;
}
.modalImg.active{
	display:block;
}

.modalImg img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%, -50%);
	width: 60%;
	object-fit: cover;
	animation: opacityd 1s ease-in-out;
}
@keyframes opacityd{
	0%{
		opacity: 0.5;
	}
	100%{
		opacity: 1;

	}
}
.modalImg span.closeModal{
	position: absolute;
	top: 0px;
	right: 0px;
	width:100%;
	height: 100%;
	font-size: 36px;
	color: #fff;
	/*border: 2px solid #636e72;*/
	display: flex;
	justify-content: center;
	align-items: center;
}
.modalImg span.closeModal:before{
	position: absolute;
	top: 20px;
	right: 20px;

	/*border: 2px solid #636e72;*/
}

.modalImg .btnPrev,
.modalImg .btnNext{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: rgba(0,0,0.5);
	z-index: 1000;
	color: #ffffff;
	font-size: 24px;
}

.modalImg .btnPrev{
	left: 10px;
}
.modalImg .btnNext{
	right: 10px;
}
.wrapInfo .earlyBird {
	width: 100%;
	margin-bottom: 0;
	display: flex;
}

.title--box {
	background: var(--primary-color);
	padding: 15px;
	margin: 15px 0;
}

.title--box h5 {
	color: #fff;
	margin-bottom: 0;
	text-transform:uppercase;
}

.wrapHighlights {
	display: flex;
}

.wrapHighlights .earlyBird {
	width: 75.0%;
	max-height: 300px;
	overflow-y: scroll;
}

.wrapHighlights .rightInfohotel {
	width: 25%;
	margin: 30px 0;
	padding-left: 25px;
}
.wrapHighlights .rightInfohotel .map iframe{
	width:100% !important;
	height:300px !important;
}




@media (max-width:575px){
	.wrapHighlights {
		display: block;
	}
	.wrapHighlights .earlyBird,
	.wrapHighlights .rightInfohotel{
		width: 100%;
	}


	.formSearchCombo form>div {
		display: block;

	}
	.formSearchCombo form select {
		width: 33%;
	}
	.formSearchCombo form .from-hanoi {
		width: 100%;
		margin-bottom:10px;
	}
	.formSearchCombo form input {
		width: 100%;
		margin-bottom:10px;
	}
	.formSearchCombo form button {
		width: 100%;

	}

	.tableCombo img.imgTable {
		width: 100%;
	}
	.tableCombo tr{
		margin-bottom:30px;
		box-shadow: 0 0 5px rgba(0,0,0,.2);
	}

	#sliderIndex .item img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	#sliderIndex {
		width: 100%;
	}
	.table_price table {
		display: block;
		width: 100%;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.table_price table thead tr{
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.table_price table,
	.table_price thead,
	.table_price tbody, 
	.table_price th, 
	.table_price td,
	.table_price tr {
		display: block; 
		border-collapse: collapse;
	}
	.txt_prices {
		width:100% !important;
	}
	.booktour {
		padding: 0px 115px;
	}
	.booktour a {
		display: inline-block;
		background: #1a3863;
		text-decoration: none;
		color: #fff !important;
		padding: 10px 20px;
		font-weight: bold;
		margin-left: 10px;
		min-width: 75px;
	}
	.tb_txtDetal {
		font-size: 16px !important;
		display: inline;
	}
	.price_tour .saleTop span {
		padding: 6px 15px;
		font-size: 18px;

	}
	.price_tour .saleTop {
		margin-top: -15px;
	}
	.locationPrice {
		margin-top: 20px;
		align-items: center;
		position: relative;
	}
	.locationPrice .price-mb{
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.locationPrice .anchor {
		margin-bottom: 0rem;
		line-height: 0.75;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
	}


	.slide_show1 .carousel-control-next {
		right: 0px;
	}
	.slide_show1 .carousel-control-prev {
		left: 0px;
	}
	.imgModal .modal-dialog {
		max-width: 100%;
	}
	.modalImg img{
		width: 90%;
	}
	.toggleFix {
		display: none;
	}
	.title_page{

		margin-top: 50px;
		max-width: 100%
	}
}

@media(max-width:480px){
	.cruise-detail .locationPrice{
		display:block;
	}
	.cruise-detail .locationPrice .price-mb{
		position:relative;
	}
}
.cruise-detail.topDetail .TourDates{
	color:var(--primary-color);
}
.cruise-detail.topDetail .expandAllText{
	color:var(--primary-color);
}
.cruise-detail .table_price thead tr{
	background:var(--primary-color);
}
.cruise-detail .priceIncotion .show-acc{
	color:var(--primary-color) !important;
}
.cruise-detail .booktour a{
	background:var(--primary-color);
}
.cruise-detail .InquiryFormBox .InquiryInfo{
	background:var(--primary-color);
}
.cruise-detail .InquiryFormBox .sendButton{
	background:var(--second-color);
}
.cruise-detail .last-minute ._phone{
	background:var(--primary-color);
}
.elue .wrapperItemElue .infoElue span{
	color:var(--primary-color);
}
.elue .wrapSlidefeback .wrapperItemElue .text-hot p{
	color:var(--primary-color);
}
.elue .wrapSlidefeback .wrapperItemElue{
	box-shadow:0 2px 13px -6px red;
	margin-top:85px;
}
.temnote ul{
	margin-left:20px;
}	