.new {
    padding: 50px 0px
}

.new .textNew {
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    text-align: center;
    color: #92361E;
    font-family: 'haptic';
    margin-bottom: 20px;
}

.new .image_new {
    margin-bottom: 20px;
}

.new .image_new img {
    width: 100%;
    border-radius: 20px;
    height: 280px;
}

.new .title {
    margin-bottom: 30px;
    padding: 0px 10px;
}

.new .title a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    -webkit-line-clamp: 2;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
}

.new .title a:hover {
    color: #92361e;
}


/*chi tiết tin tức*/
.new_detail {
    padding: 50px 0px;
}

.new_detail .title_detail {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    color: #92361E;
    font-family: 'Roboto';
    margin-bottom: 30px;
}

.new_detail .detail_detail {
    font-weight: 400;
    font-size: 18px;
    text-align: justify;
    color: #000000;
    font-family: 'Roboto';
}

.new_detail .related_new {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    width: 100%;
    background: linear-gradient(98.11deg, #C25C41 0%, #92361E 100%);
    border-radius: 10px;
    font-family: 'haptic';
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}

.new_detail .image_related {
    margin-bottom: 10px;
}

.new_detail .image_related img {
    width: 100%;
    border: 1px solid rgba(146, 54, 30, 0.25);
    border-radius: 15px;
    height: 200px;
}

.new_detail .title_related {
    margin-bottom: 30px;
}

.new_detail .title_related a {
    font-family: 'Roboto';
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    padding: 0px 5px;
}

.new_detail .title_related a:hover {
    color: #92361E;
}

/*iphone*/
@media (min-width: 320px) and (max-width: 767px) { 
    .new_detail .title_detail {
        line-height: 35px;
    }

    .new_detail .detail_detail p {
        font-size: 18px!important;
    }

    
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {
    .new_detail .related_new {
        font-size: 15px
    }
}
