/* Using SCSS variables to store breakpoints */
:root {
  --font-family: "Roboto",sans-serif;
  --primary-color: #33b560;
  --darken-primary-25: #043165;
  --highlight-color: #FF911E;
  --body-color: #1d3f4f;
  --body-color-secondary: #535252;
  --body-color-note: #828282;
  --border-color: #b7c5ce;
  --border-radius: 12px;
  --body-line-height: 1.6;
  --background: #f4f7fb;
  --text-font-size: 14px;
  --text-font-size-small: 12px;
  --padding: 16px;
  --height-form-control: 2.85rem;
  --border-radius-card: 20px;
  --box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.025);
  --color-blur: #EBFDFF;
  --linear-gradient-primary: linear-gradient(#00A1DC, #53D7FF);
}

::placeholder {
  color: #BABABA;
  opacity: 1;
}

input[type=radio] {
  accent-color: cadetblue;
}

.banner-promotion-box {
  display: none;
}

#header .hotline-header img {
  display: inline-block;
  max-height: 48px;
}
#header .custom-header {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .custom-header .row {
  flex: 1;
}
#header .custom-header .header-address {
  max-width: 300px;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1c3f4e;
}
#header .custom-header .header-address img {
  margin-right: 8px;
  height: 36px;
  width: auto;
}
#header .navbar-collapse:empty {
  display: none !important;
}

.footer {
  font-weight: 500;
}
.footer .logo-footer {
  height: 36px;
}
.footer .bg-top-left,
.footer .bg-bottom-right {
  max-height: 90px;
}
.footer .bg-top-left {
  top: 0;
  left: 0;
}
.footer .bg-bottom-right {
  bottom: 0;
  right: 0;
}
.footer .footer-info {
  padding: 32px 0;
}
.footer .footer-info .info {
  display: flex;
}
.footer .footer-info .name-company {
  font-size: 1.25rem;
  font-weight: 600;
}
.footer .hotline-footer img {
  max-height: 36px;
}
.footer p {
  margin-bottom: 8px;
}

.page-list-tours .box-search-tour, .page-otherproduct-otherproductdetail .box-search-tour, .page-tour-tours .box-search-tour {
  background: url(../images/bg-box-search.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    margin: 0;
  }
  .navbar-brand img {
    height: 40px !important;
    min-height: unset !important;
    margin: 0 !important;
  }
  #header {
    align-items: center;
  }
  #header .custom-header {
    padding: 8px 15px;
  }
  #header .header-address {
    display: none !important;
  }
  .footer {
    text-align: center;
    margin-top: var(--padding);
  }
  .footer .footer-info {
    padding: 16px 0;
  }
  .footer .footer-info .name-company {
    font-size: 1.125rem;
    margin-bottom: 4px;
    margin-top: 8px;
  }
}
.page-tour-search .list-tours .tour-item {
  border: 0;
}

.page-tour-contactinfo .sidebar > .card {
  border: 1px solid var(--border-color);
}