.formMain{
	height: 480px;
	background-position: 50%;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
}
.formMain .intro_banner{
	width: 100%;
}
.formMain .intro_banner h1{
	font-size: 4rem;
    line-height: 4.75rem;
    color: #fff
}
.formMain .intro_banner p{
	font-size: 1.5rem;
    line-height: 2rem;
    color: #fff
}
.formMain .formDate{
	margin-top: 30px
}
.formMain .formDate .boxFormDate{
    background-color: #1a2b49;
    color: #fff;
    padding: 24px;
    display: inline-flex;
}
.formDate .boxFormDate .location{
	width: calc(40% - 8px);
}
.formDate .boxFormDate>div{
    margin-right: 8px;
	position: relative;
}
.formDate .boxFormDate .icon_cale{
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
}
.boxFormDate .icon_cale i{
	color: #1a2b49
}
.formDate .boxFormDate input{
	font-size: 1rem;
    line-height: 1.5rem;
    width: 100%;
    height: 44px;
    padding: 12px;
    border: none;
    border-radius: 2px
}
.formDate .boxFormDate .datet input{
	padding-left: 30px
}
.formDate .boxFormDate button{
	display: flex;
	align-items: center;
	font-weight:700;
	color: #fff;
	background: #1593ff;
    border-color: #1593ff;
    border-style: solid;
    border-radius: 25px;
    padding:0 35px;
}
.formDate .boxFormDate button i{
	font-size:12px;
	margin-right: 5px;

}
/**/
.boxContent{
	padding-top: 28px
}
.boxContent .title_box h2{
	font-size: 2.25rem;
    line-height: 2.75rem;
}
.boxContent .title_box p{
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
}
.boxContent .wrap_box{
	height: 100%
}
.boxContent .wrap_box .img{
	height: 50%;
}
.boxContent .wrap_box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.boxContent .wrap_box .content_box{
	width: 100%;
	height: 50%;
	background:#FFD938;
	color: #1a2b49;
	padding:50px;
}
.boxContent .wrap_box .boxloga h3{
	font-size: 4rem;
    line-height: 4.75rem;
}
.boxContent .wrap_box .content_box p{
	text-align: left;
    margin-bottom: 48px;
}
.boxContent .wrap_box .content_box a{
	background-color: transparent;
    border: 2px solid #1a2b49;
    display: inline-block;
    padding: 5px 25px;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;
    border-radius: 5rem;
    color: #1a2b49
}
.boxContent .wrap_box .content_box a:hover{
	background:#1a2b49;
	color: #fff
}
.boxContent .wrap_boxItem{
	height: calc(50% - 12px);
	margin-bottom: 24px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.07), 0 3px 1px -2px rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.07), 0 3px 1px -2px rgba(0,0,0,.1), 0 1px 5px 0 rgba(0,0,0,.06);
    width: 100%;
    border: 1px solid #e8e9ec;
    border-radius: 2px;
}
.boxContent .wrap_boxItem:last-child{
	margin-bottom: 0;
}
.wrap_boxItem{
	transition: .4s
}
.wrap_boxItem a{
	height: 100%;
	display: block;
	text-decoration: none;
	color: #1a2b49
}
.wrap_boxItem:hover {
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.35);
    box-shadow: 0 0 8px rgba(0,0,0,.35);
}
.wrap_boxItem .img,
.wrap_boxItem .content_box{
	height: 50%;
}
.wrap_boxItem .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wrap_boxItem .content_box{
	padding:16px;
}
.wrap_boxItem .content_box h3{
	font-size:16px;
	margin-top: 15px
}
.wrap_boxItem .content_box h3:hover{
	text-decoration: underline;
}
.wrap_boxItem .content_box .danhgia{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.wrap_boxItem .content_box span{
	display: block;
}
.wrap_boxItem .content_box .pricing{
	color: #ffd938
}
.wrap_boxItem .danhgia .fa-star:before {
    content: "\f005";
    font-size:13px;
}
.wrap_boxItem .content_box .clock{
	margin-top: 15px;
	font-size:15px;
	color: #6d7688
}
.wrap_boxItem .content_box .getGuide{
	display: inline-block;
	background:#f53;
	font-size:12px;
	color: #fff;
	padding:1px 6px;
	border-radius: 2px
}
.wrap_boxItem .danhgia .fas{
	line-height: 1.5
}
.content_box .priceView .price{
	color: #1a2b49
}
.content_box .danhgia .view,
.content_box .priceView .textFrom,
.content_box .priceView .price{
	color: #6d7688;
	font-size:15px;
}
.content_box .priceView{
	text-align: right
}
.wrap{
	margin-top: 25px;
    margin-bottom: -65px;
    position: relative;
    z-index: 1;
}
.wrap svg{
	width: 135px;
	height: 232px
}
.box2 .wrap_box .content_box{
	background:#ccecff;
}
.box3 .wrap_box .content_box{
	background:#FFE5EE;
}
.text-banner{
	background-color:#025B61;
	color:#D7FFDC;
	text-align: center;
    padding: 64px 0;
    margin-top: 20px
}
.text-banner h3{
	font-size: 4rem;
    line-height: 4.75rem;
    margin-bottom: 40px
}
.text-banner p{}
.boxFormInfo{
	padding:56px 0;
}
.boxFormInfo .wrapForm{
	display: flex;
	height: 360px;
	background-color: #d7ffdc;
}
.boxFormInfo .wrapForm .img_left{
	width: 50%;
	height: 100%;
	overflow:hidden;
}
.boxFormInfo .wrapForm .img_left img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.boxFormInfo .wrapForm .form{
	width: 50%;
	height: 100%;
	display: flex;
	padding-left: 50px;
	padding-right: 20px;
	align-items: center;
}
.wrapForm .form h2{
    font-size: 32px;
}
.wrapForm .form p{
	font-size: 18px;
}
.wrapForm .form form{
	display: flex;
}
.wrapForm .form .fileEmail{
	width: 60%;
	margin-right: 10px;
}
.wrapForm .form .fileEmail input{
	width: 100%;
	padding:6px 15px;
	border: 2px solid #c6c8d0;
	/*margin-right: 10px*/
}
.wrapForm .form .fileEmail .svg-icon{}
.wrapForm .form button{
	background-color: #0079e1;
    border-color: #0079e1;
    padding:3px 30px;
    border:none;
    color: #fff;
    border-radius: 20px
}
.boxFormInfo .textform{
	font-size: 15px;
	color: #6d7688;
	margin-top: 8px
}
.acttrac .top-locations-grid_grid{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
        margin: 0 -12px;
}
.acttrac .top-location{
	width: calc(25% - 24px);
	margin-bottom: 24px;
	border:4px solid transparent;
	border-radius: 5px;
	position: relative;
}
.acttrac .top-location:hover{
	border-color:#1593ff;
}
.acttrac .top-location{}
.acttrac .top-location .image-box-figure{
	margin:0;
}
.acttrac .top-location .image-box-figure img{
	width: 100%;
	object-fit: cover;
	border-radius: 5px
}
.acttrac .top-location .image-box-label{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-decoration: none;
	background:rgba(97, 94, 94, 0.3);
}
.top-location .image-box-label h3{
	font-size:25px;
}
.top-location .image-box-label span{
	display: block;
}
.top-location .image-box-label .image-box-label-title{
	text-align: center;
}
.top-location .image-box-label-title span{
	background-color: #1a2b49;
    padding: 2px 16px;
    border-radius: 30px;
    display: inline-block;
}
.top-locations-grid button {
	color: #fff;
    background: #1593ff;
    border-color: #1593ff;
    border-style: solid;
    padding: 8px 30px;
    text-align: center;
    margin: auto;
    display: inherit;
    margin-bottom: 30px;
    border-radius: 30px;
}
.spaceHeight{
	margin:50px 0;
}
.spaceHeight span{
	display: inline-block;
	height: 3px;
	width: 40px;
	background:#81beff;
}
/*tagPopular*/
.tagPopular{
	margin:50px 0;
}
.tagPopular .nav-tabs{
	border-bottom: 0
}
.tagPopular .nav-tabs li a{
	display: inline-block;
	    border-top: 4px solid #c6c8d0;
	padding: 12px 16px;
    border-right: 1px solid #c6c8d0;
    border-left: 1px solid #c6c8d0;
    margin: 0;
	color: #1a2b49;
	text-decoration: none;
	margin-bottom: -1px;
    border-bottom: 1px solid transparent;
}
.tagPopular .nav-tabs li a.active{
	border-top: 4px solid #1593ff;
    border-bottom: none;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tagPopular .tab-content{
	border:1px solid #ddd;
	padding:0 20px;
}
.tagPopular .tab-content h4{
	font-size:25px;
	margin:20px 0;
}
.tagPopular .tab-content ul{
	list-style: none;
	text-align: center;
}
.tagPopular .tab-content ul li{
	margin:0 16px 16px 0;
	display: inline-block;
}
.tagPopular .tab-content ul a{
	display: flex;
	align-items: center;
	margin:0;
	border:2px solid #1a2b49;
	line-height: 1.5rem;
	text-decoration: none
}
.tagPopular .tab-content .number{
	width: 32px;
	height: 100%;
	background:#1a2b49;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:2px ;
}
.tagPopular .tab-content .text{
	padding:2px 8px;
	display: inline-block;
	color: #1a2b49;
	transition: .3s;
	font-size: 14px;
}
.tagPopular .tab-content .text:hover{
	background:#1a2b49;
	color: #fff
}


























