/* Tablet ngang + Laptop */
@media (min-width: 1024px) and (max-width: 1399.98px) {}

@media (max-width: 1024px) {}

/* Tablet dọc */
@media (min-width: 768px) and (max-width: 992.98px) {}

/* Tablet dọc + mobi */
@media (max-width: 991.98px) {}


/* Mobile */
@media (max-width: 767px) {
  .sec-search .b-logo {
    width: 70%;
  }

  .sec-info .col-6:nth-of-type(odd) {
    padding-right: 0.25rem;

  }

  .sec-info .col-6:nth-of-type(even) {
    padding-left: 0.25rem;

  }

  .section {
    padding: 0 0 2rem 0;
  }

  .sec-search {
    margin-top: 3rem;
  }

  .page-about .item-about .about_about_item:first-child .inner div {
    position: unset;
    width: 100%;
  }

  .page-about .item-about .about_about_item:first-child .inner div::before {
    display: none;
  }

  .page-about .item-about:nth-child(even) .inner.col-md-6 {
    order: 1 !important;
  }

  .page-about .item-about .col-md-6.img-about {
    margin: 20px 0 0 0;
  }

  .page-about .title-about-item {
    padding-bottom: 0;
  }
  .pt{
    padding-top: 1rem !important;
  }
}