 html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,aside,footer,header,nav,section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

main {
    display: block;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

code {
    font-family: monospace,monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

img {
    border-style: none;
}

button,input {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,html [type="button"],[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden] {
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    background-color: #e0e0e0;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.3);
    background-color: #525252;
}

.container {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 575px) {
    .container {
        max-width:460px;
        padding-left: 10px;
        padding-right: 10px;
    }
        body .con_ltype{width:100%}
    body .con_pic{width:100%}
}

@media (min-width: 768px) {
    .container {
        max-width:720px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 991px) {
    .container .container.small {
        padding:0;
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px;
    }

    .container.small {
        max-width: 780px;
    }
}

@media (min-width: 1230px) {
    .container {
        max-width:1200px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-6,.col-12,.col-sm-6,.col-md-3,.col-md-4,.col-md-9,.col-lg-3,.col-lg-9,.col-lg-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-12 {
    flex: 0 0 50%;
    max-width: 100%;
}

@media (min-width: 576px) {

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
}

@media (min-width: 992px) {

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .hidden-xs {
        display:none !important;
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .hidden-sm {
        display:none !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-md {
        display:none !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-lg {
        display:none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl {
        display:none !important;
    }
}

html {
    box-sizing: border-box;
    --accent-color:#1a1a1a;}

*,*:before,*:after {
    box-sizing: inherit;
}

body {
    background-color: rgb(246,246,246);
    color: #223C61;
    font-family: Lato,sans-serif;
    font-size: 15px;
    line-height: 30px;
    text-rendering: optimizeLegibility;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #34495e;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    opacity: .8;
}

h1,h2,h3,h4,h5 {
    color: #223C61;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
}

p {
    margin: 0 0 15px;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

input[type="text"],input[type="password"],input[type="email"],input[type="search"] {
    border: 0;
    border-radius: 0;
    font-family: Lato,sans-serif;
    line-height: 36px;
    margin-bottom: 10px;
    padding: 0 12px;
    transition: border-color cubic-bezier(0.77,0,0.175,1);
    width: 100%;
    border: 1px solid #f1f1f1;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="search"]:focus {
}

label {
    display: inline-block;
    margin-bottom: 5px;
    vertical-align: middle;
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }

    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

form.inline {
    position: relative;
}

form.inline .inline-field {
    margin-bottom: 0;
    padding-right: 20px;
    text-overflow: ellipsis;
    outline: none;
}

form.inline button[type="submit"] {
    background-color: transparent;
    border: 0;
    color: #1a1a1a;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    margin-top: -15px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    width: 30px;
}

.button,input[type="submit"],button[type="submit"] {
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Lato,sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    outline: none;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #71ad36;
}

.button:hover,input[type="submit"]:hover,button[type="submit"]:hover {
    transition: all .3s ease-in-out;
    opacity: .8;
}

.btn {
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 36px;
    outline: none;
    padding: 0 18px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}

.btn:hover {
    transition: all .3s ease-in-out;
}

.btn--danger {
    background-color: #71ad36;
    color: #ffffff;
}

.btn--block {
    width: 45% !important;
    margin: 5px;
}

.site {
    position: relative;
    overflow: hidden;
}

.site-content {
    padding-bottom: 60px;
    padding-top: 60px;
}

.home .site-content {
    padding-bottom: 0;
    padding-top: 0;
}

.single-post .site-content {
    padding: 0;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .site-content {
        padding-bottom:30px;
        padding-top: 30px;
    }
}

@media (max-width: 575px) {
    .sidebar-column .widget-area {
        margin:60px auto 0;
        max-width: 300px;
        padding: 0 !important;
    }
}

@media (max-width: 991px) {
    .sidebar-column .widget-area {
        margin:10px auto 0;
        max-width: 460px;
        padding: 0 !important;
    }
}

@media (min-width: 992px) {
    .content-column {
        flex:0 0 72%;
        max-width: 72%;
    }

    .sidebar-column {
        flex: 0 0 28%;
        max-width: 28%;
    }
}

.u-clearfix:before,.u-clearfix:after {
    content: " ";
    display: table;
}

.u-clearfix:after {
    clear: both;
}

.u-plain-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.u-permalink {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50;
}

.u-text-format>*:first-child,.u-text-format>*:first-child>*:first-child {
    margin-top: 0 !important;
}

.u-text-format>*:last-child,.u-text-format>*:last-child>*:last-child {
    margin-bottom: 0 !important;
}

.u-text-format h1,.u-text-format h2,.u-text-format h3,.u-text-format h4,.u-text-format h5 {
    font-weight: 900;
    margin-bottom: 12px;
    margin-top: 12px;
}

.u-text-format h1 {
    font-size: 28px;
}

.u-text-format h2 {
    font-size: 25px;
}

.u-text-format h3 {
    font-size: 22px;
}

.u-text-format h4 {
    font-size: 19px;
}

.u-text-format h5 {
    font-size: 16px;
}

.u-text-format ul ul {
    margin: 0;
}

.u-text-format li {
    margin: 5px 0;
}

.lazyload:not(.visible) {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.home-filter--content {
    display: block;
    width: 100%;
    z-index: 1;
    position: relative;
    box-shadow: 0 34px 20px -24px rgba(0,36,100,0.06);
    background: #71ad36;
    margin-top: -80px;
    min-height: 400px;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat;
    z-index: 2;
}

.home-filter--content .focusbox-title {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 140px;
}

.home-filter--content .focusbox-desc {
    color: rgba(255,255,255,.7);
    font-weight: 400;
    text-align: center;
}
.home-filter--content .focusbox-desc a{
    color: rgba(255,255,255,.7);
}
.home-filter--content .form-box {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    position: relative;
    margin-bottom: 60px;
    margin-right: 20%;
    margin-left: 20%;
}

.home-filter--content .form-box input[type="text"] {
    border: 1px solid #cccc;
    border-radius: 4px;
    /* padding-right: 6em; */
    padding-left: 1em;
    width: 100%!important;
    margin: 0;
}

@keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0,-50px);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
    }
}

@-webkit-keyframes aspAnFadeInDrop {
    0% {
        opacity: 0;
        transform: translate(0,-50px);
        -webkit-transform: translate(0,-50px);
    }

    100% {
        opacity: 1;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
}

@media (max-width: 768px) {
    .home-filter--content .focusbox-title {
        font-size: 18px;
        padding-top: 20px;
    }

    .home-filter--content .focusbox-desc {
        font-size: 12px;
    }

    .home-filter--content .form-box {
        margin-bottom: 20px;
        margin-right: 5%;
        margin-left: 5%;
    }

    .home-filter--content .form-box input[type="text"] {
        margin-bottom: 10px;
    }
}

.filter--content {
    margin-top: -90px;
    display: block;
    padding: 20px;
    width: 100%;
    border-radius: 4px;
    background-color: #fff;
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 34px 20px -24px rgba(0,36,100,0.06);
    border: 1px solid #f3f3f3;
}

.filter--content .form-box {
    padding: 0;
    padding-bottom: 0;
}

.filter--content .filter-item span {
    margin-right: 10px;
    background-color: #f6f6f6;
    padding: 2px 6px;
    border-radius: 4px;
    color: #34495e;
    border: 1px solid transparent;
}

.filter--content .filter-item a {
    display: inline-block;
    margin-top: 0;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
    color: #34495e;
    border-radius: 0;
    padding: 0 10px;
    position: relative;
    border: 1px solid transparent;
    border-radius: 4px;
}

.filter--content .filter-item a.on {
    color: #71ad36;
    font-weight: 600;
    border: 1px solid #71ad36;
}

.filter--content .filter-item a:hover {
    color: #71ad36;
}

.filter--content .filter-item>.on {
    color: #1890ff
}

.filter--content .filter-item {
    margin-top: 10px
}

.filter--content .filter-tag {
    position: relative;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter--content .filter-tag li {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .filter--content {
        margin-top: -10px;
        display: block;
        padding: 10px;
    }

    .filter--content .filter-item span {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .filter--content .filter-item a {
        margin-right: 5px;
        line-height: 20px;
        font-size: 13px;
        padding: 0 5px;
    }
}

.site-header {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: transparent;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1),box-shadow 0.3s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1),box-shadow 0.3s cubic-bezier(0.77,0,0.175,1),transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1),box-shadow 0.3s cubic-bezier(0.77,0,0.175,1),transform 0.6s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    z-index: 80;
    background: #5b882c;
}



.header-gap {
    height: 80px;
}

.navbar {
    align-items: center;
    display: flex;
    height: 80px;
    position: relative;
}

.navbar .logo {
    margin-right: 12px;
    max-width: 120px;
    height: auto;
}

.navbar .sep {
    display: flex;
    height: 100%;
    margin: 0 20px;
    width: 1px;
}

.navbar .sep:after {
    background-color: rgba(255, 255, 255, 1);
    content: "";
    height: 30%;
    margin: auto;
    transition: background-color 0.3s cubic-bezier(0.77,0,0.175,1);
    width: 100%;
}

.navbar .menu-item {
    display: inline-block;
    position: relative;
}

.navbar .menu-item>a {
    display: block;
    font-weight: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #fff;
}

.navbar .menu-item:hover>.sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.navbar .nav-list>.menu-item>a {
    font-size: 15px;
    line-height: 61px;
    margin: 0 10px;
}

.navbar .nav-list>.menu-item>a:hover {
    opacity: 0.6;
}

.navbar .sub-menu {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.07);
    list-style-type: none;
    margin: -1px 0 0 -6px;
    min-width: 180px;
    opacity: 0;
    padding: 10px;
    position: absolute;
    top: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: all 0.3s cubic-bezier(0.77,0,0.175,1);
    visibility: hidden;
    z-index: 80;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.2);
    box-shadow: 0 0 40px rgba(82,85,90,.2);
}

.navbar .sub-menu:before {
    content: '';
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    bottom: 100%;
    left: calc(50% - 8px);
}

.navbar .sub-menu .menu-item {
    /*display: block;*/
}

.navbar .sub-menu .menu-item>a {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 15px;
    color: #34495e;
}

.navbar .sub-menu .menu-item>a:hover {
    opacity: 1;
    color: #71ad36;
}

.navbar .sub-menu .sub-menu {
    left: 100%;
    margin: -20px 0 0;
    top: 0;
}

.navbar .actions {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    align-items: center;
}

.navbar .actions>div+div {
    margin-left: 5px;
}

.off-canvas .canvas-close {
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 30px;
    justify-content: center;
    width: 30px;
    margin-right: 10px;
    border: 0;
}

.off-canvas .canvas-close:hover {
    transition: all 0.3s ease;
    color: #71ad36;
}

@media (max-width: 991px) {
    .navbar .sep {
        display:none;
    }
}

.burger {
    border-radius: 50%;
    cursor: pointer;
    height: 30px;
    position: relative;
    width: 30px;
    border: 0;
    color: #fff;
}

.burger:before,.burger:after {
    background-color: #ffffff;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    width: 10px;
}

.burger:before {
    top: 10px;
}

.burger:after {
    bottom: 10px;
}

@media (min-width: 992px) {
    .no-off-canvas:not(.navbar-hidden) .burger {
        display:none;
    }
}

.logo-wrapper {
    position: relative;
}

.logo:not(.text) {
    transition: opacity 0.3s cubic-bezier(0.77,0,0.175,1);
}

.logo.text {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s cubic-bezier(0.77,0,0.175,1);
}

.section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

.bgcolor-fff {
    background-color: #ffffff;
}

.modular-title-2 .section-title {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
    text-align: left;
}

.modular-title-2 .section-title h1 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
}

.modular-title-2 .section-title p {
    color: #6f7495;
    font-size: 16px;
}

.modular-title-2 .section-title span {
    background-color: #f6f6f6;
    padding: 4px 15px;
    position: relative;
    z-index: 10;
    letter-spacing: 2px;
    font-weight: 600;
    background: #fff;
    border-radius: 4px;
}
.sub-nav {
    white-space: nowrap;
    font-size: 1rem;
    overflow-x: scroll;
    line-height: 28px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.sub-nav::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}
.sub-nav::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    background: #71ad36;
}
.sub-nav::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.sub-nav a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin-right:5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #8f8f8f;
    background: #fff;
}
.sub-nav a:hover {
    color: #fff;
    background: #71ad36;
}
@media (max-width: 767px) {
    .section {
        padding-bottom:30px;
        padding-top: 30px;
    }

    .modular-title-2 .section-title {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .sub-nav {
        margin-bottom: 20px;
    }
}

/* codecdk-panel */

/* category-box */
.category-box {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.category-box:hover {
    opacity: 0.8;
    transition: all 0.3s ease;
}

.category-box .entry-thumbnails {
    border-radius: 2px;
    display: flex;
    height: 120px;
    overflow: hidden;
}

.category-box .thumbnail {
    position: relative;
}

.category-box small {
    position: absolute;
    top: 10px;
    z-index: 1;
    color: #fff;
    right: 10px;
    opacity: 0.5;
    padding: 1px 10px;
    background: #000;
    border-radius: 4px;
}

.category-box .thumbnail img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.category-box .big {
    width: 100%;
}

.category-box .small {
    flex-direction: column;
    height: 100%;
    width: 30%;
}

.category-box .small .thumbnail {
    height: 50%;
}

.category-box .small .thumbnail:first-child {
    margin-bottom: 4px;
}

.category-box .small .thumbnail:last-child {
    margin-top: 4px;
}

.category-box .small span {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 20px;
    font-weight: 900;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    background-color: rgba(33, 40, 53, 0.8);
}

.category-box .entry-title {
    z-index: 1;
    align-items: center;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    width: 100%;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    background: rgba(73, 80, 89, 0.5);
	letter-spacing:6px;
	opacity: 0.8;
}
.category-box .cor1{ background-color: #0D62AA; }
.category-box .cor2{ background-color: #e7805c; }
.category-box .cor3{ background-color: #bfaf55; }
.category-box .cor4{ background-color: #6498df; }
.category-box .cor5{ background-color: #a758c1; }
.category-box .cor6{ background-color: #d96a7f; }
.category-box .cor7{ background-color: #64838d; }
.category-box .cor8{ background-color: #71ad36; }
.category-box .cor9{ background-color: #4595c3; }


/* category-box2 */

/* price */

/* services */
.services {
    padding: 50px 0;
    border-top: 1px solid #ebedf2;
    padding-top: 60px;
}

/* category-box end */
.uposts {
    position: relative;
    display: block;
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.02);
    border-radius: 4px;
    padding: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.uposts .codesign-list {
    height: 60px;
    background: #313131;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    margin: -20px -20px 10px -20px;
    position: relative;
    background-size: 100%;
    background-position: center center;
}

.uposts h4.codeisgn-h4 {
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.uposts .codeisgn-h4 a {
    color: #fff;
}

.uposts span.codesign-esc {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    z-index: 1;
    display: block;
}

.uposts span.codesign-esc p {
    margin: 0;
    font-size: 13px;
}

.uposts .codesign-cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008c;
    border-radius: 4px 4px 0 0;
    z-index: 0;
}

.uposts .hentry {
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.uposts .hentry .title {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding-right: 40px;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uposts .hentry .post-num {
    color: #908a8a;
    display: inline-block;
    font-size: 14px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 8px 0 0;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
}

.uposts .post-num.num-1 {
    color: #F44336;
}

.uposts .post-num.num-2 {
    color: #4CAF50;
}

.uposts .post-num.num-3 {
    color: #FFC107;
}

.uposts .post-num.num-4 {
    color: #00BCD4;
}

.uposts .post-num.num-5 {
    color: #71ad36;
}

.uposts .post-num.num-6 {
    color: #E91E63;
}

.uposts .post-num.num-7 {
    color: #34495e;
}

.uposts .post-num.num-8 {
    color: #f4e3ab;
}

.uposts .meta {
    position: absolute;
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
    font-size: 13px;
}

.post-grid .entry-media {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
}

.post-grid .entry-media img {
    margin: 0 auto;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.entry-media {
    margin-bottom: 10px;
    position: relative;
}

.entry-media .placeholder {
    background-color: #ffffff;
    height: 0;
    position: relative;
}

.entry-media img {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.entry-media img:hover {
}
.entry-media .zylxtype {
    position: absolute;
    right: 5px;
    bottom: 5px;
    border-radius: 12px;
    background-color: #71ad36;
    color: #ffffff;
    font-size: 80%;
    letter-spacing: 1px;
    padding: 1px 10px;
    z-index: 0;
    line-height:25px;
    opacity: 0.8;
}
.entry-media .zylxtype a{color: #ffffff;}
.entry-media small {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 1;
    color: #fff;
    opacity: 0.8;
    padding: 1px 10px;
    background: #000;
    border-radius: 12px;
    line-height: 25px;
}
.entry-tipss {
    position: absolute;
    top: 10px;
    right: -35px;
    width: 120px;
    height: 25px;
    background: #71ad36;
    color: #ffffff;
    line-height: 25px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    text-align: center;
        opacity: 0.5;
}

.widget-area .entry-tipss {
    display: none;
}

/* product-info */

/* cao_entry_header */

.entry-header {
    word-break: break-word;
}

.entry-header .entry-title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}

.post-grid .entry-header .entry-title {
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-yy {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    overflow: hidden;
    color: #7b7977;
    margin-top: 10px;
}
.entry-footer {
    display: flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2px;
    margin-top: 10px;
    text-transform: uppercase;
}

.entry-footer a {
    position: relative;
    margin-right: 5px;
    color: #aaaaaa;
    padding: 4px 6px;
    border-radius: 4px;
    font-weight: 500;
    background: rgb(246,246,246);
    line-height: 1;
}

@media (max-width: 576px) {
    .entry-footer {
        
    }
    .entry-yy {
        margin-top: 0px;
    }
}

.entry-navigation {
    background-color: #ffffff;
    display: block;
    margin-top: 30px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
}

@media (max-width: 991px) {
    .entry-navigation {
        margin-bottom: 30px;
    }
}

.entry-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.entry-tags a {
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
}

.post-grid {
    margin-bottom: 30px;
    background-color: #FFF;
    border-radius: 4px;
    transition: box-shadow .3s cubic-bezier(.215,.61,.355,1),transform .3s cubic-bezier(.215,.61,.355,1),-webkit-transform .3s cubic-bezier(.215,.61,.355,1);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.post-grid:hover {
    box-shadow: 0 34px 20px -24px rgba(136,161,206,0.3);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -ms-transform: translateY(-5px);
}

.post-grid .entry-wrapper {
    padding: 10px;
}

@media (max-width: 575px) {

    .post-grid {
        margin-bottom: 20px;
    }

    .posts-wrapper .col-6:nth-child(2n) {
        padding-left: 5px;
        padding-right: 15px;
    }

    .posts-wrapper .col-6:nth-child(2n-1) {
        padding-left: 15px;
        padding-right: 5px;
    }
}

/* product */

/* end product */

.related-posts {
    background-color: #ffffff;
    display: block;
    margin-top: 30px;
    position: relative;
    border-radius: 5px;
    padding: 20px;
}

.related-posts h3 {
    font-size: 15px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.related-posts .post {
    display: block;
    margin: 5px 0;
}

.related-posts .post li {
    vertical-align: top;
    position: relative;
    text-align: justify;
    list-style: none;
    padding-left: 15px;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related-posts .post li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    background-color: #71ad36;
}

#respond {
    margin-bottom: 45px;
}

.off-canvas {
    background-color: #fff;
    height: 100vh;
    overflow-y: scroll;
    padding: 60px 0 15px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    transition: -webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.6s cubic-bezier(0.77,0,0.175,1), -webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.6s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.6s cubic-bezier(0.77,0,0.175,1);
    width: 320px;
    z-index: 90;
    -webkit-overflow-scrolling: touch;
}

.off-canvas .logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 220px;
}

.off-canvas .canvas-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.off-canvas .canvas-close .mdi {
    transition: -webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.3s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.3s cubic-bezier(0.77,0,0.175,1), -webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
    transition: transform 0.3s cubic-bezier(0.77,0,0.175,1),-webkit-transform 0.3s cubic-bezier(0.77,0,0.175,1);
}

.off-canvas .canvas-close:hover .mdi {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.off-canvas .widget-area .widget {
    padding: 20px;
}

.off-canvas .widget-area .widget+.widget {
    margin-top: 30px;
}

body:not(.canvas-visible) .off-canvas {
    visibility: hidden;
}

.modal {
    background: #71ad36;
    border-radius: 16px;
    display: none;
    left: 30px;
    margin: 0 auto;
    max-width: 430px;
    
    position: fixed;
    right: 30px;
    text-align: center;
    top: 20%;
    z-index: 90;
    /* 
    padding: 60px 30px 30px;
    top: 30%;
     */
}

.term-bar {
    align-items: center;
    background-color: #71ad36;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0;
    position: relative;
    text-align: center;
}
.term-bar .ph1{
color: #fff;
    font-size: 14px;

}

.term-bar:before {
    background-color: rgb(0, 0, 0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1s cubic-bezier(0.77,0,0.175,1);
}

.term-bar.lazyloaded:before {
    opacity: .8;
}

.term-bar .term-title {
    color: #fff;
    font-size: 23px;
    font-weight: 900;
    line-height: 1;
    margin: 0;
    position: relative;
}

@media (max-width: 768px) {
    .term-bar {
        padding: 40px 0;
    }

    .term-bar .term-title {
        margin: 0;
    }
}

.site-footer {
    background-color: #e7e8ed;
    color: #ccc;
    padding: 0;
    text-align: center;
}

.site-footer a {
    font-weight: 500;
}

.site-footer .nav-list {
    display: flex;
    justify-content: center;
}

.site-footer .nav-list .menu-item+.menu-item:before {
    content: "/";
    margin: 0 10px;
}

.site-footer .site-info {
    width: 100%;
    font-size: 13px;
    background: #192027;
    padding: 20px;
    margin: 0 auto;
}

.site-footer .site-info a {
    color: #ccc;
}

@media (max-width: 767px) {
    .site-footer .nav-list {
        flex-direction:column;
    }

    .site-footer .nav-list .menu-item+.menu-item {
        margin-top: 5px;
    }

    .site-footer .nav-list .menu-item+.menu-item:before {
        display: none;
    }
}

.infinite-scroll-action {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .infinite-scroll-action {
        margin-top:20px;
    }
}

.infinite-scroll-button {
    min-width: 250px;
}

.breadcrumbs {
    font-size: 13px;
    text-align: left;
    /* margin-top: -30px; */
    color: #999;
    padding: 0 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.breadcrumbs a {
    color: #999;
}

@media (max-width: 575px) {
    .breadcrumbs {
       display: none;
    }
}

.article-focusbox {
    position: relative;
    z-index: 1;
    padding: 45px 0;
    background-color: #394048;
    color: #eee;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 30px;
}

.article-focusbox.bgimg-fixed {
    padding: 40px 0;
    background-position: center center;
    background-size: unset;
    background-repeat: repeat;
    background-attachment: fixed;
}

.article-focusbox:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(24, 32, 39, 0.8);
    content: '';
}

.article-title {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
}

.article-content {
    border-radius: 4px;
    background-color: #fff;
    word-wrap: break-word;
    padding: 20px;
}

.article-content img {
    /*     width: 100%; */
    border-radius: 5px;
}

.article-content .entry-header .entry-title {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.article-content .content-hide-tips {
    padding: 40px 20px 20px;
    border: 1px dashed #ccc;
    margin: 20px 0 40px;
    background-color: #f6f6f6;
    border-radius: 4px;
    position: relative;
}

.article-content .content-hide-tips .fa-lock {
    font-size: 30px;
    right: 10px;
    top: 5px;
    font-style: normal;
    color: #ccc;
    position: absolute;
    z-index: 1;
}

.article-content .content-hide-tips .rate {
    left: 10px;
    top: 5px;
    position: absolute;
    z-index: 1;
    font-weight: 500;
    margin: 10px;
}

.article-content .content-hide-tips .login-false {
    text-align: center;
}

.article-content .content-hide-tips .coin {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-content .content-hide-tips .coin span {
    padding: 4px 18px;
    background-color: #ffffff;
    color: #f0ad4e;
    line-height: 1;
    border-radius: 20px;
    font-size: 13px;
    border: 1px solid #f0ad4e;
}

.article-content .content-hide-tips .red {
    color: #ff3b41;
}

.article-content .pc-button {
    margin: 0 auto;
    text-align: center;
}

/**fenye**/

/*tags*/
/*/////////.m-menubar//////////*/

@media (max-width: 575px) {
    .article-content {
        padding:10px;
    }

    .entry-header .entry-title,.article-content .entry-header .entry-title {
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 10px;
    }
}

/*zhaunti*/

/* ads */

.widget-area .widget {
    position: relative;
    background-color: #fff;
    padding: 20px;
    border-radius: 4px;
    clear: both;
}

.widget-area .widget+.widget {
    margin-top: 20px;
}

.widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget ul li {
    line-height: 20px;
    padding: 5px 0;
    list-style: none;
}

.widget ul li>a {
    display: inline-block;
}

.widget ul li+li>a,.widget ul ul li>a {
    margin-top: 0;
}

.widget-area .widget.widget-adss {
    overflow: hidden;
    padding: 0;
    border-radius: 0;
}

.widget-adss a {
    width: 100%
}

.widget-adss .asr {
    display: block;
    padding: 30px 15px;
    text-align: center;
    color: #fff !important;
    background: #64ddbb;
}

.widget-adss .asr h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.widget-adss .asr h5 {
    margin: 15px 0 0;
    font-weight: normal;
    color: #fff;
}

.widget-adss .asr .btn {
    margin-top: 20px;
    font-weight: normal;
    border-radius: 100px;
    text-align: center;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s ease-in-out;
    padding: 4px 30px;
    line-height: inherit;
}

.btn-outline {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}

.btn-outline:hover,.btn-outline:focus {
    color: #555;
    background-color: #fff;
}

.widget_magsy_category_widget .category-item+.category-item {
    margin-top: 0;
}

.widget_magsy_category_widget .category-item>a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 6px 12px;
    background: rgb(246, 246, 246);
    border-radius: 4px;
}

.widget_magsy_category_widget .category-name {
    align-items: center;
    display: flex;
}

.widget_magsy_category_widget .dot {
    background-color: var(--accent-color);
    border-radius: 50%;
    height: 6px;
    margin-right: 8px;
    margin-top: 1px;
    width: 6px;
}

.widget_magsy_category_widget .category-count {
    color: #aaa;
    font-size: 13px;
}

.widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.widget_tag_cloud .tagcloud>a {
    align-items: center;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #555;
    display: flex;
    font-size: 10px !important;
    font-weight: 500;
    line-height: 1;
    margin: 0 6px 6px 0;
    padding: 6px 8px;
    text-transform: uppercase;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control {
    font-family: 'Poppins',sans-serif;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    font-size: 14px;
    color: #aaaaaa;
    line-height: 42px;
    margin-bottom: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0 18px;
    border-radius: 3px;
}

.form-control:focus {
    border-color: #64ddbb;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #aaaaaa;
}

.form-control:-moz-placeholder {
    color: #aaaaaa;
}

.form-control::-moz-placeholder {
    color: #aaaaaa;
}

.form-control:-ms-input-placeholder {
    color: #aaaaaa;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

a.label:focus,a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-warning {
    background-color: #f0ad4e;
}

.label-warning[href]:focus,.label-warning[href]:hover {
    background-color: #ec971f
}

.form-box {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 40px;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

input[type=file] {
    display: block
}

/* product */

/* pay_vip_box */

@media (max-width: 576px) {
    .form-box {
        padding:20px;
    }

    .home-filter--content .form-box {
        padding: 10px;
    }
}

.register-login-modal .modal-content {
    border: none;
    box-shadow: none;
    position: relative;
    background-color: transparent;
}

.register-login-modal .nav-tabs {
    border-bottom: none;
    text-align: center;
    padding-left: 0;
    padding: 15px 10px;
    list-style: none;
    margin: 0;
    
}

.register-login-modal .nav-tabs>li {
    float: none;
    display: inline-block;
}

.register-login-modal .nav-tabs>li>a {
    opacity: .3;
    padding: 0px 10px;
    border: none;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-weight: 600;
    color:#ffffff;
}
.register-login-modal .nav-tabs .active a {
    color:#ffffff;
}
.register-login-modal .nav-tabs>li.active>a,.register-login-modal .nav-tabs>li.active>a:focus,.register-login-modal .nav-tabs>li.active>a:hover,.register-login-modal .nav-tabs>li>a:focus,.register-login-modal .nav-tabs>li>a:active,.register-login-modal .nav-tabs>li>a:hover {
    background-color: transparent;
    border: none;
    opacity: 1;
}

.register-login-modal .nav-tabs>li.active>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.register-login-modal .tab-content {
    padding: 20px;
    background-color: #ffffff;
    border-radius: 4px;
}

.register-login-modal .form-group {
    margin-bottom: 15px;
}

.modal-body {
    position: relative;
    padding: 15px 30px 40px 30px;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.text-center {
    text-align: center;
}

.rollbar {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 999;
    display: none;
    width: 50px
}

.rollbar .rollbar-item a {
    color: #fff;
}

.rollbar .rollbar-item {
    position: relative;
    margin-top: 10px;
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: #717171;
    color: #fff;
    text-align: center;
    opacity: .5;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.rollbar .rollbar-item:hover {
    color: #fff;
    opacity: .9
}

.rollbar .rollbar-item .fa,.rollbar .rollbar-item .mdi {
    font-size: 15px;
    line-height: 35px;
}

@media (max-width: 768px) {

    .rollbar {
        right: -100px
    }
}
/*/////////.pagination//////////*/
.pagination {
    margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}
.pagination li{
   list-style-type: none;
}
.pagination a,.pagination span {
    display: inline-block;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,.05);
    overflow: hidden;
    transition: all .2s ease-in-out;
    vertical-align: top;
    color: #999;
    pointer-events: auto;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
    padding: .5rem .75rem;
    line-height: 1;
    margin: 0 5px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
}

.pagination .current {
    color: #fff;
    background: #71ad36
}

.pagination a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #71ad36;
    background: #fff;
    border-color: #71ad36;
}

@media (max-width: 768px) {
    .pagination {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .pagination a, .pagination span {
        background-color: #f0f4f5;
        border-color: #dee2e6;
        padding: 5px 10px;
        margin: 0 2px;
    }
}

/*/////////single//////////*/
.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    border: 0;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    font-weight: 700;
    background-color: #71ad36;
}
.con_ltype{width: 50%;float: left;}
.con_ltype p{border-bottom: 1px dotted #ccc;
    margin-bottom: 0;
    padding: 5px;
    font-size: 14px;
}
.con_pic{width: 40%;
    float: right;
    padding: 10px;}
.con_pic img{width: 100%;}
.go_pay_vip_box{
    padding: 0 10px;
    cursor: pointer;
    font-size: 14px;
    height: 25px;
    width: 90px;
    margin-right: 10px;
    text-transform: uppercase;
    border-radius: 30px;}
@media (max-width: 640px){
.navbar .go_pay_vip_box, .navbar .go_pay_vip_boxs {
    display: none;
}
}
.canvas-opened .off-canvas {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.slicknav_menu .slicknav_nav {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}
.slicknav_menu .slicknav_nav, .slicknav_menu .sub-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.slicknav_menu .slicknav_nav li {
    width: 48%;
    min-height: 1px;
    padding: .25rem;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
}
.slicknav_menu .menu-item>a {
    align-items: center;
    display: flex;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2px;
    line-height: 1;
    outline: none;
    padding: 12px 5px;
    justify-content: center;
    border: 1px solid #f4f6f9;
    border-radius: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 992px){
.col-lg-6, .navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item {
    flex: 0 0 50%;
    max-width: 50%;

}
}
.col-lg-6, .navbar .menu-item-mega.mega-col-2>.sub-menu>.menu-item {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    
}
.post-list {
    display: flex;
    margin-bottom: 30px;
    position: relative;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
}
.post-list .entry-media {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    width: 220px;
    position: relative;
    overflow: hidden;
}
.entry-header .entry-meta {
    align-items: center;
    color: #aaa;
    display: flex;
    flex-wrap: wrap;
    font-size: 11px;
    letter-spacing: .2px;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-align: center;
}
.post-list .entry-header .entry-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: normal;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.2px;
    margin-bottom: 0;
}
.entry-excerpt {
    font-size: 13px;
    margin-top: 10px;
    color: #aaa;
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-bottom: 10px;
    height: 90px;
}
.newsxg {
    width: 50%;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
}
@media (max-width: 767px){
.post-list .entry-media {
    width: 120px;
}
.newsxg {
    width: 100%;
}
}