@import url('CDSWIDLNKR.css');
.left {
    float: left;
}

.right {
    float: right;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

textarea,
iframe {
    max-width: 100%;
}


/*-------------------------------CSS for top_nav--------------------------------*/

.top_nav {
    height: 30px;
}

.top_nav .container {
    background: rgb(46, 26, 16);
}

.right_top_nav {
    display: flex;
}

.right_top_nav a {
    text-decoration: none;
    line-height: 30px;
    color: white;
    padding-left: 20px;
}

#current_date {
    line-height: 30px;
    color: white;
    margin-bottom: 0px;
}

.main_banner .container img {
    margin: 0px auto;
    width: 1170px;
}


/*----------------------------CSS for main_nav---------------------------*/

.navbar-default {
    background: rgb(46, 26, 16)!important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a,
.navbar-brand {
    color: #b88a57!important;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: white!important;
}


/*---------------------------CSS for main_content-------------------------------*/


/*-----CSS for baitulong tour------*/

.bai_tu_long_bay_tours {
    background: url('../img/dragon-pearl-junk.jpg');
    height: 280px;
    background-size: contain;
}

.bai_tu_long_bay_tours p:first-child {
    color: #000066;
    font-size: 18px;
}

.bai_tu_long_bay_tours a {
    display: flex;
    color: #b88a57;
}

.bai_tu_long_bay_tours a:hover {
    color: white;
}

.group_img img {
    width: 190px;
    height: 120px;
    margin: 0 auto;
}

.group_img .row .col-md-6 p {
    color: #b88a57;
}


/*--------------------CSS for info_dragon_pearl_junk_item---------------------*/

.info_dragon_pearl_junk_item,
.info_dragon_pearl_junk {
    background: rgb(46, 26, 16);
}

.title {
    color: white;
}

.info_dragon_pearl_junk_item p,
.info_dragon_pearl_junk_item ul li,
.info_dragon_pearl_junk_item a {
    color: #b88a57;
    text-decoration: none;
}


/*-------------------------CSS for hanoi_food_tours---------------------------------*/

.hanoi_food_tours {
    background: rgb(0, 51, 51);
}

.hanoi_food_item p {
    color: #b88a57;
    font-size: 20px;
    text-decoration: none;
}


/*--------------------CSS for about_halong_junk-------------*/

.about_halong_junk {
    padding: 10px;
    background: rgb(84, 53, 35);
}

.about_halong_junk p {
    color: lightgray;
}


/*------------------CSS for footer------------------------*/

#footer {
    height: 50px;
}

#footer .row {
    background: rgb(46, 26, 16);
}

#footer p {
    color: white;
    line-height: 50px;
    margin-bottom: 0px;
    font-size: 18px;
}


/*--------------------CSS for right main content------------*/

.right_main_content_title h4 {
    color: gray;
    margin-top: 0px;
}

.hanoi_street_food_tour::before {
    content: url('../img/hanoi_show.gif');
}

.hanoi_street_food_tour::after {
    content: url('../img/new.gif');
}


/*-----------------------------CSs for sapa_package_tour-----------------------------*/


/* .sapa_package_tour {
    padding: 20px;
    background: white;
} */

.sapa_package_tour h4 {
    color: #000099;
}

.sapa_package_tour a::before {
    content: url('../img/hanoi_show.gif');
    padding-right: 10px;
}

.sapa_package_tour a:nth-child(14) {
    font-size: 20px;
}

.sapa_package_tour a:nth-child(14)::after {
    content: url('../img/new.gif');
    padding-left: 10px;
}

.eingabefeld {
    width: 100%;
    padding: 7px;
    border-radius: 5px;
}


/*--------------------------CSS for success_banner-------------------------*/

.success_banner {
    padding: 20px;
    background: rgb(84, 53, 35);
    color: #b88a57;
}


/*Responsive*/

@media screen and (max-width: 768px) {
    .bai_tu_long_bay_tours {
        background: none;
        height: auto;
    }
    .group_img img {
        width: 100%;
        height: auto;
    }
    .junk_photo img {
        width: 100%;
        height: auto;
        /* padding: 15px; */
    }
    .junk_photo .row:nth-child(2),
    .junk_photo .row:nth-child(3) {
        display: none;
    }
    .nav-icon {
        background: rgb(46, 26, 16);
        border: 1px solid lightgray;
        float: right;
        padding: 6px;
        display: flex;
        justify-content: center;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        margin-top: 8px;
        margin-right: 25px;
    }
    .nav-icon i {
        color: white;
        font-size: 20px;
    }
    .nav-icon:hover {
        background: lightgray;
    }
    .icon-bar {
        background: white!important;
    }
}

@media screen and (min-width: 768px) {
    .nav-icon {
        display: none;
    }
}