	@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  background: #fee6ff;
}
img {
  max-width: 100%;
}
h3 > a {
  color: #111111;
}
.sub-header {
  background: #5d3080;
  color: #fff;
  padding: 5px 0;
}
.bp_menu_active {
  border: none;
}
.bp_cls_next_i,
.bp_cls_prev_i{
    display: none;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-time {
  display: flex;
  gap: 10px;
  font-size: 13px;
  font-weight: 500;
  text-transform: none;
  margin: 0;

}

.header-time div {
  transition: color 0.3s ease;
}

.header-time div:hover {
  color: #ffcc00;
}
.header-social ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.header-social ul a {
  color: #fff;
}
.header-social ul i {
  font-size: 12px;
}
.header-main {
  background: #fee6ff;
  color: white;
  padding: 5px 0;
  box-shadow: 0 6px 7px rgba(254, 188, 255, 0.8);
}

.logo {
  width: 100px;
}
#navbar-ul-menu {
  justify-content: center;
}

.header-menu .navbar-expand-md .navbar-nav .nav-link {
  padding: 0;
}
.header .search-button {
  cursor: pointer;
}
.header .search-button i {
  font-size: 18px;
  color: black;
}
.header .navbar-expand-xl .navbar-nav .nav-link {
  padding: 0;
  font-size: 14px;
  color: #656262;
  text-transform: uppercase;
  font-weight: 600;
}
.header .right-header {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: end;
  padding-bottom: 10px;
}
.header .get-btn .theme-btn {
  padding: 9px 25px;
  background: linear-gradient(to right, #7d3c98, #9b59b6, #8e44ad);
  color: #fff;
  position: relative;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all 0.5s;
}
.header .theme-btn:hover {
  color: #fff !important;
}
.header .theme-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: -36%;
  top: 0;
  -webkit-transform: skew(50deg);
  transform: skew(50deg);
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  width: 0;
}
.header .theme-btn:hover:before {
  height: 100%;
  width: 135%;
  background-color: #070b3b;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.overlay .search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.overlay.block {
  opacity: 1;
  visibility: visible;
}
.overlay.block .search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay.block .search-layer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.overlay.block .search-layer:nth-child(2) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
}

.overlay.block .search-layer:nth-child(3) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.9s ease-in-out 0.6s;
  transition: all 0.9s ease-in-out 0.6s;
}
.header .search-header {
  position: fixed;
  top: -50%;
  left: 50%;

  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  border-radius: 5px;
  z-index: 1001;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.bp_block_item .row {
  margin: 0;
}
.owl-nav {
  position: absolute;
  top: -10%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 1s ease;
}
.owl-nav button {
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  border: 1px solid !important;
  background: #fff !important;
  border: 1px solid #111111 !important;
}

#carousel_fav:hover .owl-nav {
  top: 40%;
  transform: translateY(-50%);
  opacity: 1;
}
.sidebar h2 {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  min-height: 0;
  padding-left: 0;
}
.sidebar h2 a {
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar .cls_img_hot_news img {
  height: 100px;
  object-fit: cover;
}
.sidebar .bp-news-button-action,
.sidebar .bp_lb_user,
.sidebar .bp_lb_comment,
.sidebar .bp_icon_date {
  display: none;
}
.sidebar .bp-date-create {
  color: #aaa;
  font-size: 11px;
}
.sidebar .cls_img_hot_news {
  padding: 0;
}
.sidebar .cls_content_hot_news {
  padding-top: 0;
          flex: 0 0 auto;
        width: 66.66666667%;
}
.sidebar .bp_block_item {
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0 4px 12px rgba(111, 66, 193, 0.1);
    border-radius: 12px;
}
.sidebar > .col:first-child {
  display: none;
}
.sidebar-content {
  padding: 15px;
}
.useful-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.useful-links li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.useful-links li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.useful-links a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding-left: 15px;
  position: relative;
  line-height: 1.4;
}

.useful-links a:before {
  content: "›";
  position: absolute;
  left: 0;
  color: #9b59b6;
  font-weight: bold;
}

.useful-links a:hover {
  color: #9b59b6;
}
.blog .news_title a {
  color: #0b2b43;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.td-block-title {
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: 22px;
  line-height: 37px;
  padding: 0;
  position: relative;
  text-align: left;
  font-size: 24px;
  color: #9b59b6;
}
.td-block-title:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f5f5f5;
  height: 5px;
}
.td-block-title:after {
  content: "";
  width: 50px;
  height: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  margin: auto;
  background-color: #9b59b6;
}
.phan_trang,
#paging {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.item_page,
.item_page_active,
.bp_cls_next,
.bp_cls_prev {
  font-weight: bolder;
  border-radius: 99px;
  border: 2px solid rgb(119, 119, 119);
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(119, 119, 119);
}
.item_page_active {
  border-color: #5a2d82;
  background-color: #5a2d82;
  color: #fff;
}
.footer {
  background-color: #5a2d82;
  color: white;
  border-top: 5px solid #ffcc00;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}

.footer-content {
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 30px;
  position: relative;
  z-index: 1;
}

.footer-logo {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}


.logo-img {
  height: auto;
  width: 100%;
  max-width: 250px;
  object-fit: contain;
  border-radius: 8px;
}

.logo-wrapper::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 10px;
  background: linear-gradient(45deg, #ffcc00, #ff9900, #ff6600, #ffcc00);
  opacity: 0;
  z-index: -1;
  transition: opacity 1s ease;
}

.logo-wrapper:hover::before {
  opacity: 1;
}


.logo-text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fffcfe;
  text-shadow: 1px 1px 2px rgba(255, 221, 149, 0.8);
  letter-spacing: 0.5px;
  animation: glow 1.5s infinite alternate;
}

@keyframes glow {
  from {
    text-shadow: 0 0 5px #ffcc00, 0 0 10px #ffcc00, 0 0 15px #ffcc00;
  }
  to {
    text-shadow: 0 0 10px #ffcc00, 0 0 20px #ffcc00, 0 0 30px #ffcc00;
  }
}



.footer-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.info-title {
  color: #ffcc00;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 10px;
}

.info-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #ffcc00;
}

.info-list {
  list-style: none;
}

.info-item {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
}

.info-item i {
  color: #ffcc00;
  margin-right: 10px;
  margin-top: 3px;
  width: 16px;
  text-align: center;
}

.info-text {
  font-size: 14px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-menu {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.nav-footer-item {
  position: relative;
}

.nav-footer-item a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav-footer-item a:hover {
  color: #ffcc00;
}

.nav-footer-item:not(:last-child)::after {
  content: "|";
  color: rgba(255, 255, 255, 0.3);
  margin-left: 15px;
}

.social-icons {
  display: flex;
  gap: 15px;
  margin-top: auto;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transition: all 0.3s;
  color: white;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #ffcc00;
  color: #5a2d82;
  transform: translateY(-3px);
}

.social-icon i {
  font-size: 16px;
}

.footer-bottom {
  background-color: #451e67;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer-bottom a {
  color: #ffcc00;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.accent-section {
  position: relative;
  overflow: hidden;
  background-color: #5a1c7e;
  margin-bottom: 5px;
  border-radius: 4px;
}

.accent-container {
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.accent-title {
  text-align: left;
  padding: 10px 0;
}

.accent-title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  line-height: 1.1;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  display: inline-block;
}

.highlight-text {
  color: #ffcc00;
  position: relative;
  display: inline-block;
}

.bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.1;
}

.accent-line {
  display: block;
  width: 80px;
  height: 2px;
  background: #ffcc00;
  margin-top: 5px;
}

.accent-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #ffcc00 0%, #ff9900 100%);
}
@media only screen and (min-width: 1200px)  {
    .header .navbar-nav > .nav-item > a {
  position: relative;
  padding: 0;
  padding-bottom: 10px !important;
}
.header .navbar-nav > .nav-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  border-radius: 50px;
  background-color: #ffcc00;
  transition: width 0.8s ease-in-out;
}
.header .bp_toggle_arrow {
  padding-bottom: 10px;
  padding-left: 0;
  color: black;
  font-size: 13px;
}
.header .navbar-nav > .nav-item.active > a::after {
  transition: unset;
}
.header .navbar-nav li:hover > a,
.header .navbar-nav .nav-item.active > a {
  color: #ffcc00;
}

.header .navbar-nav > .nav-item:hover a::after,
.header .navbar-nav > .nav-item.active a::after {
  width: 50%;
}
.header .navbar-nav > .nav-item > a {
  position: relative;
  padding: 0;
  padding-bottom: 10px !important;
}
.header .navbar-nav > .nav-item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  border-radius: 50px;
  background-color: #5d3080;
  transition: width 0.8s ease-in-out;
}
.header .bp_toggle_arrow {
  padding-bottom: 10px;
  padding-left: 0;
  color: black;
  font-size: 13px;
}
.header .navbar-nav > .nav-item.active > a::after {
  transition: unset;
}
.header .navbar-nav li:hover > a,
.header .navbar-nav .nav-item.active > a {
  color: #5d3080;
}

.header .navbar-nav > .nav-item:hover a::after,
.header .navbar-nav > .nav-item.active a::after {
  width: 50%;
}
.header .navbar ul.navbar-nav > li:hover > a {
    color: #5d3080;
}
.navbar ul.navbar-nav > li {
    padding-bottom: 0;
}
}

@media screen and (max-width: 1140px) {
  .get-btn {
    display: none;
  }
}
@media (max-width: 900px) {
  .footer-content {
    grid-template-columns: 1fr 2fr;
  }

  .footer-links {
    grid-column: span 2;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0 0;
    margin-top: 10px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .header-menu {
    padding: 10px;
  }
  .navbar-toggler {
    background: linear-gradient(to right, #7d3c98, #9b59b6, #8e44ad);
  }
  .header-menu .navbar-expand-md .navbar-nav .nav-link {
    color: #111111;
  }
  #menu_hor {
    justify-content: end;
  }
}
@media (max-width: 768px) {
  .accent-title h1 {
    font-size: 32px;
  }

  .accent-line {
    width: 60px;
    height: 4px;
  }
}
@media (max-width: 600px) {
    .sidebar .bp_block_item {
        margin: 0;
        
        margin-top: 20px;
    }  
  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-logo {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 20px;
    margin-bottom: 20px;
  }

  .info-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .info-item {
    justify-content: center;
  }

  .nav-menu {
    justify-content: center;
    flex-wrap: wrap;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-links {
    grid-column: span 1;
  }
  .accent-title h1 {
      font-size: 20px;
  }
}

