.main__content table {
    border-collapse: collapse;
    width: 100%
}

.main__content table td {
    border: 1px solid #ccc;
    vertical-align: top;
    padding: 5px;
}

.main__content table th {
    border: 1px solid #6093df;
    vertical-align: top;
    padding: 5px;
}

.main__content table tr:first-of-type td,
.main__content table tr:first-of-type th {
    background: #0F61D9;
    color: #fff;
    text-align: center;
}
.footer-soc-links li {
    list-style: none;
}
.show-more-btn{
    margin-bottom:16px;
}
.article-detail__content  iframe{
    width:100%;
}
.card-img-canvas a{
    width:100%;
}
@media (max-width: 600px) {
    .card-img-canvas a img{
        width:100%;
        height:100%;
    }
}
.nav-megamenu__item{
    break-inside: avoid
}
.top-news {
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: stretch;
    gap: 1.25rem;
}
.top-news__main {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #0f61d9;
}
.top-news__main img {
    aspect-ratio: 16/9;
    width: 100%;
    object-fit: cover;
}
.top-news__main-row {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
}
.top-news__main-row .card-title {
    font-size: 1rem;
}
.top-news__main-text {
    width: 100%;
    padding: 8px 40px 16px;
    color: #F4F7FB;
}
.top-news__main-btn {
    border: 1px solid #F4F7FB;
}
.top-news__col {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    gap: 0.5rem;
}
.top-news__col .card--news .card-title {
    font-size: 0.9rem;
    line-height: 1.2;
    max-height: 3.225rem;
    margin-bottom: 0;
}

.top-news__col .card--news.card {
    flex-direction: row;
    border: 1px solid #DEE2E6;
    padding: 10px;
    background: #F4F7FB;
    height: 100%;
}

.top-news__col .card--news.card.active {
    border: 3px solid #0F61D9;
}

.card--news .card-img {
    aspect-ratio: 16/9;
    object-fit: cover;
}
.card--news .card-img-canvas {
    padding: 0;
    height: auto;
}

.detail-slider__main .swiper-wrapper {
    align-items: stretch;
}
.detail-slider__main .swiper-slide {
    height: initial;
    display: flex;
    align-items: center;
}
.detail-slider__main .swiper-slide[data-image=contain]::before {
    content: "";
    position: absolute;
    padding: 10px;
    top: -10px;
    left: -10px;
    right: 0;
    bottom: 0;
    background-image: inherit;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: 0;
    pointer-events: none;
}
.detail-slider__main .swiper-slide[data-image=contain] img {
    z-index: 1;
    position: relative;
}
.detail-slider__main .swiper-slide img {
    height: initial;
}
.detail-slider__thumbs .swiper-slide img {
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .top-news__col-img {
        display: none;
    }
    .top-news__main-text .card-title {
        font-size: 1.25rem;
    }
    .top-news__main-text {
        padding: 15px 26px 19px 39px;
    }
}
@media (max-width: 768px) {
    .top-news {
        display: block;
    }
    .top-news__main {
        margin-bottom: 1rem;
    }
    .top-news__main-row {
        align-items: start;
        flex-direction: column;
    }
    .top-news__main-text {
        padding: 8px 24px 16px;
    }
}