@charset "UTF-8";
section#news-slider ul li {
  margin-right: 5px !important;
}

section#news-slider ul li:after {
  height: 12px !important;
  margin-top: -6px !important;
}

@media only screen and (min-width: 991px) {
  .nav-item.dropdown > .dropdown-menu {
    top: 200%;
    transition: 0.3s all ease-in-out;
  }
  .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    top: 100%;
  }
  .nav-item.dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }
  section#news-slider .owl-nav {
    top: -43px;
  }
}

@media only screen and (max-width: 991px) {
  /* styles for browsers larger than 960px; */
  header .navbar-menu nav .nav-item.active a {
    background: none;
    color: #fff212 !important;
  }
  footer h4 {
    font-size: 13px;
  }
}

@media only screen and (max-width: 767px) {
  footer h4 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 480px) {
  #button-top {
    right: 20px;
  }
  #wrapper > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  #link-to .btn1 {
    display: flex;
  }
  section#link-to .rowMenuBtn .btn1 a {
    /* width: 84%; => k cần nữa */
    flex-grow: 1;
  }
  .btn1.btn1-order {
    flex-direction: row-reverse;
  }
  section#link-to .rowMenuBtn .btn1.btn-order a::before {
    float: right;
    margin-right: -32px;
  }
}

@media only screen and (max-width: 991px) {
  #link-to .btn1 {
    display: flex;
    align-items: center;
  }
  #news-slider ul#pills-tab {
    display: block;
    overflow: auto;
    white-space: nowrap;
  }
  section#news-slider ul li {
    display: inline-block;
  }
  #news-slider ul#pills-tab {
    margin-bottom: 10px !important;
  }
  section#news-slider .owl-nav {
    bottom: 0 !important;
    top: auto;
  }
  section#news-slider ul li {
    margin-right: 0px !important;
  }
}
