.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 */
