/* <=== tpsitemapmma ===> */
.tpsitemapmma{
    padding: 110px 0;
}
/* <=== tpsitemapmma ===> */

/* <=== lstsitemapmm ===> */
.lstsitemapmm .rowitem{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.lstsitemapmm .rowitem:last-child{
    margin-bottom: 0;
}
.lstsitemapmm .rowitem > div{
    padding: 0 15px;
    width: 25%;
}
.itsitemapmm .mmtitle{
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ed1b34;
}
.itsitemapmm .mmtitle, .itsitemapmm .mmtitle h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.itsitemapmm .mmtitle a{
    display: block;
    padding-right: 30px;
    position: relative;
}
.itsitemapmm .mmtitle a::before{
    content: '\e904';
    font-family: 'icomoon' !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.itsitemapmm .mmconts{
    margin-bottom: 25px;
}
.itsitemapmm .mmconts li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 26px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
.itsitemapmm .mmconts li:last-child{
    margin-bottom: 0;
}
.itsitemapmm .mmconts li::before{
    content: '';
    position: absolute;
    left: 0;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    background-color: #ed1b34;
    top: 6px;
}
.itsitemapmm .mmconts li, .itsitemapmm .mmconts li a{
    color: #353945;
}
.itsitemapmm .mmconts li a:hover{
    color: #ed1b34;  
}
/* <=== lstsitemapmm ===> */

@media all and (max-width: 1200px){ 

}
@media all and (max-width: 991px){ 
    /* <=== tpsitemapmma ===> */
    .tpsitemapmma{
        padding: 65px 0 40px;
    }
    /* <=== tpsitemapmma ===> */

    /* <=== lstsitemapmm ===> */
    .lstsitemapmm .rowitem > div{
        width: 50%;
    }
    .lstsitemapmm .rowitem{
        margin-bottom: 0;
    }
    /* <=== lstsitemapmm ===> */
}
@media all and (max-width: 767px){ 
        /* <=== lstsitemapmm ===> */
        .lstsitemapmm .rowitem > div{
            width: 100%;
        }
        /* <=== lstsitemapmm ===> */
}