﻿body {
}

@media (min-width:0) and (max-width:992px) {
    .title-list li {
        margin-bottom: 5px;
        list-style-type: circle;
    }

    .text-editor * {
        text-align: right;
    }

    .text-editor h3 {
        padding: 2px 0;
        font-weight: bold;
        text-align: right;
        color: #000;
        font-size: 14px;
    }

    .text-editor img {
        max-width: 100% !important;
        height: auto !important;
    }

    .text-editor ul li {
        margin-bottom: 5px;
        line-height: 24px;
        font-size: 14px;
        text-align: right;
        background: #f5f9fd;
        padding: 11px;
        border-radius: 3px;
    }

    .title-list li a {
        font-weight: 500;
    }

    .text-editor ul {
        padding: 0px 14px;
        list-style-type: disc;
    }

    .text-editor h2 {
        font-size: 19px;
        padding: 0;
        margin: 10px auto;
    }

    .title-list li {
        margin-bottom: 9px;
        list-style-type: disc;
    }

        .title-list li a {
            color: #000;
            font-weight: normal;
            transition: all .3s;
            font-size: 13px;
        }

    .title-list {
        padding: 9px;
    }


    .widget2 img {
        right: 0 !important;
    }

    .header-logo a img {
        height: 45px;
    }

    .header-logo {
        border-left: none !important;
    }

    .widget4 .btn-read-more a {
        right: 0;
        left: 0 !important;
        bottom: 0;
        margin: auto;
        width: 100% !important;
        align-items: start !important;
        height: 100px !important;
        justify-content: center !important;
        top: 100% !important;
    }

    .widget4 .content {
        padding-left: 0 !important;
    }

    .widget4 .content {
        padding-bottom: 40px;
    }

    .widget4 .btn-read-more a span {
        transform: rotate(0deg) !important;
        margin-top: 10px;
    }

    .widget2 .content {
        padding: 40px 20px 20px 20px !important;
    }


    .widget2 .shape {
        display: none;
    }
}


@media (max-width: 992px) {
    .top-menu {
        display: none;
    }

    .header-logo a {
        border-left: none !important;
    }

    .sidebar-logo a {
        border-left: none !important;
    }

    .widget5 .img-box {
        border-left: none !important;
    }
}
