.empty-heart {
    color: #CDCDCD !important;
}

.blog-posts .submit-comment textarea {
    text-transform: none !important;
}

.submit-reply textarea {
    width: 100%;
    height: 46px;
    border: 1px solid #eee;
    font-size: 13px;
    text-transform: none;
    font-weight: 500;
    color: #7a7a7a;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 30px;
    height: 70px;
    max-height: 110px;
    max-width: 100%;
    min-width: 160px;
}

.fa-heart {
    color: red !important;
}
.empty-heart {
    color: #CDCDCD !important;
}

.btn-primary {
    display: inline-block;
    background-color: #4e888d;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    padding: 9px 20px;
    text-transform: uppercase;
    transition: all .3s;
    border: none;
    outline: none;
}
.btn-primary:hover, .btn-primary a:hover {
  background-color: #f48840 !important;
}

.errorlist {
    color: red !important;
    padding-bottom: 10px !important;
}

.contact-us .contact-form input {
    margin-bottom: 10px !important;
}

input, textarea {
    text-transform: none !important;
}

.profile-picture {
    max-width: 100%;
    width: 180px;
    height: 180px;
}

.owl-banner {
    padding: 47px !important;
}

.owl-carousel .owl-item img {
    height: 440px !important;
    border: 1px solid #87CEEB; /* Đường viền 1px, màu xanh da trời (#87CEEB) */
    border-radius: 5px; /* Bo tròn góc với 5px (tuỳ chọn) */
    opacity: 0.8;
    box-sizing: border-box;

}
@media screen and (max-width: 767px) {
    .owl-carousel .owl-item img {
        height: 300 !important; /* Allow height to adjust based on width */
        max-height: 300px; /* Set a maximum height for smaller screens */
        width: 100%; /* Ensure the image takes full width of its container */
    }
}



/* new */
.home-hero{margin-top:20px}
.hero-main{border-radius:8px;overflow:hidden}
.hero-image{height:420px;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.1),rgba(0,0,0,0.6))}
.hero-content{position:absolute;left:20px;right:20px;bottom:20px;color:#fff}
.hero-title{font-size:28px;font-weight:700;line-height:1.25;margin:0 0 8px}
.hero-meta{display:flex;gap:12px;font-size:14px;opacity:.9}
.hero-side{display:flex;flex-direction:column;gap:14px}
.side-item{padding:10px;border:1px solid #eee;border-radius:8px;gap:12px;background:#fff}
.side-thumb{width:92px;height:72px;object-fit:cover;border-radius:6px}
.side-info{flex:1}
.side-title{font-size:16px;font-weight:600;margin:0 0 6px;color:#222}
.side-item:hover .side-title{color:#ff7f00}
.side-meta{font-size:13px;color:#888}
.news-card{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff;transition:transform .2s,box-shadow .2s}
.news-card:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.08)}
.news-thumb{width:100%;height:180px;object-fit:cover}
.news-body{padding:12px}
.news-title{display:block;font-size:16px;font-weight:600;color:#222;text-decoration:none;margin-bottom:6px}
.news-title:hover{color:#f48840}
.news-meta{display:flex;gap:10px;font-size:13px;color:#777}
.blog-new .main-button{text-align:center;margin-top:8px}
@media (max-width:767px){
  .hero-image{height:280px}
  .hero-title{font-size:20px}
  .side-thumb{width:78px;height:58px}
  .news-thumb{width:100%;height:200px;object-fit:cover}
}
.blog-new{display:block}
.news-lead{border-radius:10px;overflow:hidden}
.news-lead-thumb{height:320px}
.news-lead-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.6))}
.news-lead-content{position:absolute;left:16px;right:16px;bottom:16px;color:#fff}
.news-lead-title{font-size:22px;font-weight:700;margin:0 0 6px}
.news-lead-meta{display:flex;gap:10px;font-size:13px;opacity:.9}
.breaking-ticker{background:#f5f5f5;border-top:1px solid #eee;border-bottom:1px solid #eee}
.ticker-wrapper{gap:16px;padding:10px 0}
.ticker-label{background:#f48840;color:#fff;font-weight:700;padding:6px 10px;border-radius:4px}
.ticker-list{display:flex;gap:18px;overflow:auto;white-space:nowrap}
.ticker-item{color:#222;text-decoration:none}
.ticker-item:hover{color:#f48840}
.home-sections{margin-bottom:24px}
.section-block{margin-bottom:28px}
.section-header{margin-bottom:12px;padding:8px 0;border-bottom:1px solid #eee}
.section-title{font-size:20px;font-weight:700;margin:0;position:relative;padding-left:14px}
.section-title::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:20px;border-radius:3px;background:#4e888d}
.section--trending .section-title::before{background:#f48840}
.section--featured .section-title::before{background:#ff5722}
.section--category .section-title::before{background:#4caf50}
.month-badge{display:inline-block;margin-left:8px;font-size:12px;font-weight:700;color:#fff;background:#f48840;padding:2px 8px;border-radius:12px}
.section-more{font-size:14px;color:#4e888d;text-decoration:none}
.section-more:hover{color:#f48840}
.highlight-secondary{margin-bottom:24px}
.highlight-card{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff;padding:10px}
.highlight-thumb{width:100%;height:160px;object-fit:cover;border-radius:6px}
.highlight-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:8px;font-size:15px;font-weight:600;color:#222;text-decoration:none}
.highlight-title:hover{color:#f48840}
.highlight-meta{font-size:13px;color:#777}
.sidebar{padding-left:0;padding-right:0}
.sidebar .row{margin-left:0;margin-right:0}
.sidebar .col-lg-12{padding-left:0;padding-right:0}
.sidebar-card{border:1px solid #eee;border-radius:10px;background:#fff;padding:6px;margin-bottom:12px}
.sidebar-heading h2{font-size:18px;font-weight:700;margin:0 0 6px}
.sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:11px}
.sidebar-list-item{display:flex;align-items:center;gap:6px;text-decoration:none}
.sidebar-item-title{color:#222;line-height:1.2}
.sidebar-list-item:hover .sidebar-item-title{color:#f48840}
.sidebar-list.numbered .sidebar-list-item{gap:6px}
.sidebar-rank{color:#ff5722;font-weight:700}
.sidebar-thumb-sm{width:44px;height:44px;object-fit:cover;border-radius:6px}
.sidebar-thumb-xs{width:60px;height:40px;object-fit:cover;border-radius:6px}
.sidebar-thumb-featured{width:72px;aspect-ratio:16/9;height:auto;object-fit:cover;border-radius:6px;flex-shrink:0}
.sidebar-item-meta{font-size:12px;color:#888}
.line-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.sidebar-item-title{flex:1}
.badge-new{position:absolute;top:8px;left:8px;background:#f44336;color:#fff;font-size:12px;font-weight:700;padding:4px 8px;border-radius:14px}
.thumb-wrap{position:relative;display:inline-block}
.badge-new-xs{position:absolute;top:4px;left:4px;background:#f44336;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:12px}
.sidebar-ad{min-height:250px;margin:6px 0}
.inline-ad{min-height:250px;border:1px solid #eee;border-radius:10px;background:#fff}
.tag-highlight{margin-bottom:20px}
.tag-chip-list{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.tag-chip{display:inline-block;padding:6px 10px;border:1px solid #eee;border-radius:20px;text-decoration:none;color:#333;background:#fff}
.tag-chip:hover{color:#f48840;border-color:#f48840}
.tag-chip.active{background:#f48840;color:#fff;border-color:#f48840}
@media (max-width: 576px) {
    .highlight-thumb {
        height: 200px; /* chỉnh tùy ý: 180, 200, 250px… */
    }
}
