/* <=== tpnewsmma ===> */
.tpnewsmma{
    padding: 120px 0;
}
/* <=== tpnewsmma ===> */

/* <=== tpnewsmmam ===> */
.tpnewsmmam{
    margin-bottom: 20px;
}
.tpnewsmmam .amgrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.tpnewsmmam .amgrip > div{
    padding: 0 15px;
    margin-bottom: 15px;
}
.tptabmenuall ul{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-display: flex;
    flex-flow: row nowrap;
    position: relative;
    z-index: 2;
    white-space: nowrap;
}
.tptabmenuall ul::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
} 
.tptabmenuall ul::-webkit-scrollbar-thumb {
    background-color: #ed1b34;
}
.tptabmenuall ul li{
    margin-right: 35px;
}
.tptabmenuall ul li:last-child{
    margin-right: 0;
}
.tptabmenuall li a{
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 8px 17px;
    border-radius: 40px;
}
.tptabmenuall li a:hover, .tptabmenuall li.active a{
    background-color: #e0eaf2;
    color: #005091;
}
.tpfillterall{
    position: relative;
    z-index: 3;
}
.tpfillterall .mctitle{
    min-width: 180px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding: 12px 45px 12px 20px;
    border: 1px solid #dddfe4;
    border-radius: 10px;
    cursor: pointer;
}
.tpfillterall .mctitle::before{
    content: '\e900';
    position: absolute;
    right: 18px;
    top: 55%;
    transform: translateY(-50%);
    font-family: 'icomoon' !important;
    font-size: 9px;
    font-weight: 400;
}
.tpfillterall .mcconts{
    position: absolute;
    right: 0;
    top: calc(100% + 12px);
    width: 190px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    pointer-events: none;
}
.tpfillterall.active .mcconts{
    opacity: 1;
    pointer-events: auto;
}
.tpfillterall li a{
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    padding: 12px 15px;
}
.tpfillterall li a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #c0c0c0;
}
.tpfillterall li:last-child a::before{
    display: none;
}
.tpfillterall li.all a{
    background-color: #ccdce9;
}
/* <=== tpnewsmmam ===> */

/* <=== itnewsall ===> */
.itnewsall{
    position: relative;
}
.itnewsall .thumb{
    margin-bottom: 20px;
}
.itnewsall .dstitle{
    margin-bottom: 10px;
}
.itnewsall .dstitle, .itnewsall .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    max-height: 90px;
    overflow: hidden;
}
.itnewsall .dstend{
    color: #575757;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    max-height: 72px;
    overflow: hidden;
}
.itnewsall .dsdate{
    color: #575757;
}
/* <=== itnewsall ===> */

/* <=== tpnewshha ===> */
.tpnewshha{
    padding: 140px 0 110px;
}
/* <=== tpnewshha ===> */

@media all and (max-width: 1200px){ 

}
@media all and (max-width: 991px){ 
    /* <=== tpnewsmma ===> */
    .tpnewsmma{
        padding: 65px 0;
    }
    .tpnewsmmam .amgrip > div{
        width: 100%;
    }
    /* <=== tpnewsmma ===> */

    /* <=== tpnewsmmam ===> */
    .tpfillterall .mcconts{
        width: 100%;
    }
    .tptabmenuall ul::-webkit-scrollbar {
        height: 0;
    } 
    .tptabmenuall ul li{
        margin-right: 15px;
    }
    .tpfillterall .mctitle, .tpfillterall .mcconts{
        border-radius: 5px;
    }
    /* <=== tpnewsmmam ===> */

    /* <=== tpnewshha ===> */
    .tpnewshha{
        padding: 60px 0 ;
    }
    /* <=== tpnewshha ===> */
}
@media all and (max-width: 767px){ 
    
}