/* <=== gdtablink ===> */
.gdtablink{
    position: fixed;
    top: 160px;
    left: 10px;
    z-index: 113;
}
.gdtablink li{
    margin-bottom: 5px;
}
.gdtablink li:last-child{
    margin-bottom: 0;
}
.gdtablink li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #eff3f4;
    font-size: 18px;
    line-height: 25px;
    color: #267d51;
    position: relative;
    z-index: 2;
}
.gdtablink li.active a, .gdtablink li.current a, .gdtablink li:hover a{
    background-color: #006633;
    color: #fff;
}
.gdtablink li a span{
    display: block;
    position: absolute;
    left: calc(100% - 20px);
    top: 50%;
    opacity: 0;
    transform: translateY(-50%) scale(0.8);
    font-size: 13px;
    line-height: 20px;
    padding: 4px 10px;
    background-color: #006633;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    pointer-events: none;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.gdtablink li.active a span, .gdtablink li.current a span, .gdtablink li:hover a span{
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: calc(100% + 8px);
    pointer-events: auto;
}
.gdtablink li a span::before{
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #006633;
}
/* <=== gdtablink ===> */

/* <=== hpaboutsmm ===> */
.hpaboutsmm{
    position: relative;
    z-index: 1;
    padding: 70px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hpaboutsmm::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.75;
    z-index: -1;
    pointer-events: none;
}
.hpaboutsmm, .hpaboutsmm a{
    color: #fff;
}
.tpaboutsmm .mmgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 -30px;
}
.tpaboutsmm .mmgrip > div{
    padding: 0 30px;
}
.tpaboutsmm .mmgrip .mcol{
    width: calc(100% - 48.89%);
}
.tpaboutsmm .mmgrip .hcol{
    width: 48.89%;
}
.tpaboutsmm .dstitle{
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tpaboutsmm .dstitle, .tpaboutsmm .dstitle h1, .tpaboutsmm .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpaboutsmm .dsconts{
    max-width: 500px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.tpaboutsmm .dsnotes{
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-top: 40px;
    font-style: italic;
    max-width: 530px;
}
.tpaboutsmm .dsnotes::before{
    content: '“ ';
    position: absolute;
    left: -5px;
    top: 0;
    color: #c82c33;
    font-size: 100px;
    line-height: 80px;
    pointer-events: none;
}
.tpaboutsmm .dsnotes p{
    padding: 0;
}
.tpaboutsmm .thumb img{
    width: 100%;
}
/* <=== hpaboutsmm ===> */

/* <=== hpaboutshh ===> */
.hpaboutshh{
    padding: 45px 0 50px;
    position: relative;
    z-index: 1;
}
.hpaboutshh::before{
    content: '';
    position: absolute;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 0;
    background-image: url('../images/hhback.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -1;
    pointer-events: none;
    min-width: 1440px;
}
.tpaboutshh .hhtitle{
    text-align: center;
    margin-bottom: 45px;
    text-transform: uppercase;
}
.tpaboutshh .hhtitle, .tpaboutshh .hhtitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpaboutshh .ctgrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -37px;
}
.tpaboutshh .ctgrip > div{
    padding: 0 37px;
    margin-bottom: 30px;
    width: calc(100% / 3);
}
.itaboutshh{
    height: 100%;
    position: relative;
    padding-top: 175px;
}
.itaboutshh .vvicon{
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 100%;
}
.itaboutshh .vvicon, .itaboutshh .vvicon a{
    color: #fff;
}
.itaboutshh.vitem1 .vvicon{
    background-color: #006633;
}
.itaboutshh.vitem2 .vvicon{
    background-color: #73be43;
}
.itaboutshh.vitem3 .vvicon{
    background-color: #c82c33;
}
.itaboutshh .vvicon > div{
    max-width: 100%;
}
.itaboutshh .vvicon .iicon{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.itaboutshh .vvicon .itext{
    font-size: 25px;
    line-height: 35px;
}
.itaboutshh .vvcont{
    height: 100%;
    padding: 40px 32px 22px;
    font-size: 16px;
    line-height: 26px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.itaboutshh .vvcont::before{
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}
.itaboutshh .vvcont::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% cover;
    z-index: -1;
    pointer-events: none;
}
.itaboutshh.vitem1 .vvcont::before{
    background-color: #006633;
}
.itaboutshh.vitem1 .vvcont::after{
    background-image: url('../images/hhnenm.png');
}
.itaboutshh.vitem2 .vvcont::before{
    background-color: #73be43;
}
.itaboutshh.vitem2 .vvcont::after{
    background-image: url('../images/hhnenh.png');
}
.itaboutshh.vitem3 .vvcont::before{
    background-color: #c82c33;
}
.itaboutshh.vitem3 .vvcont::after{
    background-image: url('../images/hhnenb.png');
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.hpaboutsbb{
    padding: 50px 0 60px;
    background-color: #eff3f4;
}
.hpaboutsbb .bbtitle{
    margin-bottom: 50px;
    text-align: center;
}
.hpaboutsbb .bbtitle .tinfo{
    text-transform: uppercase;
}
.hpaboutsbb .bbtitle .tinfo, .hpaboutsbb .bbtitle .tinfo h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.hpaboutsbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
}
.hpaboutsbb .bbgrip > div{
    width: 50%;
}
.tpaboutsba{
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.tpaboutsba::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006633;
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
}
.tpaboutsbb .bbwrap{
    max-width: 720px;
    padding-right: 75px;
}
.tpaboutsbb .bblist{
    width: calc(100% + 36px);
    margin-left: -36px;
    position: relative;
    z-index: 1;
}
.itaboutsbb{
    margin-bottom: 15px;
}
.itaboutsbb:last-child{
    margin-bottom: 0;
}
.itaboutsbb .vvgrip{
    display: flex;
    margin: 0 -10px;
}
.itaboutsbb .vvgrip > div{
    padding: 0 10px;
}
.itaboutsbb .vvgrip .xcol{
    width: 90px;
}
.itaboutsbb .vvgrip .ycol{
    width: calc(100% - 90px);
}
.itaboutsbb .vicon{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.35);
    padding: 5px;
}
.itaboutsbb .vicon img{
    max-width: 75%;
    max-height: 75%;
}
.itaboutsbb .vdecs{
    padding-top: 20px;
}
.itaboutsbb .dtitle{
    margin-bottom: 5px;
    color: #006633;
}
.itaboutsbb .dtitle, .itaboutsbb .dtitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutsbb .dconts{
    color: #333333;
    font-size: 16px;
    line-height: 26px;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutstt ===> */
.hpaboutstt{
    padding: 40px 0 90px;
    position: relative;
    z-index: 1;
}
.hpaboutstt::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 370px;
    height: 324px;
    background-image: url('../images/ttleft.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -2;
}
.hpaboutstt::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 292px;
    height: 520px;
    background-image: url('../images/ttright.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    z-index: -2;
}
.hpaboutstt .ttback{
    position: relative;
    z-index: 1;
}
.hpaboutstt .ttback::before{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url('../images/ttback.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    pointer-events: none;
    min-width: 1920px;
}
.itaboutsta{
    margin-bottom: 135px;
}
.itaboutsta .ttgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}
.itaboutsta .ttgrip > div{
    padding: 0 45px;
}
.itaboutsta .ttgrip .mcol{
    width: 51.45%;
    order: 2;
}
.itaboutsta .ttgrip .hcol{
    width: calc(100% - 51.45%);
}
.itaboutsta .dstitle{
    margin-bottom: 5px;
    color: #006633;
}
.itaboutsta .dstitle, .itaboutsta .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutsta .dsconts{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.itaboutsta .thumb img{
    width: 100%;
}
.itaboutstb .ttgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -45px;
}
.itaboutstb .ttgrip > div{
    padding: 0 45px;
}
.itaboutstb .ttgrip .mcol{
    width: 48.551%;
}
.itaboutstb .ttgrip .hcol{
    width: calc(100% - 48.551%);
}
.itaboutstb .dstitle{
    margin-bottom: 5px;
    color: #006633;
}
.itaboutstb .dstitle, .itaboutstb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}
.itaboutstb .dsconts{
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.itaboutstb .thumb img{
    width: 100%;
}
/* <=== hpaboutstt ===> */

/* <=== hpaboutsnn ===> */
.hpaboutsnn{
    padding: 55px 0 75px;
    background-color: #eff3f4;
}
.slaboutsnn .slick-list{
    margin: 0 -15px;
}
.slaboutsnn .slick-slide{
    padding: 0 15px;
}
.slaboutsnn .slick-slide > div{
    margin-bottom: 30px;
}
.slaboutsnn .slick-slide > div:last-child{
    margin-bottom: 0;
}
.itaboutsnn{
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.itaboutsnn .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
}
.itaboutsnn .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutsnn .decss{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    z-index: 1;
    text-align: center;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutsnn:hover .decss{
    opacity: 0;
    pointer-events: none;
}
.itaboutsnn .decss::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: -1;
}
.itaboutsnn .dstitle, .itaboutsnn .dstitle h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.itaboutsnn .dstitle, .itaboutsnn .dstitle a{
    color: #fff;
}
.itaboutsnn .infos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 103, 51, 0.8);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 30px;
    z-index: 1;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutsnn:hover .infos{
    opacity: 1;
    pointer-events: none;
}
.itaboutsnn .infos, .itaboutsnn .infos a{
    color: #fff;
}
.itaboutsnn .ititle{
    margin-bottom: 10px;
}
.itaboutsnn .ititle, .itaboutsnn .ititle h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
}
.itaboutsnn .iconts{
    font-size: 16px;
    line-height: 26px;
}
.itaboutsnn .ititle, .itaboutsnn .iconts{
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutsnn:hover .ititle, .itaboutsnn:hover .iconts{
    opacity: 1;
    transform: unset;
}
.itaboutsnn:hover .ititle{
    transition-delay: 0.2s;
}
.itaboutsnn:hover .iconts{
    transition-delay: 0.4s;
}
.tpaboutsnn{
    position: relative;
}
.slaboutsnn{
    position: static;
}
.slaboutsnn .slick-arrow{
    top: 0;
    transform: unset;
}
.slaboutsnn .slick-prev{
    left: unset;
    right: 80px;
}
.slaboutsnn .slick-next{
    right: 0;
}
.tpaboutsnn .nngrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsnn .nngrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
/* <=== hpaboutsnn ===> */

/* <=== hpaboutsss ===> */
.hpaboutsss{
    padding: 70px 0 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.hpaboutsss::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #006633;
    opacity: 0.85;
    z-index: -1;
    pointer-events: none;
}
.tpaboutssa{
    padding-right: 200px;
    margin-bottom: 85px;
}
.tpaboutssa, .tpaboutssa a{
    color: #fff;
}
.tpaboutssa .satitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpaboutssa .satitle, .tpaboutssa .satitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpaboutssa .saconts{
    max-width: 860px;
    font-size: 16px;
    line-height: 28px;
}
.slaboutssb .slick-arrow{
    transform: unset;
    top: -160px;
}
.slaboutssb .slick-prev{
    left: unset;
    right: 85px;
}
.slaboutssb .slick-next{
    right: 0;
}
.itaboutssb, .itaboutssb a{
    color: #fff;
}
.itaboutssb .vvtitle{
    margin-bottom: 12px;
}
.itaboutssb .vvtitle .ttgrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -11px;
}
.itaboutssb .vvtitle .ttgrip > div{
    padding: 0 11px;
}
.itaboutssb .vvtitle .ttgrip .xcol{
    width: 102px;
}
.itaboutssb .vvtitle .ttgrip .ycol{
    width: calc(100% - 102px);
}
.itaboutssb .vvtitle .ticon{
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.itaboutssb .vvtitle .tname{
    font-size: 24px;
    line-height: 34px;   
}
.itaboutssb .vvconts{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
}
/* <=== hpaboutsss ===> */

/* <=== hpaboutsxx ===> */
.hpaboutsxx{
    padding: 55px 0 90px;
}
.tpaboutsxa{
    padding-right: 200px;
    margin-bottom: 50px;
}
.tpaboutsxa .dstitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.tpaboutsxa .dstitle, .tpaboutsxa .dstitle h2{
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
}
.tpaboutsxa .dsconts{
    max-width: 860px;
    font-size: 16px;
    line-height: 28px;
}
.slaboutsxb .slick-arrow{
    transform: unset;
    top: -115px;
}
.slaboutsxb .slick-prev{
    left: unset;
    right: 85px;
}
.slaboutsxb .slick-next{
    right: 0;
}
.itaboutsxb a{
    border: 1px solid #dddddd;
}
.itaboutsxb a:hover{
    border-color: #006633;
}
/* <=== hpaboutsxx ===> */
@media all and (max-width: 1350px){
    /* <=== hpaboutsbb ===> */
    .tpaboutsbb .bbwrap{
        padding-right: 20px;
    }
    /* <=== hpaboutsbb ===> */
}
@media all and (max-width: 1200px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsmm .mmgrip{
        margin: 0 -15px;
    }
    .tpaboutsmm .mmgrip > div{
        padding: 0 15px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .tpaboutshh .ctgrip{
        margin: 0 -15px;
    }
    .tpaboutshh .ctgrip > div{
        padding: 0 15px;
    }
    .itaboutshh .vvcont{
        padding: 35px 20px 25px;
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutstt ===> */
    .itaboutsta{
        margin-bottom: 50px;
    }
    .itaboutsta .ttgrip, .itaboutstb .ttgrip{
        margin: 0 -20px;
    }
    .itaboutsta .ttgrip > div, .itaboutstb .ttgrip > div{
        padding: 0 20px;
    }
    /* <=== hpaboutstt ===> */
}
@media all and (max-width: 991px){
    /* <=== hpaboutsmm ===> */
    .hpaboutsmm{
        padding: 25px 0 35px;
    }
    .tpaboutsmm .mmgrip .mcol{
        width: 100%;
        margin-bottom: 30px;
    }
    .tpaboutsmm .mmgrip .hcol{
        width: 100%;
    }
    .tpaboutsmm .dstitle{
        text-align: center;
        margin-bottom: 10px;
    }
    .tpaboutsmm .dstitle, .tpaboutsmm .dstitle h1, .tpaboutsmm .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsmm .dsconts{
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        text-align-last: center;
    }
    .tpaboutsmm .dsnotes{
        padding-top: 35px;
        max-width: 100%;
        font-size: 18px;
        line-height: 28px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .hpaboutshh{
        padding: 25px 0;
    }
    .tpaboutshh .hhtitle{
        margin-bottom: 20px;
    }
    .tpaboutshh .hhtitle, .tpaboutshh .hhtitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutshh .ctgrip > div{
        width: 50%;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .hpaboutsbb{
        padding: 25px 0 30px;
    }
    .hpaboutsbb .bbtitle{
        margin-bottom: 20px;
    }
    .hpaboutsbb .bbtitle .tinfo{
        padding: 0 10px;
    }
    .hpaboutsbb .bbtitle .tinfo, .hpaboutsbb .bbtitle .tinfo h2{
        font-size: 25px;
        line-height: 35px;
    }
    .hpaboutsbb .bbgrip > div{
        width: 100%;
    }
    .hpaboutsbb .bbgrip .mcol{
        display: none;
    }
    .tpaboutsbb .bblist{
        width: 100%;
        margin-left: 0;
    }
    .tpaboutsbb .bbwrap{
        padding: 0 20px;
    }
    .itaboutsbb .vvgrip{
        margin: 0 -7px;
    }
    .itaboutsbb .vvgrip > div{
        padding: 0 7px;
    }
    .itaboutsbb .vvgrip .xcol{
        width: 69px;
    }
    .itaboutsbb .vvgrip .ycol{
        width: calc(100% - 69px);
    }
    .itaboutsbb .vicon{
        width: 55px;
        height: 55px;
    }
    .itaboutsbb .vdecs{
        padding-top: 0;
    }
    .itaboutsbb .dtitle, .itaboutsbb .dtitle h3{
        font-size: 18px;
        line-height: 25px;
    }
    .itaboutsbb .dconts{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutstt ===> */
    .hpaboutstt{
        padding: 25px 0 30px;
    }
    .itaboutsta .ttgrip .mcol{
        width: 100%;
        order: unset;
        margin-bottom: 15px;
    }
    .itaboutsta .ttgrip .hcol{
        width: 100%;
    }
    .itaboutstb .ttgrip .mcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itaboutstb .ttgrip .hcol{
        width: 100%;
    }
    .itaboutsta .dsconts, .itaboutstb .dsconts{
        font-size: 14px;
        line-height: 24px;
    }
    .itaboutsta{
        margin-bottom: 25px;
    }
    .hpaboutstt::before{
        display: none;
    }
    .hpaboutstt::after{
        bottom: 120px;
        width: 216px;
        height: 418px;
    }
    .hpaboutstt .ttback::before{
        background-position: top;
        background-size: 40% auto;
    }
    /* <=== hpaboutstt ===> */

    /* <=== hpaboutsnn ===> */
    .hpaboutsnn{
        padding: 25px 0 35px;
    }
    .slaboutsnn .slick-list{
        margin: 0;
    }
    .slaboutsnn .slick-slide{
        padding: 0;
    }
    .slaboutsnn .slick-track{
        width: 100%!important;
    }
    .slaboutsnn .slick-track > div{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        margin-bottom: 20px;
        width: calc(100% + 20px)!important;
    }
    .slaboutsnn .slick-track > div > div{
        padding: 0 10px;
        width: 50%;
    }
    .tpaboutsnn .nngrip > div{
        width: 50%;
    }
    .itaboutsnn .dstitle, .itaboutsnn .dstitle h3,
    .itaboutsnn .ititle, .itaboutsnn .ititle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutsnn .iconts{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== hpaboutsnn ===> */

    /* <=== hpaboutsss ===> */
    .hpaboutsss{
        padding: 25px 0 35px;
    }
    .tpaboutssa{
        padding-right: 0;
        margin-bottom: 25px;
    }
    .tpaboutssa .satitle{
        text-align: center;
        margin-bottom: 8px;
    }
    .tpaboutssa .satitle, .tpaboutssa .satitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutssa .saconts{
        max-width: 100%;
        text-align: justify;
        text-align-last: center;
        font-size: 14px;
        line-height: 24px;
    }
    .slaboutssb {
        padding-bottom: 70px;
    }
    .slaboutssb .slick-arrow{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .slaboutssb .slick-prev{
        margin-left: -35px;
    }
    .slaboutssb .slick-next{
        margin-left: 35px;
    }
    .itaboutssb .vvtitle .tname{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutssb .vvconts{
        font-size: 14px;
        line-height: 24px;
    }
    /* <=== hpaboutsss ===> */

    /* <=== hpaboutsxx ===> */
    .hpaboutsxx{
        padding: 25px 0 40px;
    }
    .tpaboutsxa{
        padding-right: 0;
        margin-bottom: 25px;
    }
    .tpaboutsxa .dstitle{
        text-align: center;
        margin-bottom: 8px;
    }
    .tpaboutsxa .dstitle, .tpaboutsxa .dstitle h2{
        font-size: 25px;
        line-height: 35px;
    }
    .tpaboutsxa .dsconts{
        max-width: 100%;
        text-align: justify;
        text-align-last: center;
        font-size: 14px;
        line-height: 24px;
    }
    .slaboutsxb {
        padding-bottom: 70px;
    }
    .slaboutsxb .slick-arrow{
        bottom: 0;
        top: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .slaboutsxb .slick-prev{
        margin-left: -35px;
    }
    .slaboutsxb .slick-next{
        margin-left: 35px;
    }
    /* <=== hpaboutsxx ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutshh ===> */
    .tpaboutshh .ctgrip > div{
        width: 100%;
    }
    .itaboutshh .vvicon{
        width: 160px;
        height: 160px;
    }
    .itaboutshh{
        padding-top: 155px;
    }
    .itaboutshh .vvicon .itext{
        font-size: 22px;
        line-height: 32px;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsnn ===> */
    .tpaboutsnn .nngrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== hpaboutsnn ===> */

    /* <=== hpaboutsxx ===> */
    /* <=== hpaboutsxx ===> */
}