/* Responsive */

@media (max-width: 1400px) {
  .head-left {
    position: relative;

    background: url(../images/tron.png) no-repeat;

    background-size: 100%;

    padding: 100px 80px 30px 80px;

    width: 46%;
  }

  .slideshow {
    width: 33%;
  }
}

@media (max-width: 1200px) {
}

@media (max-width: 1001px) {
  .booking-mobile {
    display: block;
  }

  .head-left {
    width: 90%;
  }

  .slideshow {
    display: none;
  }

  .header {
    padding: 0px;
  }

  .flex-header {
    flex-wrap: wrap;

    justify-content: center;

    padding: 20px 0px;
    display: none;
  }

  .logo {
    width: 100%;

    text-align: center;
  }

  .search {
    width: 100%;

    max-width: 500px;

    margin: 0px auto;
  }

  .search input {
    height: 40px;
  }

  .search label {
    line-height: 40px;
  }

  #hamburger,
  .hotline-mobile {
    display: block;
  }

  .info-menu-fix {
    display: block;

    position: relative;
  }

  .info-menu {
    padding: 8px 0px;
  }

  .menu-head,
  .menu,
  .address,
  .map,
  .top:after,
  .hotline,
  .flex-menu-head,
  .menu-top,
  .menu-left,
  .head-right {
    display: none;
  }

  .flex-product-main {
    display: block;
  }

  .flex-product-main .left-product {
    position: fixed;

    z-index: 999;

    top: 0px;

    left: 0px;

    transform: translateX(-250px);

    bottom: 0px;

    overflow-x: hidden;

    background: #fff;

    box-shadow: 0px 0px 5px #000;

    transition: all 0.5s;
  }

  .flex-product-main .left-product.show {
    transform: translateX(0px);
  }

  .flex-product-main .right-product {
    width: 100%;
  }

  .grid-product {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
  }

  .filter {
    display: block;
  }

  .wr-contact {
    width: 100%;
  }

  .wr-news-all {
    width: 100%;

    margin-top: 20px;
  }

  .footer-company {
    width: 100%;

    margin-top: 20px;
  }

  .title-main h2,
  .title-main h1,
  .title-detail h1,
  .title-main-left h2 {
    font-size: 25px;
  }

  .title-about {
    width: 100%;
  }

  .ds-about {
    width: 100%;

    border: none;

    padding: 0px;

    margin-top: 20px;
  }

  .title-bs {
    width: 100%;
  }

  .ds-bs {
    width: 100%;

    padding: 0px;

    border: none;
  }

  .wr-gd {
    width: 100%;
  }

  .wr-photo-gd {
    width: 100%;

    margin-top: 20px;
  }

  .wr-letter {
    width: 100%;
  }

  .wr-tc {
    width: 100%;

    margin-top: 20px;

    padding: 0px;

    border: none;
  }

  .wr-title-news {
    width: 100%;
  }

  .wr-news {
    width: 100%;

    margin-top: 30px;
  }

  .info-footer .flex-footer .box-footer:nth-child(1),
  .info-footer .flex-footer .box-footer:nth-child(2),
  .info-footer .flex-footer .box-footer:nth-child(3) {
    width: 30%;
  }

  .info-footer .flex-footer .box-footer:nth-child(4) {
    width: 100%;
  }

  .slogan span {
    font-size: 60px;

    line-height: 60px;
  }

  .title-about h2,
  .title-bs h2,
  .title-gd h2,
  .title-album h2,
  .title-news h2 {
    font-size: 60px;

    line-height: 60px;
  }

  .info-about:after {
    content: "";

    height: 60px;

    top: -60px;
  }
}

@media (max-width: 850px) {
  .info-album {
    padding: 40px 0px;

    background: #5d7a8f;

    background-size: 100% 100%;
  }

  .line-qt {
    display: none;
  }

  .item-qt {
    top: inherit !important;

    left: inherit !important;

    right: inherit !important;

    bottom: inherit !important;

    transform: rotate(0deg) !important;
  }

  .item-qt span:first-child {
    font-size: 50px;
  }

  .item-qt span:last-child {
    font-size: 18px;

    line-height: 40px;

    padding: 0px 10px;
  }

  .wr-qt {
    padding: 90px 0px;
  }
}

@media (max-width: 769px) {
  .copyright {
    padding-bottom: 20px !important;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }

  .wr-album-1 {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;
  }

  .title-cn span {
    font-size: 17px;
  }

  .head-left {
    padding: 50px;
  }

  .title-sale {
    font-size: 20px;

    display: flex;

    justify-content: center;

    margin-top: 50px;

    margin-bottom: -40px;
  }

  .title-sale h2 {
    padding: 8px 20px;

    font-size: 20px;
  }

  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }

  .ds-news h3 {
    font-size: 14px;
  }

  .grid-pro-detail {
    display: block;
  }

  .grid-pro-detail .left-pro-detail {
    width: 100%;

    padding: 0px;

    border-right: none;
  }

  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }

  .grid-product {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .grid-news {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .info-footer .flex-footer {
    display: block;
  }

  .box-footer,
  .link-footer {
    width: 100% !important;

    margin-top: 20px;
  }

  .title-album {
    width: 100%;
  }

  .ds-album {
    width: 100%;

    padding: 0px;

    margin: 0px;

    border: none;
  }

  .item-album-l {
    display: grid;

    gap: 10px;

    width: 49%;
  }

  .wr-ts {
    position: relative;

    top: 0px;

    left: 0px;

    width: 100%;

    margin-top: 10px;
  }

  .info-footer .flex-footer .box-footer {
    width: 100% !important;

    text-align: center;
  }

  .title-footer {
    background: none;

    padding-left: 0px;
  }

  .box-footer .d-flex {
    justify-content: center;
  }

  .wr-social {
    justify-content: center;
  }
}

@media (max-width: 580px) {
  .wr-qt {
    padding: 10px 0px;
    min-height: 490px;
  }

  .flex-qt {
    flex-wrap: wrap;
  }

  .qt-left {
    width: 100%;
  }

  .qt-right {
    width: 100%;
  }

  .item-qt {
    gap: 5px;
  }

  .qt-left .item-qt {
    order: 1 !important;
  }

  .qt-right {
    direction: ltr;
  }

  .qt-left .item-qt:nth-child(2) {
    direction: rtl;
  }

  .qt-right .item-qt:nth-child(1),
  .qt-right .item-qt:nth-child(3) {
    direction: rtl;
  }

  .item-qt span:first-child {
    font-size: 40px;
  }

  .item-qt span:last-child {
    font-size: 15px;

    line-height: 40px;

    padding: 0px 5px;
  }

  .title-gd {
    width: 100%;
  }

  .ds-tm {
    width: 100%;

    padding: 0px;

    margin: 0px;

    border: none;
  }
}

@media (max-width: 420px) {
  #box-booking {
    padding: 10px !important;
  }

  .box-newsletter {
    background-size: 100% 100%;
  }

  .box-newsletter:before {
    content: "";

    position: absolute;

    background: url(../images/dogs.png) no-repeat;

    background-size: 100% 100%;

    width: 150px;

    height: 140px;

    bottom: -65px;

    left: 0px;
  }

  input.dangky {
    background:
      url(../images/icon12.png) no-repeat left center,
      #fff;

    text-transform: uppercase;

    height: 40px;

    width: 180px;

    border: none;

    border-radius: 50px;

    color: #000;

    font-weight: 700;

    font-size: 14px;

    background-position-x: 20px;

    padding-left: 49px;
  }

  .form-newsletter {
    display: flex;

    flex-wrap: wrap;

    margin: auto;

    margin-top: 25px;

    margin-bottom: 30px;

    padding: 0 20px;
  }

  .wr-album-1 {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

  .wr-qt {
    padding: 50px 0px;
  }

  .banner-menu img {
    height: 40px !important;
  }
}
