html,
body,
header,
.intro-3 {
    height: 100%;
}

/*body {*/
/*    padding-top: 70px; !* Adjust this value based on the height of your navbar *!*/
/*}*/

.orbitron-fontBanner {
    font-family: "Orbitron", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.montserrat-font {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.trip_img_list {
    display: flex;
}

.form-gift {
    width: 50%;
    display: flex;
    /*flex-direction: column;*/
}

#home_footer {
    position: relative;
    /* background-image: url("https://admin.victourhagiang.com/public/img/banner.jpg"); */

}

.fixed-action-btn ul {
    bottom: 0px;
}
.logo_back_top{
    width: 200px;
}


#home_footer {
    position: relative;
    z-index: 1;
}

#bg_footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffe4c4;
}

.button_div {
    width: fit-content;
    float: right;
}

#footer_img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    object-fit: fill;
}

.copyright {
    border-top: 3px solid #636363;
}

.date_description {
    height: auto;
}

.schedule {
    margin: 20px;
}

.time {
    font-weight: bold;
}

.activity {
    margin-left: 20px;
}

.intro-3 {
    background-image: url("https://admin.victourhagiang.com/public/img/banner11.webp");
    background-size: 100% 100%;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}

.intro-contact {
    background-image: url("https://admin.victourhagiang.com/public/img/banner1.jpg.webp");
    background-size: 100% 70%;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
}



.footer_address {
    display: grid;
    /*grid-template-columns: 50% 30%;*/
}

.contact_title,
.social_title {
    margin: 1.823vw 0 1.302vw;
}

.carousel-item.active {
    display: flex;
}

.carousel-item {
    display: flex;
}

#Booking {
    background-color: #112f6b;
    color: white;
    border-radius: 5px;
}

#Booking:hover {
    background-color: #112f6b;
    color: white;
}

.hover-tab::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000; /* Màu của border-bottom */
    transition: width 0.5s ease-in-out;
}

footer.page-footer a {
    color: #000;
    text-decoration-color: #0a0e14;
    text-decoration: underline;
}

.footer_text{
    color: #000;
    font-size: 1.3rem;
    font-weight: 500;
}

.img-trip {
    width: 247px;
    height: 165px;
    object-fit: cover;
    border-radius: 10px;
}

.ad-trip {
    height: 165px;
    object-fit: cover;
    border-radius: 10px;
}

.hover-tab:hover::after {
    width: 100%;
}

.hover-tab:hover {
    font-weight: 600;
}

.banner_text {
    font-size: 4rem;
    color: #ffd380;
}

.carousel-control-custom-prev,
.carousel-control-custom-next {
    width: 5%;
    top: 83%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .9s ease;
}

.carousel-control-custom-prev:hover,
.carousel-control-custom-next:hover {
    opacity: 1;
    color: #fff;
}


.carousel-btn {
    font-size: 40px;

}

.carousel-intro-btn {
    color: black;
}

.carousel-control-custom-next {
    left: 180px;
}

.carousel-control-custom-prev {
    left: 100px;
}

.carousel-caption {
    height: 100%;
    width: 36%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 40px;
}

.carousel-home {
    height: 800px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-image: url("https://admin.victourhagiang.com/public/img/gallery_background.jpg.webp");
}

.homestay_description {
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
}

.header-font {
    font-size: 1.5rem;
}

.text-white {
    color: white;
}

.news-hot {
    display: grid;
    grid-template-columns: 24% 70%;
}

.infor_new_basic {
    display: flex;
}

.count-view {
    margin-left: 30px;
}

.news_img {
    width: 130px;
    height: 130px;
    border-radius: 10px;
}

a {
    color: black;
}

a:hover {
    color: black;
}

.faq_header {
    display: flex;
    justify-content: space-between;
}

.faq_icon {
    font-size: 35px;
}

.faq_title {
    font-size: 20px;
    font-weight: 500;
}

.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s;
    color: white;
}

.social-travel-logo {
    width: 75px;
    height: 75px;
}

.mdb-lightbox img:hover {
    /*height: 100%;*/
    /*object-fit: cover; !* This ensures the image covers the container while maintaining aspect ratio *!*/
    transform: scale(1.05);
    transition: transform 0.3s;
}

.tripadvisor-link {
    color: #fff;
}

.tripadvisor-link:hover {
    color: #ffd380;
}

.faq_open {
    background-color: black;
    border-radius: 10px;
}

.link-tripadvisor {
    flex-direction: column;
}

.post-caption {
    height: 100%;
    width: 36%;
    background-color: rgba(222, 222, 222, 0.8);
    bottom: 0;
    left: 0;
    padding: 40px;
    color: black;
}

/* CSS */
.button_book {
    appearance: button;
    background-color: #ffd380;
    background-image: none;
    /*border: 1px solid #000;*/
    /*border-radius: 4px;*/
    box-shadow: #fff 4px 4px 0 0, #000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
}

.button_book:hover {
    background-color: #fff;
    box-shadow: #ffd380 4px 4px 0 0, #000 4px 4px 0 1px;
    text-decoration: none;
}


.button_book2 {
    appearance: button;
    background-color: #ffd380;
    background-image: none;
    /*border: 1px solid #000;*/
    /*border-radius: 4px;*/
    box-shadow: #000 4px 4px 0 0, #000 4px 4px 0 1px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
}

.button_book2:hover {
    background-color: #000;
    box-shadow: #ffd380 4px 4px 0 0, #ffd380 4px 4px 0 1px;
    text-decoration: none;
    /*color: #fff !important;*/
}

.button_book2:hover, .button_book2:hover a {
    color: #fff !important;
}


.button_book:focus {
    text-decoration: none;
}

.button_book:not([disabled]):active {
    /*box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;*/
    transform: translate(2px, 2px);
}

.button_discover {
    appearance: button;
    background-color: #000;
    background-image: none;
    /*border: 1px solid #000;*/
    /*border-radius: 4px;*/
    box-shadow: #fff 4px 4px 0 0, #fff 4px 4px 0 1px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: ITCAvantGardeStd-Bk, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    float: right;
}

.button_discover:hover {
    background-color: #fff;
    box-shadow: #000 4px 4px 0 0, #000 4px 4px 0 1px;
    text-decoration: none;
    color: #000;
}

.button_discover:focus {
    text-decoration: none;
}

.button_discover:not([disabled]):active {
    /*box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;*/
    transform: translate(2px, 2px);
}

.button_more {
    font-size: 14px;
    font-weight: 400;
    color: var(--white-color);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    transform: translateX(-50%);
    left: 50%;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    user-select: none;
    top: 28px;
}

.button_more:hover {
    color: #ffd380;
}

.button_box {
    position: relative;
}

.font_tour_name {
    font-size: 1.2rem;
    font-weight: 500;
}

.font_tour_price {
    font-size: 2rem;
    font-weight: 900;
    color: #dc143c;
}

.text-orange {
    color: #ffd380;
}


.price_item {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

ul.price_item li {
    margin-right: 20px; /* Khoảng cách giữa các mục */
}

.list_price {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.list_tour_include {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.tour_description {
    font-size: 16px;
}

.list-date-item {
    display: grid;
    /*grid-template-rows: 1fr 1fr;*/
    grid-gap: 20px;
}

.description p {
    margin: 0px;
}

.tour_form {
    background-color: #112f6b;
}

.intro-caroulse {
    height: 80%;
    border-radius: 20px;
    width: 75%
}

.intro_div_1 {
    display: flex;
    flex-direction: row;
    padding: 0px;
}


.intro-img-left {
    width: 64%;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.intro_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative; /* Add this line */
    z-index: -1;
}

.bg-discover-img {
    background-image: url('https://admin.victourhagiang.com/public/img/intro_img.jpg.webp');
    z-index: 0;
    height: 100%;
    position: relative; /* Ensure this is set */
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-discover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    min-height: 1200px;
    z-index: 1; /* Ensure this is higher than bg-discover-img */
    border-radius: 0 0 250px 0;
    background-image: -webkit-linear-gradient(top, rgba(250, 198, 134, 0.768627451), rgba(250, 198, 134, 0.9176470588), #FAC686, #FAC686, var(--extra-color), var(--extra-color), var(--extra-color));
    background-image: -moz-linear-gradient(top, rgba(250, 198, 134, 0.768627451), rgba(250, 198, 134, 0.9176470588), #FAC686, #FAC686, var(--extra-color), var(--extra-color), var(--extra-color));
    background-image: -o-linear-gradient(top, rgba(250, 198, 134, 0.768627451), rgba(250, 198, 134, 0.9176470588), #FAC686, #FAC686, var(--extra-color), var(--extra-color), var(--extra-color));
    background-image: linear-gradient(to bottom, rgba(250, 198, 134, 0.768627451), rgba(250, 198, 134, 0.9176470588), #FAC686, #FAC686, #FAC686, #FAC686, #FAC686);
}

.intro-img-right {
    position: relative; /* Add this line */
    width: 36%;
}

.discover-tour-content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2; /* Ensure this is higher than bg-discover-img */
    padding: 7.292vw 5.365vw;
    /*transition: 1.5s;*/
    /*-webkit-transition: 1.5s;*/
}

.intro_2 {
    background-image: url("https://admin.victourhagiang.com/public/img/banner13.jpg");
    background-size: 100% 100%;
}

.intro_div_2 {
    height: 100%; /* or any specific height value */
    position: relative; /* Ensure this is set */
}

.intro_div_2:before {
    width: 100%;
    content: "";
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5568627451), rgba(0, 0, 0, 0.7098039216), rgba(0, 0, 0, 0.737254902), rgba(0, 0, 0, 0.6705882353), rgba(0, 0, 0, 0.8196078431));
    z-index: 0;
    position: absolute;
}

.intro_3 {
    background-image: url("https://admin.victourhagiang.com/public/img/banner.jpg");
    background-size: 100% 100%;
    position: relative;
}

.inner_intro_3 {
    display: flex;
    flex-direction: row;
}

.intro_3:before {
    width: 100%;
    content: "";
    height: 100%;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.6117647059), rgba(0, 0, 0, 0.8), #000000);
    z-index: 0;
    position: absolute;
}

.left-content {
    padding: 6.02vw 0 5.094vw 12.8vw;
    z-index: 1;
    width: 50%;
}

.item {
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}

.item-icon {
    margin-right: 20px;
}

.item-des {
    color: white;
    font-size: 18px;
}

.item_span_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px; /* Set the width of the border */
    height: 60px; /* Set the height of the border */
    border: 2px solid #FAC686; /* Set the size and color of the border */
    border-radius: 50%; /* Make the border circular */
}

.item-des {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
}

.right-content {
    padding-top: 6.02vw;
    z-index: 1;
    width: 50%;
}

.pos3_img {
    opacity: 1;
    width: 50%;
    height: 90%;
    border-top-left-radius: 50px;
    position: absolute;
}

.title_form {
    line-height: 1.5;
}

.div_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.title_notice {
    padding: 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #FAC686;
    width: fit-content;
}

.w-20px {
    width: 20px;
}

.text-white.font-weight-bolder {
    display: inline-block;
}

.border_bottom {
    border-bottom: 1px solid #fff;
}

.txtinput {
    width: 100%;
    padding: 15px 10px;
    outline: none;
    display: block;
    background-color: #ffff;
    padding-left: 15px;
    border: 0px;
    color: var(--black-color);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
}

.room_item {
    display: flex;
    align-items: center;
    /*width: 25%;*/
}

.div_caroul {
    width: 100%;
    position: absolute;
    top: 90%;
    z-index: 2;
}


.mbl_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
}

.mbl_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.w-35 {
    width: 35%;
}

.font-13 {
    font-size: 13px;
}

.serice_item {
    display: flex;
    margin-bottom: 20px;
}

.content {
    margin-left: 20px;
}

.gift_content {
    display: flex;
    align-items: baseline;
}

.mbl_button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_pp,
.txt_person,
.apart_pp {
    width: 2.083vw;
    height: 2.083vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
}

.apart_pp:hover,
.add_pp:hover {
    background-color: #FAC686;
}

.apart_pp {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.add_pp {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.info_minus,
.info_plus {
    width: 1.302vw;
    height: 1.302vw;
}

.table_price {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
    background: white;
}

/*.table_price td, .table_price th {*/
/*    border: 1px solid gray;*/
/*}*/

.table_content .form_price_tour #voucher {
    padding: 0.521vw;
}

.table_content .form_price_tour .th_voucher #apply_vou {
    width: 60px;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    float: right;
    background: #FAC686;
    height: 40px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 13px;
}

.table_content .form_price_tour #total_price_tour {
    font-size: 24px;
    font-weight: 700;
    color: #FAC686;
}

.form-tour {
    display: flex;
    width: 60%;
}

.tour_form #buy_fast_form_default .btn_form .button-buy-fast {
    text-align: center;
    margin: 50px auto 50px;
    font-size: 16px;
    /*font-weight: 600;*/
    color: #000;
    background: #FAC686;
    cursor: pointer;
    padding: 10px 50px;
    position: relative;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    border: none;
    display: inline-block;
}

.form-info,
.form-content {
    width: 50%;
}

.table_content .form_price_tour .th_voucher {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.table_content .title_table th {
    text-align: left;
    color: var(--black-color);
    font-size: 18px;
    font-weight: 700;
}

.table_content .content_table td, .table_content .content_table th {
    /*padding: 0.521vw 1.563vw;*/
}

.mbl_txt {
    position: relative;
}

.error-message {
    position: absolute;
    top: 100%; /* Position below the input */
    left: 0;
    width: 100%;
    display: block; /* Ensure it is displayed as block */
}

.footer_img{
    width: 100%;
}

.name_bus {
    font-size: 14px;
    margin-bottom: 0;
}

.price {
    font-weight: 600;
    font-size: larger;
}

.sub_banner {
    padding-top: 98px;
}

.img_bg{
    background-image: url('https://admin.victourhagiang.com/public/img/banner12.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

.checkbox_bus{
    width: 25%;
}

.fixed-btn{
    position: fixed;
    right: 35px;
    bottom: 35px;
    z-index: 998;
    padding-top: 15px;
    margin-bottom: 0;
}

.footer_icon{
    font-size: 30px;
    vertical-align: middle;
}

@keyframes pulse1 {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(220, 20, 60, 0.7);
    }
    70% {
        transform: scale(1.2);
        box-shadow: 0 0 50px rgba(220, 20, 60, 0.7);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(220, 20, 60, 0.7);
    }
}

@keyframes flicker2 {
    0% {
        color: red;
    }
    25% {
        color: white;
    }
    50% {
        color: red
    }
    75% {
        color: white;
    }
    100% {
        color: red;
    }
}

@media (max-width: 450px) {

    html,
    body {
        height: 820px;
    }

    .intro-3, header {
            /*background-image: url("https://admin.victourhagiang.com/public/img/banner11_mobile.jpg");*/
            background-size: 100% 100%;
            -webkit-animation-iteration-count: unset;
            animation-iteration-count: unset;
        height: 520px;
    }

    .logo_back_top{
        width: 75px;
    }

    .intro_3 {
        background-size:cover;
    }
    .intro_2{
        background-size: cover;
    }

    .trip_img_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .form-gift {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
    }

    .intro-caroulse {
        height: 70%;
        border-radius: 20px;
        width: 100%
    }

    .carousel-caption {
        height: 39%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: 0;
        padding: 20px;
    }

    .h3-responsive {
        font-size: 1.5rem;
    }

    .form-tour {
        display: flex;
        width: 100%;
    }

    .mbl_flex {
        flex-direction: column;
    }

    .buy_location {
        padding: 15px 10px;;
    }

    header,
    .intro-3 {
        height: 520px;
    }

    .header::before {
        width: 100%;
        content: "";
        height: 90.167vw;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.6117647059), rgba(0, 0, 0, 0.8), #000000);
        z-index: 2;
        position: absolute;
    }

    .list_price {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        margin-bottom: 20px;
    }

    .trip_img_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .col-sm-12,
    .col-md-12 {
        padding: 5px;
    }

    #list_tour {
        padding: 10px;
    }

    .button_more {
        /*position: relative !important;*/
        left: 1% !important;
        transform: none !important;
        margin: 0 auto !important;
        /*display: block !important;*/
    }

    #second_nav {
        display: none;
    }

    .form-gift {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
    }

    .intro-caroulse {
        height: 70%;
        border-radius: 20px;
        width: 100%
    }

    .div_caroul {
        width: 93%;
        position: absolute;
        top: 57%;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        margin-left: 14px;
    }

    .carousel-control-custom-prev,
    .carousel-control-custom-next {
        position: unset;
    }

    .carousel-control-custom-next {
        left: unset;
    }

    .carousel-control-custom-prev {
        left: unset;
    }

    .homestay_description {
        height: 68%;
        overflow: auto;
    }

    .buy_location {
        padding: 15px 10px;;
    }

    #buy_date_departure,
    #buy_return_date {
        padding: 5px 0px;
    }

    .room_item {
        width: 100%;
    }

    #list_moto {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .form-info,
    .form-content {
        width: 100%;
    }


    .add_pp, .txt_person, .apart_pp {
        width: 100%;
        height: 100%;
    }

    .info_minus, .info_plus {
        width: unset;
        height: unset;

    }

    #voucher{
        height: 41px;
    }

    .footer_address{
        grid-template-columns: unset;
    }

    .footer_img{
        width: 50%;
    }

    .intro_div_1{
        flex-direction: column;
    }

    .intro-img-left{
        width: 100%;
        z-index: 3;
    }

    .intro-img-right{
        width: 100%;
    }

    .bg-discover{
        position: unset;
        border-radius: unset;
        min-height: 500px;
    }

    .carousel-item{
        flex-direction: column;
    }

    .intro-carousel-caption{
        position: unset;
        opacity: 1;
        background-color: white;
    }

    .intro_div_caroul{
        top: 50%;
    }

    .right-content,
    .left-content{
        width: 100%;

    }

    .inner_intro_3{
        flex-direction: column;
    }

    .pos3_img{
        position: unset;
        width: 100%;
        padding: 5px 0px 5px 10px;
    }

    .orbitron-fontBanner{
        font-size: 1.5rem;
    }

    .left-content{
        padding-left: 10px;
    }

    .content{
        margin-left: 10px;
    }

    .grid_bus {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .sub_banner {
        padding-top: 90px;
    }

    .banner_about:before {
        top: 91px;
        height: 40.167vw;
        position: absolute;
    }

    .img_bg{
        background-image: url('https://admin.victourhagiang.com/public/img/banner12.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 85%;
    }

    .pay_content{
        display: grid;
        grid-gap: 1rem;
    }

    #deposit{
        font-size: 1.5rem;
    }

}

@media (min-width: 401px) and (max-width: 740px) {

    html,
    body
    {
        height: 900px;
    }

    header,
    .intro-3 {
        height: 520px;
    }

    .logo_back_top{
        width: 75px;
    }

    .intro_3 {
        background-size:cover;
    }
    .intro_2{
        background-size: cover;
    }

    .header::before {
        width: 100%;
        content: "";
        height: 90.167vw;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.6117647059), rgba(0, 0, 0, 0.8), #000000);
        z-index: 2;
        position: absolute;
    }

    .list_price {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0px;
        margin-bottom: 20px;
    }

    .trip_img_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

    .col-sm-12,
    .col-md-12 {
        padding: 5px;
    }

    #list_tour {
        padding: 10px;
    }

    .button_more {
        /*position: relative !important;*/
        left: 1% !important;
        transform: none !important;
        margin: 0 auto !important;
        /*display: block !important;*/
    }

    #second_nav {
        display: none;
    }

    .form-gift {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
    }

    .intro-caroulse {
        height: 70%;
        border-radius: 20px;
        width: 100%
    }

    .div_caroul {
        width: 93%;
        position: absolute;
        top: 57%;
        z-index: 2;
        display: flex;
        justify-content: space-between;
        margin-left: 14px;
    }

    .carousel-control-custom-prev,
    .carousel-control-custom-next {
        position: unset;
    }

    .carousel-control-custom-next {
        left: unset;
    }

    .carousel-control-custom-prev {
        left: unset;
    }

    .homestay_description {
        height: 68%;
        overflow: auto;
    }

    .buy_location {
        padding: 15px 10px;;
    }

    #buy_date_departure,
    #buy_return_date {
        padding: 5px 0px;
    }

    .room_item {
        width: 100%;
    }

    #list_moto {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .form-info,
    .form-content {
        width: 100%;
    }


    .add_pp, .txt_person, .apart_pp {
        width: 100%;
        height: 100%;
    }

    .info_minus, .info_plus {
        width: unset;
        height: unset;

    }

    #voucher{
        height: 41px;
    }

    .footer_address{
        grid-template-columns: unset;
    }

    .footer_img{
        width: 50%;
    }

    .intro_div_1{
        flex-direction: column;
    }

    .intro-img-left{
        width: 100%;
        z-index: 3;
    }

    .intro-img-right{
        width: 100%;
    }

    .bg-discover{
        position: unset;
        border-radius: unset;
        min-height: 500px;
    }

    .carousel-item{
        flex-direction: column;
    }

    .intro-carousel-caption{
        position: unset;
        opacity: 1;
        background-color: white;
    }

    .intro_div_caroul{
        top: 50%;
    }

    .right-content,
    .left-content{
        width: 100%;

    }

    .inner_intro_3{
        flex-direction: column;
    }

    .pos3_img{
        position: unset;
        width: 100%;
        padding: 5px 0px 5px 10px;
    }

    .orbitron-fontBanner{
        font-size: 1.5rem;
    }

    .left-content{
        padding-left: 10px;
    }

    .content{
        margin-left: 10px;
    }

    .grid_bus {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
    }

    .sub_banner {
        padding-top: 90px;
    }

    .banner_about:before {
        top: 91px;
        height: 40.167vw;
        position: absolute;
    }

    .img_bg{
        background-image: url('https://admin.victourhagiang.com/public/img/banner12.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        height: 85%;
    }

    .pay_content{
        display: grid;
        grid-gap: 1rem;
    }

    #deposit{
        font-size: 1.5rem;
    }
}

@media (min-width: 741px) and (max-width: 850px) {

    html,
    body,
    header,
    .intro-3 {
        height: 950px;
    }

    .logo_back_top{
        width: 75px;
    }

    .trip_img_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .col-sm-12,
    .col-md-12 {
        padding: 0;
    }

    .second_nav {
        display: none;
    }

    .form-gift {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
    }

    .intro-caroulse {
        height: 70%;
        border-radius: 20px;
        width: 100%
    }



}

@media (min-width: 851px) and (max-width: 900px) {
    .trip_img_list {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

    .logo_back_top{
        width: 75px;
    }

    .second_nav {
        display: none;
    }

    .form-gift {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
    }

    .intro-caroulse {
        height: 70%;
        border-radius: 20px;
        width: 100%
    }
}

@media (min-width: 768px) {
    .button_book {
        padding: 12px 50px;
    }

    .logo_back_top{
        width: 200px;
    }

    .header::before {
        width: 100%;
        content: "";
        height: 29.167vw;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.6117647059), rgba(0, 0, 0, 0.8), #000000);
        z-index: 2;
        position: absolute;
    }

    .intro_div_1 {

    }
}








