@media (max-width:1074px) {

  .footer-news:nth-child(1),
  .footer-news:nth-child(2),
  .footer-news:nth-child(3) {
    width: calc(100%/3 - 10px);
  }

  .footer-news:nth-child(4) {
    width: calc(50% - 130px);
  }

  .container-newsletter {
    width: 100%;
    height: unset
  }


  .newsletter-button {
    margin-top: 10px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px
  }

  .newsletter-button input {
    width: fit-content;
    padding: 0 20px;
    font-size: 15px;
  }

  .footer-news:nth-child(5) {
    width: calc(50% - 15px);
  }

  .sloagn-newsletter {
    left: -80px;
  }

  .footer-news:nth-child(6) {
    width: 100%;
  }
}

@media (max-width:1001px) {
  .scrollToTop {
    bottom: 20px
  }

  .wrap-menu,
  .banner-header {
    display: none !important;
  }

  .padding-top-bottom {
    padding: 30px 0;
  }

  .slideshow {
    margin-top: 0;
  }

  .slick-arrow {
    display: none !important;
  }

  .hotline-header {
    padding-right: 70px;
    padding-bottom: 15px;
  }

  .header-right {
    width: calc(100% - 280px);
  }

  .address-header:before {
    height: 50px;
    bottom: -5px;
    transform: rotate(25deg);
    left: -11px;
  }

  #menu-mobile {
    display: flex;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    top: 10px;
    align-items: center;
    justify-content: center;
    background: #151618de;
    z-index: 989;
    border: 1px solid #000000a8;
    border-radius: 6px;
  }
}

@media (max-width:768px) {
  .container-newsHot {
    flex-wrap: wrap;
  }

  .serviceHot-index .padding-top-bottom {
    padding-top: 0 !important;
  }

  .box-service .info-service span {
    clip-path: unset;
    border-radius: 10px;
  }

  .box-service {
    background: #1f1f20;
    border-radius: 20px;
  }

  .info-service span {
    height: 55px;
  }

  .footer-news:nth-child(5) {
    width: 100%;
    padding-left: 100px;
  }

  .footer-news:nth-child(1),
  .footer-news:nth-child(2),
  .footer-news:nth-child(3),
  .footer-news:nth-child(4) {
    width: calc(50% - 15px);
  }

  .newsHot-right {
    display: none;
  }

  .newsHot-left {
    width: 100%;
  }

  .slick_newsHot1 .box-news {
    margin: 0 8px;
  }

  .time-news {
    font-size: 10px;
    width: 50px;
    height: 55px;
  }

  .time-news span {
    font-size: 16px;
    line-height: 20px
  }
}

@media (max-width:600px) {
  .name-service {
    font-size: 22px;
  }

  .footer-news:nth-child(1),
  .footer-news:nth-child(2),
  .footer-news:nth-child(3),
  .footer-news:nth-child(4) {
    width: 100%;
  }

  .header .wrap-content {
    flex-wrap: wrap;
  }

  .serviceHot-index {
    background-size: auto;
    background-position: center center;
  }

  .title-main h1,
  .title-main h2 {
    font-size: 35px;
  }

  .serviceHot-index .title-main {
    padding-top: 40px;
  }

  .container-introduce {
    padding: 15px 10px;
  }

  .padding-top-bottom {
    padding: 20px 0;
  }

  .logo-header {
    margin: 0 !important;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .address-header:before,
  .header .wrap-content:before {
    content: unset;
  }

  .header-right {
    width: 100%;
  }

  .hotline-header {
    padding: 10px 0;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width:480px) {
  .sloagn-newsletter {
    display: none;
  }

  .footer-news:nth-child(5) {
    padding-left: 0;
  }
}