﻿@charset "utf-8";
@media (min-width: 576px){

}
@media (min-width: 768px){
	.main .side {
        margin-bottom: 0px;
    }

}
@media (min-width: 992px){
    body.home section:not(.home_about) {
        margin-bottom: 2rem;
    }

    body.home .banner {
        z-index: 3;
    }
    body.home .home_service .h3 {
        background: none;
        padding-left: 0;
        margin-top: 10%;
    }
    body.home .home_service {
        position: relative;
        z-index: 2;
    }
    body.home .home_service:before,
    body.home .home_service:after {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
    }
	body.home .home_service:after {
		background: linear-gradient(to bottom left, #cbe5f6 20%, #94bcef 80%);
		width: 80vw;
		height: 60%;
		right: 20vw;
		bottom: 45%;
	}
	body.home .home_service:before {
		background: #f0f0f0;
		width: 50vw;
		height: 105%;
		left: 50%;
		bottom: 20%;
	}


    .home_news {
        z-index: 0;
    }
    .home_news .news_bg {
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
        right: 0;
        bottom: 25%;
        z-index: 1;
    }
    body.home .home_news .h3 {
        padding: 3rem 2rem;
        margin-left: calc(calc(var(--bs-gutter-x) * -0.5) - calc(50vw - 480px));
    }
}
@media (min-width: 1200px) {
    .home_news .gallery-list .item .pic {
        padding-left: calc(calc(var(--bs-gutter-x) * 0.5) + 40px);
    }
    body.home section:not(.home_about) {
        margin-bottom: 3rem;
    }
    body.home .home_news .h3 {
        margin-left: calc(var(--bs-gutter-x) * -0.5);
    }
}
@media (min-width: 1800px) {
    body.home section .container,
    footer .container {
        max-width: 1600px;
    }
    .home_news .gallery-list .item .pic {
        padding-left: calc(calc(var(--bs-gutter-x) * 0.5) + 60px);
    }
    body.home section:not(.home_about) {
        margin-bottom: 4rem;
    }
    body.home .home_service:after {
        height: 65%;
    }
}
@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) {
    :root {
        --logo-height: 72px;
    }
    .navbar.newtop .navbar-brand {
        --logo-height: 56px;
    }
    .header .navbar .container-fluid {
        width: 100%;
    }

    .footer .cominfo-list .list-item:not(:first-child) {
        display: block;
    }
    
    .header .navbar-nav .nav-link {
        padding: 0 1.5rem;
    }
}
@media (max-width: 991px) {
    :root {
        --logo-height: 56px;
    }
    .navbar.newtop .navbar-brand {
        --logo-height: 52px;
    }

    .home_about .container,
    .home_about .row > * {
        --bs-gutter-x: 0;
    }

    .header .navbar-nav .nav-link {
        font-size: .95rem;
        padding: 0 .9rem;
    }

    body.home .navbar.newtop .navbar-collapse > .navbar-nav:before {
        top: -90px;
    }

    .footer .tep1:last-child {
        width: 20%;
    }

    .navbar.newtop .navbar-collapse > .navbar-nav:before {
        top: -999px;
        bottom: 0;
    }

    .navbar .navbar-collapse > .navbar-nav:before {
        left: -999px;
    }

    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;
    }

    body.home .banner .bann_tit {
        top: 30%;
    }

    .home_about p {
        width: 60%;
    }

    .nav-brand-wrapper {
        flex: 0 0 auto;
    }


    body.home .h3 {
        font-size: 1.5rem;
        margin-left: calc(calc(var(--bs-gutter-x, 0.75rem) + calc(50vw - 360px)) * -1);
        padding: .5rem 2em .5rem 1rem;
        margin-bottom: 2rem;
    }
	body.home .h3,
	body.home .h3 span {
		display: inline-block;
	}
	body.home .h3 .txt-tw {
		font-size: .8em;
		padding-left: .6rem;
	}
	body.home .h3 .txt-en {
		font-size: 1em;
		padding-left: .4rem;
	}

    body.home section:not(.home_about) {
        margin-bottom: 2rem;
    }

    body.home .home_news .more-btn-area {
        position: relative;
    }
	body.home .home_news .more-btn-area .btn.more {
		position: absolute;
		top: 1.8rem;
		right: 0;
	}
	.about_flex,
	.serivce_flex{
		flex-direction: column;
	}
	.about_flex.f02{
		flex-direction: column-reverse;
	}
	.team_pic{
		width:100%;
	}
	.team_list{
		display:block;
	}
	.case_title::after{
		width:80%;
	}
	.team_box .team_main .team_right.col-md-7{
		width:100% !important;
	}
}
@media (max-width: 767px) {
    :root {
        --logo-height: 74px;
    }

    .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 ul li a:before {
        top: 16px;
        width: 4px;
    
    }
    .footer .footer_content.fc_seperate_bottom .footer-bottom {
        margin-top: 30px;
    }
    footer .footer_content.fc_seperate_bottom {
        padding: 17px 0 0;
    }

    .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;
    }
    .header .bsnav-mobile .navbar {
        padding: 0;
    }
  

    .header .bsnav-mobile .navbar {
        background: rgb(6 6 6 / 93%);
  
    }
    .article-grid.info-absolute .item a {
        font-size: 14px;
    }
    .article-grid.info-absolute .item {
        padding: 10px 10px 10px;
    }
    .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;
    }
    .se_prod .gallery-list .item .title {
        font-size: 14px;
    }
    .home_about p {
        width: 95%;
        margin: 0 auto 50px;
        font-size:14px;
    }
    .navbar-toggler .navbar-toggler-icon,
    .navbar-toggler .navbar-toggler-icon::after,
    .navbar-toggler .navbar-toggler-icon::before {
        background-color: #000;
        height: 2px;
        border-radius: 1px;  
    }
    .header .navbar-nav .nav-link {
        border-left-color: transparent;
    }
    .gallery-list .item .info {
        padding: 10px calc(var(--bs-gutter-x)* 0.5);
    }
    .tag, .title, .description {
        margin-bottom: .5rem;
    }
    body.home .h3 {
        margin-left: calc(var(--bs-gutter-x, 0.75rem) * -1);
    }       
        body.home .h3 .txt-tw {
            font-size: .8em;
        }
        body.home .h3 .txt-en {
            font-size: 1em;
        }


    .home_service .container .row .item .title .txt {
        font-size: 1.4rem;
    }
    .home_service .container .row .item .title .txt-en {
        line-height: 1.5em;
    }
    .header .navbar-nav .nav-link:after {
        display: none;
    }
}
@media (max-width: 575px) {
    .news-sec {
        margin: 0 0;
        padding-bottom: 20px;
    }
    .btn.more {
        /*font-size: 0.75rem;*/    
    }
    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;
        }

}