.v1{
		width: 480px;
		/* max-width: 100%; */
		margin: auto;
		display: block;
		overflow: hidden;
		height: auto;
		/* top: 50%; */
		/* left: 50%; */
		/* transform: translateX(-50%); */
		/* position: absolute; */
		/* background: url('./3.jpg'); */
		/* background-size: cover; */
		/* background-position: center; */
	}
.v2{}
.v3,.v2{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	/* height: 100%; */
	/* width: auto; */
	/* right: 0; */
	/* bottom: 0; */
	/* min-width: 100%; */
	/* min-height: 100%; */
	object-fit: cover;
	width: 100%;
	height: 100%;
	/* position: fixed; */
	/* top: 0; */
	/* left: 0; */
}
.v4{}
.v5{}
.t1{}
.t2{}
.t3{}
.t4{}
.t5{}
.t6{}
.t7{}
.t8{}
.t9{}
.t10{}
.t11{}
.t12{}
.t13{}
.t14{}
.t15{}
.t16{}
.t17{}
.t18{}
.t19{}
.t20{}
.t21{}
.t22{}
.t23{}
.t24{}
.t25{}
.t26{}
.t27{}
.t28{}
.t29{}
.t30{}
.t31{}
.t32{}
.t33{}
.t34{}
.t35{}
.t36{}
.t37{}
.t38{}
.t39{}
.t40{}
.t41{
	background: linear-gradient(90deg, #f6f4e7, #e6d7ba);
	padding: 0;
	margin: 0;
	/* width: 100vw; */
}
.t42{
	/* background: #ccc; */
	/* display: block; */
}
.t43{
    background: url(./ezgif-2-7c59d45731.gif);
    background-size: cover;
    background-position: center;
}
.t44{}
.t45{}
.t46{
	position: absolute;
	top: 10%;
	left: 35%;
	z-index: 1;
	width: 30%;
	height: auto;
	display: none;
}
.t47{
	position: absolute;
	top: 31%;
	left: 20%;
	z-index: 1;
	width: 60%;
	height: auto;
	display: none;
}
.t48{
	/*display: none;*/
	/*background: url(./b1.gif);
	background-size: cover;
	background-position: center;*/
}
.t49{}
.t50{}
.t51{
	/* position: absolute; */
	/* top: 15%; */
	/* left: 21%; */
	/* z-index: 1; */
	/* width: 60%; */
	/* height: auto; */
	/* display: none; */
	/* margin: auto; */
	/* margin-bottom: 25px; */
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 1;
}
.t52{
	position: absolute;
	/* top: 30%; */
	/* left: 5%; */
	/* z-index: 1; */
	width: 90%;
	/* height: auto; */
	/* display: none; */
	/* margin-bottom: 52px; */
	top: 48.9%;
	left: 5%;
	z-index: 2;
}
body{font-family: 'Plus Jakarta Sans';}
.t53,.t52 p,.t65{
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-family: 'Plus Jakarta Sans';
	margin: 0;
	line-height: 1.3;
	margin-bottom: 0px;
}
.t52 p.t54{
	text-transform: uppercase;
	color: #fec526;
	font-size: 1.5em;
	font-weight: 600;
}
.t52 p.t55{}
.t56{
	/* position: absolute; */
	/* top: 43%; */
	/* left: 5%; */
	/* z-index: 1; */
	/* width: 90%; */
	/* height: auto; */
	display: none;
}
.t57{
    max-width: 100%;
}
.t58{
    max-width: 100%;
}
.t59{
    /* display: block; */
    /* position: absolute; */
    /* top: 93.6%; */
    /* left: 10%; */
    /* width: 80%; */
    /* z-index: 2; */
}
.t59 form{
    position: relative;
    width: 100%;
}
.t59 input{
    background: #fff;
    width: 100%;
    border: none;
    border-radius: 20em;
    padding: 13.1px 25px;
    margin-bottom: 9px;
    font-family: 'Plus Jakarta Sans';
    box-sizing: border-box;
    font-size: 15px;
}
.t59 input::placeholder{}
.t59 button.t84{
    background: linear-gradient(0deg, #fec828, #ffe79e);
    border: none;
    padding: 11px 24px;
    width: 100%;
    border-radius: 20em;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'Plus Jakarta Sans';
}
.t59 button.daxacnhan{background: #fec828;color: #004c4c;}
.t60{}
.t61{
    position: fixed;
    bottom: 5px;
    right: 10px;
    width: 180px;
    z-index: 3;
    /* width: 40%; */
}
.t62{
    width: 100%;
}
.t63{
    margin: 0;
}
.t64{
    width: 100%;
}
.t65{line-height: 1.3;margin-bottom: 10px;}
@media only screen and (max-width:991px) {
	html, body{font-size: 14px;}
	.v1{
    width: 100%;
}.t53, .t52 p,.t65{
   
    line-height: 1.4;
}.t52 p.t54{font-size: 4.8vw;}.t59 input{
    /* padding: 26px 50px; */
    /* margin-bottom: 30px; */
    /* font-size: 34px; */
}
	.t59 input::placeholder{}
	.t59 button{font-size: 3.6vw;padding: 2.7vw 1.4vw;}
	.t61{width: 30%;}
} 


.tonho {
	animation-duration:1s;
	animation-iteration-count:infinite;
	animation-name:tonho
}
.tonho2s {
	animation-duration:2s;
	animation-iteration-count:infinite;
	animation-name:tonho
}

@keyframes tonho {
	0% {
		transform:scale(1)
	}

	25% {
		transform:scale(1.02)
	}

	50% {
		transform:scale(1)
	}

	75% {
		transform:scale(1.02)
	}

	100% {
		transform:scale(1)
	}
}
.t66{
    /* position: absolute; */
    /* top: 660px; */
    /* left: 30px; */
    /* right: 30px; */
    /* color: #fff; */
    /* z-index: 3; */
    margin-bottom: 60px;
    padding: 0 20px;
}
.t67{
    margin-bottom: 30px;
}
.t68{
    /* position: absolute; */
    top: 150px;
    left: 30px;
    right: 30px;
    color: #016360;
    text-align: center;
    border: 1px #016360 solid;
    border-radius: 10px;
    padding: 20px;
    z-index: 2;
    margin: 0 20px;
}
.t69{}
.t70{}
.t71{}
.t72{}
.t73{}
.t74{}
.t75{}
.t76{}
.t77{}
.t78{}
.t79{}
.t80{}
.t81{}
.t82{}
.t83{}
.t84{}
.t85{
    width: 100%;
}
.t86{}
.t87{
    margin-bottom: 20px;
    padding: 0 20px;
}
.t88{}
.t89{}
.t90{}
.t91{}
.t92{}
.t93{
    width: 130px;
}
.t94{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}
.t95{}
.t96{}
.t97{}
.t98{}
.t99{}
.t100{}
.t101{}
.t102{
    margin-top: 0;
}
.t103{}

.select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px !important;
  padding-left: 22px;
}

.select2-selection__arrow {
  height: 42px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
}
.select2-container .select2-selection--single{
    height: 42px;
    border-radius: 23px;
    margin-bottom: 10px;
}
.select2-container{
    border-radius: 20em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px;
    right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__clear{
    height: 41px;
    margin-right: 32px;
}
@media only screen and (max-width:991px) {
	
.t66{
    top: 136vw;
    left: 60px;
    right: 60px;
}.t67{
    /* margin-bottom: 80px; */
}.t68{
    /* top: 30vw; */
    /* font-size: 33px; */
    /* line-height: 1.5; */
    /* left: 60px; */
    /* right: 60px; */
}.t69{}.t70{}.t71{}.t72{}.t73{}.t74{}.t75{}.t76{}.t77{}.t78{}.t79{}.t80{}.t81{}.t82{}.t83{}.t84{}.t85{}.t86{}.t87{}.t88{}.t89{}.t90{}.t91{}.t92{}.t93{
    width: 120px;
}.t94{}.t95{}.t96{}.t97{}.t98{}.t99{}.t100{}.t101{}.t102{
    margin-top: 0;
}.t103{}
.select2-selection__rendered,.select2-container--default .select2-selection--single .select2-selection__rendered {
  /* line-height: 92px !important; */
  /* padding-left: 42px; */
}.select2-container .select2-selection--single{
    /* height: 92px; */
    /* border-radius: 45px; */
    /* margin-bottom: 30px; */
}.t59 button.t84{
    /* padding: 21px 24px; */
}.select2-search--dropdown .select2-search__field{
    padding: 34px;
    font-size: 35px;
}

} 