/* <=== vabgrip ===> */
.vabgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.vabgrip > div{
    padding: 0 15px;
}
.vabgrip > .mlcol{
    width: 330px;
}
.vabgrip > .hrcol{
    width: calc(100% - 330px);
}
/* <=== vabgrip ===> */

/* <=== vabtitle ===> */
.vabtitle{
    margin-bottom: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-wm);
    text-transform: uppercase;
}
.vabtitle.vdecs{
    margin-bottom: 20px;
}
.vabtitle, .vabtitle a{
    color: var(--color-wm);
}
.vabtitle, .vabtitle h1, .vabtitle h2{
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}
/* <=== vabtitle ===> */

/* <=== vhaboutspg ===> */
.vhaboutspg .abpadd{
    padding: 30px 0 60px;
}
.tpsubabout{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--coloree);
}
.tpsubabout .sutitle{
    position: relative;
    padding-right: 60px;
    z-index: 1;
    margin-bottom: 20px;
}
.tpsubabout .sutitle::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    background-image: url('../images/tticon.png');
    background-position: bottom right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
.tpsubabout .sutitle::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 95px;
    height: 1px;
    right: 45px;
    z-index: -2;
    background-image: url('../images/ttline.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    pointer-events: none;
}
.tpsubabout .sutitle .tname{
    padding: 10px 20px;
    border-radius: 50px;
    background-color: var(--color-wm);
}
.tpsubabout .sutitle .tname, .tpsubabout .sutitle .tname a{
    color: var(--colorff);
}
.tpsubabout .sutitle .tname, .tpsubabout .sutitle .tname h2{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.tpsubabout .suconts li{
    margin-bottom: 2px;
}
.tpsubabout .suconts li:last-child{
    margin-bottom: 0;
}
.tpsubabout .suconts li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    padding: 8px 10px 8px 38px;
    border-radius: 50px;
    position: relative;
    color: var(--color22);
}
.tpsubabout .suconts li a::before{
    content: '';
    position: absolute;
    top: 17px;
    left: 19px;
    width: 6px;
    height: 6px;
    background-color: var(--color-wm);
    border-radius: 100%;
}
.tpsubabout .suconts li.active a, .tpsubabout .suconts li a:hover{
    background-color: var(--color-eb);
}
.tpmnuabout li{
    margin-bottom: 10px;
}
.tpmnuabout li:last-child{
    margin-bottom: 0;
}
.tpmnuabout li a{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 18px;
    border-radius: 5px;
    background-color: var(--color-eb);
    color: var(--color-wm);
}
.tpmnuabout li a .vicon{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.tpmnuabout li a .vtext{
    width: calc(100% - 30px);
    padding-left: 19px;
}
.tpmnuabout li a .vicon img{
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.tpmnuabout li.active a, .tpmnuabout li:hover a{
    background-color: var(--color-wm);
    color: var(--colorff);
}
.tpmnuabout li.active a .vicon img, .tpmnuabout li:hover a .vicon img{
    filter: brightness(0%) invert(1);
}
.tpaboutsaa, .tpaboutsbb{
    font-size: 18px;
    line-height: 30px;
}
.tpaboutsaa p, .tpaboutsbb p{
    padding: 3px 0;
}
.ltaboutsbb{
    margin: 10px 0 20px;
}
.itaboutsbb{
    margin-bottom: 10px;
    background-color: var(--colorf6);
    border-radius: 5px;
    padding: 25px 29px;
}
.itaboutsbb .bbgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.itaboutsbb .bbgrip > div{
    padding: 0 10px;
}
.itaboutsbb .bbgrip .xcol{
    width: 165px;
}
.itaboutsbb .bbgrip .ycol{
    width: calc(100% - 165px);
}
.itaboutsbb .bdate{
    font-size: 20px;
    font-weight: bold;
    color: var(--color-wb);
}
.tpaboutscc .cctitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-wh);
    overflow: hidden;
    position: relative;
}
.tpaboutscc .cctitle, .tpaboutscc .cctitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpaboutscc .cctitle span{
    display: inline-block;
    position: relative;
}
.tpaboutscc .cctitle span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    height: 1px;
    background-color: var(--color-wh);
    width: 1000000px;
}
.tpaboutscm{
    margin-bottom: 5px;
}
.tpaboutscm .cmgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.tpaboutscm .cmgrip > div{
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px;
}
.itaboutscm .thumb{
    display: block;
    padding-top: 65.56%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.itaboutscm .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutscm .dsconts{
    font-size: 18px;
    line-height: 30px;
}
.itaboutsch{
    padding-bottom: 22px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--color-eb);
}
.itaboutsch:first-child{
    padding-top: 12px;
}
.itaboutsch:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.itaboutsch .chgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.itaboutsch .chgrip > div{
    padding: 0 15px;
}
.itaboutsch .chgrip .xcol{
    width: 110px;
}
.itaboutsch .chgrip .ycol{
    width: calc(100% - 110px);   
}
.itaboutsch .chicon{
    max-width: 80px;
    text-align: center;
}
.itaboutsch .dtitle{
    margin-bottom: 5px;
    color: var(--color-wm);
}
.itaboutsch .dtitle, .itaboutsch .dtitle h3{
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
} 
.itaboutsch .dconts{
    font-size: 18px;
    line-height: 30px;
}
.tpaboutsdd .ddthumb img{
    width: 100%;
}
.tpaboutsee .ligrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tpaboutsee .ligrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itaboutsee{
    height: 100%;
    background-color: var(--colorf6);
    padding: 30px ;
}
.itaboutsee .thumb{
    display: block;
    padding-top: 100%;
    background-color: var(--colorff);
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.itaboutsee .thumb img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.itaboutsee .decss{
    text-align: center;
    font-size: 16px;
    line-height: 25px;
}
.tpaboutsff .ffitem{
    margin-bottom: 30px;
}
.tpaboutsff .ffitem:last-child{
    margin-bottom: 0;
}
.tpaboutsff .fftitle{
    margin-bottom: 22px;
    text-transform: uppercase;
    color: var(--color-wh);
    overflow: hidden;
    position: relative;
}
.tpaboutsff .fftitle, .tpaboutsff .fftitle h2, .tpaboutsff .fftitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tpaboutsff .fftitle span{
    display: inline-block;
    position: relative;
}
.tpaboutsff .fftitle span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    height: 1px;
    background-color: var(--color-wh);
    width: 1000000px;
}
.tpaboutsff .ctthumb{
    margin-bottom: 10px;
}
.tpaboutsff .ctthumb img{
    width: 100%;
}
.tpaboutsff .ctitem{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--coloree);
}
.tpaboutsff .ctitem:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.tpaboutsff .ffconts{
    font-size: 18px;
    line-height: 30px;
}
.tpaboutsff .ctnames{
    font-size: 20px;
    font-weight: bold;
    color: var(--color-wm);
}
.tpaboutsff .ctdecss li{
    position: relative;
    margin-bottom: 5px;
    padding-left: 30px;
}
.tpaboutsff .ctdecss li:last-child{
    margin-bottom: 0;
}
.tpaboutsff .ctdecss li::before{
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--color-wm);
}
.tpaboutsgg .ggitem{
    margin-bottom: 10px;
} 
.tpaboutsgg .gggrip{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}
.tpaboutsgg .gggrip > div{
    padding: 0 15px;
    width: calc(100% / 3);
    margin-bottom: 30px;
}
.itaboutsgg{
    position: relative;
}
.itaboutsgg .vvlink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.itaboutsgg .vvlink a{
    display: block;
    width: 100%;
    height: 100%;
}
.itaboutsgg .ithumb .timg{
    display: block;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
}
.itaboutsgg .ithumb .timg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itaboutsgg .decss{
    position: relative;
    margin-top: -30px;
    z-index: 1;
    text-align: center;
}
.itaboutsgg .dchuc{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    background-color: var(--color-wm);
    color: var(--colorff);
    border-radius: 35px;
    min-height: 50px;
    padding: 5px 20px;
    text-align: center;
    margin-bottom: 14px;
}
.itaboutsgg .dchuc span{
    display: block;
}
.itaboutsgg .dtend{
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
    color: var(--color-wh);
}
.itaboutsgg .dname{
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.vhpopleads{
    padding: 0;
    background-color: var(--colorff);
    border-radius: 10px;
    overflow: unset;
    margin-top: 40px;
}
.vpoplead .fancybox-slide--html{
    padding: 10px;
}
.vpoplead .fancybox-close-small{
    opacity: 1;
    top: -40px;
    right: -8px;
    padding: 0;
    color: var(--colorff);
    width: 40px;
    height: 40px;
}
.vpoplead .fancybox-close-small svg{
    width: 100%;
    margin-left: auto;
}
.vhpopleads .lepadd{
    padding: 30px 40px;
}
.hppopleads .legrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.hppopleads .legrip > div{
    padding: 0 15px;
}
.hppopleads .legrip .mcol{
    width: 330px;
}
.hppopleads .legrip .hcol{
    width: calc(100% - 330px);
}
.tppopleads .leitem{
    margin-bottom: 30px;
}
.tppopleads .leitem:last-child{
    margin-bottom: 0;
}
.tppopleads .letitle{
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-wh);
    overflow: hidden;
    position: relative;
}
.tppopleads .letitle, .tppopleads .letitle h3{
    font-size: 25px;
    line-height: 35px;
    font-weight: bold;
}
.tppopleads .letitle span{
    display: inline-block;
    position: relative;
}
.tppopleads .letitle span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    height: 1px;
    background-color: var(--color-wh);
    width: 1000000px;
}
.tppopleads .leconts{
    font-size: 18px;
    line-height: 30px;
}
.tppopleads .leconts li{
    position: relative;
    margin-bottom: 2px;
    padding-left: 30px;
}
.tppopleads .leconts li:last-child{
    margin-bottom: 0;
}
.tppopleads .leconts li::before{
    content: '';
    position: absolute;
    top: 11px;
    left: 10px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: var(--color-wm);
}
/* <=== vhaboutspg ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vabgrip ===> */
    .vabgrip{
        flex-direction: column-reverse;
    }
    .vabgrip > .mlcol{
        width: 100%;
    }
    .vabgrip > .hrcol{
        width: 100%;
        margin-bottom: 30px;
    }
    /* <=== vabgrip ===> */

    /* <=== vabtitle ===> */
    .vabtitle{
        margin-bottom: 20px;
        padding-bottom: 8px;
    }
    .vabtitle.vdecs{
        margin-bottom: 15px;
    }
    .vabtitle, .vabtitle h1, .vabtitle h2{
        font-size: 24px;
        line-height: 30px;
    }
    /* <=== vabtitle ===> */

    /* <=== vhaboutspg ===> */
    .vhaboutspg .abpadd{
        padding: 25px 0 55px;
    }
    .tpaboutsaa, .tpaboutsbb{
        font-size: 17px;
    }
    .tpaboutscc .cctitle, .tpaboutscc .cctitle h3{
        font-size: 22px;
        line-height: 32px;
    }
    .itaboutscm .dsconts, .itaboutsch .dconts{
        font-size: 17px;
    }
    .itaboutsch .chgrip{
        margin: 0 -10px;
    }
    .itaboutsch .chgrip > div{
        padding: 0 10px;
    }
    .itaboutsch .chgrip .xcol{
        width: 90px;
    }
    .itaboutsch .chgrip .ycol{
        width: calc(100% - 90px);   
    }
    .itaboutsch .chicon{
        max-width: 70px;
    }
    .itaboutsch .dtitle, .itaboutsch .dtitle h3{
        font-size: 20px;
    }
    .tpaboutsee .ligrip{
        margin: 0 -5px;
    }
    .tpaboutsee .ligrip > div{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .itaboutsee{
        padding: 10px 10px 20px;
    }
    .itaboutsee .thumb{
        margin-bottom: 8px;
    }
    .tpaboutsff .fftitle, .tpaboutsff .fftitle h2, .tpaboutsff .fftitle h3{
        font-size: 22px;
        line-height: 30px;
    }
    .tpaboutsff .ffconts{
        font-size: 17px;
    }
    .tpaboutsff .ctnames{
        font-size: 19px;
    }
    .tpaboutsff .ffitem{
        margin-bottom: 20px;
    }
    .tpaboutsgg .gggrip > div{
        width: 50%;
    }
    .vhpopleads .lepadd{
        padding: 25px 30px 40px;
    }
    .hppopleads .legrip .mcol{
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .hppopleads .legrip .hcol{
        width: 100%;
    }
    .tppopleads .letitle, .tppopleads .letitle h3{
        font-size: 20px;
        line-height: 30px;
    }
    .tppopleads .leconts{
        font-size: 17px;
    }
    /* <=== vhaboutspg ===> */

}
@media all and (max-width: 767px){
    /* <=== vhaboutspg ===> */
    .itaboutsbb{
        padding: 20px;
    }
    .itaboutsbb .bbgrip .xcol{
        width: 100%;
        margin-bottom: 5px;
    }
    .itaboutsbb .bbgrip .ycol{
        width: 100%;
    }
    .tpaboutscm .cmgrip > div{
        width: 100%;
    }
    .tpaboutsee .ligrip > div{
        width: 50%;
    }
    .tpaboutsgg .gggrip > div{
        width: 100%;
    }
    /* <=== vhaboutspg ===> */
}