footer {
    line-height: 50px;
}

.flex-row {
    display: flex;
    align-items: center;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.carousel-control {
    height: 315px;
}

.nav-bottom {
    --un-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--un-bg-opacity));
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 350px;
    margin: 2% auto;
    border-radius: 18px;
    box-sizing: border-box;
    position: relative;
}

.nav-bottom > div:nth-child(1) {
    width: 230px;
}

.nav-bottom > div:nth-child(2) {
    height: 320px;
    width: 580px;
    margin: 0 1em;
}

.nav-bottom > div:nth-child(3) {
    width: 266px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    --un-bg-opacity: 1;
    background-color: rgba(247, 249, 250, var(--un-bg-opacity));
}

.bottom-menu {
    --un-bg-opacity: 1;
    background-color: rgba(247, 249, 250, var(--un-bg-opacity));
    list-style: none;
    height: 315px;
    border-radius: 12px;
    display: block;
}

.bottom-menu li {
    height: 35px;
    font-size: 15px;
}

.bottom-menu li a {
    color: #000;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.bottom-menu li a:hover {
    color: #007bff;
    background: #eee;
}

.show {
    display: block;
}

.overflow-hidden {
    overflow: hidden;
}

.indicator {
    margin-left: 10px;
}

.dropdown-menus {
    position: absolute;
    /*top: 45px;*/
    top: 15px;
    left: 110px !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 130px !important;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menus ul, .dropdown-menus li {
    margin: 0;
    padding: 0;
}

.dropdown-menus .dropdown-menu-wrapper ul > li > a {
    color: #666;
    font-size: 14px;
    line-height: 30px;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.dropdown-menus .dropdown-menu-wrapper ul > li > a:hover {
    color: #007bff;
    background: #eee;
    text-decoration: none;
}

.right-box {
    flex-wrap: wrap;
    justify-content: space-around;
}

.right-box .li {
    align-items: center;
    flex-basis: 33.33%;
    margin-bottom: 1rem;

}

.en-li {
    flex-basis: 50% !important;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    height: 60px;
}

.right-box .li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right-box .li a:hover {
    text-decoration: none;
}

.avatar {
    height: 60px;
    align-items: center;
}

.avatar img {
    width: 60px;
    height: 100%;
    border-radius: 50%;
    margin-bottom: .75rem;
}

.opened {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.justify-between {
    justify-content: space-between;
}

.justify-end {
    justify-content: flex-end;
}

.sub_category {
    background: #FFFFFF;
}

.sub_category ul {
    margin: 0 !important;
    padding: 10px 15px 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.sub_category ul li {
    flex-shrink: 1;
    margin: 0 10px 10px 0;
}

.sub_category ul li a {
    color: #555;
    text-decoration: none;
}

.sub_category ul li a:hover {
    color: #4e73df;
}

.sub_category > ul > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}

.foot_menu {
    display: flex;
    justify-content: center;
}

.foot_menu ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.foot_menu > ul > li  + li:before {
    content: "\00a0-\00a0";
    padding: 0 5px;
    color: #ccc;
}