.sitemap-section,
.sitemap-title,
.sitemap-row,
.sitemap-col,
.sitemap-menu {
    position: relative;
}

.sitemap-section + .sitemap-section {
    margin-top: 60px;
}

/* ----- row ----- */
.sitemap-row {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}
.sitemap-row>.sitemap-col {
    width: calc(100% / 3);
    padding: 0 20px;
}

/* ----- title ----- */
.sitemap-title {
    display: flex;
    color: rgba(0,0,0,1) !important;
    padding: 15px 0;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: -0.3px;
}
.sitemap-title.underline {
    border-bottom: 1px solid rgba(0,0,0,1);
}
.sitemap-title.mg-top {
    margin-bottom: 20px;
}
.sitemap-title.mg-bottom {
    margin-bottom: 20px;
}
.sitemap-title .title {
    flex: 1 0 0% !important;
}
.sitemap-title i {
    margin-left: 15px;
    font-size: 10px;
}
a.sitemap-title {
    padding-right: 30px;
}
a.sitemap-title i {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -15px 0 0 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    opacity: 0.15;
    transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
}
a.sitemap-title:hover i {
    opacity: 1;
}

/* ----- menu ----- */
.sitemap-menu.mg-top {
    margin-top: 20px;
}
ul.sitemap-menu-group,
ul.sitemap-menu-group>li {
    position: relative;
    list-style: none !important;
    padding: 0;
    margin: 0;
}
/* ul.sitemap-menu-group {
    margin-top: 20px;
} */
ul.sitemap-menu-group>li>.menu {
    position: relative;
    display: inline-flex;
    cursor: pointer !important;
    line-height: 30px;
    font-weight: 500;
    color: rgba(0,0,0,0.5) !important;
    text-transform: capitalize !important;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}
ul.sitemap-menu-group>li>.menu:hover {
    color: rgba(0,0,0,1) !important;
}
.sitemap-menu-title + ul.sitemap-menu-group {
    margin-top: 10px !important;
}

.sitemap-menu-title {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

/* ----- label and menu ----- */

.sitemap-row.label-and-menu {}
.sitemap-row.label-and-menu + .sitemap-row.label-and-menu {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
.sitemap-row.label-and-menu>.sitemap-col.menu-col {
    width: calc((100% / 3 * 2));
}
.sitemap-row.label-and-menu>.sitemap-col.menu-col ul.sitemap-menu-group {
    display: flex;
    flex-wrap: wrap;
}
.sitemap-row.label-and-menu>.sitemap-col.menu-col ul.sitemap-menu-group>li {
    width: 50%;
}

/* xxl */
@media (min-width: 1400px) {}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {

.sitemap-title {
    font-size: 20px;
    line-height: 25px;
}

ul.sitemap-menu-group {
    font-size: 13px;
    line-height: 22px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

.sitemap-title {
    font-size: 20px;
    line-height: 25px;
}

.sitemap-row>.sitemap-col {
    width: 50%;
}

.sitemap-row.label-and-menu {
    display: block;
}
.sitemap-row.label-and-menu>.sitemap-col {
    width: 100% !important;
}
.sitemap-row.label-and-menu>.sitemap-col.menu-col {
    padding-top: 15px !important;
}

}

/* sm - xs */
@media (max-width: 767.98px) {

.sitemap-section + .sitemap-section,
.sitemap-title.underline.mg-top-mobile {
    margin-top: 30px;
}
.sitemap-title {
    font-size: 20px;
    line-height: 25px;
}

.sitemap-row {
    display: block;
}
.sitemap-row>.sitemap-col {
    width: 100% !important;
}
.sitemap-row.label-and-menu {
    display: block;
}
.sitemap-row.label-and-menu>.sitemap-col {
    width: 100% !important;
}
.sitemap-row.label-and-menu>.sitemap-col.menu-col {
    padding-top: 15px !important;
}
.sitemap-row.label-and-menu>.sitemap-col.menu-col ul.sitemap-menu-group>li {
    width: 100%;
}


}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {}

/* xs */
@media (max-width: 575.98px) {}

/* xs custom */
@media (max-width: 399.98px) {}
