/* Responsive */
@media (max-width: 1025px) {
  .footer-powered .wrap-content {
    padding: 15px 0;
  }
  .info-footer {
    padding-bottom: 30px;
  }
  .wrap-footer {
    padding-top: 30px;
  }
  .link-footer .cen,
  .link-footer a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .title-footer {
    font-size: 30px;
  }
  .title1-footer {
    font-size: 30px;
  }
  .item-news h3 a {
    font-size: 16px;
    line-height: 25px;
  }
  .title-home h2 {
    padding-bottom: 15px;
    font-size: 30px;
  }
  .title-home {
    text-align: center;
    margin-bottom: 25px;
  }
  .box-slogan h2 {
    line-height: 1.5;
  }
  .box-slogan {
    font-size: 30px;
  }
  .wrap-blog .wrap-content {
    padding: 30px 0 30px 0;
  }

  .wrap-slogan .wrap-content {
    padding: 30px 0 30px 0;
  }
  .title-promotion-home {
    margin-bottom: 20px;
  }
  .title-promotion-home h2 {
    font-size: 30px;
  }
  .wrap-promotion-home {
    padding: 30px 0;
  }
  .wrap-video-home {
    background: #ffe1b5;
    padding: 18px 0 30px;
  }
  .list-album span {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 150px;
    padding: 0 10px;
  }
  .list-album {
    margin-bottom: 20px;
    gap: 10px;
  }
  .title-album-home {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title-album-home span {
    font-size: 14px;
  }
  .wrap-album-home .wrap-content {
    padding: 30px 0 0px 0;
  }
  .title-album-home h2 {
    font-size: 30px;
  }
  .item-service {
    margin-bottom: 30px;
  }
  .desc-service {
    margin-top: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
  }
  .item-service h3 a {
    font-size: 30px;
  }
  .wrap-service-home .wrap-content {
    padding-top: 20px;
  }
  .title-main-home h2 {
    font-size: 30px;
  }
  .wrap-partner-home .wrap-content {
    padding: 30px 0 20px 0;
  }
  .bannerLink .cen,
  .bannerLink a {
    font-size: 16px;
  }
  .bannerLink .cen:after,
  .bannerLink .cen:before {
    width: 50px;
  }
  .bannerLink .cen {
    position: relative;
    margin: 0 30px;
    padding: 0px 74px;
  }
  .menu ul.ulmn .logo-menu {
    max-width: 130px;
  }
  .navigation {
    padding: 5px 0;
    background: #adadad;
  }
  .menuMain .menuBtn {
    margin-right: 106px;
  }
  .blog-next,
  .blog-prev {
    display: none;
  }
  .menu ul.ulmn > li {
    display: none;
  }
  .menu ul.ulmn > li:last-child {
    display: block;
  }
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  art-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
    padding: 10px 0px;
  }
  .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;
  }
  .menu-mobile-btn {
    display: none;
    width: 35px;
    height: 35px;
    position: relative;
    flex-wrap: wrap;
    cursor: pointer;
    left: 0px;
  }
  .menu-mobile-btn span {
    display: inline-block;
    width: 100%;
    height: 3px;
    background: #000;
    margin: 4px 0px;
    left: 0;
  }
  .wrap-menu {
    /* width: calc(100% - 60px); */
  }
  .menu ul {
    /* display: none !important; */
    align-items: center !important;
  }
}
@media (max-width: 850px) {
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 769px) {
  .copyright {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .info-powered {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .title-footer {
    font-size: 20px;
  }
  .logo-footer {
    max-width: 200px;
  }
  .social-footer {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    gap: 15px;
  }
  .title1-footer {
    font-size: 20px;
  }
  .info-footer .flex-footer .box-footer:nth-child(1) {
    padding: 20px 10px;
  }
  .item-news h3 a {
    font-size: 14px;
  }
  .title-home h2 {
    font-size: 20px;
  }
  .box-slogan h2 {
    line-height: 1.5;
    font-size: 20px;
  }
  .box-slogan {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .title-promotion-home h2 {
    font-size: 20px;
  }
  .title-album-home h2 {
    font-size: 20px;
  }
  .btn-service {
    width: 130px;
    height: 35px;
    line-height: 35px;
  }
  .item-service h3 a {
    font-size: 20px;
  }
  .info-service {
    padding: 0 20px;
  }
  .item-partner {
    margin: auto;
  }
  .title-main-home h2 {
    font-size: 25px;
  }
  .box-partner {
    margin-top: 25px;
  }
  .bannerLink .pagewrap {
    height: 80px;
    padding: 0 10px;
  }
  .bannerLink .cen {
    position: relative;
    margin: 0 10px;
    padding: 0px 39px;
  }
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .flex-about {
    flex-wrap: wrap;
  }
  .content-about {
    width: 100%;
  }

  .photo-about {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .flex-video {
    flex-wrap: wrap;
  }
  .wr-video {
    width: 100%;
  }
  .wr-form {
    width: 100%;
    margin-top: 20px;
  }
  .item-news {
    /* padding: 5px; */
  }
  .ds-news h3 {
    font-size: 15px;
  }
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .slick_photo1 {
    text-align: center;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .grid-product,
  .grid-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .info-footer .flex-footer {
    display: block;
  }
  .box-footer {
    width: 100% !important;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .menuLeftMain {
    width: 100%;
    left: -100%;
  }
  .menuLeft {
    top: 165px;
    right: 0;
    bottom: 88px;
    margin: 0 16px;
  }
  .closeMenu {
    top: 14px;
    left: 16px;
  }
  .menuLogo {
    top: 60px;
    left: 16px;
    right: 16px;
  }
  .topSocial {
    top: auto;
    bottom: 12px;
    left: 16px;
    right: 16px;
    z-index: 1201;
    padding: 10px 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    overflow: visible;
    transform: none;
    display: none;
  }
  .topSocial.open {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .topSocial a {
    float: none;
    margin-left: 0;
    margin-right: 10px;
  }
  .topSocial a + a {
    margin-left: 0;
  }
  #languageSwitcher {
    padding-left: 0;
    margin-top: 0;
    gap: 8px;
    flex-wrap: wrap;
  }

  .frame-promotion {
    margin-bottom: 0;
  }
  .ds-news h3 {
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  .info-powered a {
    text-align: center;
    margin-right: 20px;
  }
  .link-footer .cen span,
  .link-footer a span {
    margin-bottom: 10px;
  }
  .link-footer a {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .link-footer {
    background: url();
    padding-top: 10px;
  }
  .box-slogan h2 {
    line-height: 1, 2;
    font-size: 16px;
  }
  .box-slogan {
    font-size: 16px;
    padding-bottom: 10px;
    line-height: 30px;
  }
  .title-promotion-home img {
    margin-bottom: 15px;
  }

  .list-album span {
    padding: 0 5px;
  }
  .list-album {
    gap: 10px;
  }
  .wrap-album-home .wrap-content {
    padding: 20px 0 0px 0;
  }
  .desc-service {
    margin-top: 0;
  }
  .pic-service {
    width: 100%;
  }
  .item-service {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .info-service {
    width: 100%;
  }
  .title-main-home h2 {
    font-size: 20px;
  }
  .bannerLink {
    display: none;
  }
  .menuMain .menuBtn {
    margin-right: 55px;
  }
  .menu ul li a.booking {
    font-size: 10px;
  }
  .menu ul.ulmn .logo-menu {
    margin: auto;
    max-width: 100px;
  }
  .navigation.was-scrolled .menu ul.ulmn .logo-menu {
    max-width: 80px;
  }
}
@media (max-width: 369px) {
}
