/* Bengin header*/
body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

    a:hover {
        color: #174f9a
    }

img {
    border: none;
    max-width: 100%;
}

.ul {
    margin: 0;
    padding: 0;
}

    .ul li {
        list-style: none
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0
}

p, figure, figcaption, blockquote, caption, fieldset, embed, object, applet, canvas, caption, iframe, strike, time, video {
    border: 0;
    margin: 0;
    padding: 0;
}

strong {
    font-weight: 700;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: -webkit-focus-ring-color auto 0;
}
/*input,select,textarea,button */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset;
}

input::-ms-clear {
    display: none;
}

select::-ms-expand {
    display: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

input, select, textarea, button {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: inherit;
    outline: none;
}

input, select {
    height: 40px;
    padding: 0 10px;
}

input, select, textarea {
    display: inline-block;
    border: solid 1px #dddddd;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    text-overflow: "";
    appearance: none;
    border-radius: 2px;
    webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    input:focus, select:focus, textarea:focus {
        border: solid 1px #61b2d9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(60, 114, 172, 0.08),0 0 8px rgba(59, 127, 187, 0.6);
        box-shadow: inset inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(255, 255, 255, 0.6);
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

select {
    background: url(../images/arow.svg) no-repeat;
    background-position: right 8px top 50%;
    padding-right: 24px;
    background-size: 14px;
}

textarea {
    height: 85px;
    padding: 10px;
    resize: none;
}

button {
    background: none;
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
}

    button:focus {
        outline: 0;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    table td, table th {
        padding: 6px;
        border: solid 1px #e0e0e0;
    }

.table thead th {
    background-color: #f9f9f9;
}

.overflow-hidden {
    overflow: hidden;
}
/* End fix*/
/* header */
.header {
    float: left;
    width: 100%;
    position: relative;
    padding: 8px 0;
    box-shadow: 0 2px 3px 0 rgba(32, 13, 16, 0.08);
    -webkit-box-shadow: 0 2px 3px 0 rgba(32, 13, 16, 0.08);
    -moz-box-shadow: 0 2px 3px 0 rgba(32, 13, 16, 0.08)
}

.main-header {
    max-width: 1200px;
    margin: auto
}

.header-logo {
    display: inline-block;
    position: relative
}

    .header-logo img {
        height: 70px;
        display: inline-block;
        vertical-align: middle;
    }

.header-right {
    float: right
}

.nav-main {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    vertical-align: middle;
    border-radius: 6px 0 0px 0px;
    overflow: hidden
}

    .nav-main li {
        list-style: none;
        display: inline-block;
    }

        .nav-main li a {
            display: block;
            padding: 14px 4px;
        }

.navbg .nav-main li a.active, .navbg .nav-main li a:hover {
    color: #fff;
    background: #f11b23;
}

.nav-main .ic {
    margin-right: 3px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
/*.nav-main {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 14px;
    margin: 0;
    margin-top: 24px;
    font-weight: 600
}

    .nav-main li {
        list-style: none;
        display: inline-block;
        margin-right: 8px
    }

.nav-active {
    color: #174f9a;
}

.nav-main .ic {
    margin-right: 4px
}*/

.btn-login {
    font-weight: 600;
    font-size: 14px
}

    .btn-login .ic {
        margin-right: 12px
    }

.vgach {
    display: inline-block;
    margin-right: 8px;
    color: #dcdcdc
}

.btn-user-login .ic {
    font-size: 10px;
}

.block {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
/* login user */
.user-hover {
    display: inline-block;
    position: relative;
    cursor: pointer
}


.user-content-hover {
    padding-top: 16px;
    display: none;
    position: absolute;
    right: 0;
    z-index: 99;
    cursor: auto;
}

    .user-content-hover.user-open {
        display: block;
    }

.user-drcontent {
    float: left;
    width: 280px;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.avata_user {
    height: 24px;
    width: 24px;
    border-radius: 100%;
    float: left;
    position: relative;
    top: -3px;
    margin-right: 6px;
}

.user_name_count {
    float: left;
    font-size: 13px;
    margin-right: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
}

.user-list-item {
    float: left;
    padding: 10px 16px;
    width: 100%;
    font-size: 14px;
}

.ic-cn {
    margin-right: 15px;
}

.box-profile {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: solid 1px #e0e0e0;
    background: #f2f4f6;
    padding: 16px;
}

.avata_profile {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    margin-right: 12px;
}

.tex-profile {
    display: grid;
}

.box-usersb {
    float: left;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    border-radius: 5px;
}

.btn-user-login {
    display: inline-block;
}
/* End header */
/*  Bengin menu sbar */
.nav-content {
    float: left;
    width: 100%;
    padding-top: 48px;
}

.body-overflow {
    overflow: hidden;
}

.sidebar-mobi {
    display: none;
}

.sidebar-left-open {
    position: fixed;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    display: block;
    z-index: 999;
}

.btn-sidebar {
    cursor: pointer;
    display: none;
    height: 32px;
    width: 32px;
    position: relative;
    z-index: 99;
}

    .btn-sidebar svg {
        vertical-align: middle;
        position: relative;
        top: 5px;
        left: 6px;
    }

.menu-sbar {
    position: relative;
    height: 100%;
    overflow-y: auto;
    float: left;
    width: 100%;
    padding-bottom: 56px;
}

.btn-sidebar.sidebarclose {
    position: absolute;
    right: 10px;
    top: 12px;
}

.form-search {
    float: left;
    width: 100%;
    padding: 12px;
}

.nav-menu {
    float: left;
    width: 100%;
    padding: 0 12px;
}

.menu-item {
    padding: 16px 0;
    padding-left: 30px;
    border-bottom: solid 1px #e0e0e0;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    float: left;
    width: 100%;
}

.nav-menu .ic {
    position: absolute;
    left: 0;
    top: 16px;
}

.menu-ul {
    padding: 0px 0px 0px 30px;
    margin: 0;
    float: left;
    width: 100%;
}

    .menu-ul li {
        list-style: none;
        float: left;
        width: 100%;
        padding: 8px 0;
    }

.menu-item.fixmenu-item {
    border: 0;
    padding-bottom: 12px;
}

.show-btn {
    padding-left: 30px;
    padding-top: 10px;
    font-size: 13px;
    float: left;
    width: 100%;
}

    .show-btn a {
        color: #174f9a
    }

.headermenu {
    float: left;
    width: 100%;
    background: #fff;
    z-index: 99;
    position: relative;
    box-shadow: 0 2px 3px 0 rgba(32, 13, 16, 0.08);
    -webkit-box-shadow: 0 2px 3px 0 rgba(32, 13, 16, 0.08);
    -moz-box-shadow: 0 2px 3px 0 rgba(32, 13, 16, 0.08);
    padding: 8px 12px;
}
/*animation */
.w3-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.w3-top {
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.w3-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.w3-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-zoom {
    animation: animatezoom 0.6s;
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-top-right {
    animation: animatetopright 0.6s;
    transform-origin: top right
}

@keyframes animatetopright {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.w3-top-left {
    animation: animatetopright 0.6s;
    transform-origin: top left
}

@keyframes animatetopright {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}
/* End */
/* Bengin main */
.main {
    float: left;
    width: 100%;
    position: relative;
}

.container {
    float: left;
    width: 100%;
    padding-top: 20px
}

.main-content {
    max-width: 1200px;
    margin: auto
}

.content-left {
    width: 76%;
    position: relative;
    padding-right: 24px;
    float: left
}

.content-center {
    width: 59.5%;
    position: relative;
    padding: 0 24px;
    float: left
}

.content-right {
    width: 76.5%;
    position: relative;
    float: right
}
/* End main*/

/*Bengen section */
.section {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    position: relative
}

.section-header {
    float: left;
    width: 100%;
    position: relative
}

.section-content {
    float: left;
    width: 100%;
    position: relative
}

.section-ads {
    float: left;
    width: 100%;
    position: relative
}

.ads-title {
    float: left;
    width: 100%;
    position: relative
}
/* Form */
.form-group {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 16px;
    display: table
}

    .form-group:last-child {
        margin-bottom: 0
    }

.input, .select, .textarea {
    width: 100%
}
/* btn */
.btn-item {
    margin-right: 8px;
    display: inline-block
}

    .btn-item:last-child {
        margin-right: 0
    }

.btn {
    display: inline-block;
    padding: 0 12px;
    height: 40px;
    line-height: 40px;
    background-color: #e0e0e0;
    cursor: pointer;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.btn-full {
    width: 100%
}

.text-danger {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: right;
    color: #ff3547;
    padding-top: 6px;
    font-style: italic
}

.text-success {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: right;
    color: #28a745;
    padding-top: 6px;
    font-style: italic
}
/* Checkbox */
.label-input {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.input-1 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 0;
    right: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    top: 0
}

.input-2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: solid 1px #174f9a
}

    .input-2:after {
        left: 4px;
        top: 1px;
        width: 6px;
        height: 9px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.input-1 ~ .input-2 {
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 3px
}

.input-1:checked ~ .input-2 {
    background-color: #174f9a;
    border: solid 1px #174f9a
}

.input-2:after {
    content: "";
    position: absolute;
    display: none
}

.input-1:checked ~ .input-2:after {
    display: block
}

.input-1[disabled] ~ .input-2 {
    background-color: #e9ecef
}
/* radio  */
.check-label {
    position: relative;
    display: inline-block
}

    .check-label span {
        display: grid
    }

.check-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
    left: 0;
    right: 0;
    width: 10px;
    margin: 0;
    padding: 0;
    top: 0;
    height: 10px
}

.check-radio {
    position: relative;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: solid 1px #666;
    border-radius: 100%;
    float: left;
    margin-right: 8px;
    top: 1px
}

    .check-radio:after {
        top: 3px;
        left: 3px;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        background-color: #174f9a
    }

.labelradio:hover .check-input ~ .check-radio {
    background-color: #fff
}

.check-input:checked ~ .check-radio {
    background-color: #fff;
    border: solid 1px #174f9a
}

.check-radio:after {
    content: "";
    position: relative;
    display: none
}

.check-input:checked ~ .check-radio:after {
    display: block
}

.check-input[disabled] ~ .check-radio {
    background-color: #e9ecef
}
/* tgl checkbox */
.tgl {
    display: none
}

    .tgl + .tgl-btn {
        outline: 0;
        display: inline-block;
        width: 36px;
        position: relative;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
            position: relative;
            display: block;
            content: "";
            width: 16px;
            height: 16px
        }

        .tgl + .tgl-btn:after {
            left: 0
        }

        .tgl + .tgl-btn:before {
            display: none
        }

    .tgl:checked + .tgl-btn:after {
        left: 50%;
        border: 0
    }

.tgl-light + .tgl-btn {
    background: #999999;
    border-radius: 24px;
    padding: 2px;
    transition: all .4s ease
}

    .tgl-light + .tgl-btn:after {
        border-radius: 100%;
        background: #fff;
        transition: all .2s ease
    }

.tgl-light:checked + .tgl-btn {
    background: #174f9a
}

.tgl-ios + .tgl-btn {
    background: #fff;
    border-radius: 24px;
    padding: 1px;
    transition: all .4s ease;
    border: solid 0.5px #e0e0e0
}

    .tgl-ios + .tgl-btn:after {
        border-radius: 100%;
        background: #fff;
        transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
        border: solid 0.5px #e0e0e0
    }

    .tgl-ios + .tgl-btn:hover:after {
        will-change: padding
    }

    .tgl-ios + .tgl-btn:active {
        box-shadow: inset 0 0 0 2em #e8eae9
    }

        .tgl-ios + .tgl-btn:active:after {
            padding-right: .8em
        }

.tgl-ios:checked + .tgl-btn {
    background: #28a745;
    border: solid 1px #28a745
}

    .tgl-ios:checked + .tgl-btn:active {
        box-shadow: none
    }

        .tgl-ios:checked + .tgl-btn:active:after {
            margin-left: -.8em
        }

.on-off {
    color: #fff;
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    padding: 1px
}
/* breadcrumbs */
.breadcrumb {
    width: 100%;
    float: left;
    color: #666;
    font-size: 13px;
    margin-bottom: 12px
}

    .breadcrumb a {
        display: contents
    }

        .breadcrumb a + a::before {
            padding: 0 5px;
            color: #666;
            content: "\e930";
            font-family: "icomoon";
            font-size: 8px;
            font-weight: 300
        }

        .breadcrumb a + span:before {
            padding: 0 5px;
            color: #666;
            content: "\e930";
            font-family: "icomoon";
            font-size: 8px;
            font-weight: 300
        }

    .breadcrumb span {
        font-weight: 600
    }
/* align text */
.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}
/* color text */
.primary-color {
    color: #4285f4
}

.success-color {
    color: #28a745
}

.danger-color {
    color: #ff3547
}

.color-white {
    color: #ffffff
}

.color-red {
    color: #E13737
}

.color-blue {
    color: #057AE7
}

.bg-green {
    background: #28a745 !important
}

.bg-red {
    background: #E13737 !important
}

.bg-blue {
    background: #057AE7 !important
}
/* End*/
/* pagination */
.pagination {
    float: left;
    width: 100%
}

.pag-left {
    float: left
}

.pag-right {
    float: right
}

.select-pag {
    background-color: #f2f4f6;
    height: 32px;
    border-radius: 6px;
    font-size: 13px;
    min-width: 116px
}

.pag-text {
    display: inline-block;
    line-height: 32px;
    font-size: 13px;
    margin-right: 6px
}

.page-numbers {
    float: left;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    border: solid 0.5px #e7e9e9;
    color: #666;
    padding: 0 6px;
    min-width: 32px;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 6px;
    background: #f2f4f6;
    border-radius: 5px
}

.pagination.pagtop {
    margin-top: 24px
}

.page-numbers:hover {
    background-color: #174f9a;
    color: #fff;
    border: solid 0.5px #174f9a
}

.page-numbers.active {
    background-color: #174f9a;
    color: #fff;
    border: solid 0.5px #174f9a
}

.load-more {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 16px
}

    .load-more span {
        padding: 8px 24px;
        display: inline-block;
        border-radius: 25px;
        color: #666;
        font-size: 14px;
        background: #f2f2f2;
        cursor: pointer
    }

        .load-more span:hover {
            background: #174f9a;
            color: #ffffff
        }

.text-count2 {
    font-size: 13px;
    color: #666;
    margin-left: 5px;
}
/*End section */

/*Bengin footer */
.footer {
    float: left;
    width: 100%;
    position: relative;
    background: #f2f4f6;
    padding: 40px 0
}

.main-footer {
    max-width: 1200px;
    margin: auto
}

.foleft {
    float: left
}

.text-evn {
    display: grid;
}

.logoleft img {
    display: inline-block;
    height: 64px;
}

.p-t1 {
    font-size: 22px;
    font-weight: bold;
    color: #000f8f;
    margin-bottom: 6px;
}

.p-t2 {
    color: #666;
    font-size: 16px
}

.foright {
    float: right;
    line-height: 1.6
}

.ptit {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold
}

.backtotop {
    background-color: #174f9a;
    position: fixed;
    bottom: 16px;
    right: 16px;
    z-index: 99999;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    line-height: 48px;
    text-align: center;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
    display: none;
    animation: animatezoom 0.6s;
    color: #fff
}

    .backtotop:hover {
        color: #fff
    }

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.top-arrow {
    top: 3px;
    position: relative;
}

.show_backtotop {
    display: block
}
/*End footer */
.footer-col {
    width: 100%;
    display: flex;
}

.footer-logo {
    width: 22%;
}

.footer-right {
    display: flex;
    width: 78%;
    justify-content: right;
}

.footer-item {
    padding-left: 50px;
}

    .footer-item p {
        margin-bottom: 6px;
    }

    .footer-item a, .footer-link a {
        color: #174f9a
    }

    .footer-item.w-footer1 {
        width: 20%;
    }

    .footer-item.w-footer2 {
        width: 40%;
    }

.footer-flex {
    width: 100%;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.footer-textcol {
    line-height: 1.6;
}

    .footer-textcol.w-first {
        width: 300px;
    }

.text-add {
    padding-top: 16px;
}
/*Ben gin sidebar */
.sidebar-left {
    float: left;
    width: 21%
}

.sidebar-right {
    float: right;
    width: 24%;
}

.sidebar {
    float: left;
    width: 100%;
    margin-bottom: 16px
}

.sidebar-content {
    float: left;
    width: 100%;
}

.sidebar-ads {
    float: left;
    width: 100%;
    margin-bottom: 16px
}

.cat-list {
    background: #f2f4f6;
    padding: 16px;
    border-radius: 10px
}

.cat-name {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px
}

.ul-list {
    padding: 0;
    margin: 0;
    font-size: 14px
}

    .ul-list li {
        list-style: none;
        padding: 6px 0 6px 12px;
        position: relative
    }

        .ul-list li::before {
            position: absolute;
            left: 0;
            top: 14px;
            background: #3b3c3c;
            height: 4px;
            width: 4px;
            content: "";
            border-radius: 100%
        }

    .ul-list.boder {
        border-bottom: solid 1px #cccccc;
        padding-bottom: 10px;
      /*  max-height: 500px;
        overflow-y: auto;*/
    }

    .ul-list a.active, .user-list-item a.active {
        color: #174f9a
    }

.cat-name2 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    padding-top: 16px;
    border-top: solid 1px #fff
}
/*End ul-list */

/* Bengin menu-list */
.menu-list {
    position: relative;
    width: 100%;
    float: left;
}

.menu-content {
    display: none;
    width: 100%;
    float: left;
    margin-top: 12px;
}

.menu-title {
    display: block;
    padding-right: 24px;
    font-weight: 700;
}

.menu-icon {
    background: url(../images/down3.svg) no-repeat center;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    background-size: 12px;
    width: 24px;
    height: 24px;
    z-index: 9;
    top: 10px;
}

.menu-open .menu-icon {
    background: url(../images/down3.svg) no-repeat center;
    background-size: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.group-label {
    background: #f2f4f6;
    padding: 0 16px;
    border-radius: 0 0 6px 6px;
}

.label-row {
    display: block;
    margin-bottom: 12px;
}

.sidebar-title {
    background: #174f9a;
    color: #fff;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
}

.block-label {
    border-bottom: solid 1px #cccccc;
    padding: 12px 0;
    border-top: solid 1px #fff;
    display: block;
}

.label-row {
    display: block;
}

.view-show {
    color: #174f9a;
    font-size: 13px;
}

.block-label {
    display: block;
    border-bottom: solid 1px #cccccc;
    padding: 12px 0;
    border-top: solid 1px #fff;
}

    .block-label.fixlast {
        border-bottom: 0;
    }

.topfright {
    float: right;
    position: relative;
    top: 20px;
}

.navbg {
    width: 100%;
    float: left;
    background: #002892;
}

.topfright .user_name_count {
    color: #222;
    font-size: 14px;
}

.topfright .btn-user-login .ic {
    color: #222;
}

.navbg .nav-main {
    margin: auto;
    float: none;
    border-radius: 0;
    max-width: 1200px;
    display: block;
}

    .navbg .nav-main li a {
        display: block;
        color: #fff;
        padding: 14px 16px;
    }
/* End menu-list */

/* Bengin search-widget */
.search-widget {
    float: left;
    width: 100%;
    padding: 12px;
    background: #f2f4f6;
    border-radius: 6px;
    border: solid 1px #ddd;
}

.rows-widget {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 12px;
}

    .rows-widget:last-child {
        margin-bottom: 0
    }

.input.input-widget {
    height: 36px;
    border-radius: 6px;
    padding-left: 40px;
}

.icsewidget {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #666;
}

.select-widget {
    float: left;
    width: 60%;
    padding-right: 16px;
    background-color: #fff;
    border-radius: 6px;
    height: 36px;
    font-size: 13px
}

.btn-widget {
    height: 36px;
    border-radius: 6px;
    float: right;
}

.btn-widget {
    height: 36px;
    border-radius: 6px;
    float: right;
    line-height: 36px;
    background: #174f9a;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}
/* End search-widget */
/* list-link */
.sidebar-border {
    border: solid 1px #ddd;
    background: #f2f4f6;
    padding: 0 16px;
    border-radius: 0 0 6px 6px;
}

.sidebar-title2 {
    background: #174f9a;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0 0;
    text-transform: uppercase;
}

.list-link2 {
    float: left;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    font-size: 14px;
}

    .list-link2 li {
        padding: 6px 0;
        padding-left: 12px;
        position: relative;
        float: left;
        width: 100%;
        list-style: none
    }

        .list-link2 li::before {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 14px;
            height: 4px;
            width: 4px;
            background: #3c3c3c;
            border-radius: 100%;
        }
/* End sidebar*/

@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes loading {
    from {
        -moz-transform: rotate(0)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

.loading {
    width: 16px;
    height: 16px;
    -webkit-animation: 2s linear infinite loading;
    -moz-animation: 2s linear infinite loading
}

.row-user-name {
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .row-user-name.mw190 {
        max-width: 190px;
    }

.footer.doc-detail {
    margin-bottom: 50px;
}
