* {
    box-sizing: border-box
}

.list-news-container .box-news-contain .new-item-large .image-news img {
    height: 455px
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-large {
    width: 808px;
    margin: 0;
    padding: 0;
    height: 455px;
    position: relative;
    max-width: 100%
}

.box-banner {
    display: flex;
    flex-direction: row;
    column-gap: 34px
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-multiple {
    margin-top: 35px;
    margin-left: -8px
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box {
    padding-left: 0;
    padding-right: 0;
    flex: 1
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-large .image-news img {
    width: 100%;
    height: 211px;
    object-fit: cover;
    object-position: center
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-large .image-news {
    max-height: 211px;
    min-height: 211px;
    width: 100%;
    background-color: #c4c4c4
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-multiple .multiple-item .image-news img {
    width: 100%;
    height: 211px;
    object-fit: cover
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-multiple .multiple-item .image-news {
    max-height: 211px;
    min-height: 211px;
    width: 100%;
    background-color: #c4c4c4;
    position: relative
}

.list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-large .image-news {
    max-height: 455px;
    min-height: 455px
}

.box-news-contain-custom {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    margin-top: 150px;
    position: relative;
    min-height: 50vh
}

@media screen and (max-width:1080px) {
    .box-news-contain-custom {
        margin-top: 60px
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-large {
        height: 230px
    }

    .box-banner {
        flex-direction: column;
        row-gap: 24px
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-large .image-news {
        max-height: 100%;
        min-height: 100%
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-large .image-news img {
        max-height: 230px;
        object-fit: cover;
        object-position: center
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-multiple {
        margin-top: 24px;
        margin-left: -8px;
        margin-right: -8px
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-large .image-news img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: center
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-large .image-news img {
        max-height: 230px;
        min-height: 230px;
        object-fit: cover;
        object-position: center
    }

    .list-news-container .box-news-contain .block-hot-news {
        padding: 0 11px
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-large .image-news {
        max-height: 230px;
        min-height: 230px
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-multiple .multiple-item .image-news img {
        max-height: 230px;
        min-height: 230px
    }

    .list-news-container .box-news-contain .block-hot-news .hot-news-contain .box-news-contain .new-item-box .item-box-multiple .multiple-item .image-news {
        max-height: 230px;
        min-height: 230px
    }
}

@media screen and (max-width:576px) {
    .banner__news {
        height: 180px
    }

    .banner__news--title {
        display: none
    }

    .main-title {
        margin-top: 80px;
        margin-bottom: 60px
    }

    .box-news-contain-custom {
        margin-top: 110px
    }
}