/* ApkNest global layout — previously inline in views/_base.html; load before styles.min.css */

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
            margin: 0;
            padding: 0;
            border: 0;
            font: inherit;
            vertical-align: baseline;
            outline: 0;
            background: transparent;
        }

        article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
            display: block
        }

        body {
            line-height: 1
        }

        ol, ul {
            list-style: none
        }

        blockquote, q {
            quotes: none
        }

        blockquote:after, blockquote:before, q:after, q:before {
            content: '';
            content: none
        }

        table {
            border-collapse: collapse;
            border-spacing: 0
        }

        .clear {
            clear: both;
            line-height: 0px;
            margin: 0;
            padding: 0;
        }

        * {
            box-sizing: border-box;
        }

        ::-webkit-scrollbar {
            width: 15px;
            height: 15px;
        }

        ::-webkit-scrollbar-thumb {
            border-radius: 8px;
            background-color: #C3C3C3;
            border: 2px solid #eee;
        }

        ::selection {
            background-color: #394F78;
            color: #fff;
        }

        html {
            scrollbar-gutter: stable;
        }

        body, html {
            max-width: 100%;
            overflow-x: hidden;
            margin: 0;
            padding: 0;
        }

        iframe, img {
            max-width: 100%;
        }

        body {
            font-family: 'Roboto', sans-serif;
            font-size: 15px;
            line-height: 23px;
            color: #333;
            background-color: #fff;
            letter-spacing: 0.5px;
        }

        p, h1, h2, h3, h4, h5, h6 {
            margin-bottom: 15px;
            color: #101010;
        }

        a {
            color: #006598;
            text-decoration: none;
        }

        a:hover {
            color: #c00;
        }

        i {
            font-style: italic;
        }

        p {
            font-size: 16px;
            line-height: 24px;
        }

        h1 {
            font-size: 32px;
            line-height: 40px;
        }

        h2 {
            font-size: 30px;
            line-height: 38px;
        }

        h3 {
            font-size: 28px;
            line-height: 36px;
        }

        h4 {
            font-size: 26px;
            line-height: 34px;
        }

        h5 {
            font-size: 24px;
            line-height: 32px;
        }

        h6 {
            font-size: 22px;
            line-height: 30px;
        }

        strong {
            font-size: inherit;
            font-weight: bold;
        }

        @media (max-width: 600px) {
            p {
                font-size: 15px;
                line-height: 24px;
            }

            h1 {
                font-size: 28px;
                line-height: 36px;
            }

            h2 {
                font-size: 24px;
                line-height: 32px;
            }

            h3 {
                font-size: 22px;
                line-height: 30px;
            }

            h4 {
                font-size: 20px;
                line-height: 28px;
            }

            h5 {
                font-size: 18px;
                line-height: 26px;
            }

            h6 {
                font-size: 16px;
                line-height: 24px;
            }
        }

        iframe, img {
            max-width: 100%;
        }

        .round {
            border-radius: 10%;
            -moz-border-radius: 10%;
            -webkit-border-radius: 10%;
            -ms-border-radius: 10%;
        }

        #main_wrap {
            position: relative;
            width: 100%;
            float: left;
            user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            -webkit-user-select: none;
            overflow: hidden;
        }

        header {
            width: 100%;
            background: #fff;
            position: static;
            height: 45px;
            z-index: 99999;
            border-bottom: solid 2px #f3f3f3;
        }

        .header_gap {
            margin-top: 0px;
        }

        .container {
            display: block;
            width: 1200px;
            padding: 0 20px;
            margin: 0px auto;
        }

        .main_bar {
            width: 1080px;
            float: left;
            position: relative;
        }

        /* .side_bar {
            width: 340px;
            float: right;
        } */

        @media (max-width: 1199px) {
            .container {
                width: 100%;
                padding: 0 10px;
            }

            .main_bar {
                width: 100%;
            }

            /* .side_bar {
                width: 32%;
            } */
        }

        @media (max-width: 800px) {
            .main_bar {
                width: 100%;
                margin-bottom: 15px;
            }

            /* .side_bar {
                width: 100%;
            } */

            .header-wrapper {
                flex-wrap: wrap;
                flex-direction: column-reverse;
            }

            .flex-container .flex-item {
                flex-wrap: wrap;
            }

            .header-banner, .header-content, .flex-container .flex-item-img, .flex-container .flex-item-content {
                flex-basis: 100% !important;
                margin-left: 0 !important;
            }
        }

        .toggle, [id^=drop] {
            display: none;
        }

        nav {
            margin: 0;
            padding: 0;
        }

        nav:after {
            content: "";
            display: table;
            clear: both;
        }

        #logo {
            padding-right: 30px;
            float: left;
            height: 60px;
        }

        #logo img {
            padding: 2px 0;
            max-height: 40px;
        }

        #logo a {
            padding: 0px !important;
            background: none !important;
        }

        #logo a:hover {
            background: none !important;
        }

        nav ul {
            float: right;
            padding: 0;
            margin: 0;
            list-style: none;
            position: relative;
        }

        nav ul li {
            margin: 0px;
            display: inline-block;
            float: left;
        }

        nav ul li:hover {
            background: #ffd800;
        }

        nav ul li:hover > a, nav a:hover > i {
            color: #000;
        }

        nav a {
            display: block;
            padding: 9px 15px;
            color: #01a001;
            font-size: 18px;
            text-decoration: none;
        }

        nav a.active {
            border-bottom: solid 2px #01a001;
        }

        nav a:hover {
            background-color: #F2F2F2;
        }

        nav ul ul {
            display: none;
            position: absolute;
            top: 59px;
        }

        nav ul li:hover > ul {
            display: inherit;
            background: #000;
        }

        nav ul ul li {
            width: 170px;
            float: none;
            display: list-item;
            position: relative;
        }

        nav ul ul ul li {
            position: relative;
            top: -60px;
            left: 170px;
        }

        li > a:after {
            content: ' +';
        }

        li > a:only-child:after {
            content: '';
        }

        .search_hndlr {
            float: right;
        }

        .search_hndlr i {
            padding: 5px;
            color: #000;
        }

        #search_wrap {
            position: fixed;
            display: none;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #212424;
            z-index: 9999999;
            cursor: pointer;
        }

        .search_inner {
            width: 600px;
            margin: 50px auto 0 auto;
            padding: 10px;
            text-align: center;
        }
        .search_inner img {
            max-height: 80px !important;
        }

        .search_close {
            color: #fff;
            padding: 8px 10px;
            border: solid 3px #fff;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -o-border-radius: 50%;
            -moz-border-radius: 50%;
            position: fixed;
            right: 20px;
            top: 20px;
        }

        .search_inner input[type="text"] {
            -webkit-appearance: none;
            background: none;
            border: none;
            color: #FCFCFC;
            font-size: 44px;
            font-weight: 500;
            outline: none;
            padding-bottom: 15px;
            text-align: center;
            width: 75%;
            box-shadow: 0 -2px 0 0 #333 inset;
        }

        @media (max-width: 600px) {
            .search_inner {
                width: 100%;
            }
        }

        .kwd {
            color: #f74d4d;
        }

        @media all and (max-width: 1079px) {
            header .container {
                padding: 0;
            }

            .mob_menu_handler {
                background: none !important;
                position: absolute;
                top: 0;
                left: 0;
                cursor: pointer;
                font-size: 25px !important;
                padding: 10px 15px !important;
            }

            .mob_menu_handler i {
                color: #000;
            }

            ul.menu {
                float: none;
                height: 400px;
                overflow-y: scroll;
            }

            #logo {
                display: block;
                padding: 0;
                width: 100%;
                text-align: center;
                float: none;
                vertical-align: middle;
            }

            .search_hndlr {
                float: none;
                position: absolute;
                right: 0;
                top: 0;
                padding: 7px 12px;
            }

            nav {
                margin: 0;
            }

            .toggle + a, .menu {
                display: none;
            }

            .toggle {
                display: block;
                background-color: #000;
                padding: 14px 10px;
                color: #FFF;
                font-size: 15px;
                text-decoration: none;
                border: none;
            }

            .toggle:hover {
                background-color: #000000;
                color: #fff !important;
            }

            [id^=drop]:checked + ul {
                display: block;
                background-color: #f3f3f3;
                position: absolute;
                left: 0;
                top: 46px;
                width: 100%;
                z-index: 999999;
            }

            nav ul li {
                display: block;
                width: 100%;
                border-bottom: 1px solid #ccc;
            }

            nav ul ul .toggle, nav ul ul a {
                padding: 0 40px;
            }

            nav ul ul ul a {
                padding: 0 80px;
            }

            nav a:hover, nav ul ul ul a {
                background-color: #000000;
                color: #fff !important;
            }

            nav ul li ul li .toggle, nav ul ul a, nav ul ul ul a {
                padding: 14px 20px;
                color: #FFF;
                font-size: 17px;
            }

            nav ul li ul li .toggle, nav ul ul a {
                background-color: #212121;
                color: #fff !important;
            }

            nav ul ul {
                float: none;
                position: static;
                color: #ffffff;
            }

            nav ul ul li:hover > ul, nav ul li:hover > ul {
                display: none;
            }

            nav ul ul li {
                display: block;
                width: 100%;
            }

            nav ul ul ul li {
                position: static;
            }

            nav a.active {
                border-bottom: none;
            }
        }

        @media (max-width: 500px) {
            #logo img {
                max-height: 30px;
                padding: 0
            }
        }

        ul.bread_crumb {
            margin: 0 0 10px 0;
            width: 100%;
            padding: 0 10px;
            box-sizing: border-box;
            float: left;
        }

        ul.bread_crumb li {
            float: left;
        }

        ul.bread_crumb li i {
            font-size: 12px;
            line-height: 30px;
            margin: 0 8px;
            color: #000;
        }

        ul.bread_crumb li a {
            font-family: arial;
            font-size: 12px;
            line-height: 30px;
            display: block;
            color: #01a001;
        }

        ul.bread_crumb li a:hover {
            text-decoration: underline;
        }

        ul.bread_crumb li a:hover, ul.bread_crumb li a.active {
            color: #000;
        }

        @media (max-width: 767px) {
            ul.bread_crumb li a, ul.bread_crumb li i {
                line-height: 20px;
            }

            .flex-list .flex-item {
                flex: 0 1 96% !important;
            }

            .wrapper-404 {
                flex-direction: column-reverse;
            }
            .content-404 h1.title-404 {
                font-size: 4rem;
            }
            .content-404 h2 {
                font-size: 1.5rem;
            }
        }

        .side_list_item {
            float: left;
            width: 100%;
            padding: 10px;
            margin-bottom: 10px
        }

        .side_list_item:hover {
            background: #f5f5f5;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }

        .side_list_item img {
            float: left;
            margin-right: 10px;
            width: 80px;
            height: 80px;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }

        .side_list_item p {
            margin-bottom: 0px;
        }

        .side_list_item p.title {
            font-size: 16px;
            line-height: 24px;
            font-weight: bold;
            color: #01a001;
        }

        .side_list_item p.category {
            font-size: 14px;
            line-height: 22px;
            margin-top: 10px;
        }

        .side_list_item p.category .ico_arr {
            color: #FE8401;
            font-size: 26px;
            vertical-align: middle;
            margin-right: 5px;
        }

        .main_list_item .side_list_item {
            width: 49%;
        }

        .main_list_item .side_list_item:nth-child(odd) {
            margin-right: 1%;
        }

        .main_list_item .side_list_item:nth-child(even) {
            margin-left: 1%;
        }

        .main_list_item .side_list_item:nth-child(2n+1) {
            clear: left;
        }

        @media (max-width: 600px) {
            .main_list_item .side_list_item {
                width: 100%;
            }

            .main_list_item .side_list_item:nth-child(odd) {
                margin-right: 0;
            }

            .main_list_item .side_list_item:nth-child(even) {
                margin-left: 0;
            }
        }

        .more_link {
            float: left;
            width: 100%;
            background: #ECECEC;
            text-align: center;
            padding: 10px;
            font-size: 20px;
            line-height: 28px;
            color: #000;
            border-radius: 6px;
        }

        .more_cmnts {
            background: #01a001 !important;
            color: #fff !important;
            margin-top: 20px !important;
        }

        .side_cat_item {
            width: 49%;
            float: left;
            padding: 10px;
            margin-bottom: 5px;
            font-size: 14px;
            line-height: 22px;
            color: #000;
        }

        .side_cat_item:hover {
            background: #f5f5f5;
            border-radius: 6px;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            color: #000;
        }

        .side_cat_item:nth-child(odd) {
            margin-right: 1%;
        }

        .side_cat_item:nth-child(even) {
            margin-left: 1%;
        }

        .side_cat_item:nth-child(2n+1) {
            clear: left;
        }

        .side_cat_item img {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            vertical-align: middle;
            margin-right: 5px;
        }

        footer {
            width: 100%;
            margin: 30px 0 0;
            z-index: 1;
            color: #fff;
            border-top: solid 2px #f3f3f3;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        footer .footer_bottom {
            padding: 15px 0;
        }

        footer .footer_bottom p {
            text-align: center;
            margin-bottom: 0;
            font-size: 15px;
            line-height: 22px;
        }

        footer .footer_main {
            margin-bottom: 15px;
        }

        footer .footer_main .ftr_link_box {
            text-align: center;
        }

        footer .footer_main .ftr_link_box a {
            display: inline-block;
            margin: 5px;
            font-size: 16px;
            line-height: 24px;
            color: #000;
        }

        footer .footer_main .ftr_link_box a:after {
            content: "|";
            margin-left: 10px;
            color: #0071f3;
            font-size: 14px;
        }

        footer .footer_main .ftr_link_box a:last-child:after {
            content: "";
        }

        footer .footer_main .ftr_social_box {
            float: left;
            width: 100%;
            text-align: center;
        }

        footer .footer_main .ftr_social_box a {
            display: inline-block;
            width: 45px;
            height: 45px;
            text-align: center;
            background: #222;
            border-radius: 50%;
            line-height: 45px;
            margin: 4px;
        }

        footer .footer_main .ftr_social_box a i {
            font-size: 20px;
            line-height: 45px;
            color: #fff;
        }

        footer .footer_main .ftr_social_box a.fsb_facebook {
            background: #0071F3;
        }

        footer .footer_main .ftr_social_box a.fsb_twitter {
            background: #31C6F7;
        }

        footer .footer_main .ftr_social_box a.fsb_youtube {
            background: #F70000;
        }

        footer .footer_main .ftr_social_box a.fsb_pinterest {
            background: #C62026;
        }

        footer .footer_main .ftr_social_box a.fsb_linkedin {
            background: #0077B0;
        }

        footer .footer_main .ftr_social_box a.fsb_gplus {
            background: #D54836;
        }

        footer .footer_main .ftr_social_box a.fsb_reddit {
            background: #F73E18;
        }

        footer .footer_main .ftr_social_box a.fsb_vimeo {
            background: #3FABD4;
        }

        footer .footer_main .ftr_social_box a.fsb_telegram {
            background: #0083C5;
        }

        footer .footer_main .ftr_social_box a.fsb_instagram {
            background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        }

        footer .footer_main .ftr_social_box a:hover {
            background: #222;
        }

        #ScrollToTop {
            display: none;
            position: fixed;
            bottom: 20px;
            right: 30px;
            z-index: 99;
            font-size: 18px;
            border: none;
            outline: none;
            background-color: #0c7;
            color: white;
            cursor: pointer;
            padding: 10px 15px;
            border-radius: 4px;
        }

        #ScrollToTop:hover {
            background-color: #F1C40F;
        }

        .shad_box {
            width: 100%;
            box-sizing: border-box;
            background: #fff;
            box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
            -o-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
        }

        .widget {
            display: block;
            margin-bottom: 20px;
            position: relative;
        }

        .widget h3 {
            color: #000;
            font-size: 22px;
            line-height: 30px;
        }

        .widget h3 span {
            border-bottom: solid 2px #fe8401
        }

        .widget:after, .widget:before {
            clear: both;
        }

        .svg-6 {
            width: 1rem;
            height: 1rem;
        }

        .has-more {
            float: right;
            font-size: 20px;
            border-bottom: 0 none !important;
            color: #01A001;
        }

        ul.pagination {
            margin: 20px 0;
            float: left;
            width: 100%;
            text-align: center;
            direction: ltr;
        }
        ul.pagination li {
            list-style-type: none;
            float: none;
            display: inline-block;
            margin-bottom: 5px;
        }
        ul.pagination li a {
            margin-left: 4px;
            font-weight: 500;
            font-size: 14px;
            color: #000;
            padding: 10px 16px;
            text-decoration: none;
            background-color: #EEEEEE;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            display: inline-block;
        }
        .pagination {
            display: flex;
            padding-left: 0;
            list-style: none;
            border-radius: 0.25rem;
            justify-content: center;
            margin-bottom: 1.5rem;
        }
        .pagination .page-item:hover {
            background-color: #fff;
        }
        .pagination .page-item.active .page-link {
            color: #fff;
            background-color: #01A001;
            border-color: #01A001;
        }
        .pagination .page-link {
            font-size: 1rem;
            font-weight: 600;
            color: #212529;
            background: #F0F2F5;
            border-color: #F0F2F5;
            border-radius: 0.5rem !important;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            text-align: center;
            padding: 0;
            margin-left: 0.25rem;
            margin-right: 0.25rem;
        }

        /* ul.pagination li > a:focus, ul.pagination li > a:hover, ul.pagination li > span:focus, ul.pagination li > span:hover, ul.pagination li > a:focus, ul.pagination li > a:hover, ul.pagination li > span:focus, ul.pagination li > span:hover {
            color: #fff !important;
            background: #01A001 !important
        }

        ul.pagination > .active > a, ul.pagination > .active > a:focus, ul.pagination > .active > a:hover, ul.pagination > .active > span, ul.pagination > .active > span:focus, ul.pagination > .active > span:hover {
            color: #fff !important;
            background-color: #01A001 !important;
        } */

        .tag_item {
            color: #000;
            background-color: #F0F2F5;
            padding: 8px 10px;
            display: inline-block;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            margin: 5px;
        }

        .tag_item:hover {
            background: #afafaf;
            color: #fff;
        }

        .site_log {
        }

        @media (max-width: 520px) {
            .site_log {
                max-width: 220px !important;
                margin-top: 8px !important;
            }
        }

        .cnt_box {
            margin: 0 0 15px 0;
            font-size: 15px;
            line-height: 24px;
            width: 100%;
            box-sizing: border-box;
            background: #fff;
        }

        .cnt_box p, .cnt_box h1, .cnt_box h2, .cnt_box h3, .cnt_box h4, .cnt_box h5, .cnt_box h6 {
            margin-bottom: 10px;
        }

        .cnt_box strong, .cnt_box b, .cnt_box em {
            font-weight: bold;
        }

        .cnt_box h1, .cnt_box h2, .cnt_box h3, .cnt_box h4, .cnt_box h5, .cnt_box h6 {
            font-weight: bold;
            margin: 10px 0;
        }

        .cnt_box h2 {
            font-size: 24px !important;
            line-height: 32px !important;
        }

        .cnt_box h3 {
            font-size: 22px !important;
            line-height: 30px !important;
        }

        .cnt_box h4 {
            font-size: 20px !important;
            line-height: 28px !important;
        }

        .cnt_box h5 {
            font-size: 18px !important;
            line-height: 26px !important;
        }

        .cnt_box h6 {
            font-size: 16px !important;
            line-height: 24px !important;
        }

        .cnt_box i {
            font-style: italic;
        }

        .cnt_box u {
            text-decoration: underline;
        }

        .cnt_box a {
            text-decoration: underline !important;
            color: #519fec;
        }

        .cnt_box ol, .cnt_box ul {
            padding-left: 20px !important;
            margin-bottom: 10px !important;
        }

        .cnt_box ol {
            list-style: decimal !important;
        }

        .cnt_box ul {
            list-style: disc !important;
        }

        .show {
            display: block !important;
        }

        .hide {
            display: none !important;
        }

        .bg_green {
            background: #27ae60 !important;
        }

        .bg_blue {
            background: #34ace0 !important;
        }

        .bg_red {
            background: #e74c3c !important;
        }

        .mb0 {
            margin-bottom: 0px !important;
        }

        .mb10 {
            margin-bottom: 10px !important;
        }

        .mb15 {
            margin-bottom: 15px !important;
        }

        .mb20 {
            margin-bottom: 20px !important;
        }

        .mb25 {
            margin-bottom: 25px !important;
        }

        .mb30 {
            margin-bottom: 30px !important;
        }

        .ac {
            text-align: center !important;
        }

        .pad10 {
            padding: 10px;
        }

        .pad15 {
            padding: 15px;
        }

        .full {
            width: 100% !important;
        }

        .db {
            display: block !important;
        }

        .hwa {
            height: auto !important;
            width: auto !important;
        }

        .hero_wrap_main {
            position: relative;
            width: 100%;
            float: left;
            margin: 10px 0;
        }

        .hero_wrap_main #hero_wrap {
            width: 100%;
            float: left;
            position: relative;
            height: 246px;
        }

        .hero_wrap_main #hero_wrap img {
            width: 100%;
        }

        .hero_wrap_main #hero_wrap .hero_text {
            position: absolute;
            width: 100%;
            bottom: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.5);
            padding: 10px;
            color: #fff;
            font-size: 16px;
        }

        .hero_wrap_main .hero_arrow {
            position: absolute;
            top: 40%;
        }

        .hero_wrap_main .hero_arrow i {
            color: #fff;
            font-size: 60px;
        }

        .hero_wrap_main .hero_left {
            left: 15px;
        }

        .hero_wrap_main .hero_right {
            right: 15px;
        }

        .btn_download {
            background: #01a001;
            padding: 8px;
            text-align: center;
            color: #fff !important;
            float: left;
            width: 100%;
            font-size: 16px;
            line-height: 24px;
            font-weight: bold;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
        }

        .btn_download i {
            vertical-align: middle;
            font-size: 20px;
            margin-right: 8px;
        }

        .text_download {
            color: #01a001;
        }

        .tac {
            text-align: center;
        }

        .blank30 {
            width: 100%;
            height: 30px;
        }

        .header-wrapper {
            display: flex;
        }

        .header-banner {
            flex-basis: 40%;
        }

        .header-content {
            flex-basis: calc(60% - 24px);
            margin-left: 24px;
            margin-top: 12px;
            margin-bottom: 12px;
        }

        .flex-container .flex-item {
            display: flex;
        }

        .flex-container .flex-item-img {
            flex-basis: 30%;
        }

        .flex-container .flex-item-content {
            flex-basis: calc(70% - 24px);
            margin-left: 24px;
            margin-bottom: 24px;
        }

        .flex-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        .flex-list .flex-item {
            flex: 0 1 46%;
        }
        .flex-list .flex-item h3 {
            font-size: 18px;
            margin: 0;
        }
        .qsa-content {
            background-color: #f3f3f3;
            margin: 0 2% 15px;
            padding: 12px 8px;
            border-radius: 1rem;
            position: relative;
            cursor: pointer;
        }
        .qsa-content p.active {
            font-size: 14px;
        }
        .qsa-item-icon {
            position: absolute;
            right: 8px;
            pointer-events: none;
        }
        .flex-list .flex-item p {
            display: none;
            margin-bottom: 0;
        }
        .flex-list .flex-item p.active {
            display: block;
        }

        ul.pagination {
            list-style: none;
            text-align: center;
            padding-left: 0
        }

        .pagination li span {
            padding: 5px .75em;
            margin-top: .5rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            vertical-align: middle
        }

        .pagination .page-numbers, .pagination li a {
            display: inline-flex;
            background-color: #fff;
            color: #363636;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            padding: 5px .75em;
            cursor: pointer;
            justify-content: center;
            text-align: center;
            vertical-align: top;
            align-items: center;
            -webkit-appearance: none;
            white-space: nowrap;
            margin-bottom: .5rem;
            margin-top: .5rem
        }

        .wrapper-404 {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin: 24px;
            min-height: calc(100vh - 256px);
        }
        .img-404 {
            flex: 0 1 40%;
        }
        .content-404 {
            flex: 0 1 60%;
        }
        .content-404 h1.title-404 {
            font-size: 5rem;
            line-height: 1.5;
        }
        .content-404 h2 {
            font-size: 2rem;
            line-height: 1.5;
        }
        .content-404 p {
            font-size: 0.75rem;
            margin-top: 12px;
            margin-bottom: 30px;
        }
        .content-404 .btn-404 a {
            color: #212529;
            font-size: 1rem;
            font-weight: 500;
            padding: 0.3rem 1rem;
            border: 0.2rem solid #01A001;
            border-radius: 0.8rem;
            vertical-align: middle;
        }
        .content-404 .btn-404 a:hover {
            color: #01A001;
        }
    
