﻿@charset "utf-8";
@media (min-width: 576px){

}
@media (min-width: 768px){
	.is_scroll .header .navbar .navbar-brand {
		width: 155px;
		background-size: contain;
	}
    .home-category .item a .tax,
    .home-category .item .info,
    .home-category .list_item .info {
        text-align: center;
        letter-spacing: 3px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -30px; /*
    height: 45px;*/
        padding: 15px;
        z-index: 1;
        opacity: 0;
        transition: all ease 1s;
        -webkit-transition: all ease 1s;
    }

    .home-category .item a:hover .tax,
    .home-category .item:hover .info, .home-category .list_item:hover .info {
        opacity: 1;
        bottom: 0;
    }

    .home-category .item .info .title, .home-category .list_item .info .title {
        margin: 0;
        color: #fff;
    }


    .home-category .item a:hover .tax::after,
    .home-category .item:hover .info::after,
    .home-category .list_item:hover .info::after {
        width: 50%;
    }

    .home-category .item a .tax::after,
    .home-category .item .info::after,
    .home-category .list_item .info::after {
        content: "";
        background: rgba(0,0,0,.5);
        width: 0;
        height: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: all ease .6s;
        -webkit-transition: all ease .6s;
        z-index: -1;
    }


    .home-category .item a:hover .tax::before,
    .home-category .item:hover .info::before,
    .home-category .list_item:hover .info::before {
        width: 50%;
    }

    .home-category .item a .tax::before,
    .home-category .item .info::before,
    .home-category .list_item .info::before {
        content: "";
        background: rgba(0,0,0,.5);
        width: 0;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all ease .6s;
        -webkit-transition: all ease .6s;
        z-index: -1;
    }
	.side .wid:before {
		content: "";
		left: -22px;
		right: 18px;
		top: 20px;
		bottom: -22px;
		position: absolute;
		background: #eef1f6;
		z-index: -1;
	}
}
@media (min-width: 992px){
    body.home .banner .banner-pub-content .banner-tax {
        display: block;
        pointer-events: none;
        position: absolute;
        width: 170px;
        left: -196px;
        bottom: 200px;
        text-align: right;
    }
    body.home .banner .container-fluid {
        width: 75%;
        margin-left: 25%;
        margin-top: 62px;
    }
    .header .navbar-nav .nav-link {
        padding: 25px 20px 25px;
    }
    .header .navbar .navbar-nav > .nav-item.dropdown > .nav-link::before {
        content: "/";
        color: #858585;
        position: absolute;
        right: 0;
    }
    .header .navbar .navbar-nav > .nav-item.dropdown:last-child > .nav-link::before {
        content:none;
    }
    body.home .banner .banner-tax.top {
        left: auto;
        right: 10%;
        bottom: auto;
        top: -36px;
        width: auto;
        font-weight: bold;
        letter-spacing: 11px;
        line-height: 2;
        writing-mode: vertical-rl;
        text-align: left;
        font-size: 18px;
        z-index: 1;
    }
}
@media (min-width: 1200px){

}
@media (max-width: 1199px) and (min-width: 768px){

    .header .navbar {
        flex-wrap: wrap;
        justify-content: center;
    }
.header .navbar>.container-fluid {
    justify-content: center;
    flex-direction: column;
}
    .header .navbar .small-btn-box {
        position: absolute;
        right: 0;
        top: 14px;
    }
   
}
@media (max-width: 991px) and (min-width: 768px){
    .nav-brand-wrapper {
        text-align: left;
        width: 100%;
    }
}
@media (max-width: 991px) {
.header .navbar .nav-share-btn-area {
             right: 166px;
    }
    body.home .banner .banner-pub-content {
        display:none;
    }
    .home-category .home-pagelist-area .list_item {
        width: 50%;
    }
    
}
@media (max-width: 767px) {
    .foo-sit, .footer .footer_content.fc_seperate_bottom .foo-sit .sitemap {
        display: block !important;
    }
    .home-category .gallery-list .item, .home-category .container-fluid {
        padding: 0;
    }
    .home-category .gallery-list {
        margin: 0;
    }
    .container .ezshare-box {
        margin: 0 0 22px 0;
    }
    body.about .kind-info {
        margin-bottom: 30px !important;
    }
    
	body.home .abbox:before {
		left: 0;
		top: 0;
		bottom: 65%;
	}
    .wid-float-section ul li {
        width: 100%;
        padding: 0;
    }
.wid-float-section ul li a {
        font-size: 18px;
        width: 100%;
        padding: 12px 0;
    }
    .wid-float-section ul li a .icon {
        /* display: inline-block; */
        margin: 0 0 8px 0;
    }
}
@media (max-width: 575px) {
    
     .header .navbar .navbar-brand,  .header .navbar.newtop .navbar-brand {

        width: 100px !important;
        height: 63px !important;
    }
.navbar .small-btn-box a {
    font-size: 18px;

}
}



