@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800&display=swap');
.one-page {
	width: 100%;
    /*background: linear-gradient(110deg, #ed1c24, #086ab5);*/
    background: #878686;
    min-height: 100vh;
    padding: 0 60px;
    background-image: url("./banner-intro.png");
  	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: 0% 80%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 999;
}
.inf-title {
	color: #fff;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 10px;
	font-weight: 600;
	padding: 10px 0;
	text-align: center;
	line-height: 22px;
}

.color-btn {
	width:100%;
	background: linear-gradient(45deg,#00dbde,#fc00ff);
	padding: 8px 10px;
	border: none;
	margin-top: 10px;
    transition: width 2s;  
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 20px;
}

.color-btn:hover {
	width:80%;
	cursor: pointer;
}
.info-more {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

.form-form {
	min-height: 100vh;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30%;
}
.mrb-10 {
	margin-bottom: 10px;
}
.link-hongduc {
	background: -webkit-linear-gradient(110deg, #ed1c24, #086ab5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.select-tour {
    width: 100%;
}
.tour_guide {
    background: linear-gradient(0deg,#2b2ad9,#ef2929);
	padding: 5px 10px;
	font-weight: 700;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	display: none;
	width: 49%;
}
.tour_guide:hover {
	text-decoration: none;
	    color: #d5d5d5;
}

@media only screen and (max-width: 768px) {
	.form-form {
		min-height: 0;
		display: block;
	}
	.one-page {
		padding: 0;
		background-position: 44% 0%;
	}
}