.gioi-thieu_txt{
	opacity: 0;
	transform: translate(-50%,0%);
	transition: .4s;
}
.active .gioi-thieu_txt{
	opacity: 1;
	transform: translate(-50%,-50%);
	transition: .6s;
	transition-delay: .4s;
}
.tong-quan_txt{
	opacity: 0;
	transform: translate(0, 0);
	transition: .4s;
}
.active .tong-quan_txt{
	opacity: 1;
	transform: translate(0, -50%);
	transition: .6s;
	transition-delay: .4s;
}
.location_txt{
	opacity: 0;
	transform: translate(0, -50%);
	transition: .4s;
}
.active .location_txt{
	opacity: 1;
	transition: .6s;
	transition-delay: .4s;
}
.location_bottom_txt{
	opacity: 0;
	transform: translate(0, -50%);
	transition: .4s;
	position: relative;
	z-index: 9;
}
.active .location_bottom_txt{
	opacity: 1;
	transform: translate(0, 0);
	transition: .6s;
	transition-delay: .4s;
}
.list-tam-diem .col-lg-2 .location-item{
	opacity: 0;
	transform: translate(0, 50%);
	transition: .4s;
	position: relative;
	z-index: 9;
}
.active .list-tam-diem .col-lg-2 .location-item{
	opacity: 1;
	transform: translate(0, 0);
	transition: .6s;
	transition-delay: .6s;
}
.active .list-tam-diem .col-lg-2:nth-child(2) .location-item{
	transition-delay: .9s;
}
.active .list-tam-diem .col-lg-2:nth-child(3) .location-item{
	transition-delay: 1.2s;
}
.active .list-tam-diem .col-lg-2:nth-child(4) .location-item{
	transition-delay: 1.5s;
}
.active .list-tam-diem .col-lg-2:nth-child(5) .location-item{
	transition-delay: 1.8s;
}
.dau-an_box {
    transform: translate(0, 50%);
    opacity: 0;
    transition: .4s;
}
.active .dau-an_box {
    transform: translate(0, 0);
    opacity: 1;
    transition: .6s;
    transition-delay: .4s;
}
ul.menu-main li {
    opacity: 0;
    transform: translate(50%, 0);
    transition: .4s;
}
.header-main.active ul li {
    transform: translate(0,0);
    opacity: 1;
    transition: .4s;
}
.header-main.active ul li{
	transition-delay: .1s;
}
.header-main.active ul li:nth-child(2){
	transition-delay: .2s;
}
.header-main.active ul li:nth-child(3){
	transition-delay: .3s;
}
.header-main.active ul li:nth-child(4){
	transition-delay: .4s;
}
.header-main.active ul li:nth-child(5){
	transition-delay: .5s;
}
.header-main.active ul li:nth-child(6){
	transition-delay: .6s;
}
.header-main.active ul li:nth-child(7){
	transition-delay: .7s;
}
.header-main.active ul li:nth-child(8){
	transition-delay: .8s;
}
.header-main.active ul li:nth-child(9){
	transition-delay: .9s;
}
.header-main.active ul li:nth-child(10){
	transition-delay: 1s;
}