header {
    background: unset;
}

.card-img-top {
    padding-top: 60%;
}

.main-5 {
    /* max-width: 1200px; */
    padding-top: 85px;
    padding-bottom: 0px;
    margin: 0px 13%;
}

.banner {
    margin-top: 5px;
    width: 100%;
    height: 600px;
    background-image: url('../images/Rectangle 2796.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.news-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #C5E7FF;
    text-transform: capitalize;
}

.dot-title {
    color: #F5B423;
    font-size: 65px;
    line-height: 0px;
}

.navbar .nav-links .links li .link-news {
    color: #002F48;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.news {
    position: relative;
    width: 100%;
}

.pagination {
    display: flex;
    text-align: center;
    justify-content: center;
}

.page-item.active .page-link {
    background-color: #ee0033;
    border-color: #ee0033;
}

.main-5 {
    background: #FFFFFF;
}

.main .span_title {
    text-align: left;
    margin-bottom: 40px;
}

.list-new {
    padding: 0px 2px;
    margin-left: 0px;
    margin-right: 0px;
}

.list-new .col-md-4 {
    margin-bottom: 64px;
}

.list-new div img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 223px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.list-new div img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.new-info {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
    min-height: 270px;
    margin-bottom: 30px;
}

.new-info span {
    font-family: 'Open Sans';
    display: inline-block;
    font-weight: 450;
    font-size: 16px;
    line-height: 21px;
    color: #52606D;
    opacity: 0.8;
    margin-bottom: 12px;
}

.new-info h4 a {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #191919;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
    letter-spacing: normal;
}

.new-info p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #001E2D;
    text-transform: lowercase;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: justify;
}

.new-info a {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 1.25px;
    color: #ee0033;
}

@media (min-width: 1900px) {
    .banner {
        height: 800px;
    }
}

@media (max-width: 940px) {
    .banner {
        height: 330px;
    }
    .navbar .nav-links .links li .link-news {
        color: #918D8A;
    }
}

@media (max-width: 479px) {
    .main-5 {
        margin: 0px auto;
    }
    .banner {
        height: 150px;
    }
    .banner h2 {
        font-size: 22px;
    }
    .dot-title {
        font-size: 50px;
    }
    .main-5 {
        padding-top: 18px;
    }
}