
header .header_bg_top {
    display: block;
}
header .header_bg_top {
    background: none;
}
.stickyhome .header_bg_top {
    top: 0px !important;
}

.header_content_museum .header_content_museum_left
{
    padding: 0px;
    text-align: center;
}
.header_content_museum .header_content_museum_left h1 {
    text-align: right;
    text-transform: uppercase;
}
.header_content_museum .header_content_museum_left h1 {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    padding-bottom: 40px;
}
.header_content_museum .header_content_museum_left h1 .header_content_museum_left_span_v2 {
    color: red;
    margin-top: 15px;
}
.header_content_museum .header_content_museum_left p {
    font-weight: 500;
    background: #0dbda8;
    border-radius: 30px;
    padding: 15px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
}
.header_content_museum .header_content_museum_left ul {
    background: none;
}
.header_content_museum .header_content_museum_left ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 25px;
}
.header_content_museum .header_content_museum_left ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.box_top_content .box_top_content_title h2 {
    color: #fff;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
}
.box_top_content .box_top_content_title p {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
}
 .box_top_content {
    padding: 60px 0;
    padding-bottom: 0;
     background-size: cover !important;
}
.box_list_museum, .box_top_content {
    padding: 60px 0 0;
}
.box_list_museum .box_list_museum_title h2 {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .25);
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    padding: 15px 0;
    background: linear-gradient(155deg, #380000 -11.63%, rgba(0, 7, 4, 0) 136.56%);
}
.item_box_list_museum {
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    border: 3px solid #fff;
    background: linear-gradient(155deg, #380000 -11.63%, rgba(0, 7, 4, 0) 136.56%);
    box-shadow: 0 4px 49px 0 rgba(0, 7, 72, .12);
    backdrop-filter: blur(12.5px);
}
.item_box_list_museum .item_box_list_museum_title h4 {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 20px;
}
.item_box_list_museum .item_box_list_museum_title p {
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .25);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: .7;
}
.box_list_museum {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    gap: 10px;
    flex: 1;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0 10px;
}

.box_list_museum .item_box_list_museum
{
    min-width:calc((99% - 5px) / 3);
    flex:0 0 calc((99% - 5px) / 3);
    scroll-snap-align:start;
    border:1px solid #ccc;
    border-radius:15px;
    padding:15px;
    background: linear-gradient(155deg, #380000 -11.63%, rgba(0, 7, 4, 0) 136.56%);
    box-shadow: 0 4px 49px 0 rgba(0, 7, 72, .12);
    backdrop-filter: blur(12.5px);
    box-sizing:border-box;
    text-align: center;

}


.list_item_box_museum_post {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    gap: 10px;
    flex: 1;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 5px 0 10px;
}

.list_item_box_museum_post .item_box_museum_post
{
    min-width:calc((99% - 5px) / 4);
    flex:0 0 calc((99% - 5px) / 4);
    scroll-snap-align:start;
    border:1px solid #ccc;
    border-radius:15px;
    padding:15px;
    background: #fff;
    box-sizing:border-box;


}

.item_box_museum_post a.new_post_link, .item_box_museum_post h3 a {
    color: #10b4ab !important;
    font-size: 20px;
    font-weight: 700;
}
.item_box_museum_post p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
.item_box_museum_post a.new_post_link {
    text-decoration-line: underline;
}
.item_box_museum_post  .item_box_museum_post_image img
{
    border-radius: 15px;
}



header.stickyhome .header_bg_top .header_menu_top
{
    display: -webkit-box !important;
}
@media (max-width: 1200px) {
    .header_content_museum .header_content_museum_left ul li {

        padding: 10px 15px;
    }

    .box_list_museum .item_box_list_museum {
        min-width: 400px;
        flex: 0 0  400px;
    }
    .list_item_box_museum_post .item_box_museum_post {
        min-width: 330px;
        flex: 0 0 330px;

    }
    .header_content_museum .header_content_museum_left h1 {
        font-size: 30px;
        padding-bottom: 50px;
    }.box_top_content .box_top_content_title h2 {
             font-size: 30px;
     }
    .box_top_content .box_top_content_title p {

        font-size: 24px;

    }
    .box_list_museum .box_list_museum_title h2 {
        font-size: 30px;
    }

}
@media (max-width: 1000px) {
    .header_menu_new_category
    {
        display: block;
    }
}

@media (max-width: 768px) {
    .header_content_museum .header_content_museum_left h1 {
        font-size: 27px;
        padding-bottom: 10px;
        text-align: center;
    }
    .header_content_museum .header_content_museum_right img
    {
        display: none;
    }
    .box_top_content .box_top_content_title h2 {
        font-size: 24px;
    }
    .box_list_museum .box_list_museum_title h2 {
        font-size: 24px;
    }
    .box_list_museum, .box_top_content {
        padding: 30px 0 0;
    }
}
@media (max-width: 600px)
{
    .header_content_museum .header_content_museum_left ul li {
        padding: 10px 5px;
    }
    .header_content_museum .header_content_museum_left ul li img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }


}
@media (max-width: 500px) {

    .header_content_museum .header_content_museum_left h1 {
        font-size: 22px;
    }
    .header_content_museum .header_content_museum_left p {
        padding: 15px;
        font-size: 16px;

    }
    .box_top_content .box_top_content_title h2 {
        font-size: 20px;
    }
    .box_top_content .box_top_content_title p {
        font-size: 18px;
    }
    .box_list_museum .box_list_museum_title h2 {
        font-size: 20px;
    }
    .list_menu_mobile_icon {
        display: none;
    }

    .header_new_pc {
        display: block !important;
    }

    .header_menu_top {
        display: none;
    }
}

