@media screen and (min-width: 992px) {
  .section-whiskey .col-xl-2 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media screen and (min-width: 1200px) {
  .section-whiskey .col-xl-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }
}

@media screen and (max-width: 1366px) {
  .section-gallery .col-xl-8 {
    max-width: 83.33%;
    flex: 0 0 83.33%;
  }
}

@media screen and (max-width: 1199px) {
  .filters ul li a {
    margin: 38px 25px;
  }
}

@media screen and (max-width: 1024px) {
  .map-right {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-title h1.title-xl,
  .section-title h2.title-xl,
  .section-title h3.title-xl,
  .section-title h4.title-xl {
    font-size: 42px;
  }
  .section-title h1.title-lg,
  .section-title h2.title-lg,
  .section-title h3.title-lg,
  .section-title h4.title-lg {
    font-size: 30px;
  }
  .header .navbar {
    padding: 30px 15px;
  }
  .header.sticky .navbar {
    padding: 10px 15px;
  }
  .navbar-brand img {
    max-width: 80%;
  }
  .main-banner {
    min-height: 690px;
  }
  .main-sm-banner {
    min-height: 400px;
  }
  .section-slider {
    padding: 60px 0 115px;
  }
  .home-slider-wrap {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .home-slider-wrap:before {
    height: 150px;
    top: 40px;
  }
  .home-slider.owl-carousel .owl-nav [class*="owl-"] {
    height: 120px;
    width: 120px;
  }
  .home-slider.owl-carousel .owl-nav .owl-prev {
    left: -75px;
  }
  .home-slider.owl-carousel .owl-nav .owl-next {
    right: -75px;
  }
  .home-slider.owl-carousel .owl-nav .owl-prev .icon {
    margin-left: 65px;
  }
  .home-slider.owl-carousel .owl-nav .owl-next .icon {
    margin-right: 65px;
  }
  .section-about-left {
    padding-left: 0;
  }
  .section-slider:after {
    background-image: url("/static/images/shape02.png");
    left: auto;
    right: 0;
    top: 650px;
    height: 244px;
    width: 130px;
  }
  .section-products {
    padding-bottom: 50px;
  }
  .section-products .text-border {
    margin-bottom: 80px;
  }
  .card-product {
    margin-bottom: 70px;
  }
  .card-product-gallery {
    margin: 45px 0 50px;
  }
  .section-buy {
    padding: 70px 0 60px;
  }
  .section-plan {
    padding: 70px 0;
  }
  .section-faq {
    background-position: 1000px 0px;
    background-size: 20% auto;
    padding-top: 80px;
  }

  .section-history:before {
    background-size: 50%;
    top: 50px;
  }
  .history-left {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .order-lg-2 .history-left {
    margin-left: 0;
  }
  .section-history .section-title {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .section-map {
    padding-bottom: 50px;
  }
  .section-map:after,
  .section-gallery:after {
    top: -100px;
    background-size: 50%;
  }
  .map-right {
    margin-top: 50px;
  }
  .section-result {
    padding: 50px 0 0;
  }
  .section-result .btn {
    margin-top: 30px;
  }
  .table-result {
    border: 1px solid transparent;
    box-shadow: none;
  }
  .table-result thead {
    display: none;
  }
  .table-result tbody tr td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    width: 40%;
    text-align: left;
    padding-right: 15px;
  }
  .table-result tbody tr:not(:last-child) {
    display: block;
    margin-bottom: 30px;
  }
  .table-result tbody tr:last-child {
    margin-bottom: 0;
  }
  .table-result tbody tr td {
    display: block;
    text-align: right;
    width: 100%;
    font-size: 16px;
    padding: 20px 0;
  }
  .filters ul {
    white-space: nowrap;
    overflow-x: auto;
    margin-bottom: -8px;
  }
  .filters ul li a {
    font-size: 18px;
    margin: 26px 20px 34px;
  }
  .section-gallery {
    padding: 75px 0;
  }
  .section-gallery .section-title {
    margin-bottom: 50px;
  }
  .section-gallery .col-xl-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .card-book {
    margin-top: 50px;
  }
  .card-book-content .section-title {
    margin-bottom: 16px;
  }
  .card-book-inner {
    display: block;
  }
  .card-book-image {
    margin: 0 auto 30px;
  }
  .card-book-content {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .card-book-info {
    justify-content: center;
  }
  .card-book-content .btn {
    margin: auto;
  }
  .section-get {
    padding: 50px 0;
  }
  .get-map {
    margin: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .btn + .btn {
    margin-top: 15px;
    margin-left: 0;
  }
  .main-banner {
    padding: 180px 0 105px;
  }
  .section-slider:after {
    background-size: 60%;
    background-position: center right;
  }
  .faqs-title {
    font-size: 20px;
    padding: 20px 50px 20px 15px;
  }
  .faqs-body {
    font-size: 18px;
    padding: 5px 15px 15px 15px;
  }
  .section-title-logo {
    text-align: center;
    margin-bottom: 50px;
  }
  .section-title-logo h2 {
    margin-bottom: 20px;
  }
  .section-whiskey:before {
    top: 68px;
    background-size: 50%;
  }
  .filters ul {
    justify-content: flex-start;
  }
  .footer {
    padding: 65px 0 45px;
  }
  .footer-link {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .footer-link ul {
    display: block;
    text-align: left;
  }
  .footer-link ul li:after {
    content: none;
  }
  .footer-link ul li a {
    font-size: 17px;
    margin: 5px 0;
    display: block;
  }
  .footer-social ul {
    justify-content: flex-start;
  }
  .footer-social ul li:first-child a {
    padding-left: 0;
  }
  .footer-copyright {
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .btn-sm,
  .btn-md {
    min-width: 100%;
  }
  .section-slider:after {
    background-size: 45%;
    background-position: center right;
  }
  .section-history:before {
    top: -40px;
  }

  .section-title-logo:before,
  .section-title-logo:after {
    content: none;
  }
  .section-map:after,
  .section-gallery:after {
    top: -50px;
    background-size: 40%;
  }
  .map-right {
    height: 400px;
  }
  .card-book-image {
    width: 100%;
  }
}
