@media (max-width: 768px){
    .search{
        display: none;
    }
    .header-top .menu{
        display: block;
    }
    .header-top .header-top-container{
        width: 100%;
    }
    header .main-nav{
        height: 0;/* 437 */
        overflow: hidden;
        transition: all .5s ease;
    }
    header .main-nav ul{
        margin: 25px 15px;
        width: 100%;
        flex-direction: column;
        height:auto;
        align-items: flex-start;
        list-style: none;
    }
    header .main-nav ul li {
        margin: 0;
        width: 100%;
        border-top: 1px solid #158a82;
    }
    header .main-nav ul li:first-child {
        border-top: 0;
    }
    header .main-nav ul li a {
        display: inline-block;
        width: 100%;
        padding: 5px 0;
        margin-left: 0;
        margin: 10px 0;
    }

    .main-container {
        width: 96%;
        margin-left: 2%;
    }
    .content-area {
        width: 100%;
        flex-direction: column;
        margin-top: 15px;
    }
    .first-content {
        width: 100%;
    }
    .content-right {
        width: 100%;
        margin-top: 30px;
    }
    .recommended-list li {
        margin-bottom: 34px;
    }
    .home-content-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 0;
        margin-bottom: 50px;
        flex-direction: column;
    }
    .home-content-list article {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer-left {
        width: 100%;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    footer nav{
        margin-top: 15px;
    }
    footer .footer-left a:first-child {
        border-left: 0;
        margin-left: 0;
    }
    .footer-right{
        width: 100%;
    }
    .footer-lang-selector {
        justify-content: center;
        margin-top: 10px;
    }

    .page-category .page-category-main section {
        flex-wrap: nowrap;
        gap: 0;
        flex-direction: column;
        align-items: center;
    }
    .page-category .page-category-main section article {
        width: 100%;
        margin-bottom: 30px;
    }
    .content-left {
        width: 100%;
    }
    .content-right h2 {
        font-size: 1.5rem;
    }
}