.navbar-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.hotline {
  display: none;
}

@media (max-width: 480px) {
  .pagination a {
    padding: 4px 6px;
    font-size: 12px;
  }
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
}

.pagination li {
  flex: 0 0 auto;
}

.pagination a {
  display: block;
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
}

.pagination .active a {
  background: #007bff;
  color: white;
}

@media (max-width: 767px) {
  .hotline {
    display: block;
    position: fixed;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: #ff0000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 25px;
  }
}

.flip-icon {
  display: inline-block;
  transform: scaleX(-1);
}

body {
  margin: 0;
}

.icon-bar {
  position: fixed;
  top: 57%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 15px;
  z-index: 999;
}

.icon-bar a:hover {
  background-color: #000;
  z-index: 999;
}

.content {
  margin-left: 0px;
  font-size: 15px;
  z-index: 999;
}

h1 { font-size: 35px; }
h2 { font-size: 30px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  border-radius: 15px;
}

img.no-radius {
  border-radius: 0;
}

img.rounded-top {
  border-radius: 15px 15px 0 0;
}

img.rounded-bottom {
  border-radius: 0 0 15px 15px;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a {
  color:#ff5102;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

a:hover {
  color: #ffc107;
}

.fa.fa-twitter {
  font-family: sans-serif;
}

.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}

.link-hover-underline-warning:hover {
  color: var(--bs-warning) !important;
  text-decoration: underline;
  cursor: pointer;
}

.navbar-coffee {
  background-color: #ff5102;
  padding: 25px;
  color: #000000 !important;
  font-weight: bold;
}

.navbar-coffee .nav-link {
  color: #ffff !important;
  font-weight: bold;
}

.navbar-coffee .nav-link:hover,
.navbar-coffee .btn:hover {
  color: #ffd7a0 !important;
}

.navbar-coffee .navbar-toggler {
  border-color: #000000;
}

.navbar-coffee .navbar-toggler-icon {
  background-image: #198754;
}

.btn-hotline {
  background-color: #fd7e14;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  transition: all 0.2s ease-in-out;
}

.btn-hotline:hover {
  background-color: #f5ba70;
  color: white;
}

[id] {
  scroll-margin-top: 150px;
}

.footer{
  background-color: #ff5102;
}

.textcolor-white{
  color: white;
}
.textcolor-ral{
  color:#ff5102;
}