@charset "UTF-8";
/* use the variables here to tweak the base template theme. Comment out options that you do not want to use. */
/* bring in template styles */
/* 
    Template styles 
    see assets/css/main.scss for variables
*/
/* smooth scroll for back to top, unless user opt out */
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

/* change default text colors */
body {
  font-size: 1.1rem;
  color: #111;
}

/* remove link underline */
a {
  text-decoration: none;
}

/* narrow container */
@media (min-width: 992px) {
  .container-narrow {
    max-width: 750px;
  }
}
@media (min-width: 1200px) {
  .container-narrow {
    max-width: 750px;
  }
}
/* change container size for easier reading */
/* skip nav for accessibility, based on https://webaim.org/techniques/skipnav/ */
#skip-to-content a {
  padding: 6px;
  position: absolute;
  top: -100px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
}

#skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* scroll to top */
#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 40px;
}
#scroll-to-top svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

/* feature include tweaks */
.feature-alert p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .feature-w-25 {
    width: 25% !important;
  }
  .feature-w-50 {
    width: 50% !important;
  }
  .feature-w-75 {
    width: 75% !important;
  }
  .feature-w-100 {
    width: 100% !important;
  }
}
/* bootstrap icons tweaks */
.bi {
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: hidden;
}

.icon-sprite {
  width: 1em;
  height: 1em;
  vertical-align: -0.1em;
}

/* bring in custom styles */
/* add your scss tweaks here */
/* Ẩn credit gốc */
.leaflet-control-attribution .vco-knightlab-brand {
  display: none !important;
}

/* Thêm credit mới với logo tùy chỉnh */
.leaflet-control-attribution::before {
  content: "";
  background-image: url(https://agentc.asia/wp-content/uploads/2020/12/logo-agentc-asia-color-1024x179.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  z-index: 1000;
  display: inline-block;
  width: 60px;
  height: 16px;
  vertical-align: middle;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .leaflet-control-attribution::before {
    width: 40px;
    height: 12px;
    margin-right: 4px;
  }
}
/* Thêm hover effect */
.leaflet-control-attribution::before:hover,
.leaflet-control-attribution::after:hover {
  opacity: 0.8;
}

.collection-hero {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: white;
  padding: 4rem 0;
}
.collection-hero .container .row {
  display: flex;
  flex-wrap: wrap;
}
.collection-hero .container .col-lg-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.collection-hero .container .col-lg-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.collection-hero .collection-info {
  padding: 20px;
}
.collection-hero .collection-info .collection-badge {
  background-color: #f8f9fa;
  color: #2563eb;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 1rem;
  display: inline-block;
}
.collection-hero .collection-info .collection-title {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.collection-hero .collection-info .collection-description {
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.collection-hero .collection-info .collection-stats {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.collection-hero .collection-info .collection-stats .stat-item {
  display: flex;
  align-items: center;
  margin-right: 1rem;
  font-size: 1rem;
  color: #f8f9fa;
}
.collection-hero .collection-info .collection-stats .stat-item i {
  margin-right: 0.5rem;
}
.collection-hero .collection-info .btn-cta {
  font-weight: bold;
}
.collection-hero .collection-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  padding: 20px;
}
.collection-hero .collection-grid .story-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
}
.collection-hero .collection-grid .story-item .story-card {
  position: relative;
  height: 100%;
}
.collection-hero .collection-grid .story-item .story-image {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.collection-hero .collection-grid .story-item .story-placeholder {
  width: 100%;
  height: 150px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-hero .collection-grid .story-item .story-placeholder i {
  font-size: 2rem;
  color: #6c757d;
}
.collection-hero .collection-grid .story-item .story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0.5rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.collection-hero .collection-grid .story-item .story-overlay .story-number {
  font-size: 1.2rem;
  font-weight: bold;
}
.collection-hero .collection-grid .story-item .story-overlay .story-content {
  text-align: center;
}
.collection-hero .collection-grid .story-item .story-overlay .story-content .story-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
.collection-hero .collection-grid .story-item .story-overlay .story-content .story-subtitle {
  font-size: 0.8rem;
  font-style: italic;
}
.collection-hero .collection-grid .story-item .story-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.collection-hero .collection-grid .story-item:hover .story-image {
  transform: scale(1.1);
}
.collection-hero .collection-grid .story-item:hover .story-overlay {
  opacity: 1;
}

.collection-extended {
  padding: 2rem 0;
}
.collection-extended .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-align: center;
}
.collection-extended .filter-controls .filter-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.collection-extended .filter-controls .filter-buttons .filter-btn {
  background-color: #f8f9fa;
  border: none;
  color: #2563eb;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.collection-extended .filter-controls .filter-buttons .filter-btn.active, .collection-extended .filter-controls .filter-buttons .filter-btn:hover {
  background-color: #2563eb;
  color: white;
}
.collection-extended .filter-controls .sort-controls {
  text-align: right;
}
.collection-extended .collections-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-content: center;
}
.collection-extended .stories-extended-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.collection-extended .stories-extended-grid .story-extended-item {
  max-width: 360px;
}

@media (max-width: 768px) {
  .collection-hero {
    padding: 2rem 0;
  }
  .collection-hero .container .row {
    flex-direction: column;
  }
  .collection-hero .container .col-lg-4,
  .collection-hero .container .col-lg-8 {
    width: 100%;
    flex: 0 0 100%;
  }
  .collection-hero .collection-info {
    text-align: center;
  }
  .collection-hero .collection-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .collection-extended .filter-controls .row {
    flex-direction: column;
    align-items: stretch !important;
  }
  .collection-extended .filter-controls .filter-buttons {
    justify-content: center;
  }
  .collection-extended .filter-controls .sort-controls {
    text-align: center;
  }
  .collection-extended .stories-extended-grid {
    grid-template-columns: 1fr;
  }
}
.collections-hero {
  background: linear-gradient(135deg, #2563eb, #1e40af);
  color: white;
  padding: 4rem 0;
}
.collections-hero .hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.collections-hero .hero-subtitle {
  font-size: 1.25rem;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.collections-hero .hero-features {
  margin-top: 2rem;
}
.collections-hero .hero-features .col-md-4 {
  margin-bottom: 1rem;
}
.collections-hero .hero-features .col-md-4 i {
  color: #fbbf24;
  margin-bottom: 0.5rem;
}
.collections-hero .hero-features .col-md-4 h5 {
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.collections-hero .hero-features .col-md-4 p {
  opacity: 0.8;
  margin-bottom: 0;
}

.collections-stats {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  border-left: 4px solid #2563eb;
}
.collections-stats .total-count {
  font-weight: 500;
  color: #475569;
}
.collections-stats .total-count #visibleCount {
  font-weight: 700;
  color: #2563eb;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 2rem;
}
.collections-grid .collection-card-wrapper {
  transition: all 0.3s ease;
}
.collections-grid .collection-card-wrapper:hover {
  transform: translateY(-5px);
}
.collections-grid .collection-card {
  background: white;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  height: 100%;
  border: 1px solid #e2e8f0;
  display: grid;
}
.collections-grid .collection-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
  border-color: #2563eb;
}
.collections-grid .collection-image-wrapper {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.collections-grid .collection-image-wrapper .collection-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.collections-grid .collection-image-wrapper .collection-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.collections-grid .collection-image-wrapper .collection-placeholder i {
  font-size: 3rem;
  color: #64748b;
}
.collections-grid .collection-image-wrapper .collection-overlay {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.collections-grid .collection-image-wrapper .collection-overlay .collection-category {
  background: rgba(37, 99, 235, 0.9);
  backdrop-filter: blur(10px);
  color: white;
  padding: 0.25rem 0.75rem;
  border-radius: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.collections-grid .collection-image-wrapper:hover .collection-image {
  transform: scale(1.05);
}
.collections-grid .collection-content {
  padding: 1.5rem;
}
.collections-grid .collection-content .collection-header {
  margin-bottom: 1rem;
}
.collections-grid .collection-content .collection-header .collection-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}
.collections-grid .collection-content .collection-header .collection-meta {
  display: flex;
  gap: 1rem;
}
.collections-grid .collection-content .collection-header .collection-meta .stories-count,
.collections-grid .collection-content .collection-header .collection-meta .featured-count {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
  color: #64748b;
}
.collections-grid .collection-content .collection-header .collection-meta .stories-count i,
.collections-grid .collection-content .collection-header .collection-meta .featured-count i {
  color: #2563eb;
}
.collections-grid .collection-content .collection-header .collection-meta .featured-count i {
  color: #f59e0b;
}
.collections-grid .collection-content .collection-description {
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.collections-grid .collection-content .collection-footer .btn {
  width: 100%;
  border-radius: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.collections-grid .collection-content .collection-footer .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.search-box {
  position: relative;
}
.search-box .form-control {
  padding-right: 3rem;
  border-radius: 0.5rem;
  border: 2px solid #e2e8f0;
}
.search-box .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 0.2rem rgba(37, 99, 235, 0.25);
}
.search-box .search-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  pointer-events: none;
}

.empty-state {
  text-align: center;
  padding: 3rem 1rem;
}
.empty-state i {
  margin-bottom: 1rem;
}
.empty-state h3 {
  color: #374151;
  margin-bottom: 0.5rem;
}
.empty-state p {
  color: #6b7280;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .collections-hero {
    padding: 2rem 0;
  }
  .collections-hero .hero-title {
    font-size: 2rem;
  }
  .collections-hero .hero-features .row {
    flex-direction: column;
    gap: 1rem;
  }
  .collections-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .collection-content {
    padding: 1rem;
  }
}

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