.banner {
    position: relative;
}

.banner .banner-img img {
    height: 800px;
    display: block;
}

.banner .banner-video {
    height: 956px;
    display: block;
}

.banner .banner-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    background: rgba(0, 0, 0, .2);
}

.banner .banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.destination-list-mobile {
    overflow: hidden;
}

.banner-video img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.home-search {
    position: absolute;
    top: 38vh;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.input-seach {
    padding: 20px;
    width: 500px;
    border-radius: 100px;
    border: none;
    outline: none;
    box-shadow: 0 0 1px #A7A9AC;
}

.home-search .icon-search {
    position: absolute;
    right: 2px;
    top: 2px;
}

.search-success {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 0 5px #828282;
    padding: 45px 20px 15px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: -1;
    transition: 0.3s linear;
    visibility: hidden;
}

.search-success.active {
    visibility: visible;
    opacity: 1;
}

.search-success ul {
    max-height: 145px;
    overflow-y: auto;
    min-height: 100px;
}

.search-success ul a {
    color: var(--primary-color);
}

.search-success ul a:hover {
    color: var(--second-color);
}

.search-success ul li {
    padding: 10px 0;
    font-size: 15px;

}

.search-success ul li+li {
    border-top: 1px solid #f1f1f1;
}


.typeahead-list::-webkit-scrollbar {
    width: 10px;
}

.typeahead-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}

.typeahead-list::-webkit-scrollbar-thumb {
    background: var(--second-color);
    border-radius: 5px;
}

.typeahead-list::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
}

.home-content-plan {
    padding-top: 50px;
    background-color: var(--primary-bg);
    padding-bottom: 40px;
}

.home-content-plan h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    line-height: 43px;
    font-size: 36px;
}

.plan-btn>div {
    padding: 13px 35px 13px;
    border-radius: 100px;
    border: 1px solid var(--second-color);
    display: inline-block;
    transition: 0.3s linear;
}

/* 
.plan-btn>div:hover {
    box-shadow: 0px 0px 5px var(--primary-color);
} */

.plan-btn a {
    color: var(--second-color);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
}

.plan-items {
    padding-top: 50px;
}

.plan-items .plan-img {
    margin-bottom: 30px;
}

.plan-items .plan-title h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.plan-items .plan-des p {
    font-size: 16px;
    line-height: 26px;
    max-width: 350px;
    margin: 0 auto;
}

.home-content-destination {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 10px;
}

.home-content-destination h1 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
}

.destination-list .desti-img img {
    min-height: 320px;
    height: 320px;
    display: block;
    object-fit: unset;
}

.destination-list .item {
    position: relative;
    margin-bottom: 25px;
    cursor: pointer;
    overflow: hidden;
}

.destination-list .desti-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 15px;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    transition: 0.3s linear;
    transform: translate(0, 20px);
}

.destination-list .desti-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    color: white;
}

.destination-list .desti-title p {
    text-align: center;
    opacity: 0;
    transition: height .3s linear;
    transform: translate(0, 20px);
}

.destination-list .item:hover .desti-title {
    transform: translate(0, 0);
}

.destination-list .item:hover p {
    opacity: 1;
    transform: translate(0, 0);
}

.home-content-tour {
    padding-top: 50px;
    background: #fff;
    padding-bottom: 50px;
}

.home-content-tour h1 {
    margin-bottom: 40px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
}

.see-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -125%);
}

.see-more-mobile {
    position: relative;
    justify-content: center;
    padding-top: 30px;
}

.see-more a,
.see-more-mobile a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #828282;
}

.see-more-mobile a {
    justify-content: center;
}

.see-more svg,
.see-more-mobile svg {
    margin-left: 15px;
}

.see-more:hover a,
.see-more-.title-mobile a {
    color: var(--second-color);
}

.see-more:hover svg path,
.see-more-.title-mobile svg path {
    stroke: var(--second-color) !important;
}

.tour-list {
    overflow: hidden;
    padding-bottom: 38px;
    position: relative;
}

.swiper-wrapper {
    height: unset;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    font-size: 36px;
    content: '';
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 36px;
    content: '';

}

.swiper-scrollbar {
    background: #F2F2F2;
}

.swiper-scrollbar-horizontal.swiper-scrollbar {
    border-radius: 100px;
    height: 8px;
    width: 200px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-scrollbar-drag {
    background-color: var(--second-color);
    cursor: pointer;
}

/*  */

.home-content-category {
    padding-top: 50px;
    background-color: var(--primary-bg);

}

.home-content-category h1 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 48px;
    line-height: 43px;
    font-size: 36px;
}

.category-list .menu-tour {
    width: 100%;
    height: 180px;
    margin-bottom: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.category-list .menu-tour::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 0;
}

/*  */
.home-content-story {
    padding-bottom: 50px;
    background-color: var(--primary-bg);
}

.story-video {
    width: calc(60% - 17px);
    height: 400px;
}

.story-our {
    width: calc(40% + 17px);
    padding: 62px 40px 0 50px;
    background-color: var(--second-color);
}

.story-our h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 14px;
}

.story-our .story-des {
    max-width: 432px;
    font-size: 16px;
    line-height: 26px;
}

/*  */
.home-content-blog {
    padding-top: 50px;
    padding-bottom: 64px;
}

.home-content-blog h1 {
    margin-bottom: 50px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
    text-align: center;
    text-transform: uppercase;
}

.home-content-blog .see-more {
    transform: translate(0, -138%);
}

/*  */
.subscribe {
    padding: 50px 0;
    background-color: var(--second-color);
    color: #fff;
}

.subscribe h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-transform: uppercase;
    padding-bottom: 11px;
    text-align: center;
}

.subscribe-sub {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 742px;
    margin: 0 auto;
    padding-bottom: 33px;
}

.subscribe-wrap {
    background-color: #fff;
    padding: 12px 27px;
    border-radius: 200px;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.fomr-subscribe input {
    font-size: 20px;
    line-height: 24px;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
}

.fomr-subscribe input:focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.subcribe-submit {
    position: absolute;
    top: 2px;
    right: 2px;
    background-color: var(--fourth-color);
    overflow: hidden;
    border-radius: 200px;
}

.subcribe-submit button {
    border: none;
    outline: none;
    background: transparent;
    display: block;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 26px;
}

/*  */
.home-social {
    padding: 50px 0;
}

.social-img {
    margin-bottom: 30px;
}

.home-social h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    margin-bottom: 11px;
}

.social-sub {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    max-width: 972px;
    padding-bottom: 50px;
}

.social-link a {
    display: inline-block;
    transition: .1s linear;

}

.social-link a+a {
    padding-left: 15px;
}

.social-link a:hover circle {
    fill: #004569;
}


/*  */
.home-brand {
    padding: 35px 0;
    background-color: var(--primary-bg);
}

.brand-list {
    overflow: hidden;
}

.brand-list .swiper-scrollbar-horizontal.swiper-scrollbar {
    display: none;
}

.brand-item {
    background-color: #fff;
    height: 130px;
}

.brand-list .brand-item img {
    width: 80%;
    object-fit: contain;
}

/*  */
@media screen and (max-width: 1010px) {
    .banner .banner-img img {
        height: calc(100vh - 152px);
    }

    .home-search {
        /* top: 10%; */
        top: 35%;
    }

    .category-list {
        height: 572px;
        overflow: hidden;
        overflow-y: scroll;
        margin-bottom: 36px;
    }

    .category-list::-webkit-scrollbar {
        width: 5px;
    }

    .category-list::-webkit-scrollbar-track {
        background: #D9D9D9;
    }

    /* Handle */
    .category-list::-webkit-scrollbar-thumb {
        background: #A7A9AC;
    }

    /* Handle on hover */
    .category-list::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    /*  */
    .story-wrap {
        flex-direction: column;
    }

    .story-video {
        width: 100%;
        height: 282px;
    }

    .story-video iframe {
        width: 100%;
        height: 282px;
    }

    .story-our {
        width: 100%;
        padding: 25px 24px 30px;
    }

    .story-our .story-des {
        line-height: 24px;
        max-width: 100%;
    }
}

/* md */
@media screen and (max-width: 992px) {
    .plan-items .plan-des p {
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {
    .title-mobile {
        font-size: 24px !important;
        line-height: 32px !important;
    }

    .home-search {
        /* top: 72px; */
        top: 35%;
    }

    .input-seach {
        width: 300px;
        padding: 15px 20px;
    }

    .icon-search svg {
        width: 43px;
        height: 43px;
    }

    .home-content-plan {
        margin-bottom: 0;
    }

    .plan-items .plan-img {
        margin-bottom: 20px;
    }

    .destination-list .item {
        margin-bottom: 25px;
    }

    .home-content-destination {
        padding-bottom: 0;
        padding-top: 35px;
    }

    .home-content-category {
        padding-top: 35px;
    }

    .category-list {
        height: 572px;
        overflow: hidden;
        overflow-y: scroll;
        margin-bottom: 36px;
    }

    .category-list .menu-tour {
        margin-bottom: 16px;
    }

    .story-video {
        overflow: hidden;
    }

    /*  */
    .social-sub {
        padding-bottom: 35px;
    }

    .social-link {
        flex-wrap: wrap;
        max-width: 220px;
        margin: 0 auto;

    }

    .social-link a {
        padding-left: 0px !important;
        padding-bottom: 15px;
        width: 25%;
        text-align: center;
    }

    /* .social-link a:nth-child(1),
    .social-link a:nth-child(5) {
        padding-left: 0;
    } */
    .tour-list {
        padding-bottom: 24px;
    }

    .swiper-scrollbar-horizontal.swiper-scrollbar {
        width: 100%;
    }

    .swiper-scrollbar {
        background-color: transparent;
    }

    .swiper-scrollbar-drag {
        background: #E0E0E0;
        width: 50px !important;
    }

    .swiper-scrollbar-horizontal.swiper-scrollbar {
        height: 5px;
    }

    .home-content-blog {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .home-content-tour {
        padding-top: 35px;
    }

    .home-content-tour+.home-content-tour {
        padding-top: 0;

    }

    .subscribe {
        height: 418px;
    }

    .subcribe-submit {
        top: 80px;
        left: 50%;
        transform: translate(-50%, 0);
        text-align: center;
    }

    .subcribe-submit button {
        display: inline;
    }

    .home-social {
        padding-bottom: 35px;
    }

    .blog-list~.see-more-mobile {
        padding-top: 0;
    }

    .brand-item {
        margin-bottom: 20px;
    }

    .brand-list .swiper-scrollbar-horizontal.swiper-scrollbar {
        display: block;
    }

    .brand-col-xs-r {
        padding-right: 10px;
    }

    .brand-col-xs-l {
        padding-left: 10px;

    }

    .plan-btn>div {
        /* max-width: 150px; */
        /* width: 150px; */
        min-width: 150px;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;

    }

    .home-search .icon-search {
        top: 3.5px;
        right: 3.5px;
    }

    .plan-btn a {
        font-size: 16px;
    }

    .search-success {
        padding-top: 30px;
    }

    .ca3-scroll-down-link {
        width: 40px;
        left: 57%;
    }
}