/* <=== tpaboutmm ===> */
.tpaboutmm{
    padding: 40px 0 55px;
}
.tpaboutma{
    margin-bottom: 45px;
}
.tpaboutma .magrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -33px;
}
.tpaboutma .magrip > div{
    padding: 0 33px;
}
.tpaboutma .magrip .lcol{
    width: 53.803%;
}
.tpaboutma .magrip .rcol{
    width: calc(100% - 53.803%);
}
.tpaboutma .thumb img{
    width: 100%;
}
.tpaboutma .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpaboutma .dstitle, .tpaboutma .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.tpaboutma .dsconts{
    font-size: 18px;
    line-height: 30px;
}
.tpaboutmb{
    margin-bottom: 30px;
}
.itaboutmb{
    margin-bottom: 30px;
}
.itaboutmb:last-child{
    margin-bottom: 0;
}
.itaboutmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutmb .mbgrip > div{
    padding: 0 15px;
    width: 50%;
}
.itaboutmb:nth-child(even) .mbgrip .lcol{
    order: 2;
}
.itaboutmb .thumb{
    border-radius: 10px;
    overflow: hidden;
}
.itaboutmb .thumb img{
    width: 100%;
}
.itaboutmb .decss{
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 30px 50px;
    font-size: 18px;
    line-height: 30px;
    background-color: #f6f6f6;
}
.itaboutmb .dscen{
    width: 100%;
}
.tpaboutmc{
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.tpaboutmc strong{
    color: #388E3C;
}
/* <=== tpaboutmm ===> */

/* <=== tpabouthh ===> */
.tpabouthh{
    padding: 45px 0 50px;
}
.tpabouthh .hhgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpabouthh .hhgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itabouthh{
    padding: 10px;
    height: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
.itabouthh .vvgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -10px;
}
.itabouthh .vvgrip > div{
    padding: 0 10px;
}
.itabouthh .vvgrip .lcol{
    width: 200px;
}
.itabouthh .vvgrip .rcol{
    width: calc(100% - 200px);
}
.itabouthh .thumb{
    padding-top: 66.6667%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.itabouthh .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itabouthh .decss{
    font-size: 18px;
    line-height: 25px;
}
/* <=== tpabouthh ===> */

/* <=== tpaboutbb ===> */
.tpaboutbb{
    padding: 45px 0 70px;
    border-bottom: 1px solid #e6e6e6;
}
.tpaboutbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
}
.tpaboutbb .bbgrip .lcol{
    width: 51.283%;
}
.tpaboutbb .bbgrip .rcol{
    width: calc(100% - 51.283%);
}
.itaboutba{
    padding: 35px 50px 50px;
    background-color: #388E3C;
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}
.itaboutba .batitle{
    margin-bottom: 12px;
}
.itaboutba .batitle, .itaboutba .batitle h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
.itaboutba .baconts{
    font-size: 18px;
    line-height: 30px;
}
.itaboutbb{
    padding: 40px 45px 55px 150px;
    position: relative;
    border: 2px solid #388E3C;
    border-radius: 10px;
    width: calc(100% + 100px);
    margin-left: -100px;
    margin-top: 50px;
}
.itaboutbb .bbtitle{
    margin-bottom: 12px;
}
.itaboutbb .bbtitle, .itaboutbb .bbtitle h3{
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}
.itaboutbb .bbconts{
    font-size: 18px;
    line-height: 30px;
}
/* <=== tpaboutbb ===> */

/* <=== tpabouttt ===> */
.tpabouttt{
    padding: 55px 0 60px;
}
.tpaboutta{
    position: relative;
    padding: 90px 0 50px;
}
.tpaboutta::before, .tpaboutta::after{
    content: '';
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 3px solid #388E3C;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.tpaboutta::before{
    top: 0;
}
.tpaboutta::after{
    bottom: 0;
}
.tpaboutta .taline::before{
    content: '';
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    background-color: #388E3C;
    z-index: 1;
}
.itaboutta{
    position: relative;
    margin-bottom: 60px;
    max-width: 945px;
    border-radius: 10px;
}
.itaboutta:last-child{
    margin-bottom: 0;
}
.itaboutta .tagrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.itaboutta .tagrip .lcol{
    width: 360px;
}
.itaboutta .tagrip .rcol{
    width: calc(100% - 360px);
}
.itaboutta:nth-child(odd){
    margin-left: auto;
}
.itaboutta:nth-child(even) .tagrip .lcol{
    order: 2;
}
.itaboutta:nth-child(even) .bmdecss{
    padding: 30px 68px 40px 40px;
}
.itaboutta .bmthumb{
    max-width: 360px;
    overflow: hidden;
}
.itaboutta:nth-child(odd) .bmthumb{
    border-radius: 10px 0 0 10px;
}
.itaboutta:nth-child(even) .bmthumb{
    border-radius: 0 10px 10px 0;
}
.itaboutta .bmdecss{
    padding: 30px 40px 40px 68px;
    background-color: #f6f6f6;
}
.itaboutta .dsyear{
    position: absolute;
    top: -40px;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    background-color: #388E3C;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    z-index: 3;
}
.itaboutta:nth-child(odd) .dsyear{
    left: 325px;
}
.itaboutta:nth-child(even) .dsyear{
    right: 325px;
}
.itaboutta .dstend{
    font-size: 18px;
    line-height: 30px;
}
/* <=== tpabouttt ===> */

/* <=== tpaboutnn ===> */
.tpaboutnn{
    padding: 45px 0 75px;
}
.tpaboutnn .nngrip{
    display: flex;
    flex-wrap: wrap;
}

.itaboutnn{
    position: relative;
}
.itaboutnn a{
    padding-top: 89.824%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-mask-image: url("../images/nnbg.png");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    background-color: #fff;
}
.itaboutnn a::before{
    content: '';
    position: absolute;
    top: -12px;
    left: -18px;
    width: calc(100% + 36px);
    height: calc(100% + 44px);
    z-index: -1;
    background-image: url('../images/nnbgb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
}
.itaboutnn a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    max-height: 70%;
}
/* <=== tpaboutnn ===> */

/* <=== tpaboutss ===> */
.tpaboutss{
    padding: 50px 0 70px;
}
.itaboutss{
    border-top: 1px solid #e6e6e6;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutss:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.itaboutss.active{
    border-top-color: #388E3C;
}
.itaboutss.active .sstitle{
    background-color: #f9f9f9;
}
.itaboutss .sstitle{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 20px 50px 20px 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutss .sstitle::before{
    content: '\f106';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
    color: #388E3C;
}
.itaboutss.active .sstitle::before{
    content: '\f107';
}
.itaboutss .ssconts{
    padding: 30px 50px 40px 30px;
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    display: none;
}
.itaboutss .ssconts .ssgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -14px;
}
.itaboutss .ssconts .ssgrip > div{
    padding: 0 14px;
}
.itaboutss .ssconts .ssgrip .lcol{
    width: 230px;
}
.itaboutss .ssconts .ssgrip .rcol{
    width: calc(100% - 230px);
}
.itaboutss .ssconts .thumb{
    display: block;
    padding-top: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.itaboutss .ssconts .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.itaboutss .ssconts .dstitle{
    margin-bottom: 10px;
    color: #388E3C;
    text-transform: uppercase;
}
.itaboutss .ssconts .dstitle, .itaboutss .ssconts .dstitle h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutss .ssconts .dsconts{
    font-size: 16px;
    line-height: 27px;
}
/* <=== tpaboutss ===> */
@media all and (min-width: 1200px){
    .tpaboutnn .nngrip > div{
        width: 226px;
        margin-top: -95px;
        margin-left: 150px;
    }
    .tpaboutnn .nngrip > div:nth-child(1), .tpaboutnn .nngrip > div:nth-child(2), .tpaboutnn .nngrip > div:nth-child(3){
        margin-top: 0;
    }
    .tpaboutnn .nngrip > div:nth-child(6n + 1){
        margin-left: 186px;
    }
    .tpaboutnn .nngrip > div:nth-child(6n + 4){
        margin-left: 0;
    }
}
@media all and (max-width: 991px){
    /* <=== tpaboutmm ===> */
    .tpaboutmm{
        padding: 30px 0 40px;
    }
    .tpaboutma{
        margin-bottom: 30px;
    }
    .tpaboutma .magrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutma .magrip .rcol{
        width: 100%;
    }
    .tpaboutma .dstitle{
        margin-bottom: 5px;
    }
    .tpaboutma .dstitle, .tpaboutma .dstitle h3{
        font-size: 18px;
        line-height: 27px;
    }
    .tpaboutma .dsconts{
        font-size: 16px;
        line-height: 27px;
    }
    .itaboutmb .mbgrip{
        flex-direction: column-reverse;
    }
    .itaboutmb .mbgrip > div{
        width: 100%;
    }
    .itaboutmb:nth-child(even) .mbgrip .lcol{
        order: unset;
    }
    .itaboutmb .mbgrip .rcol{
        margin-bottom: 10px;
    }
    .itaboutmb .decss{
        padding: 15px 20px 20px;
        font-size: 16px;
        line-height: 27px;
    }
    .tpaboutmb{
        margin-bottom: 20px;
    }
    .tpaboutmc{
        font-size: 16px;
        line-height: 27px;
    }
    /* <=== tpaboutmm ===> */

    /* <=== tpabouthh ===> */
    .tpabouthh{
        padding: 35px 0 30px;
    }
    .tpabouthh .hhgrip{
        margin: 0 -10px;
    }
    .tpabouthh .hhgrip > div{
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .itabouthh .vvgrip .lcol{
        width: 100%;
    }
    .itabouthh .vvgrip .rcol{
        width: 100%;
    }
    .itabouthh .decss{
        padding: 12px 5px 20px;
        font-size: 16px;
    }
    /* <=== tpabouthh ===> */

    /* <=== tpaboutbb ===> */
    .tpaboutbb{
        padding: 35px 0 45px
    }
    .tpaboutbb .bbgrip .lcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutbb .bbgrip .rcol{
        width: 100%;
    }
    .itaboutba{
        padding: 20px 25px 25px;
    }
    .itaboutba .batitle{
        margin-bottom: 8px;
    }
    .itaboutba .batitle, .itaboutba .batitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutba .baconts{
        font-size: 16px;
        line-height: 27px;
    }
    .itaboutbb{
        width: 100%;
        margin-left: 0;
        margin-top: 0;
        padding: 20px 25px 25px;
    }
    .itaboutbb .bbtitle{
        margin-bottom: 8px;
    }
    .itaboutbb .bbtitle, .itaboutbb .bbtitle h3{
        font-size: 25px;
        line-height: 35px;
    }
    .itaboutbb .bbconts{
        font-size: 16px;
        line-height: 27px;
    }
    /* <=== tpaboutbb ===> */

    /* <=== tpabouttt ===> */
    .tpabouttt{
        padding: 35px 0 45px;
    }
    .itaboutta .bmdecss{
        padding: 30px 30px 30px 40px;
    }
    .itaboutta:nth-child(even) .bmdecss{
        padding: 30px 40px 30px 30px;
    }
    .itaboutta .dstend{
        font-size: 16px;
        line-height: 27px;
    }
    .itaboutta .bmgrip .lcol, .itaboutta .bmgrip .rcol{
        width: 50%;
    }
    .itaboutta:nth-child(odd) .dsyear, .itaboutta:nth-child(even) .dsyear{
        left: 50%;
        transform: translateX(-50%);
        right: unset;
    }
    .itaboutta .bmthumb{
        max-width: 100%;
    }
    .itaboutta .tagrip .rcol, .itaboutta .tagrip .lcol{
        width: 50%;
    }
    /* <=== tpabouttt ===> */

    /* <=== tpaboutnn ===> */
    .tpaboutnn{
        padding: 40px 5px 50px;
    }
    /* <=== tpaboutnn ===> */

    /* <=== tpaboutss ===> */
    .tpaboutss{
        padding: 40px 0 55px;
    }
    .itaboutss .sstitle{
        padding: 18px 40px 10px 20px;
        font-size: 18px;
        line-height: 27px;
    }
    .itaboutss .sstitle::before{
        right: 20px;
    }
    /* <=== tpaboutss ===> */
}
@media (min-width: 768px) and (max-width: 1199px) {
    .tpaboutnn .nngrip{
        max-width: 750px;
        margin: 0 auto;
    }
    .tpaboutnn .nngrip > div{
        width: 23%;
        margin-top: -70px;
        margin-left: 0;
    }
    .tpaboutnn .nngrip > div:nth-child(1), .tpaboutnn .nngrip > div:nth-child(2){
        margin-top: 0;
    }
    .tpaboutnn .nngrip > div:nth-child(3){
        margin-top: -70px;
    }
    .tpaboutnn .nngrip > div:nth-child(5n + 1){
        margin-left: 19.5%;
    }
    .tpaboutnn .nngrip > div:nth-child(5n + 2){
        margin-left: 15%;
        margin-right: 10%;
    }
    .tpaboutnn .nngrip > div:nth-child(5n + 4){
        margin-left: 15.5%;
    }
    .tpaboutnn .nngrip > div:nth-child(5n + 5){
        margin-left: 15.5%;
    }
}
@media all and (max-width: 767px){
    /* <=== tpabouttt ===> */
    .itaboutta .tagrip > div{
        width: 100%;
    }
    .itaboutta:nth-child(even) .tagrip .lcol{
        order: unset;
    }
    .itaboutta:nth-child(even) .tagrip{
        text-align: left;
    }
    .itaboutta{
        margin-bottom: 70px;
    }
    .itaboutta .bmdecss, .itaboutta:nth-child(even) .bmdecss{
        padding: 45px 20px 30px;
    }
    .tpaboutta .taline::before{
        z-index: -1;
    }
    .itaboutta .tagrip .lcol, .itaboutta .tagrip .rcol{
        width: 100%;
    }
    .itaboutta:nth-child(odd) .bmthumb, .itaboutta:nth-child(even) .bmthumb{
        border-radius: 10px 10px 0 0 ;
    }
    /* <=== tpabouttt ===> */

    /* <=== tpaboutnn ===> */
    .tpaboutnn .nngrip{
        max-width: 360px;
        margin: 0 auto;
    }
    .tpaboutnn .nngrip > div{
        width: 33.3333%;
        margin-left: 0;
        margin-top: -57px;
    }
    .tpaboutnn .nngrip > div:nth-child(1){
        margin-top: 0;
    }
    .tpaboutnn .nngrip > div:nth-child(3n + 1){
        margin-left: calc(66.6666% / 2);
        margin-right: calc(66.6666% / 2);
    }
    .tpaboutnn .nngrip > div:nth-child(3n + 3){
        margin-left: calc(66.6666% / 2);
    }
    .tpaboutnn .nngrip > div:nth-child(2), .tpaboutnn .nngrip > div:nth-child(3){
        margin-top: -57px;
    }
    .itaboutnn{
        width: calc(100% + 20%);
        margin-left: -10%;
    }
    /* <=== tpaboutnn ===> */

    /* <=== tpaboutss ===> */
    .itaboutss .ssconts{
        padding: 15px 20px 25px;
    }
    .itaboutss .ssconts .ssgrip{
        flex-direction: column-reverse;
    }
    .itaboutss .ssconts .ssgrip .rcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itaboutss .ssconts .ssgrip .lcol{
        margin-right: auto;
    }
    /* <=== tpaboutss ===> */
}