@media only screen and (max-width: 1600px) {
    .archive-section h2 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
}
@media only screen and (max-width: 1400px) {
    .archive-item-content {
        padding-left: 3em;
        padding-right: 3em;
    }
    .archive-section .carousel-control-next {
        right: 8em;
    }
    .archive-section .carousel-control-prev {
        right: 3em;
    }
    .archive-section h2 {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
}
@media only screen and (max-width: 1199px) {
    .archive-section .carousel-control-prev,
    .archive-section .carousel-control-next {
        bottom: 0em;
    }
    .archive-section h2 {
        margin-top: 0.5em;
        margin-bottom: 0.2em;
    }
    .quote-icon {
        max-width: 46px;
    }
}
@media only screen and (max-width: 991px) {
    .articles-large-content {
        padding-left: 0;
    }
    .archive-section h2 {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .archive-item-content {
        margin-bottom: 4em;
    }
    .archive-section .carousel-control-prev,
    .archive-section .carousel-control-next {
        bottom: 0em;
    }
    .navigation-arrow {
        max-width: 60px;
    }

    .navigation-book img {
        max-width: 70%;
    }

    .prev-btn {
        margin-bottom: 3em;
        transform: scale(0.9);
    }
    .prev-btn:hover {
        transform: scale(0.8);
    }

    .hero-indecators {
        margin-top: -2em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (max-width: 920px) {
}
@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-height: 40px;
    }
    .page-title,
    .page-year {
        font-size: 2em;
    }
    .hero-section h2 {
        font-size: 2.2em;
    }
    .articles-filter-list li a {
        font-size: 1.8em;
    }
    .articles-grid .col-lg-4:nth-last-child(-n + 3) .article-grid-item {
        border-bottom: 1px solid #000;
    }
    /* .articles-grid .col-lg-4:nth-last-child(-n + 2) .article-grid-item {
        border-bottom: 0;
    } */
    .article-grid-item {
        padding-left: 0em;
    }
    .hero-section {
        margin-top: 5em;
        margin-bottom: 5em;
    }
    .about-section {
        padding-top: 5em;
        padding-bottom: 5em;
    }
    .video-play-btn {
        margin-top: -3em;
        margin-left: -3em;
        width: 6em;
        height: 6em;
    }
    .video-play-btn::after {
        margin-left: -10px;
        margin-top: -22px;
        border-left: 30px solid #ffffff;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
    }
    .hero-read-more {
        right: -0.5em;
    }
    .hero-arrow img,
    .hero-banner-img {
        max-width: 75%;
    }
    .navigation-arrow {
        max-width: 40px;
    }
    .hero-indecators {
        margin: auto;
        max-width: 120px;
        margin-top: 1em;
    }

    #HeroCarousel .carousel-control-prev,
    #HeroCarousel .carousel-control-next {
        transform: scale(0.8);
    }
}

@media only screen and (max-width: 600px) {
    .page-title {
        margin-bottom: 0.3rem;
    }
    .articles-filter-list li a {
        font-size: 1.1em;
    }
    .articles-filter-list li {
        margin-right: 1em;
    }
    .categoriy-item a {
        font-size: 2em;
    }

    .video-play-btn {
        margin-top: -3em;
        margin-left: -3em;
        width: 6em;
        height: 6em;
    }

    .video-play-btn::after {
        margin-left: -12.5px;
        margin-top: -25px;
        border-left: 35px solid #ffffff;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }

    .navigation-arrow {
        max-width: 30px;
    }
}

@media only screen and (max-width: 490px) {
}

@media only screen and (max-width: 425px) {
    .page-title,
    .page-year {
        font-size: 2em;
    }
    .navigation-book img {
        max-width: 100%;
    }
    .navigation-book {
        max-width: 60%;
    }
    .navigation-section .article-title,
    .navigation-section .article-date {
        font-size: 1rem;
    }
}
