/* Responsive */
@media (max-width: 1024px) {
  .top-header {
    display: none;
  }

  #hamburger {
    display: block;
  }

  .menu {
    display: none;
  }

  .wrap-menu {
    display: none;
  }

  .cart-head {
    padding: 5px;
    font-size: 12px;
  }

  .header {
    padding: 0px 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-res {
    display: block;
    margin-bottom: 15px;
  }

  .right_header {
    display: none;
  }

  .gd_pc {
    display: none !important;
  }

  .gd_mb {
    display: block !important;
  }

  /* ================= */
  .wrap_intro {
    padding: 20px 0px;
    overflow: hidden;
  }

  .wrap-slide {
    padding: 0 10px;
  }

  .wrap-slide img {
    border-radius: 15px;
  }

  .txt_intro {
    position: unset;
    width: 100%;
  }

  .wrap_quytrinh {
    height: 100%;
    overflow: hidden;
  }

  .name_intro {
    font-size: 30px;
  }

  .name_intro2 {
    font-size: 20px;
  }

  .desc_intro {
    text-align: justify;
    margin-bottom: 11px;
  }

  .btn_more_intro {
    padding-left: 0px;
  }

  .name_quytrinh {
    font-size: 20px;
  }

  .img_quytrinh {
    display: block;
  }

  .hover_index_quytrinh {
    display: block;
  }

  .all_quytrinh::before {
    display: block;
    left: 45px;
  }

  .all_quytrinh {
    display: block;
  }

  .img_after_service {
    display: none;
  }

  .img_after_service2 {
    display: none;
  }

  .img_after_service3 {
    display: none;
  }

  .img_quytrinh_2 img {
    margin: 0 auto;
  }

  .txt_partner_1 {
    width: 100%;
    margin: 0px;
    font-size: 20px;
  }

  .txt_partner_2 {
    font-size: 20px;
    margin: 0px;
  }

  .wrap_partner {
    padding: 20px 0px;
    overflow: hidden;
  }

  .wrap_thanhtuu {
    padding: 30px 0px;
    overflow: hidden;
  }

  .title_thanhtuu1 {
    font-size: 20px;
  }

  .title_thanhtuu2 {
    font-size: 20px;
  }

  .banner_thanhtuu::before {
    display: none;
  }

  .all_txt_hover {
    display: block;
  }

  .title_product2 {
    font-size: 25px;
  }

  .box_quytrinh3 {
    right: 0px;
  }

  .box_quytrinh4 {
    left: 60px;
    top: 295px;
  }

  .box_quytrinh5 {
    top: 295px;
    right: 60px;
  }

  .box_quytrinh2 {
    left: 0;
  }

  .img_quytrinh2 {
    left: 0;
    right: 0;
    top: 165px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .footer-ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-news {
    width: 100% !important;
  }

  .top-header {
    display: none;
  }

  .footer-ul li {
    width: calc((100% - 10px) / 2);
  }

  .footer-news:nth-child(1) {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-news:nth-child(2) {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-news:nth-child(3) {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-news:nth-child(4) {
    width: 100%;
    text-align: center;
  }

  .thongketruycap {
    text-align: center;
  }

  .wrap-introduce .all_intro .left-i::before {
    display: none;
  }

  .all_quytrinh {
    height: 500px;
  }

  .all_quytrinh::before {
    width: 410px;
    height: 410px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
  }

  .box_quytrinh3 {
    right: 165px;
    top: 100px;
  }

  .box_quytrinh2 {
    left: 165px;
    top: 100px;
  }

  .box_quytrinh5 {
    top: 300px;
    right: 215px;
  }

  .box_quytrinh4 {
    top: 300px;
    left: 215px;
  }

  .img_quytrinh2 {
    top: 150px;
  }
}

@media (max-width: 769px) {
  .thanh-vien-row {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.thanh-vien-row-2 .img_thanhvien img {
  margin: 0 auto;
  position: absolute;
  top: 18px;
  right: 0;
  z-index: 9999;
  max-width: 180px;
}

  .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 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  /* ================= */
  .wrap_intro {
    padding: 20px 0px;
    overflow: hidden;
  }

  .wrap-slide {
    padding: 0 10px;
  }

  .wrap-slide img {
    border-radius: 15px;
  }

  .txt_intro {
    position: unset;
    width: 100%;
  }

  .wrap_quytrinh {
    height: 100%;
    overflow: hidden;
  }

  .name_intro {
    font-size: 30px;
  }

  .name_intro2 {
    font-size: 20px;
  }

  .desc_intro {
    text-align: justify;
    margin-bottom: 11px;
  }

  .btn_more_intro {
    padding-left: 0px;
  }

  .name_quytrinh {
    font-size: 20px;
  }

  .img_quytrinh {
    display: block;
  }

  .hover_index_quytrinh {
    display: block;
  }

  .all_quytrinh::before {
    display: block;
  }

  .all_quytrinh {
    display: block;
    height: 380px;
    margin-top: 50px;
  }

  .img_after_service {
    display: none;
  }

  .img_after_service2 {
    display: none;
  }

  .img_after_service3 {}

  .img_after_service3 {
    display: none;
  }

  .txt_partner_1 {
    width: 100%;
    margin: 0px;
    font-size: 20px;
  }

  .txt_partner_2 {
    font-size: 20px;
    margin: 0px;
  }

  .wrap_partner {
    padding: 20px 0px;
    overflow: hidden;
  }

  .wrap_thanhtuu {
    padding: 30px 0px;
    overflow: hidden;
  }

  .title_thanhtuu1 {
    font-size: 20px;
  }

  .title_thanhtuu2 {
    font-size: 20px;
  }

  .banner_thanhtuu::before {
    display: none;
  }

  .all_txt_hover {
    display: block;
    padding-top: 0px;
  }

  .title_product2 {
    font-size: 25px;
  }

  .wrap_service {
    padding: 30px 0px;
  }

  .wrap_thanhvien {
    padding: 30px 0px;
    overflow: hidden;
  }

  .wrap_news_question {
    padding: 20px 0px;
    overflow: hidden;
  }

  .txt_title_news {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .left_news {
    margin-bottom: 30px;
  }

  .flex_thanhtuu {
    font-size: 35px;
    line-height: normal;
    height: auto;
  }

  .name_thanhtuu {
    font-size: 19px;
  }

  .desc_thanhvien {
    font-size: 15px;
  }

  .name_thanhvien {
    font-size: 15px;
  }

  .footer-article {
    padding: 30px 0px;
  }

  .list_thanhtuu .row {
    justify-content: center;
  }

  .wrap-choose-us {
    padding: 30px 0px;
    overflow: hidden;
  }

  .gd_pc {
    display: none !important;
  }

  .gd_mb {
    display: block !important;
  }

  .name-tt2 {
    font-size: 20px;
    font-family: "mr";
  }

  .all_quytrinh {
    height: 500px;
  }

  .all_quytrinh::before {
    width: 410px;
    height: 410px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
  }

  .box_quytrinh3 {
    right: 165px;
    top: 100px;
  }

  .box_quytrinh2 {
    left: 165px;
    top: 100px;
  }

  .box_quytrinh5 {
    top: 300px;
    right: 215px;
  }

  .box_quytrinh4 {
    top: 300px;
    left: 215px;
  }

  .img_quytrinh2 {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    top: 150px;
  }

  .img_quytrinh2 img {
    width: 100px;
  }

  .hover_index_quytrinh .img_quytrinh img {
    width: 120px;
  }
}

@media (max-width: 440px) {
  .thanh-vien-row {
    display: block;
    justify-content: center;
    gap: 10px;
}
.box_thanhvien {
  width: auto;
}
.thanh-vien-row-2 .img_thanhvien img {
  margin: 0 auto;
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9999;
  max-width: 100%;
}
  .policy__list>li {
    width: 100%;
    padding-right: 0px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }

  .hover_index_quytrinh .img_quytrinh img {
    width: 120px;
  }

  .all_quytrinh {
    height: 360px;
  }

  .box_quytrinh2 {
    position: absolute;
    left: 0px;
    top: 80px;
  }

  .box_quytrinh3 {
    position: absolute;
    right: 0px;
    top: 80px;
  }

  .box_quytrinh4 {
    position: absolute;
    top: 240px;
    left: 50px;
  }

  .box_quytrinh5 {
    position: absolute;
    top: 240px;
    right: 50px;
  }

  .img_quytrinh2 {
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
    top: 111px;
  }

  .img_quytrinh2 img {
    width: 100px;
  }

  .box_quytrinh1 {
    top: -20px;
  }

  .all_quytrinh::before {
    width: 310px;
    height: 310px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 25px;
  }

  .desc_service_index {
    width: 100%;
  }
}