/* Responsive */
@media (max-width: 1001px) {
  .wrap-content {
    position: relative;
    --w: 1200px;
    max-width: min(100% - 2rem, var(--w)) !important;
    margin: 0 auto;
  }
  /* General */
  .navigation nav#menu {
    display: none;
  }
  .navigation nav ul li ul {
    position: unset;
    box-shadow: none;
    opacity: 1;
    visibility: unset;
  }
  #hamburger {
    display: block;
    margin-bottom: 0;
    width: 30px;
    height: 23px;
    position: relative;
    cursor: pointer;
  }
  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    background: var(--color-main);
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0px;
  }
  #hamburger:before {
    top: 0px;
  }
  #hamburger span {
    top: 8px;
  }
  #hamburger:after {
    top: 16px;
  }
  #hamburger:before,
  #hamburger:after,
  #hamburger span {
    -webkit-transition: none 0.5s ease 0.5s;
    transition: none 0.5s ease 0.5s;
    -webkit-transition-property: transform, top, bottom, left, opacity;
    -webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: top, bottom, left, opacity, -webkit-transform;
    transition-property: transform, top, bottom, left, opacity;
    transition-property: transform, top, bottom, left, opacity,
      -webkit-transform;
  }
  .menu-fix {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
  }
  .is-home {
    position: relative;
  }
  .headertop {
    display: none;
  }
  .header {
    position: relative;
    z-index: 100;
    padding: 10px 0px;
  }
  .header .flex {
    align-items: center;
  }
  .tencongty {
    display: none;
  }
  .hotline,
  .diachi {
    display: none;
  }
  .socialheader-mobile {
    text-align: center;
    display: block;
  }
  .socialheader-mobile .flex {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5px;
  }
  .navigation {
    display: none !important;
  }
  .logo-headerdesktop {
    display: none;
  }
  .logo-header img {
    max-height: 85px;
  }
  .logo-headernone {
    display: block;
  }
  .logo-headernone img {
    max-height: 85px;
  }
  .lineheader {
    display: none;
  }
  .search {
    display: none;
  }
  .search__toggle {
    display: block !important;
    padding: 0;
    background: none;
  }
  .search__toggle .search__grid {
    opacity: 1;
    width: 170px;
    overflow: hidden;
    position: absolute;
    top: 140%;
    right: 0px;
    display: flex;
    border-radius: 5px;
    background: white;
  }
  .search__toggle .search__grid input {
    background: var(--color-main);
    color: white;
    width: 100%;
    padding: 5px;
  }
  .search__toggle .search__grid input,
  .search__toggle .search__grid input:focus {
    color: white;
    padding: 5px;
  }
  .search__toggle .search__grid input::-webkit-input-placeholder {
    color: white;
    padding: 5px;
  }
  .search__toggle .search__grid input::-moz-placeholder {
    color: white;
    padding: 5px;
  }
  .search__toggle .search__grid input::-ms-input-placeholder {
    color: white;
    padding: 5px;
  }
  .socialheader {
    justify-content: center;
    gap: 5px;
  }

  .article {
    padding: 25px 0px;
  }
  .flex-about {
    flex-wrap: wrap;
    gap: 15px;
  }
  .content-about {
    width: 100%;
  }
  .title-about .gioithieu {
    font-size: 18px;
  }
  .title-about h2 {
    font-size: 35px;
  }
  .title-about span {
    font-size: 20px;
  }
  .lineabout {
    margin: 10px 0px;
  }
  .desc-about {
    font-size: 15px;
  }
  .xemthemabout {
    margin-top: 15px;
    padding: 12px 5px;
  }
  .xemthemabout a {
    font-size: 14px;
    padding: 10px 18px;
  }
  .photo-about {
    width: 100%;
    padding: 10px 0px 0px 10px;
  }
  .photo-about span {
    font-size: 35px;
    right: 0px;
  }
  .anhgt1 {
    margin: auto;
    padding-right: 50px;
  }
  .anhgt2 {
    bottom: 40px;
    right: 0px;
    border: 6px solid white;
  }
  .tieuchi {
    padding: 25px 0px;
  }
  .linetieuchi {
    margin: 15px 0px;
  }
  .tieuchi h5 {
    font-size: 15px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
  }
  .tieuchi span {
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .maunha {
    padding: 25px 0px;
  }
  .maunha .swiper-desktop {
    display: none;
  }
  .maunha .swiper-mobile {
    display: block;
  }
  .mn-info {
    padding: 10px;
  }
  .mn-info h5 {
    margin-bottom: 5px;
  }
  .mn-info h5 a {
    font-size: 16px;
  }
  .quytrinh {
    padding: 25px 0px;
  }
  .qtchung {
    display: none;
  }
  .qtgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 15px;
    align-items: center;
  }
  .pagination {
    margin: 20px 0px 0px;
  }
  .pagination {
    gap: 5px;
  }
  .page-link {
    min-width: 35px;
    min-height: 35px;
  }
  .product-info {
    margin-top: 10px;
  }
  .product-name a {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
  .product-price p {
    font-size: 13px;
  }
  .price-new {
    font-size: 13px;
  }

  .title-sp-main {
    gap: 5px;
    padding: 15px 0px;
  }
  .title-sp-main span {
    padding: 7px 18px;
    font-size: 14px;
  }
  .congtrinh {
    padding: 25px 0px;
  }
  .congtrinh .flex {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
  }
  .ctleft {
    width: 100%;
  }
  .ctright {
    display: none;
  }
  .ctleft-info {
    margin-top: 10px;
  }
  .ctleft-info h5 {
    margin-bottom: 4px;
  }
  .ctleft-info h5 a {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  .ctleft-info .desc {
    margin-bottom: 10px;
    font-size: 14px;
    -webkit-line-clamp: 3;
    line-height: 1.65;
  }
  .xemthemcongtrinh a {
    gap: 8px;
    font-size: 14px;
  }

  .album {
    padding: 25px 0px;
  }
  .album .grid {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .album-info > div {
    margin-top: 0px;
  }
  .album-info h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .album-info span {
    font-size: 14px;
  }
  .xemthemalbum {
    margin-top: 30px;
  }
  .dangky {
    padding: 25px 0px;
  }
  .dangky .wrap-content {
    padding: 10px;
  }
  .dangky .flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  .dangkyleft {
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
  .logo-dangky img {
    max-height: 100px;
  }
  .dangkyleft .content {
    padding: 10px 0px 20px;
    font-size: 15px;
    line-height: 1.65;
  }
  .timhieuthem a {
    padding: 10px 20px;
    font-size: 14px;
  }
  .dangkyright {
    width: 100%;
  }
  .dangkyright span {
    font-size: 15px;
  }
  .dangky form {
    margin-top: 15px;
  }
  .dangky2 .col-sm-6 {
    margin-bottom: 15px;
  }
  .dangky2 .col-sm-12 {
    margin-bottom: 15px;
  }
  .dangky2 input {
    padding: 10px 15px;
  }
  .dangky2 textarea {
    padding: 10px 15px;
    height: 150px;
  }
  .dangky2 .btn_newsletter {
    padding: 12px 5px;
  }
  .dangky2 .btn_newsletter span {
    font-size: 14px;
    padding: 10px 18px;
  }
  .tintuc {
    padding: 25px 0px;
  }
  .tintuc .swiper {
    margin-top: 15px;
  }
  .tintuc-info {
    margin-top: 10px;
  }
  .tintuc-info .thoigian {
    margin-bottom: 2px;
  }
  .tintuc-info h5 {
    margin-bottom: 5px;
  }
  .tintuc-info h5 a {
    font-size: 18px;
  }
  .desctintuc {
    font-size: 14px;
  }
  .tenweb {
    font-size: 15px !important;
    margin-bottom: 0px;
  }
  .tenchudao {
    font-size: 30px !important;
  }
  .motachudao {
    width: 100%;
    font-size: 13px;
  }
  .footer {
    padding: 25px 0px 0px;
  }
  .logo-footer img {
    max-height: 100px;
  }
  .content-ft {
    font-size: 15px;
    width: 100%;
    margin-top: 15px;
  }
  .footertong {
    flex-wrap: wrap;
    gap: 10px;
    padding: 15px 0px;
  }
  .footer1 {
    width: 48%;
  }
  .footer2 {
    width: 48%;
  }
  .footer3 {
    width: 48%;
  }
  .footer4 {
    width: 48%;
  }
  .footer h5 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .chinhsach {
    padding: 10px 0px;
  }
  .footer ul {
    margin-top: 0px;
    gap: 20px;
  }
  .footer ul li a {
    font-size: 14px;
  }
  .socialfooter {
    margin-top: 15px;
  }
  .socialfooter .flex {
    gap: 10px !important;
  }
  .copyright {
    padding: 15px 0px;
  }
  .copyright .flex {
    flex-wrap: wrap;
    gap: 3px;
  }
  .copyright1 {
    width: 100%;
  }
  .copyright p {
    font-size: 14px;
  }
  .grid-product {
    --col: 2;
    --gap-x: 15px;
  }
  .grid-news {
    --col: 2;
    --gap-x: 15px;
  }
  .grid-newstt {
    --col: 2;
    --gap-x: 15px;
  }
  .grid-ct {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-album {
    --col: 2;
    --gap-x: 15px;
  }
}
@media (max-width: 850px) {
  /* General */
  .news-left {
    width: 100%;
  }
  .news-right {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
  }
}
@media (max-width: 769px) {
  .logo-header img {
    max-height: 65px;
  }
  .logo-headernone img {
    max-height: 65px;
  }
  .title-about .gioithieu {
    font-size: 16px;
  }
  .title-about h2 {
    font-size: 32px;
  }
  .title-about span {
    font-size: 18px;
  }
  .photo-about span {
    font-size: 30px;
  }
  .anhgt2 {
    max-width: 180px;
    bottom: 30px;
    border: 4px solid white;
    border-radius: 15px;
  }
  .mn-info h5 {
    line-height: 1.1;
  }
  .mn-info h5 a {
    font-size: 14px;
  }
  .qt-img .stt {
    font-size: 16px;
  }
  .qt-info h5 {
    font-size: 14px;
  }
  .qt-info span {
    font-size: 14px;
  }
  .tenweb {
    font-size: 15px !important;
  }
  .tenchudao {
    font-size: 25px !important;
  }
  .main-detail {
    margin-bottom: 10px;
  }
  .dangky2 .col-sm-6 {
    width: 100%;
    margin-bottom: 10px;
  }
  .dangky2 .col-sm-12 {
    width: 100%;
    margin-bottom: 10px;
  }
  .gutter-x-20 {
    --bs-gutter-x: 10px;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .price-new-pro-detail {
    font-size: 18px;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }

  .title-main span {
    font-size: 18px;
  }
  .grid-product {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-news {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-newstt {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-ct {
    --col: 2;
    --gap-x: 10px;
  }

  .logo-footer img {
    max-height: 80px;
  }
  .thongtinfooterchung .flex {
    gap: 10px;
  }
  .thongtinfooterchung .flex img {
    min-width: 50px;
    height: 50px;
  }
  .footer ul {
    gap: 10px;
  }
  .footer1 {
    width: 100%;
  }
  .footer2 {
    width: 100%;
  }
  .footer3 {
    width: 100%;
  }
  .footer4 {
    width: 100%;
  }
}
@media (max-width: 670px) {
}
@media (max-width: 600px) {
  .search__toggle .search__grid {
    width: 160px;
  }
  .qtgrid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .qttong {
    align-items: center;
  }
  .qt-img {
    min-width: 97px;
    height: 95px;
  }
  .qt-img .stt {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .qt-info {
    display: block;
    flex-direction: unset;
  }
  .grid-product {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-news {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-newstt {
    --col: 1;
    --gap-x: 10px;
  }
  .grid-ct {
    --col: 1;
    --gap-x: 10px;
  }
  .grid-album {
    --col: 2;
    --gap-x: 10px;
  }
  .grid-bg {
    --col: 1;
    --gap-x: 10px;
  }
  .d-sm-flex {
    display: flex !important;
    justify-content: center;
    width: 100%;
  }
  .pagination {
    margin: 15px 0px 0px;
  }
}
@media (max-width: 576px) {
}
@media (max-width: 440px) {
}
@media (max-width: 369px) {
}
