img {
    max-width: 100%;
}

.font-4xl-bold {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.6;
    color: #1C1D1D;
}

.top-head-blog .box-author {
    justify-content: center;
    margin-top: 20px;
}

.box-author {
    display: flex;
    align-items: center;
}

.content-products {
    padding: 30px 0;
}

.top-head-blog {
    margin-bottom: 30px;
}

.content-detail {
    max-width: 100%;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}

.content-detail p {
    font-size: initial;
    margin-bottom: 20px;
    line-height: 1.6;
}

.content-detail h2 {
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 24px;
}

.content-detail h3 {
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 20px;
}

.content-detail h4 {
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 18px;
}

.content-detail h5 {
    line-height: 1.6;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 16px;
}

.content-detail img {
    display: block;
    margin: 0 auto 30px;
    object-fit: contain;
    max-height: 500px;
    max-width: 500px;
}

.brand-1 {
    color: #333;
}

.font-2xl {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.6;
}

.cardBlog {
    margin-bottom: 30px;
}

.cardBlog .cardImage {
    margin-bottom: 15px;
    border: 1px #ddd solid;
    padding: 10px;
    object-fit: contain;
    position: relative;
}

.cardBlog .blogImage_t {
    margin-right: 20px;
    float: left;
    width: 200px;
}

.cardBlog .blogImage_t .blogimg {
    height: 166px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.cardBlog .cardInfo h5 {
    height: auto;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
}

.font-sm {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #1C1D1D;
}

.cardBlog .cardInfo .cardDesc {
    height: 60px;
    line-height: 20px;
    margin-bottom: 10px;
}

.cardBlog .cardInfo .btn-arrow-right {
    padding-left: 0px;
}

.btn.btn-arrow-right {
    font-size: 16px;
    padding: 0;
    line-height: 23px;
    font-weight: 700;
    color: #1C1D1D;
}

@media (max-width: 767px) {
    .content-detail img {
        max-width: 100%;
    }
}

@media (max-width: 500px) {
    .cardBlog .blogImage_t {
        width: 100%;
        margin-right: 0;
        float: none;
    }
}

.content-detail a,
.content-detail a * {
    color: #6F2C09;
}

.content-detail a:hover,
.content-detail a:hover * {
    text-decoration: underline;
}

.content-detail ul {
    margin-bottom: 20px;
    margin-left: 20px;
}

.content-detail ul li {
    margin-bottom: 10px;
    list-style: inside;
    list-style-position: outside;
}

.content-detail li {
    margin-bottom: 10px;
}

.blog_detail_featured {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 30px;
}

.blog_detail_featured_item {
    border: 1px #ddd solid;
    margin-bottom: 30px;
}

.blog_detail_featured_item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    transition: all 0.3s;
}

.blog_detail_featured_item img:hover {
    transform: scale(1.05);
}

.blog_detail_featured_img a {
    display: flex;
    border-bottom: 1px #ddd solid;
    overflow: hidden;
    border-bottom: 1px #ddd solid;
}

.blog_detail_featured_tit {
    padding: 12px 20px;
    line-height: 1.6;
}