.bg-1st {
    background: var(--color-1st);
}

h4.title {
    font-size: 15px;
}

.section-news .post_new {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    background: #fff;
}

.section-news .post_new .text_intro {
    padding: 20px;
}

.section-news .post_new .image,
.section-hoivien .image_logo,
.section-blog .left_section,
.section-sukien .left_section {
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.section-blog .left_section,
.section-sukien .left_section {
    height: 492px;
    border-radius: 10px;
}

.section-news .post_new .image {
    height: 250px;
}

.section-hoivien .image_logo {
    height: 125px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    margin: 10px;
}

.section-news .post_new .image img,
.section-hoivien .image_logo img,
.section-blog .left_section  img,
.section-sukien .left_section img {
    bottom: 0;
    font-family: "object-fit: cover;";
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}

.section-news .post_new h4.title a,
.section-news .post_new .mota {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section-news .post_new h4.title a{
    -webkit-line-clamp: 2;
}

.section-news .post_new .mota {
    -webkit-line-clamp: 3;
}

.section-news .diembao {
    background: #eef3ff;
    margin: 30px 0;
    padding: 20px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
}

.section-news .diembao .diembao-ul {
    padding-left: 18px;
    display: grid;
    gap: 10px;
}

.section-news .diembao h3.title {
    position: relative;
    padding-left: 18px;
}

.section-news .diembao h3.title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--color-2nd);
    height: 100%;
    width: 2px;
}

.btn_color {
    color: var(--color-2nd);
}

.item_nganhnghe a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid var(--color-2nd);
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.box-timkiem form {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
}

.box-timkiem form input{
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.box-timkiem form .icon_search {
    background: var(--color-2nd);
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
}

.box-timkiem form .icon_search i {
    color: #fff;
}

.item_sukien {
    display: grid;
    grid-template-columns: 1fr 119px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
    align-items: center;
}
.item_sukien .btn_url a {
    margin: 0 0;
    
}

.item_blog,
.item_sukien {
    padding: 10px 20px;
    background: #fff;
    border-radius: 10px;
}

.item_blog a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_blog i,
.item_sukien i {
    font-size: 35px;
}

.item_blog:hover,
.item_sukien:hover {
    box-shadow: 20px 19px 20px 0px rgba(0, 0, 0, .15);
}


@media screen and (max-width: 992px) {
.section-news .posts_news {
        grid-template-columns: 1fr;
}

.section-hoivien .mota {
    width: 100% !important;
}
}