.re-header {
    display: none;
}

.re-menu {
    display: none;
}

.re-show {
    display: none;
}

.re-hide {
    display: block;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media (max-width: 1599px) {
    .latestnews-box .box-content {
        max-width: 700px;
    }
}

@media screen and (max-width: 1199px) {
    .re-show {
        display: block !important;
    }

    .re-hide {
        display: none !important;
    }

    body {
        padding: 60px 0 0 0;
    }

    .header {
        display: none !important;
    }

    .re-header {
        display: block;
        padding: 0 20px 0 15px;
        background: #3F4044;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 70px;
        z-index: 2000;
    }

    .re-header .row {
        height: 70px;
    }

    .menu-open {
        display: inline-block;
        cursor: pointer;
    }

    .menu-close {
        display: none;
        cursor: pointer;
    }

    .re-menu {
        display: none;
        color: #FFFFFF !important;
        background-color: rgba(0, 0, 0, 0.86);
        width: 100%;
        height: 100%;
        padding-bottom: 100px;
        overflow-x: scroll;
        left: 0;
        top: 60px;
        z-index: 2000;
        position: fixed;
    }

    .re-menu a {
        color: #fff;
    }

    .re-menu ul {
        margin: 0;
        padding: 0;
    }

    .re-menu ul li a {
        margin: 0 !important;
        color: #fff;
        text-decoration: none;
        width: 100%;
        display: block;
        padding: 8px;
        border-bottom: solid 1px #777;
    }

    .re-menu ul li a.have-lv2 {
        border-bottom: none;
    }

    .re-menu ul li ul li a {
        border-bottom: none;
        color: #aaa;
        padding: 2px 15px 2px 48px;
        font-size: 15px;
        background-image: url("../images/responsive_menu_arrow.png");
        background-position: 35px center;
        background-repeat: no-repeat;
        background-size: 7px auto;
    }

    .re-menu ul li ul {
        border-bottom: solid 1px #777;
        padding-bottom: 12px;
    }

    .home-part-slider {
        background-image: url('../images/home-img-01.png');
        background-size: cover;
        background-position: center;
    }

    .latestnews-box .box-content {
        max-width: 500px;
    }

    .tab-content.active {
        animation: transition ease-in 0.5s;
    }

    @keyframes transition {
        0% {
            opacity: 0;
        }
        25% {
            opacity: 0.25;
        }
        50% {
            opacity: 0.5;
        }
        100% {
            opacity: 1;
        }
    }



    .image-gallery {
        justify-content: center;
    }


}

@media screen and (min-width: 1200px) and (max-width: 1240px) {
    .swiper-button-next {
        color: #FFFFFF;
        top: 20px;
    }

    .swiper-button-prev {
        color: #FFFFFF;
        top: 20px;
    }
}

@media screen and (max-width: 1460px) {
    .home-img-box {
        height: 330px;
    }

    .grid-container {
        grid-template-columns: repeat(2, 200px) !important;
        grid-template-rows: repeat(2, 160px) !important;
    }

    .A {
        grid-area: 1 / 1 / 2 / 2;
    }

    .B {
        grid-area: 1 / 2 / 2 / 3;
    }

    .C {
        grid-area: 2 / 1 / 3 / 2;
    }

    .D {
        grid-area: 2 / 2 / 3 / 3;
    }

    /*.E {*/
    /*    display: none;*/
    /*}*/
    /*.swiper-button-next {*/
    /*    right: 100px !important;*/
    /*}*/
    /*.swiper-button-prev {*/
    /*    left: 100px !important;*/
    /*}*/
    .section-items a.item {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .section-items a.item:last-child {
        max-width: 200px;
    }
}

@media screen and (max-width: 991px) {
    .news-box {
        min-height: 250px;
    }

    .home-part-news {
        min-height: 400px !important;
    }

    .latestnews-box {
        flex-direction: column;
        align-items: center;
        box-shadow: 0 3px 9px #ddd;
    }

    .latestnews-box .box-content .news-title {
        margin-top: 10px;
    }

    .latestnews-box .box-content .news-url {
        text-align: center;
    }

    .news-detail-box {
        padding: 20px !important;
        background-color: #FFFFFF;
    }

    .image-gallery li {
        list-style: none;
        flex-basis: 320px;
    }

}

@media screen and (max-width: 768px) {
    body p {
        font-size: 14px;
    }

    body h2 {
        font-size: 30px;
    }

    body h3 {
        font-size: 28px;
    }

    body h4 {
        font-size: 20px;
    }

    body h5 {
        font-size: 16px;
    }

    .subpage-banner {
        height: 130px;
    }

    .head-title .fit-top {
        font-size: 10px;
    }

    .card-text.news-box-content {
        min-height: 0;
    }
}

@media screen and (max-width: 689px) {
    .image-gallery {
        display: none;
    }

    .image-gallery-scroll {
        display: block;
    }
}

@media screen and (max-width: 576px) {
    .head-title {
        min-width: 0 !important;
    }

    /*.head-title h5 {*/
    /*    font-size: 12px;*/
    /*}*/
}
