﻿@charset "utf-8";

@media (min-width: 576px) {
    .article-grid .item {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .header .nav-item.dropdown .navbar-nav {
        box-shadow: 0 0 8px rgba(0,0,0,.2);
    }

    .header .navbar-nav.navbar-mobile > .nav-item > .nav-link:after {
        content: '';
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #fff;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 0;
        transition: all ease .5s;
    }

    .header .navbar-nav.navbar-mobile > .nav-item:hover > .nav-link:after {
        max-width: 3em;
    }

    .header .bsnav-mobile.right .navbar {
        position: fixed;
        background-color: unset;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1580px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1500px;
    }
}

@media (max-width: 1800px) {

    .footer .copyrights {
        padding-right: 0;
    }

    .footer-bottom .container {
        width: auto;
        padding-left: 0;
    }


    body.home .banner .bann_tit {
        top: 25%;
        padding: 50px 0 40px;
    }

        body.home .banner .bann_tit:after {
            height: 105px;
        }

        body.home .banner .bann_tit:before {
            height: 185px;
        }

        body.home .banner .bann_tit h3 {
            letter-spacing: 11.9px;
        }
}

@media (max-width: 1199px) {
    .se_prod .new_flower4 {
        bottom: -10%;
    }

    .header .navbar .container-fluid {
        width: 100%;
    }
}

@media (max-width: 991px) {
    body.home .navbar.newtop .navbar-collapse > .navbar-nav:before {
        top: -90px;
    }

    .footer .new_flower4 {
        top: 80px;
    }

    .se_prod .new_flower3 {
        top: -160px;
    }

    .new_flower4 img,
    .new_flower3 img,
    .news-sec .new_flower img {
        width: 120px;
    }

    .navbar.newtop .navbar-collapse > .navbar-nav:before {
        top: -999px;
        bottom: 0;
    }

    .navbar .navbar-collapse > .navbar-nav:before {
        left: -999px;
    }

    body.home .navbar.newtop .navbar-brand,
    .navbar.newtop .navbar-brand,
    .navbar .navbar-brand {
        margin: 10px auto 5px;
    }

    body.home .header .navbar.newtop .small-btn-box,
    body.home .navbar.newtop .navbar-collapse {
        margin-top: 0;
    }

    .header .navbar.newtop .small-btn-box,
    .navbar.newtop .navbar-collapse,
    .header .navbar .small-btn-box,
    .navbar .navbar-collapse {
        margin-top: 0;
    }

    .footer .fot_sitemp > * {
        gap: 10px;
    }

    .footer .tep1:last-child {
        width: 20%;
    }

    .footer .foo-sit {
        padding-top: 0;
        margin-bottom: 40px;
    }

    footer .footer-oth-det {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer .footer_right, .footer .footer_left {
        width: 100%;
        max-width: 100%;
    }

        .footer .footer_left label {
            /*display: block;*/
            font-size: 0.75rem;
            line-height: 1.2em;
        }

        .footer .footer_left ul li {
            line-height: 1.2em;
        }

            .footer .footer_left ul li a {
                font-size: .875rem;
                white-space: normal;
            }

    .footer .copyrights {
        font-size: 0.75rem;
    }

    .footer .powered,
    .footer .powered a {
        font-size: 0.75rem;
    }


    body.home .banner .bann_tit {
        top: 30%;
    }

    .home_about p {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .footer .new_flower4 {
        top: -50px;
    }

    .header .navbar {
        position: fixed;
    }

    .side .h3 {
        margin-top: 20px;
    }

    .side .filter-title .collapsed-btn, .side .filter-sidebar.multiple-collapse .collapsed-btn {
        font-size: 16px;
    }

    .side .h3 .txt-tw {
        font-size: 20px;
    }

    .article-grid .item .info .date {
        font-size: 12px;
    }

    .article-grid.ar-img .item .info {
        padding: 10px 0;
    }

    .article-grid .item .info .kind a {
        font-size: 12px;
        padding: 1px 7px;
    }

    .article-grid.ar-img .item .info .desc, .article-grid.ar-img .item .info .title, .article-grid.ar-img .item .info .desc a, .article-grid.ar-img .item .info .title a {
        font-size: 14px;
    }

    .product .gallery-list .item .title {
        font-size: 14px;
    }

    .product .gallery-list .item .info {
        padding: 0;
        margin-top: 0 !important;
    }

    .header .btn-group.lang .dropdown-item {
        padding: 6px 19px;
        font-size: 12px;
    }

    .footer .coinfo-box {
        text-align: center;
    }

    .footer .footer_content.fc_seperate_bottom .footer-bottom {
        margin-top: 30px;
    }

    footer .footer_content.fc_seperate_bottom {
        padding: 17px 0 0;
    }

    .footer ul li a {
        padding: 0;
        font-size: 12px;
    }

        .footer ul li a:before {
            top: 16px;
            width: 4px;
        }

    .footer h4, .footer a.ti_p {
        margin-bottom: 0;
    }

    .footer a.ti_p {
        padding: 0 6px 0 0;
        display: inline-block;
        font-size: 12px;
    }

    .flex-column {
        flex-direction: unset !important;
    }

    .footer .fot_sitemp .d-flex {
        flex-wrap: wrap;
        justify-content: unset;
    }

    .footer .tep1:last-child {
        width: 100%;
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .footer .tep1 {
        width: 100%;
        margin-bottom: 20px;
        border-bottom: 1px solid #707070;
        padding-bottom: 20px;
    }

    .bsnav-mobile .navbar-nav .nav-item .navbar-nav .nav-link:hover {
        background-color: #fff;
        color: #000;
    }

    .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
        background: #94a07c42;
    }

    .header .navbar-nav.navbar-mobile > .nav-item > .nav-link:before {
        left: 2px;
        top: 16px;
        display: none;
    }

    .bsnav-mobile .navbar-nav .nav-item .nav-link {
        padding: 20px 0px 20px;
        border-bottom: solid 1px #2e2f29;
        color: #fff;
    }

    .header .bsnav-mobile .navbar {
        padding: 0;
        background: rgb(6 6 6 / 93%);
    }

    .bsnav-mobile.right .navbar-nav .nav-item .navbar-nav {
        margin: 0;
    }

    .article-grid.info-absolute .item a {
        font-size: 14px;
    }

    .article-grid.info-absolute .item {
        padding: 10px 10px 10px;
    }

    .se_prod .new_flower3 {
        top: -80px;
    }

    .se_prod {
        margin: 0 0 0;
        padding-bottom: 60px;
    }

    .footer .copyrights {
        font-size: 12px;
        padding-top: 10px;
        text-align: center;
    }

    .footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info .footer-logo {
        margin-top: 0;
        text-align: center;
    }

    .news-sec .new_flower2 {
        bottom: -110px;
    }

    .se_prod .gallery-list .item .title {
        font-size: 14px;
    }

    .home_about p {
        width: 95%;
        margin: 0 auto 50px;
        font-size: 14px;
    }

    .navbar .navbar-brand {
        width: 60px;
        height: 52px;
        background: url(../images/all/logos.png) no-repeat;
    }

    .navbar-toggler .navbar-toggler-icon, .navbar-toggler .navbar-toggler-icon::after, .navbar-toggler .navbar-toggler-icon::before {
        background-color: #fff;
        height: 1px;
    }

    .header .bsnav-mobile.right .navbar {
        top: 90px;
    }

    .header .bsnav-mobile.right .navbar-brand {
        display: none;
    }
}

@media (max-width: 575px) {
    .news-sec {
        margin: 0 0;
        padding-bottom: 20px;
    }

    .btn.more {
        padding: 9px 50px;
        font-size: 0.75rem;
    }

    .new_flower4 img, .new_flower3 img, .news-sec .new_flower img {
        width: 90px;
    }

    body.home .banner .bann_tit p.p_1 {
        font-size: 12px;
    }

    .banner .slick-dots {
        bottom: 7px;
    }

    body.home .banner .bann_tit {
        top: 14%;
    }

    body.home .banner .bann_tit {
        border-bottom: none;
        padding: 23px 0 31px;
    }

        body.home .banner .bann_tit:after {
            width: 228px;
            height: 82px;
            left: -4px;
            background: url(../images/all/banner_bottom.svg)no-repeat center bottom;
            background-size: cover;
            bottom: 30px;
        }

        body.home .banner .bann_tit:before {
            width: 228px;
            height: 86px;
            background-size: cover;
            left: -4px;
        }

        body.home .banner .bann_tit p {
            font-size: 16px;
            letter-spacing: 6px;
            margin-bottom: 20px;
        }

        body.home .banner .bann_tit h3 {
            font-size: 28px;
        }
}
