@media screen and (max-width: 991px) {
  .section__why__list .icon {
    margin-left: 110px;
  }
  .section__about img {
    position: static;
    margin-bottom: 30px;
  }

  .section__about .about__content {
    padding-left: 0;
  }
  .banner__image {
    height: 200px;
  }
  .section__why__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .header-nav {
    background-color: #fff;
    width: 70%;
    position: fixed !important;
    top: 0 !important;
    left: 0;
    z-index: 99999;
    transform: translateX(-100%);
    visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    box-shadow: none;
    touch-action: manipulation;
  }
  .header-nav .item_big {
    overflow-y: auto;
    max-height: 100vh;
    height: 100vh;
    display: block;
}
  .header-nav.current {
    visibility: visible;
    transform: translateX(0);
  }
  .header-nav .item_big li {
    position: relative;
    margin-bottom: 5px;
}
.header-nav .item_big  a {
  padding: 0 30px 0 10px !important;
  color: #000;
  height: unset;
  line-height: 30px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.header-nav .item_big .title-danhmuc span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  background: #b11116;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
}
.header-nav .logo-sitenav {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b11116;
  text-align: center;
}
.header-nav .logo-sitenav img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
.active {
  background: transparent;
  border-radius: 0;
}
.menu-bar {
  position: absolute;
  top: 20px;
  border-radius: 5px;
  z-index: 9;
  left: 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #b11116;
  cursor: pointer;
}
.menu-bar svg , .menu-bar2 svg {
  width: 30px;
  height: 30px;
}
.menu-bar2 {
  cursor: pointer;
  position: absolute;
  top: 20px;
  border-radius: 5px;
  z-index: 9;
  right: 40px;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #b11116;
}
.ul-contact.current {
  visibility: visible;
  transform: translateX(0);
}

.ul-contact {
  background-color: #fff;
  width: 260px;
  position: fixed;
  top: 0 !important;
  right: 0;
  z-index: 99999;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: none;
  touch-action: manipulation;
  display: block;
}
.ul-contact li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: start;
  padding: 10px;
  display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
header .company-logo {
  width: 100px;
  /* margin: 15px 0; */
  
}
.opacity_menu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0 !important;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99999;
  display: none;
}
.opacity_menu.current {
  display: block;
}
}

@media screen and (max-width: 767px) {
  .section__banner {
    padding: 40px 0;
  }

  .banner__item {
    margin-bottom: 20px;
  }
  .top_header_heading {
    text-align: center;
    /* margin: 10px; */
  }

  header .company-logo {
    margin-top: -15px;
  }
  .logo-section {
    background-color: #fff6f7;
    height: auto;
}
.swiper {
  height: auto;
}
.section__why__list {
  grid-template-columns: repeat(1, 1fr);
}
.section__about {
  padding: 0;
}
.menu-bar2 {
  right: 12px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.menu-bar {
  left: 12px;
  width: 30px;
  height: 30px;
  padding: 5px;
}
}

@media screen and (max-width: 1024px) {
  .book__wrapper {
    padding: 20px 50px;
  }

  .book__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .section__book__container {
    display: flex;
    flex-direction: column;
  }

  .book__wrapper img{
    align-self: center;
  }
  .book__wrapper {
    position: relative;
    width: 100%;
    background: #b11116;
    padding: 40px 20px;
  }

  .book__title {
    font-size: 26px;
    text-align: center;
  }

  .book__desc {
    text-align: center;
  }

  .book__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 480px) {
  .section__book {
    padding: 20px 0;
  }

  .book__title {
    font-size: 22px;
  }

  .book__desc {
    font-size: 14px;
  }

  .book__btn {
    padding: 10px 24px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .footer__logo img{
    max-width: 120px!important;
  }

  .footer__title {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .payment__methods {
    justify-content: center;
  }
  .footer__logo img{
    max-width: 120px!important;
  }
  .social__links {
    justify-content: center;
  }
}
