@charset "utf8";
.page-child-banner {
    background-image: url(../../img/about/philosophy__02.png);
}

.company-two-row {
    padding-top: 68px;
}

.sub-tt-3-item {
    margin-top: 35px;
}

.sub-tt-3-item.s1 {
    margin-top: 53px;
}

.sub-desc-3-item {
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.sub-tt-3-item.s2 {
    margin-top: 106px;
}

.breadcrumb-page {
    max-width: 1058px;
}

.breadcrumb-page-item {
    width: calc( 100% / 6);
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: -ms-calc( 100% / 6);
}


@media screen and (max-width:900px){
    .company-two-row{
        padding-top: 0;
    }

    .sub-tt-3-item,.sub-tt-3-item.s1,.sub-tt-3-item.s2{
        margin-top: 30px;
    }
}

@media screen and (max-width:850px){
    .breadcrumb-page-item a{
        font-size: 13px;
    }
}

@media screen and (max-width:767px) {
    .company-two-row {
        padding-top: 0;
    }
    .sub-tt-3-item {
        margin-top: 20px;
    }
    .breadcrumb-page-item, .breadcrumb-page-item:last-child  {
        width: calc( 100% / 3);
        width: -webkit-calc( 100% / 3);
        width: -moz-calc( 100% / 3);
        width: -ms-calc( 100% / 3);
    }
    .breadcrumb-page-item:nth-child(2n){
        border-right:1px solid #fff;
    }
    .company-three-row li{
        padding-left: 0;
    }

    .sub-tt-3-item.s2{
       margin-top: 50px;
    }

    .company-three-row ul{
        max-width: 350px;
        margin: 0 auto;
    }

    .sub-tt-2-item,.sub-tt-3-item{
        text-align: left;
    }

    .sub-tt-3-item br{
        display: none;
    }


}

@media screen and (max-width:480px) {
    .breadcrumb-page {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
        align-content: stretch;
    }
    .sub-tt-3-item {
        font-size: 20px;
    }
    .breadcrumb-page-item, .breadcrumb-page-item:last-child {
        width: calc( 100% / 2);
        width: -webkit-calc( 100% / 2);
        width: -moz-calc( 100% / 2);
        width: -ms-calc( 100% / 2);
    }

    .breadcrumb-page-item:last-child{
        width: 100%;
    }

    .breadcrumb-page-item:nth-last-child(2){
        border-right: none;

        border-bottom: 1px solid #fff !important;
    }

    .company-two-row > br{
        display: none;
    }

    .sub-tt-3-item{
        padding-bottom: 20px;
    }
}

@media screen and (max-width:375px) {
    .sub-tt-3-item {
        font-size: 18px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .sub-tt-3-item.s1 {
        margin-top: 30px;
    }
    .sub-tt-3-item.s2 {
        margin-top: 30px;
    }

    .company-three-row li {
        font-size: 15.5px;
        padding-right: 0;
        padding-left: 0px;
        margin-bottom: 8px;
    }

    .title-page-banner span{
        padding-left: 35px;
    }
}