/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1400px) {
  #header {
    width: 100%;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 849px) {
  .counter {
    font-size: 48px;
    line-height: 40px;
  }
  #masthead .nav-left {
    justify-content: flex-start;
    right: 0;
  }
  .banner-top h1,
  .c-gioithieu h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 649px) {
  .counter {
    font-size: 32px;
    line-height: 30px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 549px) {
  .banner-top h1,
  .c-gioithieu h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 26px;
  }
  .dichvu-title {
    font-size: 36px;
  }
  .danhmuc-section .icon-box-img,
  .danhmuc-section .icon-box-text {
    margin-left: 0;
  }
  .danhmuc-section .icon-box-img {
    order: 1;
  }
  .danhmuc-section .icon-box-right {
    flex-direction: column;
    align-items: center;
  }
  .c-taisao .ts-after .img {
    scale: 1;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
}
