.content.about_child{
	top: 0;
}
.title_head,
.label_head,
.text-center {
    float: unset;
}

.container-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.main-content {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
}

.list-news-left {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    flex: 1;
}

.menu-main-news {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.menu-main-news li {
    font-size: 16px;
    font-weight: 400;
    border-radius: 38px;
    cursor: pointer;
    padding: 1px;
    background: linear-gradient(to bottom, #0F4D98, #199F5A);

    &>div {
        padding: 8px 16px;
        background: #fff;
        border-radius: 38px;
    }

    &.active,
    &:hover {
        &>div {
            background: linear-gradient(to bottom, #0F4D98, #199F5A);
            color: #fff;
            /* font-weight: 500; */
        }
    }
}

.line-menu-news {
    background: #b3afaf;
    height: 1px;
    border: none;
}

.title-type-news {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;

    span {
        display: inline-block;
        width: 8px;
        height: 28px;
        border-radius: 8px;
        background: #199F5A;
    }
}

.card-news {
    display: flex;
    flex-direction: column;
    color: #333333;
    margin-bottom: 16px;
    border-radius: 5px;
    overflow: hidden;

    &:hover {
        color: #199F5A;
    }

    .main-news_image {
        width: 100%;
        height: 131px;
        position: relative;
        flex-shrink: 0;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .date-news {
            position: absolute;
            bottom: 0;
            left: 0;
            display: inline-block;
            padding: 5px 10px;
            background: rgba(0, 0, 0, 0.5);
            font-size: 10px;
            font-weight: 400;
            color: #fff;
            border-top-right-radius: 8px;
            line-height: 160%;
        }
    }

    .main-news_content {
        padding: 8px 0;
        font-size: 16px;
        line-height: 160%;
        font-weight: 500;

        p {
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            margin-bottom: 0;
        }
    }



    &.main-news-big {
        .main-news_image {
            height: 202px;

            .date-news {
                font-size: 14px;
            }
        }

        .main-news_content {
            padding: 16px 0;
        }
    }

    &.card-horizontal {
        flex-direction: row;

        .main-news_image {
            width: 134px;
            height: 74px;
        }

        .main-news_content {
            padding: 11px 16px;
        }
    }

    &.small-news {
        .main-news_image {
            width: 127px;
            height: 70px;
        }

        .main-news_content {
            padding: 13px 16px;
            font-size: 14px;
            font-weight: 400;
        }
    }
}

.main-news {
    display: flex;
    gap: 24px;
}

.list-news-new {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;

    .card-news {
        width: calc(33.33% - 10.67px);
    }
}

.wrap-view-more {
    text-align: center;
    font-weight: 400;

    .btn-view-more {
        display: inline-block;
        background: linear-gradient(to bottom, #0F4D98, #199F5A);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}



.list-news-right {
    width: 330px;
}

.wrap-list-news {
    background: #fff;
    border-radius: 8px;
    width: 330px;
    flex-shrink: 0;
    padding: 16px;
    margin-bottom: 24px;
}

.wrap-news-detail {
    display: flex;
    gap: 24px;
}


.news-detail {
    padding: 16px;
    background: #fff;
    border-radius: 8px;

    .title-news {
        font-size: 24px;
        text-align: center;
        line-height: 160%;
        font-weight: 500;
    }

    .more-information {
        margin-bottom: 16px;
        justify-content: space-between;

        .infor-statis {
            gap: 4px;
            margin-right: 16px;

            img {
                width: 20px;
                height: 20px;
            }

            span {
                font-size: 14px;
            }
        }

        .infor-share {
            gap: 12px;
            margin-right: 16px;
            font-size: 14px;

            .infor-share-box {
                gap: 12px;

                img {
                    width: 24px;
                }
            }
        }
    }

    .img-banner {
        margin-bottom: 24px;
    }

    .text-news {
        font-size: 18px;
        font-weight: 400;
    }

    .title-category {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .table-major {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin: auto;
        font-size: 18px;
        font-weight: 400;
        border: 1px solid #eee;
        margin-bottom: 24px;
        border-radius: 8px;
        overflow: hidden;

        th {
            background: linear-gradient(to bottom, #0F4D98, #199F5A);
            color: #fff;
            padding: 10px;
            text-align: center;
            font-weight: 500;
        }

        td {
            padding: 16px;
        }

        tr {
            background: #fff;
        }

        tr:nth-child(even) {
            background-color: #F8F9FA;
        }
    }

    .list-address {
        li div {
            display: flex;
            gap: 8px;
            align-items: flex-start;
        }

        .mark-hotline {
            color: #FD1D1D;
            font-weight: 600;
        }
    }

    .highlight-news {
        padding: 24px;
        background: #EEFFF4;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .form-register {
        background-image: url(../images/news/bg-register-form.jpg);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding: 41px;
        border-radius: 13px;
        border-top-left-radius: 85px;


        h4 {
            font-size: 20px;
            font-weight: 600;
            margin-bottom: 24px;
            color: #fff;
            text-align: center;
            line-height: 35px;
        }

        .form-group {
            max-width: 591px;
            margin: auto;
            gap: 16px;
            position: relative;

            &:before {
                content: "";
                position: absolute;
                left: 24px;
                top: 50%;
                transform: translateY(-50%);
                width: 24px;
                height: 24px;
                background-image: url(../images/icon/icon_mail.svg);
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                pointer-events: none;
            }

            input {
                padding: 10px 12px 10px 62px;
                font-size: 16px;
                color: #969696;
            }


            button {
                width: 120px;
                font-size: 16px;
                padding: 15px 26px;
                background: linear-gradient(to bottom, #FF885C, #FF6248);
                border-radius: 7px;
                color: #fff;
                border: none;
                flex-shrink: 0;
                line-height: 100%;
                font-weight: 600;
                cursor: pointer;
            }
        }
    }
}


@media (max-width: 1000px) {
    .main-content {
        flex-direction: column;
        gap: 0;
    }

    .list-news-left {
        width: 100%;
    }

    .list-news-right {
        width: 100%;
        display: flex;
    }

    .title_head {
        font-size: 32px;
        line-height: 140%;
    }

    .label_head {
        font-size: 16px;
        line-height: 160%;
        margin-bottom: 16px;
    }

    .wrap-news-detail {
        flex-direction: column;
    }

    .wrap-list-news {
        width: 50%;
    }

}

@media (max-width: 600px) {
    .main-news {
        flex-direction: column;
    }

    .list-news-left,
    .list-news-right {
        padding: 16px 0;
    }

    .list-news-new {
        .card-news {
            width: calc(50% - 8px);
        }
    }

    .list-news-right {
        flex-direction: column;
    }

    .news-detail {
        .title-news {
            font-size: 20px;
            line-height: 160%;
            font-weight: 500;
            margin-bottom: 16px;
        }

        .table-major {
            th:first-child {
                width: 58%;
            }

            th:last-child {
                width: 42%;
            }
        }

        .form-register {
            padding: 38px 16px 24px;
            border-top-left-radius: 66px;

            h4 {
                font-size: 16px;
                line-height: 160%;
            }

            .form-group {
                gap: 8px;

                &::before {
                    left: 5px;
                }

                input {
                    padding-left: 33px;
                }

                button {
                    width: 87px;
                    font-size: 14px;
                    padding: 16px 10px;
                }
            }
        }
    }

    .wrap-list-news {
        width: 100%;
    }

}

@media (max-width: 450px) {
    .list-news-new {
        .card-news {
            width: 100%;
        }
    }

    .wrap-menu-main-news {
        overflow-x: auto;
        width: 100%;

        .menu-main-news {
            display: flex;
            justify-content: center;
            flex-wrap: nowrap;
            width: max-content;
            gap: 8px;
            margin-bottom: 24px;

            li div {
                padding: 4px 16px;
            }
        }
    }

    .more-information {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
.news-content .img-banner {
    width: 100% !important;
    max-width: 770px;
    height: 100% !important;
}