body {
    background-color: var(--bg-light-color);
}
.news-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid rgba(49, 49, 49, .30);
    position: relative;
}
.news-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(49, 49, 49, .30);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 1;
}

.news-grid:hover .news-img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1.0);
    transform: perspective(400px) rotateX(0deg) scaleY(1.0);
}
.news-img img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 500ms ease
}

.news-grid:hover .news-img img {
    transform: scale(1.05);
}

.pagination .page-item {
    margin: 0 3px;
}
.pagination .page-link {
    color: var(--primary-font-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color:var(--decorate-color);
}

.hot-article {
    display: flex;
    align-items: center;
    gap: 10px;
}
.hot-article img {
    width: 100px;
    height: 75px;
    object-fit: cover;
    border-radius: 4px;
}
.hot-article .info {
    flex: 1;
}
.hot-article .info h6 {
    margin: 0;
    font-size: 1rem;
}
.hot-article .info p {
    margin: 0.6rem 0 0;
    font-size: 0.9rem;
    color: #6c757d;
}
.article-container {
    background-color: #fff;
    /*border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
}
.article-title {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
.article-meta {
    font-size: 0.8rem;
    color: #000; /*#6c757d;*/
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ccc;
}
.article-img-container img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.article-content {
    line-height: 1.8rem;
}
.article-content p {
    line-height: 2rem;
}
.article-content figure {
    text-align: center;
}
.article-content img {
    max-width: 100%;
    height: auto;
    margin: 5px;

}
.article-content video {
    max-width: 100%;
    height: auto;
    object-fit: cover
}
.article-content iframe {
    display: block;
    max-width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
}
.related-articles {
    margin-top: 2rem;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.related-article-item {
    margin-bottom: 1rem;
}
.related-article-item img {
    border-radius: 4px;
}
.related-article-item .title {
    font-size: 1rem;
    margin: 0.5rem 0;
}
.rounded-bottom-left-80 {
    border-bottom-left-radius: 80px;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.mb-2{
    margin-bottom: 2rem !important;
}
.mb-5{
    margin-bottom: 5rem !important;
}
.mb-3{
    margin-bottom: 3rem !important;
}
.mt-3{
    margin-top: 3rem !important;
}
.mt-1{
    margin-top: 1rem !important;
}
.mt-2{
    margin-top: 2rem !important;
}
.me-3{
    margin-right: 1rem !important;
}
.me-2{
    margin-right: 0.6rem !important;
}
.mb-4{
    margin-bottom: 4rem !important;
}
.mt-5{
    margin-top: 5rem !important;
}
.mt-4{
    margin-top: 4rem !important;
}
.text-2{
    font-size: 2rem;
}
@media (min-width: 1200px) {
    .container {
        width: 1440px;
    }
    .article-content iframe {
        max-width: 80% !important;
        margin:0 auto;
    }
}
.breadcrumb{
    background: #fff;
}
.card-body{
    background: #edebeb;
    border-radius: 10px;
    padding: 1.2rem;
}
.card-title{
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.pt-20{
    padding-top: 20px;
}
hr{
    border-top: 1px solid #fff;
}
h1,h6 {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pr-1{
    padding-right: 1rem !important;
}
.pl-1{
    padding-left: 1rem !important;
}

.entry-meta{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section-label{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 60px;
}
.section-label .label-box {
    cursor: pointer;
    padding: 7px 20px;
    border: 1px solid #efefef;
    border-radius: 6px;
    box-sizing: border-box;
}
.section-label .label-box a {
    width: 100%;
    height: 100%;
    color: #777371;
}
.section-label .label-box:hover {
    border: 1px solid var(--primary-color);
}
.section-label .label-box:hover a {
    color: var(--primary-color);
}
.section-label .select-label {
    background: var(--primary-color);
}
.section-label .select-label a {
    color: white;
    font-weight: 500;
}
.section-label .select-label:hover a {
    color: white;
}
@media (max-width: 767px) {
    .section-label{
        gap: 10px;
        margin-top: 30px;
    }
    .section-label .label-box {
        padding: 7px 10px;
    }
    .blog-section .blog-grids .grid {
        margin: 0 7px 40px;
    }
}
.details h4{
    line-height: 1.2rem;
}
.swiper-event-next,.swiper-event-prev{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
}
.swiper-event-next i,.swiper-event-prev i{
    font-size: 3rem;
    color: var(--primary-color);
}
.swiper-event-prev {
    left: 10px;
    right: auto;
}
.swiper-event-next {
    right: 10px;
    left: auto;
}