/* <=== vhttnewspg ===> */
.vhttnewspg .nnpadd{
    padding: 40px 0 45px;
}
.tptabmenus{
    margin-bottom: 20px;
}
.sltabmenus .slick-track{
    margin: 0;
}
.sltabmenus .slick-list{
    border-radius: 10px;
}
.sltabmenus .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: none;
    background-image: url('../images/eearow.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    z-index: 2;
    transition: unset;
}
.sltabmenus .slick-disabled{
    opacity: 0;
    pointer-events: none;
}
.sltabmenus .slick-prev{
    transform: translateY(-50%) rotate(180deg);
    left: -15px;
}
.sltabmenus .slick-next{
    right: -15px;
}
.ittabmenus a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    min-height: 45px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    padding: 3.5px 5px 5.5px;
    border-radius: 10px;
    background: #278A35;
    background: linear-gradient(0deg, rgba(39, 138, 53, 1) 0%, rgba(47, 164, 63, 1) 5%, rgba(59, 202, 78, 1) 20%, rgba(47, 164, 63, 1) 35%, rgba(38, 134, 52, 1) 50%, rgba(37, 130, 50, 1) 100%);
    color: var(--colorff);
    overflow: hidden;
}
.ittabmenus.active a{
    background: #F2921A;
    background: linear-gradient(0deg, rgba(242, 146, 26, 1) 0%, rgba(247, 168, 16, 1) 5%, rgba(254, 200, 2, 1) 20%, rgba(247, 168, 16, 1) 35%, rgba(242, 146, 26, 1) 50%, rgba(240, 139, 29, 1) 100%);
}
.tpttnewspg .nntitle{
    margin-bottom: 12px;
    text-transform: uppercase;
}
.tpttnewspg .nntitle, .tpttnewspg .nntitle a{
    color: var(--colorwh);
}
.tpttnewspg .nntitle, .tpttnewspg .nntitle h2{
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
}
.tpttnewspg .ctgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin: 0 -15px;
}
.tpttnewspg .ctgrip > div{
    padding: 0 15px;
}
.tpttnewspg .ctgrip > .mcol{
    width: calc(100% / 3);
}
.tpttnewspg .ctgrip > .hcol{
    width: calc(100% - (100% / 3) );
}
.tpttnewshh .hhlist{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px 0;
}
.tpttnewshh{
    height: 520px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 10px;
}
.tpttnewshh::-webkit-scrollbar{
    width: 8px;
    background-color: transparent;
}
.tpttnewshh::-webkit-scrollbar-thumb {
    background-color: var(--colorwn);
    border-radius: 25px;
}
.tpttnewsmm{
    height: calc(100% - 7px);
}
.itttnewsmm{
    height: 100%;
    background-color: var(--colorff);
    box-shadow: 0 2px 2px 0 rgba(98, 87, 18, 0.05);
}
.itttnewsmm .thumb{
    padding: 10px;
    background-color: var(--colorwk);
}
.itttnewsmm .thumb .tpons{
    position: relative;
}
.itttnewsmm .thumb .tcapt{
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    background-color: var(--colorwh);
    color: var(--colorwm);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    pointer-events: none;
}
.itttnewsmm .decss{
    padding: 12px 20px 27px;
}
.itttnewsmm .dstitle{
    margin-bottom: 5px;
    text-transform: uppercase;
}
.itttnewsmm .dstitle, .itttnewsmm .dstitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itttnewsmm .dstitle a{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itttnewsmm .dsdates{
    color: var(--color7f);
    position: relative;
    padding-left: 27px;
    background-image: url('../images/iclock.svg');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    margin-bottom: 5px;
}
.itttnewsmm .dsconts{
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itttnewsmm .dslinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    padding: 0 0 2px;
}
.itttnewsmm .dslinks a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--colorwh);
    width: 100%;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttnewsmm .dslinks a:hover::before{
    width: 0;
}
.itttnewshh{
    background-color: var(--colorff);
    box-shadow: 0 2px 2px 0 rgba(98, 87, 18, 0.05);
}
.itttnewshh .vvgrip{
    display: flex;
    flex-wrap: wrap;
}
.itttnewshh .vvgrip > .xcol{
    width: 230px;
}
.itttnewshh .vvgrip > .ycol{
    width: calc(100% - 230px);
}
.itttnewshh .thumb{
    padding: 10px;
    background-color: var(--colorwk);
}
.itttnewshh .thumb .tpons{
    position: relative;
}
.itttnewshh .thumb .tcapt{
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 1;
    background-color: var(--colorwh);
    color: var(--colorwm);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 2px 5px 2px 10px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    pointer-events: none;
}
.itttnewshh .decss{
    padding: 10px 20px;
}
.itttnewshh .dstitle{
    text-transform: uppercase;
}
.itttnewshh .dstitle, .itttnewshh .dstitle h3{
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}
.itttnewshh .dstitle a{
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itttnewshh .dsdates{
    color: var(--color7f);
    position: relative;
    padding-left: 27px;
    background-image: url('../images/iclock.svg');
    background-position: 0 3px;
    background-repeat: no-repeat;
    background-size: 18px 18px;
}
.itttnewshh .dsconts{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itttnewshh .dslinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    position: relative;
    padding: 0 0 5px;
}
.itttnewshh .dslinks a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--colorwh);
    width: 100%;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itttnewshh .dslinks a:hover::before{
    width: 0;
}
/* <=== vhttnewspg ===> */

/* <=== vhdetailpg ===> */
.vhdetailpg .dtpadd{
    padding: 30px 0 35px;
}
.hpdetailpg{
    margin-bottom: 30px;
}
.hpdetailpg .dttitle{
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    color: var(--colorwh);
}
.hpdetailpg .dttitle, .hpdetailpg .dttitle h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.hportherpg .ortitle{
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--colorwh);
}
.hportherpg .ortitle, .hportherpg .ortitle h2{
    font-size: 26px;
    line-height: 34px;
    font-weight: bold;
}
.tpdetailpg .dtgrip{
    display: flex;
    flex-wrap: wrap;
    gap: 14px 0;
    margin: 0 -15px;
}
.tpdetailpg .dtgrip > div{
    padding: 0 15px;
    width: 50%;
}
.tpdetailpg .decss{
    font-size: 16px;
    line-height: 25px;
}
.tpdetailpg .decss p{
    padding: 2px 0;
}
.tpdetailpg .dconts p{
    text-indent: 12px;
}
.tpdetailpg .dconts p::first-letter {
    font-size: 20px;
    text-transform: uppercase;
}
.tpdetailpg .dtends{
    font-style: italic;
}
.tpdetailpg .thumb img{
    width: 100%;
}
.slortherpg .slick-list{
    padding: 4px 0;
}
.itortherpg{
    background-color: var(--colorff);
    box-shadow: 0 2px 2px 0 rgba(98, 87, 18, 0.05);
}
.itortherpg .thumb{
    background-color: var(--colorwk);
    padding: 10px;
}
.itortherpg .decss{
    padding: 40px 20px 35px;
    position: relative;
}
.itortherpg .dtools{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: var(--colorwh);
    text-transform: uppercase;
    padding: 2px 5px 2px 10px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    pointer-events: none;
    font-size: 14px;
    line-height: 20px;
    color: var(--colorff);
    display: flex;
    align-items: center;
    align-content: center;
    padding: 3px 20px;
}
.itortherpg .dtools .tname{
    font-weight: bold;
    color: var(--colorwm);
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}
.itortherpg .dtools .tname::before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
}
.itortherpg .dtools .tdate{
    position: relative;
    top: -1px;
    padding-left: 18px;
    background-image: url("../images/iclockw.svg");
    background-position: 0 4px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}
.itortherpg .dtitle{
    margin-bottom: 10px;
    text-transform: uppercase;
}
.itortherpg .dtitle, .itortherpg .dtitle h3{
    font-size: 18px;
    line-height: 25px;
    font-weight: bold;
}
.itortherpg .dtitle a{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.itortherpg .dconts{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.itortherpg .dlinks a{
    display: inline-block;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    position: relative;
    padding: 0 0 2px;
}
.itortherpg .dlinks a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: var(--colorwh);
    width: 100%;
    -webkit-transition: var(--effectl);
    -o-transition: var(--effectl);
    transition: var(--effectl);
}
.itortherpg .dlinks a:hover::before{
    width: 0;
}
/* <=== vhdetailpg ===> */
@media all and (min-width: 992px){
    /* <=== vhdetailpg ===> */
    .slbutton .slick-arrow{
        top: 50%!important;
        transform: translateY(50%)!important;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhttnewspg ===> */
    .vhttnewspg .nnpadd{
        padding: 30px 0 60px;
    }
    .ittabmenus a{
        font-size: 13px;
    }
    .tpttnewspg .ctgrip > .mcol{
        width: 100%;
    }
    .tpttnewspg .ctgrip > .hcol{
        width: 100%;
    }
    .tpttnewshh{
        padding-right: 4px;
        margin-right: -12px;
        height: 520px;
    }
    .tpttnewspg .nntitle{
        text-align: center;
    }
    .tpttnewspg .nntitle, .tpttnewspg .nntitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .tpttnewsmm{
        height: 100%;
    }
    /* <=== vhttnewspg ===> */

    /* <=== vhdetailpg ===> */
    .vhdetailpg .dtpadd{
        padding: 20px 0 60px;
    }
    .hpdetailpg .dttitle, .hpdetailpg .dttitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .hportherpg .ortitle{
        text-align: center;
    }
    .hportherpg .ortitle, .hportherpg .ortitle h2{
        font-size: 22px;
        line-height: 30px;
    }
    .hpdetailpg{
        margin-bottom: 20px;
    }
    .tpdetailpg .dtgrip{
        flex-direction: column-reverse;
    }
    .tpdetailpg .dtgrip > div{
        width: 100%;
    }
    .tpdetailpg .decss{
        font-size: 14px;
    }
    .itortherpg .dtitle, .itortherpg .dtitle h3{
        font-size: 16px;
    }
    .itortherpg .dconts{
        max-height: 66px;
        -webkit-line-clamp: 3;
    }
    /* <=== vhdetailpg ===> */
}
@media all and (max-width: 767px){
    /* <=== vhttnewspg ===> */
    .tpttnewshh{
        height: 320px;
    }
    .itttnewsmm .dstitle, .itttnewsmm .dstitle h3{
        font-size: 16px;
    }
    .itttnewsmm .dsconts{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .itttnewshh .vvgrip > .xcol{
        width: 140px;
    }
    .itttnewshh .vvgrip > .ycol{
        width: calc(100% - 140px);
    }
    .itttnewshh .dsconts{
        display: none;
    }
    .itttnewshh .dslinks{
        display: none;
    }
    .tpttnewshh .hhlist{
        gap: 10px 0;
    }
    .itttnewshh .decss{
        padding: 10px;
    }
    .itttnewshh .dstitle{
        margin-bottom: 3px;
    }
    .itttnewshh .dstitle, .itttnewshh .dstitle h3{
        font-size: 14px;
        line-height: 18px;
    }
    .itttnewshh .dstitle a{
        max-height: 54px;
        -webkit-line-clamp: 3;
    }
    /* <=== vhttnewspg ===> */
}