/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "Open Sans";
  src: url("../font/open-sans.regular.ttf"); }
@font-face {
  font-family: "Raleway Bold";
  src: url("../font/raleway/Raleway-Bold.ttf"); }
@font-face {
  font-family: "Raleway Italic";
  src: url("../font/raleway/Raleway-Italic.ttf"); }
@font-face {
  font-family: "Open Sans Bold";
  src: url("../font/open-sans.bold.ttf"); }
@font-face {
  font-family: "Raleway";
  src: url("../font/raleway/Raleway-Regular.ttf"); }
.about-us, .itineraryOldQuater, .ourLocation {
  width: 100%;
  background: #f8f8f8; }

.btn-booking {
  background: #659636;
  color: white; }

.hanoiStreetFoodHeader .navbar-default {
  border-radius: 0px; }
  .hanoiStreetFoodHeader .navbar-default .navbar-header .navbar-brand {
    font-size: 18px;
    font-family: "Open Sans";
    text-transform: uppercase; }
  .hanoiStreetFoodHeader .navbar-default .navbar-nav .active-bottom {
    border-bottom: 5px solid #659636;
    color: #659636; }
  .hanoiStreetFoodHeader .navbar-default .navbar-nav li {
    font-size: 18px;
    font-family: "Open Sans"; }
  .hanoiStreetFoodHeader .navbar-default .navbar-nav .has-dropdown:hover .dropdown-menu {
    display: block; }
  .hanoiStreetFoodHeader .navbar-default .navbar-nav .has-dropdown .dropdown-menu li {
    list-style: none;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px; }
    .hanoiStreetFoodHeader .navbar-default .navbar-nav .has-dropdown .dropdown-menu li a {
      text-decoration: none; }
.hanoiStreetFoodHeader #slider-banner .carousel-inner .item {
  height: 0;
  padding-bottom: 36.25%;
  /* 16:9 */ }
  .hanoiStreetFoodHeader #slider-banner .carousel-inner .item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .hanoiStreetFoodHeader #slider-banner .carousel-inner .item .caption {
    position: absolute;
    top: 40%;
    right: 20%; }
    .hanoiStreetFoodHeader #slider-banner .carousel-inner .item .caption h1 {
      font-size: 60px;
      font-family: "Raleway Bold";
      color: white;
      text-transform: uppercase;
      margin-top: 20px; }
    .hanoiStreetFoodHeader #slider-banner .carousel-inner .item .caption h2 {
      color: white;
      font-size: 45px;
      text-transform: uppercase;
      font-family: "Raleway Italic"; }

.hanoiTourOneDay .block-title, .about-us .block-title, .greatest-street-food-hanoi .block-title, .itineraryOldQuater .block-title, .hanoiStreetFoodDrink .block-title, .ourLocation .block-title, .about-hanoi-street-food-tour .block-title, .warning-fake .block-title, .reviewHanoiStreetFoodTour .block-title, .walkingStreetFoodTour .block-title, .form-contact .box-title, .booking-form .box-title, .kimTourLink .block-title, .vnClassicTourPackages .block-title, .hanoiStreetFoodLink .block-title, .hanoiCookingTours .box-title {
  border-bottom: 1px solid lightgray;
  margin-bottom: 30px; }
  .hanoiTourOneDay .block-title h1, .about-us .block-title h1, .greatest-street-food-hanoi .block-title h1, .itineraryOldQuater .block-title h1, .hanoiStreetFoodDrink .block-title h1, .ourLocation .block-title h1, .about-hanoi-street-food-tour .block-title h1, .warning-fake .block-title h1, .reviewHanoiStreetFoodTour .block-title h1, .walkingStreetFoodTour .block-title h1, .form-contact .box-title h1, .booking-form .box-title h1, .kimTourLink .block-title h1, .vnClassicTourPackages .block-title h1, .hanoiStreetFoodLink .block-title h1, .hanoiCookingTours .box-title h1 {
    color: #777;
    font-family: "Open Sans";
    padding-bottom: 15px;
    border-bottom: 2px solid #659636;
    margin-bottom: 0px;
    display: inline-block;
    position: relative; }

.hanoiTourOneDay {
  margin-top: 30px; }
  .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row {
    margin-bottom: 15px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 100%; }
    .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail {
      font-family: "Open Sans";
      height: 100%; }
      .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .media-link {
        overflow: hidden; }
        .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .media-link img {
          width: 100%; }
          .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .media-link img:hover {
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            -ms-transform: scale(1.5);
            /* IE 9 */
            -webkit-transform: scale(1.5);
            /* Safari 3-8 */
            transform: scale(1.5); }
      .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .caption h3 a {
        font-family: "Open Sans Bold";
        color: #777;
        text-decoration: none; }
        .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .caption h3 a:hover {
          color: #659636; }
      .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .caption p {
        color: #777; }
        .hanoiTourOneDay .hanoiTourOneDay-Content .hanoiTourOneDay-row .thumbnail .caption p span {
          font-family: "Open Sans Bold";
          color: #777; }

.about-us {
  margin-top: 30px; }
  .about-us p {
    font-size: 18px;
    color: #777;
    font-family: "Raleway"; }
    .about-us p a {
      text-decoration: none;
      font-family: "Raleway Bold";
      font-style: italic;
      color: #777; }
  .about-us .about-us-content .feedBack h4 {
    color: #777;
    font-size: 20px;
    font-style: italic;
    font-family: "Raleway Italic";
    font-weight: bold; }
  .about-us .about-us-content .tripadvise h4 {
    color: #777;
    font-size: 20px;
    font-style: italic;
    font-family: "Raleway Italic";
    font-weight: bold; }
  .about-us .about-us-content .tripadvise #CDSWIDSSP {
    width: 100% !important; }

.greatest-street-food-hanoi {
  margin-top: 30px; }
  .greatest-street-food-hanoi .greatest-street-food-hanoi-content {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    height: 100%; }
    .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .media-link {
      height: 190px;
      overflow: hidden; }
      .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .media-link img {
        width: 100%;
        height: 100%; }
        .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .media-link img:hover {
          -moz-transition: all 0.5s;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          -ms-transform: scale(1.2);
          /* IE 9 */
          -webkit-transform: scale(1.2);
          /* Safari 3-8 */
          transform: scale(1.2); }
    .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .captionFood {
      text-align: left;
      padding: 20px; }
      .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .captionFood h3 {
        font-size: 20px;
        color: #777; }
        .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .captionFood h3 a {
          color: #777;
          text-decoration: none;
          font-family: "Raleway"; }
          .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .captionFood h3 a:hover {
            color: #659636; }
      .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .captionFood p {
        font-family: "Open Sans";
        font-size: 18px;
        overflow: hidden; }
        .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .captionFood p a {
          text-decoration: none;
          color: #777; }

.itineraryOldQuater {
  margin-top: 60px; }
  .itineraryOldQuater .itineraryOldQuater-content .itineraryOldQuater-img img {
    width: 100%; }
  .itineraryOldQuater .itineraryOldQuater-content p {
    font-size: 18px;
    color: #777;
    font-family: "Open Sans";
    line-height: 1.68; }

.hanoiStreetFoodDrink {
  margin-top: 30px; }
  .hanoiStreetFoodDrink .hanoiStreetFoodDrink-content p {
    font-size: 18px;
    font-family: "Open Sans";
    color: #777;
    line-height: 1.68; }
    .hanoiStreetFoodDrink .hanoiStreetFoodDrink-content p a {
      text-decoration: none;
      font-family: "Open Sans Bold";
      font-style: italic;
      color: #777; }

.ourLocation {
  margin-top: 30px; }
  .ourLocation .mapouter {
    width: 100% !important;
    height: 400px; }
    .ourLocation .mapouter .gmap_canvas {
      width: 100% !important;
      height: auto; }
      .ourLocation .mapouter .gmap_canvas iframe {
        width: 100%;
        height: 400px; }
  .ourLocation p {
    font-size: 18px;
    font-family: "Open Sans";
    color: #777;
    line-height: 1.68; }
    .ourLocation p span {
      font-family: "Open Sans Bold";
      font-style: italic;
      color: #777; }

/*CSS for footer*/
footer {
  margin-top: 30px; }
  footer .row-menu-footer {
    padding-bottom: 15px;
    border-bottom: 1px solid lightgray; }
    footer .row-menu-footer .footer-col-menu .footer-title {
      margin-bottom: 30px; }
      footer .row-menu-footer .footer-col-menu .footer-title h3 {
        color: #777;
        font-family: "Open Sans";
        padding-bottom: 15px;
        border-bottom: 2px solid #659636;
        margin-bottom: 0px; }
    footer .row-menu-footer .footer-col-menu .menu p {
      font-size: 18px;
      color: #777;
      font-family: "Open Sans"; }
      footer .row-menu-footer .footer-col-menu .menu p a {
        color: #777;
        text-decoration: none;
        word-wrap: break-word; }
      footer .row-menu-footer .footer-col-menu .menu p span {
        font-family: "Open Sans Bold"; }
  footer .copyright {
    font-family: "Open Sans Bold";
    color: #777; }

/*CSS for about_hanoi_street_food_tour.html*/
.about-hanoi-street-food-tour p, .warning-fake p {
  font-size: 18px;
  color: #777;
  font-family: "Open Sans"; }
  .about-hanoi-street-food-tour p span, .warning-fake p span {
    font-family: "Open Sans Bold"; }
  .about-hanoi-street-food-tour p a, .warning-fake p a {
    color: #777; }
.about-hanoi-street-food-tour .warning-fake strong, .warning-fake .warning-fake strong {
  display: block;
  font-size: 18px; }
.about-hanoi-street-food-tour .warning-fake .row, .warning-fake .warning-fake .row {
  margin-top: 20px; }

/*CSS for review hanoi street food tour*/
.reviewHanoiStreetFoodTour .blockReview {
  padding: 15px;
  border-radius: 20px;
  background: #659636;
  margin-top: 20px; }
  .reviewHanoiStreetFoodTour .blockReview p {
    font-family: "Open Sans";
    color: #464141;
    font-size: 18px; }
    .reviewHanoiStreetFoodTour .blockReview p span {
      font-family: "Open Sans Bold"; }

/*CSS for walking street food tour*/
.walkingStreetFoodTour .hanoiOneDayTourContent .infoTour {
  font-family: "Open Sans";
  font-size: 18px;
  color: #777; }
  .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour span {
    font-family: "Open Sans Bold";
    color: #777; }
  .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour p {
    color: #777; }
    .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour p span {
      font-family: "Open Sans Bold"; }
  .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour .hanoiTourImg {
    margin-bottom: 15px; }
    .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour .hanoiTourImg .col-xs-12 {
      margin-top: 10px; }
    .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour .hanoiTourImg img {
      width: 100%;
      height: 197px; }
  .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour .greatStreetFoodImg {
    margin-bottom: 15px; }
    .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour .greatStreetFoodImg .col-xs-12 {
      margin-top: 10px; }
    .walkingStreetFoodTour .hanoiOneDayTourContent .infoTour .greatStreetFoodImg img {
      width: 100%;
      height: 297px; }

/*--------------------CSS for contact form booking-------------------*/
.form-contact, .booking-form {
  font-size: 18px;
  font-family: "Open Sans";
  color: #777;
  margin: 30px 0px; }

.thankYou {
  padding: 15px;
  background: #659636;
  color: white;
  border-radius: 10px;
  font-size: 18px;
  font-family: "Open Sans"; }

.vnClassicTourPackages .vnClassicTourPackages-content {
  text-align: center; }
  .vnClassicTourPackages .vnClassicTourPackages-content a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    color: #464141;
    font-size: 18px; }

/*-------------------end css for contact form booking--------------------------*/
.whatApp img {
  width: 35px;
  height: 35px;
  float: right;
  margin-right: 25px;
  margin-top: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }

textarea {
  max-width: 100%; }

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

.thankYou {
  padding: 15px;
  background: #659636;
  font-size: 18px;
  color: #464141;
  font-family: "Open Sans Bold"; }

#myBtnTop {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: #848686;
  /* background-color: #029c02; */
  /* color: white; */
  cursor: pointer;
  font-size: 26px; }

.location_hanoifoodontour iframe {
  width: 100%;
  height: 400px; }

/*CSS for section hanoi street food tour link exchange*/
.hanoiStreetFoodLink .hanoiStreetFoodLink-content a {
  word-wrap: break-word;
  text-decoration: none;
  color: #777;
  font-size: 18px;
  font-family: "Open Sans"; }

/*CSS for section .slider-banner-food-tour-loop*/
.slider-banner-food-tour-loop .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .slider-banner-food-tour-loop .owl-stage .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto !important; }
    .slider-banner-food-tour-loop .owl-stage .owl-item .item {
      width: 100%; }
      .slider-banner-food-tour-loop .owl-stage .owl-item .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: initial; }
.slider-banner-food-tour-loop .owl-nav .owl-prev {
  position: absolute;
  top: 25%;
  left: 0;
  box-shadow: none;
  margin: 0px !important; }
  .slider-banner-food-tour-loop .owl-nav .owl-prev span {
    font-size: 140px;
    color: white !important; }
  .slider-banner-food-tour-loop .owl-nav .owl-prev:hover {
    background-color: transparent !important; }
.slider-banner-food-tour-loop .owl-nav .owl-next {
  position: absolute;
  top: 25%;
  right: 0;
  margin: 0px !important; }
  .slider-banner-food-tour-loop .owl-nav .owl-next span {
    font-size: 140px;
    color: white !important; }
  .slider-banner-food-tour-loop .owl-nav .owl-next:hover {
    background-color: transparent !important; }

.ourToursImgCol-3 .container .row {
  margin-top: 15px; }
  .ourToursImgCol-3 .container .row .col-sm-12 {
    height: 30%; }
  .ourToursImgCol-3 .container .row img {
    width: 100%;
    height: 100%;
    margin-top: 10px; }

/*CSS for hanoiCookingTours page*/
.hanoiCookingTours p, .hanoiCookingTours li {
  color: #777;
  font-size: 18px;
  font-family: "Open Sans"; }
.hanoiCookingTours__img .row {
  margin-top: 10px; }
.hanoiCookingTours__img img {
  margin-top: 10px;
  width: 100%;
  height: 200px; }

@media only screen and (max-width: 767px) {
  .hanoiStreetFoodHeader .navbar-default .navbar-header .nav-icon {
    border: 1px solid #659636;
    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; }
  .hanoiStreetFoodHeader .navbar-default .navbar-header .nav-icon i {
    color: #659636;
    font-size: 20px; }
  .hanoiStreetFoodHeader .navbar-default .navbar-header .nav-icon:hover {
    background: lightgray; }
  .hanoiStreetFoodHeader .navbar-default .navbar-header .icon-bar {
    background: #659636 !important; }
  .hanoiStreetFoodHeader .navbar-default .navbar-header .navbar-brand {
    padding-top: 15px; }
  .hanoiStreetFoodHeader #slider-banner .carousel-inner .item {
    height: 0;
    padding-bottom: 56.25%; }
    .hanoiStreetFoodHeader #slider-banner .carousel-inner .item .caption {
      display: none; }

  img[src="Hanoi_street_food_tour_location.JPG"] {
    width: 100%; }

  .row-about-street-tour-guides img {
    width: 100%; }

  .greatest-street-food-hanoi .greatest-street-food-hanoi-content .greatest-food-item .thumbnail .media-link {
    height: 34.3375562503%; }

  .slider-banner-food-tour-loop .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: 0;
    box-shadow: none;
    margin: 0px !important; }
    .slider-banner-food-tour-loop .owl-nav .owl-prev span {
      font-size: 100px;
      color: white !important; }
    .slider-banner-food-tour-loop .owl-nav .owl-prev:hover {
      background-color: transparent !important; }
  .slider-banner-food-tour-loop .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: 0;
    margin: 0px !important; }
    .slider-banner-food-tour-loop .owl-nav .owl-next span {
      font-size: 100px;
      color: white !important; }
    .slider-banner-food-tour-loop .owl-nav .owl-next:hover {
      background-color: transparent !important; } }
@media screen and (min-width: 768px) {
  .nav-icon, .whatApp img {
    display: none; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .hanoiStreetFoodHeader .navbar-default .navbar-header .navbar-brand {
    padding-top: 15px; }

  .nav-icon {
    background: #e7e7e7;
    border: 1px solid #659636;
    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: #659636;
    font-size: 20px; }

  .nav-icon:hover {
    background: lightgray; }

  .icon-bar {
    background: #659636 !important; }

  .whatApp img {
    display: block; }

  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    /*margin: 7.5px -15px;*/
    margin: 7.5px 50px 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  /* since 3.1.0 */
  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }

/*# sourceMappingURL=style.css.map */
