/*banner home*/
.banner__home{
    margin-top: -60px;
    position: relative;
}
@keyframes zoomImg{
    0%{
        transform: scale(1.05);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(1.05);
    }
}
.list__image__banner img{
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.list__image__banner{
    position: relative;
}
.banner__txt{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    padding: 0 10%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.banner__txt h1{
    font-size: 74px;
    color: #fff;
    font-weight: 800;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all linear 0.5s;
}
.banner__txt p{
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    line-height: 32px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all linear 0.6s;
}
/* .main__banner__home.owl-drag .owl-item.active .banner__txt{
    opacity: 1;
    visibility: visible;
} */
.main__banner__home.owl-drag .owl-item.active .banner__txt h1{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all linear 0.5s;
}
.main__banner__home.owl-drag .owl-item.active .banner__txt p{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all linear 0.6s;
}
.main__banner__home.owl-drag .owl-item.active img{
    animation: zoomImg 6s forwards ease-in-out;
}
.owl-theme .owl-nav{
    margin-top: 0 !important;
}
.main__banner__home .owl-nav button{
    outline: none;
}
.main__banner__home .owl-nav button i{
    font-size: 60px;
    color: #fff;
}
.main__banner__home .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    background-color: transparent !important;
}
.main__banner__home .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    background-color: transparent !important;
}

.find__tour{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #282828cc;
    padding: 20px 0;
    padding-top: 35px;
    z-index: 5;
}
.form-find-tour .list__form__find,
.form-find-tour .btn-submit-find{
    padding: 0;
}
.list__form__find input,
.list__form__find select{
    width: calc(100% - 40px);
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    border-radius: 0;
    height: 50px !important;
    font-size: 12px;
    color: #808285;
    text-transform: uppercase;
    border: none;
    outline: none;
    box-shadow: none !important;
}
.list__form__find input{
    border-right: 1px solid #bbb;
}
.list__form__find select:first-child{
    border-left: 1px solid #bbb;
}
.btn-submit-find button{
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0;
    font-family: "Poppins", sans-serif;
    background-color: #00bdbb;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.list__form__find .form-group{
    display: flex;
}
.list__form__find i{
    height: 50px;
    width: 40px;
    font-size: 17px;
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    color: #bbb;
}
/*end banner home*/

/*intro home*/
.intro__home{
    padding: 50px 0;
    background-color: #f9f9f9;
}
.main__intro__home{
    width: calc(85% + 30px);
    margin: auto;
}
.intro__home img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all linear 0.3s;
}
.intro__home__img:hover img{
    transform: scale(1.03);
    transition: all linear 0.3s;
}
.intro__txt{
    padding: 30px;
    background-color: #fff;
}
.intro__txt h1{
    font-size: 37px;
    color: #363636;
    font-weight: 700;
}
.intro__txt p{
    font-size: 18px;
    color: #808385;
    line-height: 27px;
}
.mb_30{
    margin-bottom: 30px;
}
.h_30{
    height: 30%;
}
.h_70{
    height: 70%;
}
.h_100{
    height: 100%;
}
.intro__home__img{
    position: relative;
    overflow: hidden;
    height: 100%;
}
.intro__home__img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #36363699;
    opacity: 0;
    z-index: 2;
}
.intro__home__img:hover::before{
    opacity: 1;
}
.image__txt{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.5s;
    z-index: 5;
}
.image__txt h3{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
}
.image__txt p{
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}
.image__txt strong{
    color: #00bdbb;
    font-family: "Poppins", sans-serif;
}
.intro__home__img:hover .image__txt{
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all ease-in-out 0.5s;
}
/*end intro home*/

/*tour type*/
.tour__type{
    background-image: url('../image/bg-tour-type.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 520px;
    position: relative;
}
.title__tour__type{
    text-align: center;
    padding: 0 10%;
    padding-top: 50px;
}
.title__tour__type h2{
    font-size: 37px;
    color: #fff;
    font-weight: 700;
}
.title__tour__type p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.main__tour__type{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: calc(85% + 30px);
}
.list__tour__type{
    background-color: #fff;
    text-align: center;
    padding-bottom: 10px;
    transform: translateY(10px);
    transition: all .3s cubic-bezier(0.275, 0.82, 0.165, 1);
}
.list__tour__type:hover{
    transform: translateY(0);
    transition: all .3s cubic-bezier(0.275, 0.82, 0.165, 1);
}
.list__tour__type p{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.slide__tour__type .owl-nav button{
    outline: none;
}
.slide__tour__type .owl-nav button i{
    font-size: 60px;
    color: #fff;
}
.slide__tour__type .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background-color: transparent !important;
}
.slide__tour__type .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background-color: transparent !important;
}
/*end tour type*/

/*popular tour*/
.popular__tour{
    padding: 70px 0;
    background-color: #f9f9f9;
}
.title__popular__tour{
    text-align: center;
    margin-bottom: 50px;
    padding: 0 10%;
}
.main__popular__tour{
    width: calc(85% + 30px) !important;
    margin: auto;
}
.title__popular__tour h2{
    font-size: 37px;
    color: #363636;
    font-weight: 700;
}
.title__popular__tour p{
    font-size: 18px;
    color: #808285;
    line-height: 30px;
    margin-bottom: 0;
}
.popular__tour__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.popular__tour__des{
    padding: 30px;
    background-color: #fff;
}
.popular__tour__name{
    display: flex;
    justify-content: space-between;
} 
.popular__tour__name a{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
}
.popular__tour__name a:hover{
    color: #00bdbb;
}
.popular__tour__name strong span{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #363636;
    font-weight: 700;
    text-decoration: line-through;
}
.popular__tour__name strong{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #00bdbb;
    font-weight: 700;
}
.rating__popular__tour{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.popular__tour__des p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.list__popular__tour ul{
    display: flex;
    gap: 30px;
    background-color: #00bdbb;
    padding: 15px 30px;
}
.list__popular__tour ul li{
    font-size: 15px;
    color: #fff;
}


.main__popular__tour .owl-nav button{
    outline: none;
}
.main__popular__tour .owl-nav button i{
    font-size: 60px;
    color: #cbcbcb;
}
.main__popular__tour .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background-color: transparent !important;
}
.main__popular__tour .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
    background-color: transparent !important;
}
/*end popular tour*/

/*top review*/
.top__review{
    background-image: url('../image/bg-top-review.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
}
.main__top__review{
    width: calc(85% + 30px);
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
}
.video{
    width: 48%;
    height: 100%;
    margin-top: -50px;
}
.video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bg__video{
    background-image: url('../image/bg-video.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
    text-align: center;
}
.bg__video i{
    font-size: 70px;
    color: #fff;
    transition: all ease-in-out 0.3s;
}
.bg__video i:hover{
    transform: scale(1.1);
    transition: all ease-in-out 0.3s;
}
.bg__video p{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
}
.top__review__content{
    width: 48%;
    background-color: #fff;
    align-self: flex-end;
    margin-bottom: -50px;
    padding: 30px;
}
.top__review__content h2{
    font-size: 30px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
}
.tour__rv__name{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
}
.tour__rv__name:hover{
    color: #00bdbb;
}
.list__top__review ul{
    display: flex;
    gap: 5px;
}
.list__top__review ul li i{
    color: #00bdbb;
    font-size: 14px;
}
.list__top__review p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
.author__top__rv{
    display: flex;
    align-items: center;
    gap: 30px;
}
.author__top__rv img{
    width: 55px !important;
    height: 55px;
    object-fit: cover;
    border-radius: 50%;
}
.author__top__rv span{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
}
.slide__top__review .owl-nav i{
    font-size: 30px;
    color: #808285;
}
.slide__top__review .owl-nav i:hover{
    color: #00bdbb;
}
.slide__top__review .owl-nav button{
    outline: none;
}
.slide__top__review .owl-nav button.owl-prev{
    position: absolute;
    bottom: 10px;
    right: 40px;
    background-color: transparent !important;
}
.slide__top__review .owl-nav button.owl-next{
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: transparent !important;
}
/*end top review*/

/*st tour*/
.st__tour{
    padding: 70px 0;
    background-color: #f9f9f9;
}
.title__st__tour{
    padding: 0 10%;
    text-align: center;
    margin-bottom: 40px;
}
.title__st__tour h2{
    font-size: 37px;
    color: #363636;
    font-weight: 700;
}
.title__st__tour p{
    font-size: 18px;
    color: #808285;
    line-height: 30px;
}
.main__st__tour{
    width: calc(85% + 30px);
    margin: auto;
}
.st__tour__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.list__st__tour{
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.st__tour__des{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    transform: translate3d(0px, 50px, 0px);
    transition: all .3s cubic-bezier(.29,.22,.11,1.33);
}
.st__tour__name{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
}
.st__tour__name a{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
}
.st__tour__name a:hover{
    color: #00bdbb;
}
.st__tour__name span{
    font-size: 20px;
    color: #00bdbb;
    font-weight: 700;
}
.st__tour__txt{
    opacity: 0;
}
.st__tour__txt p{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.list__st__tour:hover .st__tour__des{
    bottom: 0;
    transform: translate3d(0px, 4px, 0px);
    transition: all .3s cubic-bezier(.29,.22,.11,1.33);
}
.list__st__tour:hover .st__tour__txt{
    opacity: 1;
}
/*end st tour*/

/*bg parallax*/
.bg__parallax{
    background-image: url('../image/bg-parallax.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 10%;
    text-align: center;
}
.bg__parallax h2{
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.bg__parallax p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}
.bg__parallax a{
    display: inline-block;
    padding: 15px 50px;
    background-color: #00bdbb;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.bg__parallax a:hover{
    color: #fff;
    background-color: #363636;
    transition: all .3s;
}
/*end bg parallax*/

/*blog post*/
.blog__post{
    padding: 50px 0;
    background-color: #f9f9f9;
}
.title__heading{
    text-align: center;
    padding: 0 10%;
}
.title__heading h2{
    font-size: 37px;
    color: #363636;
    font-weight: 700;
    text-transform: uppercase;
}
.title__heading p{
    font-size: 18px;
    color: #808285;
    line-height: 30px;
}
.title__blog__post{
    margin-bottom: 40px;
}
.main__blog__post{
    width: calc(85% + 30px);
    margin: auto;
}
.list__blog__post{
    margin-bottom: 30px;
}
.blog__post__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.blog__post__des{
    padding: 30px;
    background-color: #fff;
}
.blog__post__des a{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    color: #363636;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
}
.blog__post__des a:hover{
    color: #00bdbb;
    transition: all .3s;
}
.blog__post__des ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blog__post__des ul li{
    font-size: 15px;
    color: #808285;
    line-height: 27px;
}
/*end blog post*/

/*newsletter*/

.main__newsletter{
    background-image: url('../image/bg-newsletter.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 20px;
    width: 100%;
    height: 100%;
}
.newsletter__content{
    background-color: #fff;
    padding: 50px;
    height: 100%;
}
.form-newsletter input{
    height: 55px;
    border-color: #ebebeb;
    border-radius: 0;
}
.btn-newsletter{
    text-align: center;
}
.btn-newsletter button{
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    background-color: #00bdbb;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    border-radius: 0;
}
.btn-newsletter button:hover{
    background-color: #363636;
}
.img__slide img{
    height: auto;
    object-fit: cover;
    display: block;
}
.list__img__slide{
    position: relative;
}
.slide__des{
    margin-top: 20px;
}
.slide__des h2{
    font-size: 30px;
    font-weight: 700;
    color: #363636;
    margin-bottom: 0;
    width: max-content;
    margin: auto;
    text-transform: uppercase;
    opacity: 0;
    transform: translateX(-100%);
    transition: all ease-in-out 0.4s;
}
.slide__newsletter.owl-drag .owl-item.active .slide__des h2{
    opacity: 1;
    transform: translateX(0);
    transition: all ease-in-out 0.4s;
}
/*end newsletter*/

@media only screen and (max-width: 1200px){
    .banner__home{
        margin-top: 0;
    }
    .banner__txt h1{
        font-size: 59px;
    }
    .video,
    .top__review__content{
        width: 100%;
    }
    .top__review{
        height: auto;
    }
    .newsletter{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767.98px){
    .banner__txt h1{
        font-size: 43px;
    }
    .banner__txt p{
        font-size: 16px;
    }
    .banner__txt{
        top: 25%;
        padding: 0 2.5%;
    }
    .find__tour{
        padding: 20px;
    }
    .list__intro__img{
        margin-bottom: 30px;
    }
    .title__tour__type h2,
    .title__heading h2{
        font-size: 30px;
    }
    
}

