@charset "UTF-8";
.text-shadow {
  text-shadow: 0px 2px 10px #FFEC8F;
}

.box-shadow {
  border-radius: 6.72px;
  box-shadow: 0px 2px 10px rgba(0, 80, 161, 0.35);
}

.box-shadow-header {
  box-shadow: 0px 2px 10px rgba(0, 80, 161, 0.35);
}

/*======================================== config =================================*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, p,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none !important;
}

a {
  text-decoration: none;
  transition: 0.3s all !important;
  line-height: normal;
  color: #012934;
}
a:hover, a:focus {
  text-decoration: none;
}

button, input[type=submit] {
  cursor: pointer;
  outline: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #4D4D4D;
  font-size: 20px;
  line-height: 1.3 !important;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1200px) {
  body {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.active-hidden {
  overflow: hidden;
}
body img {
  transition: 0.34s all !important;
  max-width: 100%;
}
body h1, body h2, body h3, body h4, body h5 h6 {
  line-height: 1.35 !important;
}

.container {
  max-width: 1240px !important;
  padding: 0 20px;
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 1364px) {
  .container {
    max-width: 100% !important;
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding: 0 48px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}

/*======================================== end config =================================*/
.padd-main {
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .padd-main {
    padding: 48px 0;
  }
}
@media (max-width: 767px) {
  .padd-main {
    padding: 40px 0;
  }
}

.sub-title {
  color: #0053BD;
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title {
  color: #004366;
  font-weight: 900;
  font-size: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1200px) {
  .title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}

.title-cat {
  color: #004366;
  font-weight: 900;
  font-size: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .title-cat {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .title-cat {
    font-size: 21px;
  }
}
@media (max-width: 520px) {
  .title-cat {
    font-size: 18px;
  }
}

.about-desc {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .about-desc {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .about-desc {
    font-size: 21px;
  }
}

.line-text {
  background-image: linear-gradient(to right, #fff 25%, transparent 25%);
  background-size: 100% 2px;
  background-position: bottom;
  background-repeat: no-repeat;
  padding-bottom: 20px;
}

.rank-math-breadcrumb {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.4;
}

.rank-math-breadcrumb span,
.rank-math-breadcrumb a {
  font-size: 21px;
  font-weight: 500;
  color: #595959;
}

.rank-math-breadcrumb .separator {
  margin: 0 6px;
}

footer {
  border-top: 40px solid #fff;
}
@media (max-width: 767px) {
  footer {
    border-top: 20px solid #fff;
  }
}

.detail-content {
  font-size: 18px;
}
@media (max-width: 767px) {
  .detail-content {
    font-size: 16px;
  }
}
.detail-content h2, .detail-content h3, .detail-content h4, .detail-content h5, .detail-content h6 {
  font-weight: bold;
  margin-bottom: 16px;
}
.detail-content h2 {
  font-size: 20px;
  color: #fff;
  background-color: #004366;
  padding: 10px 15px 10px 0;
  border-radius: 4px;
  margin: 20px 0 15px 0;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 97px;
  min-height: 50px;
}
@media (max-width: 767px) {
  .detail-content h2 {
    font-size: 18px;
    padding-left: 82px;
    min-height: 45px;
  }
}
.detail-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 82px;
  height: 100%;
  background-color: #0053BD;
  background-image: url("../images/h2.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px 0 0 4px;
}
@media (max-width: 767px) {
  .detail-content h2::before {
    width: 70px;
  }
}
.detail-content h3 {
  font-size: 23px;
  color: #004366;
  margin: 15px 0 10px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .detail-content h3 {
    font-size: 20px;
  }
}
.detail-content h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/h3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.detail-content h4 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .detail-content h4 {
    font-size: 20px;
  }
}
.detail-content h5 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .detail-content h5 {
    font-size: 18px;
  }
}
.detail-content h6 {
  font-size: 18px;
}
@media (max-width: 767px) {
  .detail-content h6 {
    font-size: 16px;
  }
}
.detail-content p {
  margin-bottom: 16px;
}
.detail-content ul {
  padding-left: 35px;
  margin-bottom: 16px;
  list-style: disc;
}
.detail-content ul li {
  margin-bottom: 6px;
}
.detail-content img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
  height: auto;
}
.detail-content figure {
  margin: 20px 0;
  text-align: center;
}
.detail-content figure img {
  margin: 0 auto 10px;
}
.detail-content figure figcaption {
  font-size: 14px;
  color: #666;
  font-style: italic;
}

.mobile-bottom-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
@media (max-width: 767px) {
  .mobile-bottom-banner {
    display: block;
  }
}
.mobile-bottom-banner img {
  width: 100%;
  display: block;
}
.mobile-bottom-banner .banner-links {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.mobile-bottom-banner .banner-links .link-area {
  display: block;
  height: 100%;
}
.mobile-bottom-banner .banner-links .link-left {
  width: 70%;
}
.mobile-bottom-banner .banner-links .link-center {
  width: 15%;
}
.mobile-bottom-banner .banner-links .link-right {
  width: 15%;
}

.social-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social-fixed a {
  display: block;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease;
  animation: bounce 2s infinite;
}
.social-fixed a:hover {
  transform: translateX(-10px);
  animation: none;
}
.social-fixed a img {
  width: 100%;
  height: 100%;
  display: block;
}
.social-fixed a:nth-child(1) {
  animation-delay: 0s;
}
.social-fixed a:nth-child(2) {
  animation-delay: 0.2s;
}
.social-fixed a:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes bounce {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
}
.desktop-nav {
  gap: 24px;
  justify-content: flex-end;
}

.desktop-nav-item {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #004366;
  padding: 8px 16px;
  transition: all 0.3s ease;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}
.desktop-nav-item:hover {
  opacity: 0.8;
}

/* Pagination Styles */
.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers a,
.page-numbers span.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 2px solid #e5e7eb;
}

/* Link thường */
.page-numbers a {
  background-color: #fff;
  color: #374151;
}

.page-numbers a:hover {
  background-color: #004366;
  color: #fff;
  border-color: #004366;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(22, 119, 217, 0.3);
}

/* Trang hiện tại */
.page-numbers span.current {
  background-color: #004366;
  color: #fff;
  border-color: #004366;
  cursor: default;
  box-shadow: 0 4px 12px rgba(22, 119, 217, 0.2);
}

/* Nút Previous/Next */
.page-numbers a.prev,
.page-numbers a.next {
  min-width: 50px;
  font-weight: 700;
}

.page-numbers a.prev:hover,
.page-numbers a.next:hover {
  transform: translateY(-2px) scale(1.05);
}

/* Dots (...) */
.page-numbers .dots {
  border: none;
  background: transparent;
  color: #9ca3af;
  cursor: default;
}

/* Responsive Mobile */
@media (max-width: 640px) {
  .page-numbers {
    gap: 0.375rem;
    margin: 1.5rem 0;
  }
  .page-numbers a,
  .page-numbers span.current {
    min-width: 38px;
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    border-radius: 6px;
  }
  .page-numbers a.prev,
  .page-numbers a.next {
    min-width: 44px;
  }
}
/* Tablet */
@media (min-width: 641px) and (max-width: 1024px) {
  .page-numbers a,
  .page-numbers span.current {
    min-width: 42px;
    height: 42px;
  }
}

/*# sourceMappingURL=style.css.map */
