@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;} 
	to {bottom: 10px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 10px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 10px; opacity: 1;} 
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 10px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

.banner_main{
	/* background: url(../img/banner_main.png);
	background-position: center;
	background-size: cover; */
	position: relative;
	/* padding:50px 0; */
}
.banner-main #slider .carousel-control-prev {
	left: -70 !important;
}
.banner-main #slider .carousel-control-next {
	right: -70 !important;
}
.carousel-indicators {
	display: none !important;
}
.return_date {
	font-size: 16px;
	font-weight: 600;
}
/* Style Cho Menu Tim Kiem Moi Tai Day */
.banner_main__content{
	margin-top: 30px;
	position: relative;
	display: block;
	z-index: 4;
	margin-bottom: 20px;

}

.form-info-now{
	background-image: url("/Files/images/banner/banner3.jpg");
	/* background: #fff; */
	box-shadow: 0 0 7px rgba(11,11,11,.5);
	padding: 15px 15px 15px 30px;
}
@media (max-width:576px){
	.form-info-now{
		padding:15px;  
	}
}

.form-info-now .form-group{
	display: flex;
	margin-bottom: 0;
	position: relative;
}
.form-info-now .form-group::before{

}
.form-info-now .form-group img{
	width: 32px;
	height: 100%;
	object-fit: cover;
	padding: 0px 2px;
	/* border: 1px solid #ddd; */
	margin-right: 5px;
}
.button-garena{
	padding: .575rem .75rem;
	background-color: #f1251e;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
}
.button-garena:hover{
	color: #fff;
}
.form-info-now h4.title_book{
	font-size: 26px;
	font-weight: 600;
	color: #ffffff;
	margin: 35px 0px 20px 75px;
}
.form-info-now .row_end{
	margin: 20px 0px 50px 10px;
	justify-content: flex-end;
}
.text-right {

	margin: 30px 620px 60px 0px;
}
#center-button {
	margin: 30px 145px 60px 0px !important;
}

/* End Search*/

/* section-booking */
/* eND section-booking */

.container-max{
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}
.booking{
	margin-top: 116px;
	width: 100%;
	padding: 50px 0;
	position: relative;
	box-sizing: border-box;
	/* overflow: hidden; */
	box-shadow: 0 4px 5px rgba(75,75,75,.15);
	margin-bottom: 10px;
	/* background-image: linear-gradient(to bottom, #162d54 ,#162d5412); */
	background: url(./../img/index/bg111.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.title-slogan {
	color: #162d54 !important;
}
.booking__item{
	height: 100%;
	box-shadow: 0 1px 10px 5px rgb(255 255 255 / 28%);
	background: #fff;
}


.booking__item .tab_main{
	display: flex;
	align-items: center;
	background: #d7e0e9;
}
.booking__item .tab_main a{
	font-size: 16px;
	padding: 10px 25px;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	background: #eeeeee;
}
.booking__item .tab_main a.active{
	color: #1a3863;
	background: #fff;
}

.booking__item .owl-carousel img{
	width: 100%;
	height: 400px;
}

.tab_contents{
	position: relative;
	background: #fff;

}
.tab_contents .tab_item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background: #fff;
	padding: 30px 35px;
}
/* .tab_contents .tab_item .col{
padding-left: 0;
padding-right: 0;
} */
.tab_contents .tab_item .row{
	margin-left: -25px;
	margin-right: -25px;
}

.gutter_ms{
	padding-left: 10px;
	padding-right: 10px;
}

.tab_contents .tab_item.active{
	display: block;
	animation: fadeIn 1s ease;
}
@keyframes fadeIn{
	0%{
		opacity: 0.5;
	}
	100%{
		opacity: 1;
	}
}
.tab_item .form-group{
	position: relative;
}
.tab_item .form-group input,
.tab_item .form-group select{
	padding-left: 40px;
	font-size: 12px;
}
.tab_item .form-group label{
	font-size: 16px;
	font-weight: 600;
}
.form-group aside{
	position: absolute;
	bottom: 7px;
	left: 5px;
}
.form-group aside.note-ngayve{
	display: none;
}

.form-group aside.note-ngayve.show{
	display: block;
}

.form-group aside img{
	width: 22px;
	object-fit: cover;
}
.form-group aside span{
	font-weight: 600;
	color: #ddd;
}

/* Show Data */
.date-return{
	display: none;
}

.date-return.show{
	display: block;

}


/* Cusstom Checkbox */
.checkNgayVe input[type="checkbox"]{
	-webkit-appearance: none;
	visibility: hidden;
	display: none;
}
.checkNgayVe .check{
	position: relative;
	display: block;
	width: 35px;
	height: 20px;
	cursor: pointer;
	border-radius: 20px;
	background: rgb(232, 233, 238);
	border:1px solid #eee;
	overflow: hidden;
	transition: all .5s ease;
}

.checkNgayVe .check::before{
	content: '';
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	left: 3px;
	width:15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	transition: .2s ease;
}
.checkNgayVe input[type="checkbox"]:checked ~ .check{
	background: rgb(76, 119, 228);
}
.checkNgayVe input[type="checkbox"]:checked ~ .check::before{
	background: rgb(255, 255, 255);
	left: 15px;
}


/* End CUstom Checkbox */

.choose-Area .row{
	align-items: center;
}
.choose-Area .wrapInput{
	width: 48%;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.choose-Area .button_change_date{
	width: 4%;
	text-align: center;

}
.choose-Area .button_change_date a{
	display:block;
	padding-top: 10px;	
}

/* Form Chon So gnuoi */
.overplay-guest{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	background: transparent;
}
.guests{
	position: absolute;
	left: 0;
	margin-top: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	width: 350px;
	z-index: 10;
	display: none;
}
.guests.active{
	display:block;
	animation:fadeIn 1s ease-in-out;
}
/* CSS Giang Add*/
#pass {
	color: black;
	font-size: 16px;
}
.form-group i{
	color: #f11111;
	font-size: 30px;
	padding: 5px 8px;
}
.overplay-guest2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
.guests2 {
	position: absolute;
	left: 0;
	margin-top: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.35);
	width: 350px;
	z-index: 10;
	display: none;
}
.active2 {
	display: block;
	animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn{
	0%{
		opacity: 0.5;
	}
	100%{
		opacity: 1;
	}
}

.guest-header{
	padding: 10px;
	background: #00486C;
	display: flex;
	justify-content:space-between;
}
.guest-header span{
	color: #fff;
}
.guest-header span i.fa{
	padding: 5px 8px;
	border: 1px solid #ddd;
	border-radius: 50%;
	cursor: pointer;
}

.guest-body{
	padding: 10px;
}
.guest-item{
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px dashed #ddd;
}
.guest-item .number{
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guest-item .number span{
	color: #000;
	font-weight: bold;
}
.guest-item .type-guest{
	padding-left: 10px;
}

.guest-item .action{
	margin-left: auto;
}
.guest-item .action span{
	border: 1px solid #ddd;
	border-radius: 50%;
	padding: 4px 11px;
	font-size: 22px;
	font-weight: bold;
	cursor: pointer;
}
.minus {
	padding: 5px 15px !important;
}
.minus2 {
	padding: 5px 15px !important;
}
.guest-item .action span.plus:hover{
	background: rgb(144, 243, 144);
}
.guest-item .action span.minus:hover{
	background: rgb(234, 98, 98);
}

input.soPerson {
	width: 50px;
	background: transparent;
	display: inline-block;
	outline: none;
	border: none;
	cursor: pointer;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
}




/* End Change Vi Tri Input */

.tab_contents .macode{
	padding: 0 30px 0 15px;
}
.tab_contents .macode input.input_code {
	width: 50%;
	margin-right: 10px;
	height: 40px;
	padding: 0 15px;
	border: 1px solid #ddd !important;
}
.tab_contents .table{
	max-height: 350px;
	overflow:scroll;
}

.tab_contents .table td,.tab_contents .table th {
	padding: .45rem;
}


.booking__item .slider-book img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.tab_item .box_action{
	text-align: center;
}
.tab_item .box_action a{
	text-decoration: none;
}
.tab_item .box_action a.youWant{
	display: block;
	color: #1a3863;
	margin-top: 15px;
}

.button--lg{
	padding: .575rem 1rem;
}


/* ----------------- */
.row-street{
	align-items: stretch;
}
.form_visa{
	width: 100%;
	height: 100%;
	background: #f1f1f1;
	box-shadow: 0 0 6px rgb(131, 129, 129);
	padding: 0 0 0px 0;
}

.tab-header-visa{
	display: flex;
	border-bottom: 1px solid #ddd;

}

.tab-header-visa a{
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #eee;
	text-decoration: none;
	color: #1a3863;
	font-weight: 600;
	font-size:18px;
	white-space: nowrap;
	text-align: center;
}
.tab-header-visa a.active{
	background: #1a3863;
	border-bottom: 2px solid #1a3863;
	color: #fff;
	/* clip-path: polygon(92% 0, 100% 50%, 93% 100%, 0% 100%, 0 50%, 0% 0%); */
}
.tab-content-visa{
	margin-top: 15px;
	padding: 15px;
}
.tab-form{
	display: none;
}
.tab-form.active{
	display: block;
}
.book-visa .row{
	margin-left: 0;
	margin-right: 0;
}
.book-visa .gutter_ms{
	padding-left: 5px;
	padding-right: 5px;
}


.form_visa h4{
	text-align: center;
	padding: 8px 5px;
	font-size: 18px;
	font-weight: 600;
	color: #de1722;
	border-bottom: 1px solid #ecedf1;
	box-shadow: 0 1px 0 0 #fff;
}
.visa-img img{
	width: 100%;
	object-fit: cover;
}

.form_visa .box{
	padding: 10px 0;
	border-bottom: 1px solid #ecedf1;
	box-shadow: 0 1px 0 0 #fff;
}
.form_visa .box div{
	margin-bottom: 10px;
	display: flex;
	justify-content:space-between;
	align-items: center;
}
.form_visa .box div .box-s{
	width: 60%;
}

.form_visa .box p{
	margin-bottom: 0;
	font-size: 16.5px;
}
.form_visa .box span.text_hl{
	color: #de1722;
}
.bg_red{
	background: #e0534e;
}
.button_apply{
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;

}
/* ------------------ */


/*  */
.slider_area{
	margin-top: 30px;
	width: 100%;
}
#sliderArea .item{
	border: 1px solid #162d540d;
	position: relative;
	overflow: hidden;
}
#sliderArea .item .item_img{
	position: relative;
}
/* #sliderArea .item .item_img::before{
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
transition:all .3s;
} */
#sliderArea .item .item_img:hover:before{
	transform:scale(0);
}

#sliderArea .item img{
	height: 180px;
	/* object-fit: cover; */
	transition: all .4s;
}
#sliderArea .item .view-details{
	position: absolute;
	top: 35%;
	left: 50%;
	transform:translate(-50%,-50%);
	padding: 6px 14px;
	color: #fff;
	border: 1px solid #000;
	box-shadow: 0 0 10px rgba(222,222,222,.6);
	background: rgba(0,0,0,0.5);
	z-index: 100;
	text-decoration: none;
	opacity: 0;
	transform-origin: center;
	transition:.4s;
}
#sliderArea .item:hover .view-details{
	opacity: 1;

}


#sliderArea .item:hover img{
	transform:scale(0.99);
}
#sliderArea .item .item_content{
	width: 100%;
	height: 100px;
	background-color: #fff;
	padding: 10px;
	bottom: 0px;
	left: 0px;
}
#sliderArea .item .item_content span{
	font-size: 16px;
	color: #1a3863;

}

#sliderArea .owl-dots{
	display: none;
}

#sliderArea .owl-nav button.owl-prev,
#sliderArea .owl-nav button.owl-next{
	outline: none;
	border-radius: 20px;
	position: absolute;
	top: 32%;
	bottom:32%;
	transform:translateY(-50%);
	width: 35px;
	height: 35px;
	background: #1a3863;
	display: flex;
	justify-content:center;
	align-items: center;
}
#sliderArea .owl-nav button.owl-prev{
	left: -22px;
}
#sliderArea .owl-nav button.owl-next{
	right: -20px;
}

#sliderArea .owl-nav button.owl-next span{
	margin-top: -8px;
	margin-left: 4px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}
#sliderArea .owl-nav button.owl-prev span{
	margin-top: -8px;
	margin-right: 4px;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
}
.readmore-top{
	display: none;
	margin: 15px 0;
	/*display: flex;*/
	align-items: center;
}
.readmore-top span{
	font-size: 18px;
	color: #1a3863;
	font-weight: 600;
}
.readmore-top  a{
	padding: 3px 10px;
	background: #1a3863;
	color: #fff;
	margin-left: 8px;
	border-radius: 5px;
}


/*  */

/* ---------Custom Cảousel------------ */
.carousel-item img{
	object-fit: cover;
	width: 100%;
}
.banner_main .margin_auto{
	margin:auto;
}
.banner_main h1{
	font-size: 40px;
	font-weight: bold;
}
.banner_main .color_white{
	color: white;
	text-shadow: 0 0 1px rgba(0,0,0,0.3);
	margin-bottom: 15px;
	padding-left: 15px;
}
.banner_main h2{
	font-weight: normal;
	font-size: 20px;
}


.banner_main .home_page{

	background: rgba(0,0,0,0.3);
	padding:15px;
	border-radius: 4px;
}

.home_page .form_search{
	position: relative;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	/*border-radius: 4px*/
}
.home_page .form_search .input_sear{
}
.home_page .form_search input{
	padding: 10px 10px 10px 50px;
	line-height: 40px;
	border:none;
	border-radius: 4px;
	width: 100%;
	position: relative;
}
.home_page .form_search .from-hanoi{
	width: 100%;
	padding: 8px 20px;
	line-height: 30px;
	background: #fff;
	border-radius: 3px;
}
.home_page .form_search .from-hanoi span{
	text-align: center;
}

.home_page .form_search .icon_loca{
	position: absolute;
	top: 20px;
	left: 20px;
}
.home_page .form_search .icon_loca i{
	font-size: 16px;
	color: #ccc
}
.home_page .list_form_search{
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	z-index: 2;
	background:#fff;
	margin-top: 1px;
	border-radius: 4px;
	border:1px solid rgba(108,112,126,0.15);
}
.home_page .list_form_search.active_show{
	display: block;
}
.home_page .list_form_search .title_search{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid rgba(108,112,126,0.15);
	margin-bottom: 0;
	padding-bottom: 15px;
	margin-left: 15px;
	padding-top: 20px
}
.list_form_search .media{
	padding:15px;
	display: flex;
}
.list_form_search .media .img_medi img{
	width: 60px;
	height: 60px;
	border-radius: 4px;
	margin-right: 15px
}
.list_form_search .media .content_medi{
	padding:5px 0;
}
.list_form_search .content_medi h3{
	font-size: 16px;
	color: #3d3f47;
}
.list_form_search .content_medi p{
	color: #6c707e;
	margin-bottom: 0
}
.home_page .list_form_search a{
	display: block;
	text-decoration: none;
	position: relative;
}
.home_page .list_form_search a:hover{
	background: rgba(61,63,71,0.1);
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

/*wrapdiv*/
.wrapdiv{
	margin-bottom:30px;
}
.wrapdiv .title_section h2{
	color: #000;
	margin-bottom: 5px;
	font-size: 36px;
	font-weight: bold;
}
.wrapdiv .title_section{
	padding-top: 30px
}
.wrapdiv .title_section p{
	font-size: 18px;
	color: #333;
}
.wrapdiv .wrapItem{
	display: block;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.wrapdiv .wrapItem::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.3) 30%, rgba(0,0,0,0.01) 50%, rgba(0,0,0,0) 100%);
}
.wrapdiv .wrapItem .info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding:0 15px;
}
.wrapdiv .wrapItem img{
	width: 100%;
	object-fit: cover;
}
.wrapdiv .wrapItem .info h3{
	line-height: 1;
	color: white;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.wrapdiv .wrapItem .info p{
	color: white;
	font-size: 16px;
	text-shadow: 0 0 2px rgba(0,0,0,0.3);
	margin-bottom: 10px;
	line-height: 1.2
}
.wrapdiv .owl-theme .owl-nav,
.section1 .owl-theme .owl-dots{
	display: none
}
.section2 .owl-theme .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 10px;
	left: 0
}
.wrapdiv .grid{
	display: grid;
	grid-template-columns: [col1] auto [col2] auto [col3] auto [end];
	grid-template-rows: [row1] auto [row2] auto [row3] auto [row4] auto [end];
	grid-gap: 15px;
	grid-auto-columns: auto;
	grid-auto-rows: auto;
	grid-auto-flow: row;
}
.wrapdiv .grid .grid_item,
.wrapdiv .grid .grid3,
.wrapdiv .grid .grid4,
.wrapdiv .grid .grid5{
	padding: 0px;
	margin-bottom: 0px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.wrapdiv .grid .grid1{
	grid-column: 1/3;
	grid-row: 1/2;
}
.wrapdiv .grid .grid2{
	grid-column: 3/end;
	grid-row: 1/3;
}
.wrapdiv .grid .grid6{
	grid-column: 1/2;
	grid-row: 3/5;
}
.wrapdiv .grid .grid7{
	grid-column: 2/end;
	grid-row: 3/4;
}
.wrapdiv .grid_section3{
	grid-template-columns: [col1] auto [col2] auto [col3] auto [end];
	grid-template-rows: [row1] auto [end];
}
.wrapdiv .grid_section3 .grid2{
	grid-row: auto;
}

.booking_hotel{
	padding:0 15px;
}
.t-dates {
	height: auto!important
}

.booking_hotel .dates.t-datepicker{
	background:#fff;
	padding:15px 0;
	border-radius: 3px
}
/**/
.wrap_book_numbr{
	width: 100%;
	height: 100%;
	background:#fff;
	border-radius: 3px
}
.wrap_book_numbr button{
	position: relative;
	width: 100%;
	height: 100%;
	border:none;
	text-align: left;
	padding-left: 65px
}
.wrap_book_numbr .icon_user{
	position: absolute;
	left: 15px;
	z-index: 1;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 15px
}
.wrap_book_numbr .icon_user i{
	font-size: 17px
}
/**/
.wrap_daterangepicker{
	width: 100%;
	height: 100%;
	padding:5px 10px;
}
.wrap_daterangepicker input{
	width: 100%;
	height: 100%;
	font-size: 17px;
	color: #495057
}
.submit_form{
	padding:0;
}
.submit_form button{
	height: 100%;
	border:none;
	border-radius: 3px;
	background:#438DC4;
	color: #fff;
	font-weight: 300;
	padding:12px 0;
	font-size:14px;
}
.submit_form button:hover{
	color: #fff
}
#travellers-seaside{
	left: 15px;
	padding:10px 15px;
	/*min-width: 210px;*/
	width: 210px
}
.bootstrap-touchspin span.input-group-btn{
	min-width: 30px
}
.bootstrap-touchspin span.input-group-btn button{
	padding:0;
	text-align: center;
	margin-left: 30px;
	border:1px solid #ccc;
	color: #6c707e;
}
.bootstrap-touchspin>span.input-group-btn{
	order: 3
}
.bootstrap-touchspin input.num-spinner{
	width: 70px;
	max-width: 70px
}
.form-group-age-children{
	width: 30%;
	display: inline-block;
	position: relative;
}
.form-group-age-children select{
	padding:6px 2px;
}
#agegroup-1-seaside label{
	position: absolute;
	top: 0;
	max-width: 200px;
	min-width: 140px;
}



/* Sua Phan Book Cat */

/*18/05*/
.boxCatting{
	background: #fff;
	padding:55px 0;
}
.boxCatting .wrapCat{
	text-align: center;
	padding:0 15px;
	color: #1a3863;
}
.boxCatting .wrapCat i{
	font-size:80px;
	margin-bottom: 30px;
}
.boxCatting .wrapCat img{
	height: 80px;
	margin-bottom: 10px
}
.boxCatting .wrapCat h3{
	font-size: 18px;
}

/* End */
@supports (font-variation-settings: "wght" 600) {
	.boxCatting .wrapCat h3{
		font-weight: 600
	}
	.boxCatting .wrapCat p{}
	.boxCatting .wrapCat a{
		color: #ff8916;
		text-decoration: none
	}
	.boxCatting .wrapCat .iconArorR{
		display: inline-block;
		background: #ff8916;
		width: 18px;
		height: 18px;
		border-radius: 100%;

	}
	.boxCatting .wrapCat .iconArorR i{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		padding-top: 3px
	}
	.titleSection{
		text-align: center;
		margin: 15px 0 50px 0px;
	}
	.titleSection h2{
		position: relative;
		font-size: 40px;
		display: inline-block;
		color: #1a3863;
		padding-bottom: 5px;
	}
}
@supports (font-variation-settings: "wght" 600) {
	.titleSection h2{
		font-weight: 600
	}
}
.hotTourToday{
	padding:40px 0;
}
.titleSection h2:before{
	content: "";
	max-width: 100%;
	width: 100px;
	position: absolute;
	height: 3px;
	background: #ff8916;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);

}
.wrapSlide{
	padding:0px 0 35px;
}
.wrapBox{
	display: block;
	text-decoration: none;
	color: #000;
	border: 1px solid #acacac;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	position: relative;
}

/* Phần Sale */
.wrapBox .isSale{
	position: absolute;
	top: 0;
	left: -18px;
}
.wrapBox .isSale img{
	width: 140px;
	object-fit: cover;
}
.wrapBox .isSale h4{
	width: 100%;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	margin: auto;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 5px;
}

.wrapBox:hover{
	text-decoration: none
}
.wrapBox .img_SlideSecti{
	overflow:hidden;
	width: 100%;
}
.wrapBox .img_SlideSecti img{
	width: 100%;
	transition: .3s;
	object-fit: cover
}
.wrapBox .contentSection{
	margin-top: 20px;
	padding: 0 10px 10px 10px;
}
.wrapBox .contentSection h2{
	color: #1a3863;
	font-size: 20px;
	transition: .3s;
	margin-bottom: 10px;
}
.wrapBox .contentSection h2:hover{
	color: #ff6000
}
@supports (font-variation-settings: "wght" 600) {
	.wrapBox .contentSection h2{
		font-weight: 600
	}
}
.wrapBox .contentSection .racting{
	display: flex;
	margin:0;
}
.wrapBox .contentSection .racting li{
	margin-right: 5px
}
.wrapBox .contentSection .timeClock{
	display: flex;
	justify-content: space-between;
	padding: 7px 0;
	border-bottom: 1px solid #ddd
}
.contentSection .timeClock .divLeft i{
	padding-right: 5px
}
.contentSection .timeClock .divRight ul{
	display: flex;
}
.contentSection .timeClock .divRight li{
	padding:0 5px
}
.contentSection .timeClock .divRight li img{
	width: auto;
	max-height: 14px;
	object-fit: cover;
}
.priceForm{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
}
.priceForm .priceLeft{}
.priceForm .priceLeft span{
	display: block;
}
.priceForm .priceLeft span.priceOld{
	text-decoration: line-through;
	color: #ddd
}
.priceForm .priceLeft .rateStar{
	display: flex;
	align-items: center;
}
.priceForm .priceLeft .rateStar img{

}
.priceForm .priceLeft .rateStar span.qty_star{
	padding: 5px;
	background: #1a3863;
	color: #fff;
	margin-right: 3px;
	border-radius: 5px;
}
.priceForm .priceLeft .rateStar span.rateType{
	margin-left: 3px;
	border-bottom: 1px solid;
}

/* Edit  priceNew*/
.priceForm .location .priceNew{
	font-size: 20px;
	display: block;
}
@supports (font-variation-settings: "wght" 600) {
	.priceForm .location .priceNew{
		font-weight: 600;
		color: #ff6000
	}
}
.priceForm .priceLeft .priceOld{}
.priceForm .location{
	font-size: 17px;
	text-align: right;
}
.priceForm .location img{
	width: 15px;
	display: inline-block;
	margin-right: 5px
}
.hotTourToday .owl-theme .owl-dots{
	display: none
}
.hotTourToday .owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
}
.hotTourToday .owl-carousel .owl-nav button span{
	display: none
}
.hotTourToday .owl-theme .owl-nav {
	margin:20px 0;
}
.hotTourToday .owl-carousel .owl-nav button.owl-prev,
.hotTourToday .owl-carousel .owl-nav button.owl-next{}
.hotTourToday .owl-carousel .owl-nav button.owl-prev{}
.hotTourToday .owl-carousel .owl-nav button.owl-next{}
.hotTourToday .owl-carousel .owl-nav button.owl-prev:before{
	content: url(../img/index/fixAdd/prev.png);
	/*position: absolute;*/
}
.hotTourToday .owl-carousel .owl-nav button.owl-next:before{
	content: url(../img/index/fixAdd/next.png);
	/*position: absolute;*/
}
.spaceWish{
	background: #eef2f7;
}
.spaceWish img{
	width: 100%;
	height: 215px;
	object-fit: cover;
}
.spaceWish [class*=col-]{
	padding-left: 5px;
	padding-right:5px;
}
.spaceWish .row{
	margin-left: -5px;
	margin-right: -5px;
}
.spaceWish .wrapSpace{
	display: block;
	position: relative;
	height: 100%;
	color: #fff;
	box-sizing: border-box;
	overflow: hidden;
}
.spaceWish .content::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	transition:all .3s;
}
.spaceWish .content:hover:before{
	transform:scale(0);
}
.spaceWish .wrapSpace:hover .img{
	transform:scale(1.2);
}
.spaceWish .wrapSpace:hover span{
	font-size: 20px;
}
.spaceWish .wrapSpace .img{
	height: 100%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	transition:all .3s;

}
.spaceWish .wrapSpace .img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #00000047
}
.spaceWish .wrapSpace .content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
.spaceWish .wrapSpace .content span{
	color: #ffffff;
	position: absolute;
	bottom: 0;
	width: 80%;
	left: 15px;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	/* margin: 0 auto; */
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: 400;
	transition: all .3s;
}
.spaceWish .wrapSpace .content:hover span{
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}



/**/
.evenvorche{
}
.evenvorche .container{
	background: #fff;
	padding-top:15px;
	padding-bottom:15px;
}
.evenvorche .wrapBoxChuongTrinh{
	padding:30px 0;
	background: #f8f8f8;
}
.wrapBoxChuongTrinh .wrapEven{
	display: flex;
	text-decoration: none;
	color: #000;
	margin-bottom: 30px
}
.wrapBoxChuongTrinh .wrapEven .img{
	width: 200px;
}
.wrapBoxChuongTrinh .wrapEven img{
	width: 100%;
	object-fit: cover;
}
.wrapBoxChuongTrinh .wrapEven .contentEven{
	width: calc(100% - 100px);
	padding-left: 10px;
}
.wrapBoxChuongTrinh .wrapEven .contentEven h4{
	font-size: 16px
}
.wrapBoxChuongTrinh .wrapEven .contentEven p.textEven{
	font-size: 14px;
	margin-bottom: 0
}
.wrapBoxChuongTrinh .wrapEven .numberView{}
@supports (font-variation-settings: "wght" 600) {
	.wrapBoxChuongTrinh .wrapEven .contentEven h4{
		font-weight: 600
	}
}
.wrapBoxChuongTrinh .wrapEven .numberView span{
	color: #9a9a9a
}
.wrapBoxChuongTrinh .viewMore a{
	border:1px solid #ddd;
	color: #777;
	padding: 5px 10px;
	display: inline-block;
}
/*wrapSlidefeback*/
.elue{
	padding:35px 0 30px;
}
.wrapSlidefeback{
	margin-top: 20px
}
.wrapSlidefeback .wrapperItemElue{
	padding: 40px 15px 15px 15px;
	background: #f0fdff;
	margin-top: 50px;
	position: relative;
}
.wrapSlidefeback .wrapperItemElue .avartar{
	width: 80px;
	position: absolute;
	left: 15px;
	top: -46px;
}
.wrapSlidefeback .wrapperItemElue .avartar img{
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 80px;
	object-fit: cover;
	border-radius: 100%
}
.wrapSlidefeback .wrapperItemElue .text-hot{
	display: flex;
	justify-content: space-between;
	margin: 15px 0 10px 0;
}
@supports (font-variation-settings: "wght" 600) {
	.wrapSlidefeback .wrapperItemElue .text-hot p{
		font-weight: 600;
		font-size: 18px;
		font-weight: 600;
		color: #1a3863;
		line-height: 18px;
		margin-bottom: 0
	}

}
.wrapperItemElue .text-hot ul{}
.wrapperItemElue .text-hot ul li{
	display: inline-block
}
.wrapperItemElue .text-hot ul li i{
	color: #FFD200;
	font-size: 18px
}
.wrapperItemElue .textContent{
	height: 120px;
	overflow-y: scroll;
}
.wrapperItemElue .textContent .scrool{
	min-height: 50px;

}
.wrapperItemElue .infoElue{}
.wrapperItemElue .infoElue p{
	margin-bottom: 0
}
.wrapperItemElue .infoElue span{
	color: #1a3863;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	display: inline-block
}
.wrapperItemElue .infoElue .dayFo{
	color: #8d9597;
	font-size: 14px;
}
.wrapperItemElue .infoElue a{
	color: #32AFE4;
	text-decoration: none
}

#elue.owl-theme .owl-dots{
	display: none
}
#elue.owl-theme .owl-nav [class*=owl-]:hover {
	background: transparent;
	text-decoration: none;
}
#elue.owl-carousel .owl-nav button span{
	display: none
}
#elue.owl-carousel .owl-nav{
	text-align: right
}
#elue.owl-carousel .owl-nav button.owl-prev:before{
	content: url(../img/index/fixAdd/prev.png);
}
#elue.owl-carousel .owl-nav button.owl-next:before{
	content: url(../img/index/fixAdd/next.png);
}


/* Warap Img */
.wrapperTour{
	position: relative;
}
.wrapperTour-Img{
	width: 100%;
	overflow: hidden;

}
.wrapperTour-Img img{
	width:100%;
	height: 400px;
	box-sizing: border-box;
}
.wrapperTour-Content{
	position:absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	padding: 0 15px;
}

.wrapperTour-Content .item-tour{
	border-radius: 60px;
	border: 2px solid #ff2f00;
	padding: 15px 10px;
	background: #fff;
}
.wrapperTour-Content .item-tour a{
	color: #162d54;
	font-size: 13px;
	text-decoration: none;
	display:block;
	text-align: center;
}
.wrapperTour-Content .item-tour p.price{
	color: #f1251e;
	margin-bottom: 0;
}
.wrapperTour-Content .item-tour p.price i{
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.wrapperTour-Content .item-tour p.price sub{
	right: -75px;
	top:-10px;
}
#sliderBook .owl-nav button.owl-prev,
#sliderBook .owl-nav button.owl-next{
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	width: 35px;
	height: 35px;
	background: #1a3863;
	display: flex;
	justify-content:center;
	align-items: center;
}
#sliderBook .owl-nav button.owl-prev{
	width: 0px;
	top: 45px;
	outline: none;
	left: -12px;
}
#sliderBook .owl-nav button.owl-next{
	width: 0px;
	top: 45px;
	outline: none;
	right: -12px;
}
#sliderBook .owl-nav button.owl-prev span,
#sliderBook .owl-nav button.owl-next span{
	font-size: 54px;
	color: #fff;
	font-weight: bold;
	margin-top: -18px;
}

/*Đối tác*/
.grid_12 {
	text-align: center;
	width: 100%;
}

.grid_12 h2 {
	font-size: 40px;
	font-weight: bold;

	display: inline-block;
	color: #1a3863;
	padding-bottom: 5px;
	text-align: center;
}

.partners .partners-content {
	width: 25%;
	height: 130px;
	padding: 10px;
	float: left;
	display: table;
}

.partners .partners-content a {
	display: table-cell;
	vertical-align: middle;
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background: #fff;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,.1);
	border-radius: 6px;
	padding: 15px 10px;
	text-align: center;
}

.partners .partners-content a:hover {
	box-shadow: 0 0 5px 5px #c9e4ff, 0px 3px 20px 3px #c9e4ff;
}

.partners .partners-content a img {
	max-width: 100%;
	max-height: 50px;
	margin: auto;
}



/*Close đối tác*/
/*Giang css*/
.infor-top {
	background-color: #162d54;
}
@media (max-width:576px){
	.infor-top{
		font-size:13px;  
	}
}
.infor-top a {
	color: white;
}
.infor-top a:hover {
	color: #f1251e;
}
.infor-top .infor-left {
	padding: 5px 0px;
	float: left;
}
@media(max-width:768px){
	.infor-top .infor-left{
		width:100%;
		display:flex;
		align-items:center;
		justify-content:space-between;
		order:2;
	}
}
@media(min-width:769px){
	.infor-top .infor-left .use-info{
		display:none;
	}
}
.infor-top .infor-right {
	padding: 5px 0px;
	float: right;
}
@media(max-width:768px){
	.infor-top .infor-right .use-info{
		display:none;
	}
	.infor-top .infor-right .btn-login-ac{
		display:none;
	}
}
@media(max-width:991px){
	.infor-top .infor-right{
		width: 100%;
		justify-content: space-between;
	}
}
.title-rule {
	text-transform: uppercase;
}

@media (max-width:991px){
	h2{
		font-size:2rem !important; 
	}
	h3{
		font-size:1.75rem !important;	
	}
}

.modal{
	z-index:99999 !important;	
}

.page-home .book-visa .book-visa-description{
	display:none;	
}
.book-visa-description{
	margin-top:20px;	
}
.book-visa-description ul{
	list-style:disc;
	margin-left:20px;
}
.page-home .book-visa .btn-visaexemption{
	display:block;	
}
.btn-visaexemption{
	display:none;	
}
