@media (min-width: 1600px) {
  .heading__title h2 {
    font-size: 32px;
  }
  .product-category,
  .news__index,
  .why-choice-us,
  .partner,
  .footer__main,
  .product__hot {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .header {
    display: none !important;
  }
  .menu {
    display: none !important;
  }
  .mobile-header {
    display: flex;
    padding: 12px;
    gap: 12px;
  }
  .mobile-header .mobile-menu-toggle {
    width: 27px;
    height: 27px;
  }
  .mobile-header-logo {
    line-height: 0;
  }
  .mobile-header-logo a {
    display: block;
  }
  .news__owl {
    margin: 0px 0px !important;
  }
  .news__owl .owl-stage-outer {
    padding: 0px !important;
  }
  /** New index **/
  .news__item-index .thumb__tag {
    left: 10px;
    top: 10px;
    padding: 4px 12px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 2px;
  }
  .news__item-time {
    font-size: 14px;
  }
  .news__item-time svg {
    max-height: 16px;
  }
  .news__item-index h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .news__item-index .btn-read-more {
    font-size: 14px;
  }
  .product__hot-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}
@media (max-width: 991px) {
  .footer__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .slider-btn,
  .partner-nav-btn {
    width: 24px;
    height: 24px;
  }
  .slider-btn i,
  .partner-nav-btn i {
    font-size: 14px;
  }
  .menu {
    display: flex;
    flex-wrap: wrap;
  }
  .page__title {
    font-size: 24px;
  }
  .why-choice-us-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .why-choice-us-item {
    width: 100%;
  }
  .heading__title {
    gap: 12px;
    margin-bottom: 24px;
  }
  .heading__title p {
    font-size: 14px;
    font-weight: 300;
  }
  .heading__title {
    flex-direction: column;
  }
  .heading__title-left {
    gap: 6px;
  }
  .heading__title-right {
    display: none;
  }
  .heading__content {
    flex: 1;
  }
  .heading__content h2 {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.4;
  }
  .heading__circle {
    width: 46px;
    height: 46px;
    font-size: 16px;
  }
  /** About **/
  .about__index {
    padding: 40px 0;
  }
  .about__bg {
    position: initial;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .about__bg-image {
    display: none;
  }
  .about__bg-circle {
    position: relative;
    top: initial;
    width: 100%;
    right: initial;
  }
  .about__bg-circle::before {
    width: calc(100% - 46px);
  }
  .about__bg-circle span {
    font-size: 16px;
    font-weight: 400;
    width: 46px;
    height: 46px;
  }
  .about__left {
    width: 100%;
  }
  .about__contact {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
  .about__slogan {
    font-size: 14px;
    font-weight: 400;
  }
  .about__name {
    font-size: 24px;
    line-height: 1.4;
  }
  .about__desc {
    font-size: 14px;
    font-weight: 400;
  }
  /** Why choice us **/
  .why__choice-wrapper {
    max-width: 100%;
  }
  .why__choice .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .why__choice-item {
    width: 50%;
    padding: 30px 16px;
  }
  .why__choice-item:nth-child(2n) {
    border-right: 0px;
  }
  .why__choice-item:nth-child(3n), .why__choice-item:last-child {
    border-right: 1px solid #333;
  }
  .why__choice-item p {
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
  }
  .why__choice-item .thumb {
    margin-bottom: 24px;
  }
  .why__choice-item h3 {
    font-size: 16px;
  }
  /** Footer **/
  .footer__main {
    padding: 36px 0;
  }
  .footer__socials {
    flex-direction: column;
    align-items: start;
  }
  .footer__copyright {
    font-size: 14px;
  }
  .footer__copyright-text {
    flex-wrap: wrap;
  }
  .footer__grid {
    display: block;
  }
  .footer__col:not(:last-child) {
    margin-bottom: 16px;
  }
  .footer__pricing-title {
    font-size: 14px;
  }
  .mobile-menu-footer .support-info a {
    color: var(--color-red);
  }
  /** Product hot**/
  .product__hot {
    padding: 36px 0;
  }
  .product__hot-tab {
    gap: 4px;
  }
  .product__hot-btn {
    padding: 6px 16px;
    font-size: 14px;
  }
  /** sub menu **/
  .menu__sub-flex {
    padding-left: 0px;
  }
  /** Slider **/
  .slider__btn {
    height: 24px;
    width: 24px;
  }
  .slider__btn i {
    font-size: 14px;
  }
  .news__index {
    padding: 36px 0;
  }
  /** Section banner **/
  .section__banner-subtitle {
    display: none;
  }
  .section__banner-container {
    gap: 4px;
    padding: 16px;
  }
  .section__banner-title {
    font-size: 16px;
    line-height: 1.4;
  }
  .section__banner-arrow {
    display: none;
  }
  .section__banner-desc {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
  }
  .section__banner-btn a {
    padding: 6px 16px;
    display: inline-flex;
    height: auto;
    font-size: 12px;
    width: auto;
  }
  .video__index-box {
    display: none;
  }
  .video__index-btn {
    height: 44px;
    width: 44px;
  }
  .video__index-btn svg {
    height: 24px;
    width: 24px;
  }
  .product__category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 575px) {
  .news__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}