/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 30px 0;
}
/* <=== vhaboutspg ===> */

/* <=== vabgrip ===> */
.vabgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vabgrip > div{
    padding: 0 15px;
}
.vabgrip > .xcol{
    width: 300px;
}
.vabgrip > .ycol{
    width: calc(100% - 300px);
}
/* <=== vabgrip ===> */

/* <=== hpaboutsmm ===> */
.tpaboutsma{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: justify;
}
.tpaboutsmb .mbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutsmb .mbgrip > div{
    padding: 0 15px;
    width: 33.33333%;
    margin-bottom: 30px;
}
.itaboutsmb{
    height: 100%;
    border: 10px solid #f5f5f5;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutsmb:hover{
    background-color: #009944;
    border-color: #009944;
}
.itaboutsmb:hover a{
    color: #fff;
}
.itaboutsmb .thumb a{
    display: block;
    padding-top: 66.576%;
    position: relative;
    overflow: hidden;
}
.itaboutsmb .thumb a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutsmb .decss{
    text-align: center;
    border-top: 2px solid #f5f5f5;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.itaboutsmb:hover .decss{
    border-top-color: #009944;
}
.itaboutsmb .dstitle, .itaboutsmb .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.itaboutsmb .dstitle a{
    display: block;
    padding: 12.5px 15px;
}
/* <=== hpaboutsmm ===> */

/* <=== tpsubabout ===> */
.tpsubabout{
    background-color: #f6f9e2;
}
.tpsubabout .vvtitle{
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 18px;
    background-color: #299e61;
    color: #fff;
}
.tpsubabout .vvnames{
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    padding: 10px 40px 10px 13px;
    background-color: #299e61;
    color: #fff;
    position: relative;
}
.tpsubabout .vvnames::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.tpsubabout.active .vvnames::before{
    content: '\f106';
}
.tpsubabout .vvconts > ul > li{
    border-bottom: 1px solid #dde0cb;
}
.tpsubabout .vvconts > ul > li.active, .tpsubabout .vvconts > ul > li:hover{
    border-bottom-color:#e1f0d5;
}
.tpsubabout .vvconts > ul > li:last-child{
    border-bottom: none
}
.tpsubabout .vvconts > ul > li > a, .tpsubabout .vvconts > ul > li > .msub > a{
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 40px 10px 18px;
    position: relative;
}
.tpsubabout .vvconts > ul > li > a::before, .tpsubabout .vvconts > ul > li > .msub > a::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    background-color: #299e61;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.tpsubabout .vvconts > ul > li.active > a::before, .tpsubabout .vvconts > ul > li.active > .msub > a::before,
.tpsubabout .vvconts > ul > li:hover > a::before, .tpsubabout .vvconts > ul > li:hover > .msub > a::before{
    height: 100%;
}
.tpsubabout .vvconts > ul > li.active > a, .tpsubabout .vvconts > ul > li.active > .msub > a,
.tpsubabout .vvconts > ul > li:hover > a, .tpsubabout .vvconts > ul > li:hover > .msub > a{
    color: #009944;
}
.tpsubabout .vvconts > ul > li .msub{
    position: relative;
}
.tpsubabout .vvconts > ul > li .msub .vbutton{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    cursor: pointer;
}
.tpsubabout .vvconts > ul > li .msub .vbutton::before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tpsubabout .vvconts > ul > li.active > .msub .vbutton::before{
    content: '\f106';
}
.tpsubabout .vvconts > ul > li ul{
    display: none;
}
.tpsubabout .vvconts > ul > li li{
    border-top: 1px solid #dde0cb;
}
.tpsubabout .vvconts > ul > li ul{
    padding: 0 20px;
}
.tpsubabout .vvconts > ul > li li a{
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 0 10px 25px;
    position: relative;
}
.tpsubabout .vvconts > ul > li li a::before{
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
/* <=== tpsubabout ===> */

/* <=== hpaboutshh ===> */
.tpaboutsha{
    margin-bottom: 20px;
}
.tpaboutshb{
    margin-bottom: 20px;
}
.tpaboutshb .hbgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    margin: 0 -15px;
}
.tpaboutshb .hbgrip > div{
    padding: 0 15px;
}
.tpaboutshb .hbgrip .mcol{
    width: 44.445%;
}
.tpaboutshb .hbgrip .hcol{
    width: calc(100% - 44.445%);
}
.tpaboutshb .thumb{
    text-align: center;
}
/* <=== hpaboutshh ===> */

/* <=== hpaboutsbb ===> */
.tpaboutsba{
    margin-bottom: 30px;
}
.tpaboutsba li{
    padding: 10px 0;
    border-bottom: 2px solid #f6f6f6;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.tpaboutsba li::before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 160px;
    height: 2px;
    background-color: #299e61;
}
.tpaboutsba li .tm{
    width: 172px;
    padding-right: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
}
.tpaboutsba li .th{
    width: calc(100% - 172px);
    font-size: 15px;
}
.tpaboutsbb{
    margin-bottom: 40px;
}
.thehist{
    margin-bottom: 40px;
}
.thehist li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
}
.thehist li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    border-radius: 100%;
    background-color: #009944;
    z-index: 1;
}
.thehist li::after{
    content: '';
    position: absolute;
    width: 5px;
    height: calc(100% + 15px);
    left: 4px;
    top: 15px;
    background-color: #f6f9e2;
}
.thehist li:last-child:after{
    height: 100%;
}
.thehist li .tm{
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #009944;
    margin-bottom: 5px;
}
.thehist li .th{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
.itaboutstb{
    margin-bottom: 30px;
}
.itaboutstb:last-child{
    margin-bottom: 10px;
}
.itaboutstb .tbitem{
    margin-bottom: 25px;
}
.itaboutstb .tbitem:last-child{
    margin-bottom: 0;
}
.itaboutstb .tbtitle{
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #299e61;
}
.itaboutstb .tbtitle, .itaboutstb .tbtitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.itaboutstb .tbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.itaboutstb.vnn .tbgrip{
    margin: 0 -15px;
}
.itaboutstb .tbgrip > div{
    padding: 0 20px;
}
.itaboutstb.vnn .tbgrip > div{
    padding: 0 15px;
}
.itaboutstb .tbgrip .mcol{
    width: 60.44%;
}
.itaboutstb .tbgrip .hcol{
    width: calc(100% - 60.44%);
}
.itaboutstb.vnn .tbgrip .mcol{
    width: 47.778%;
}
.itaboutstb.vnn .tbgrip .hcol{
    width: calc(100% - 47.778%);
}
.itaboutstb .dsinfos{
    margin-bottom: 15px;
}
.itaboutstb .dsinfos li{
    padding: 11.3px 10px;
    border-bottom: 2px solid #dddddd;
}
.itaboutstb .dsinfos li .tm{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
}
.itaboutstb .dsinfos li .th{
    font-size: 16px;
    line-height: 24px;
}
.itaboutstb .dstends{
    color: #555555;
    font-size: 13px;
    line-height: 21px;
}
.itaboutstb .dstends p{
    padding: 2px 0;
}
.itaboutstb .thumb{
    text-align: center;
}
/* <=== hpaboutsbb ===> */

/* <=== hpaboutsss ===> */
.tpaboutssb .sbitem{
    margin-bottom: 30px;
}
.tpaboutssb .sbitem:last-child{
    margin-bottom: 20px;
}
.itaboutssb .sbtitle{
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #299e61;
}
.itaboutssb .sbtitle, .itaboutssb .sbtitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.itaboutssb .sbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.itaboutssb .sbgrip > div{
    padding: 0 30px;
}
.itaboutssb .sbgrip .mcol{
    width: calc(100% - 34.96%);
}
.itaboutssb .sbgrip .hcol{
    width: 34.96%;
}
.itaboutssb .sbthumb.ivideo{
    position: relative;
}
.itaboutssb .sbthumb.ivideo::before{
    content: '';
    position: absolute;
    width: 55px;
    height: 55px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    background-image: url("../images/ivideo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    z-index: 1;
    pointer-events: none;
    background-color: rgba(41, 158, 97, 0.9);
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.itaboutssb:hover .sbthumb.ivideo::before{
    background-color: rgba(41, 158, 97, 1);
}
.itaboutssb .sbthumb img{
    width: 100%;
}
/* <=== hpaboutsss ===> */

/* <=== hpaboutsxx ===> */
.tpaboutsxa{
    margin-bottom: 20px;
}
.tpaboutsxb .xbstitle{
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #299e61;
}
.tpaboutsxb .xbstitle, .tpaboutsxb .xbstitle h3{
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}
.tpaboutsxb .dsgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.tpaboutsxb .dsgrip > div{
    padding: 0 10px;
}
.tpaboutsxb .dsgrip .mcol{
    width: calc(100% - 35.956%);
}
.tpaboutsxb .dsgrip .hcol{
    width: 35.956%;
}
.tpaboutsxb .xbdecss{
    margin-bottom: 20px;
}
.tpaboutsxb .xbdecss:last-child{
    margin-bottom: 0;
}
/* <=== hpaboutsxx ===> */

@media all and (max-width: 1200px){

}
@media all and (min-width: 991px){
    /* <=== tpsubabout ===> */
    .tpsubabout .vvconts{
        display: block!important;
    }
    /* <=== tpsubabout ===> */
}
@media all and (max-width: 991px){
    /* <=== vhaboutspg ===> */
    .vhaboutspg .abpadd{
        padding: 20px 0 30px;
    }
    /* <=== vhaboutspg ===> */

    /* <=== vabgrip ===> */
    .vabgrip > .xcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .vabgrip > .ycol{
        width: 100%;
    }
    /* <=== vabgrip ===> */

    /* <=== hpaboutsmm ===> */
    .tpaboutsma{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .tpaboutsmb .mbgrip > div{
        width: 50%;
    }
    .itaboutsmb .dstitle, .itaboutsmb .dstitle h3{
        font-size: 18px;
        line-height: 28px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== tpsubabout ===> */
    .tpsubabout .vvconts{
        display: none;
    }
    /* <=== tpsubabout ===> */

    /* <=== hpaboutsbb ===> */
    .itaboutstb .tbtitle{
        margin-bottom: 15px;
    }
    .itaboutstb .tbtitle, .itaboutstb .tbtitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutstb .dsinfos li .tm{
        font-size: 18px;
        line-height: 27px;
    }
    .itaboutstb .dsinfos li .th{
        font-size: 15px;
    }
    .itaboutstb .tbgrip .mcol{
        width: 100%;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutsss ===> */
    .itaboutssb .sbtitle{
        margin-bottom: 15px;
    }
    .itaboutssb .sbtitle, .itaboutssb .sbtitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .itaboutssb .sbgrip{
        flex-direction: column-reverse;
    }
    .itaboutssb .sbgrip{
        margin: 0 -10px;
    }
    .itaboutssb .sbgrip > div{
        padding: 0 10px;
    }
    .itaboutssb .sbgrip .mcol{
        width: 100%;
    }
    .itaboutssb .sbgrip .hcol{
        width: 100%;
        margin-bottom: 5px;
    }
    /* <=== hpaboutsss ===> */

    /* <=== hpaboutsxx ===> */
    .tpaboutsxb .xbstitle{
        margin-bottom: 20px;
    }
    .tpaboutsxb .xbstitle, .tpaboutsxb .xbstitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    /* <=== hpaboutsxx ===> */
}
@media all and (max-width: 767px){
    /* <=== hpaboutsmm ===> */
    .tpaboutsmb .mbgrip > div{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== hpaboutsmm ===> */

    /* <=== hpaboutshh ===> */
    .tpaboutshb .hbgrip .mcol{
        width: 100%;
        margin-bottom: 20px;
    }
    .tpaboutshb .hbgrip .hcol{
        width: 100%;
    }
    /* <=== hpaboutshh ===> */

    /* <=== hpaboutsbb ===> */
    .tpaboutsba li .tm{
        width: 100%;
        padding-right: 0;
        margin-bottom: 3px;
    }
    .tpaboutsba li .th{
        width: 100%;
    }
    .tpaboutsba{
        margin-bottom: 15px;
    }
    .tpaboutsba li::before{
        width: 62px;
    }
    .tpaboutsba li:last-child{
        border-bottom: none;
    }
    .tpaboutsba li:last-child::before{
        display: none;
    }
    .tpaboutsbb{
        margin-bottom: 25px;
    }
    .thehist li .tm{
        font-size: 16px;
        line-height: 26px;
    }
    .thehist li .th{
        font-size: 14px;
        line-height: 24px;
    }
    .thehist li:last-child:after{
        display: none;
    }
    .itaboutstb .tbgrip{
        flex-direction: column-reverse;
    }
    .itaboutstb .tbitem{
        margin-bottom: 15px;
    }
    .itaboutstb .tbgrip .hcol{
        width: 100%;
        margin-bottom: 15px;
    }
    .itaboutstb.vnn .tbgrip .mcol{
        width: 100%;
    }
    .itaboutstb.vnn .tbgrip .hcol{
        width: 100%;
    }
    /* <=== hpaboutsbb ===> */

    /* <=== hpaboutsxx ===> */
    .tpaboutsxb .dsgrip{
        flex-direction: column-reverse;
    }
    .tpaboutsxb .dsgrip .mcol{
        width: 100%;
    }
    .tpaboutsxb .dsgrip .hcol{
        width: 100%;
        margin-bottom: 20px;
    }
    /* <=== hpaboutsxx ===> */
}