/*Ipad ngang(1024 x 768)*/
@media screen and (max-width: 1024px) {
}

/*Ipad dọc(768 x 1024)*/
@media screen and (max-width: 768px) {
  .box-gray img {
    width: 60%;
  }
  .vtl-duv {
    padding: 20px;
  }
  .bhtn-want h2 {
    font-size: 36px;
  }
  .bhtn-want h2 span {
    font-size: 48px;
  }
  .bhtn-want p {
    font-size: 20px;
    line-height: 30px;
  }
  .bhtn-want {
    background-position: center bottom !important;
    background: url(../img/bhtn-sc-bg-xs.jpg);
    text-align: center;
    padding: 40px 0 600px 0;
    background-size: cover;
  }
  .bhtn {
    background: none;
  }
  .vtl {
    background: none;
    padding: 60px 0;
  }
  .box-pink p.t18 {
    font-size: 16px;
  }
  .box-pink {
    margin: 12px 0;
  }
  section {
    padding: 50px 0;
  }
  .box-promo ul {
    font-size: 18px;
  }
  .hero-content {
    text-align: center;
  }
  .hero-content h2 {
    font-size: 42px;
  }
  .hero-content p.des {
  }
}

/*Tablet nhỏ(480 x 640)*/
@media screen and (max-width: 480px) {
  .vlt-dxhp {
    font-size: 28px !important;
  }
  #countdown li {
    font-size: 12px;
    margin: 0 3px;
    border-radius: 4px;
  }

  #countdown li span {
    font-size: 20px;
  }
  .box-pink p.t18 {
    font-size: 14px;
  }
  .hero-content {
    text-align: center;
  }
  .hero-content h2 {
    font-size: 26px;
  }
  section {
    padding: 40px 0;
  }
  .hero-content p.des {
  }
  .boxwhite-shadow h3 {
    font-size: 13px;
  }
  .boxwhite-shadow p {
    font-size: 14px;
  }
  .boxwhite-shadow {
    padding: 8px;
  }
  .btn-hero {
    font-size: 18px;
  }
  .section-title {
    padding-bottom: 20px;
  }
  .section-title h2 {
    font-size: 28px;
  }
  .section-title h3 {
    font-size: 18px;
  }
  .box-gray img {
    width: 50% !important;
  }
  .box-promo ul {
    font-size: 16px;
  }
  .box-promo {
    padding: 20px;
  }
  .promotion {
    padding: 80px 0;
  }
  .mbageas-want h2 {
    font-size: 48px;
  }
  .mbageas-want-h3 {
    font-size: 32px;
  }
  .mbageas-want p {
    font-size: 22px;
    line-height: 36px;
  }
  .mbageas-want {
    padding: 80px 0;
  }
  .hero-content h2.bhtn-t {
    font-size: 36px;
  }
  .mbageas-count-sc .w-100 h2 {
    font-size: 20px;
  }
}

/*Iphone(480 x 640)*/
@media screen and (max-width: 320px) {
  section {
    padding: 30px 0;
  }
}

/*Smart phone nhỏ*/
@media screen and (max-width: 240px) {
}
