html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.hidden, [hidden] {
    display: none !important
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.sr-only.focusable:active, .sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto
}

.invisible {
    visibility: hidden
}

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

.clearfix::after {
    clear: both
}

@media only screen and (min-width: 35em) {
}

@media print,(-webkit-min-device-pixel-ratio: 1.25),(min-resolution: 1.25dppx),(min-resolution: 120dpi) {
}

@media print {
    *, ::before, ::after {
        background: var(--white) !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]::after {
        content: " (" attr(href) ")"
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]::after, a[href^="javascript:"]::after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

:root {
    --black: #000;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d9534f;
    --orange: #fd7e14;
    --yellow: #f0ad4e;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #2fa1b3;
    --secondary: #db562b;
    --third: #ffc810;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #f0ad4e;
    --danger: var(--secondary);
    --light: #e9ecef;
    --dark: #212529;
    --border-primary: #2fa1b3;
    --breakpoint-xs: 0;
    --breakpoint-mini: 240px;
    --breakpoint-ip-5: 320px;
    --breakpoint-a360: 360px;
    --breakpoint-ip-6: 375px;
    --breakpoint-ip-6p: 414px;
    --breakpoint-sm: 482px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl-1: 1280px;
    --breakpoint-xl-2: 1510px;
    --breakpoint-xl-3: 1760px;
    --breakpoint-xl-4: 2000px;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --font-family-algerian: algerian, baomoi, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-sans-serif-extra: baomoi-extra, baomoi, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.3;
    font-family: AvenirNextCondensed-Medium, HelveticaNeue-CondensedBold, "sans-serif-condensed", Calibri, Corbel, Liberation Sans Narrow, Lohit Odia, sans-serif;
    color: var(--dark);
    font-weight: 400;
    font-size: 62.5%
}

button, input, optgroup, select, textarea {
    padding: 0;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    word-break: normal
}

input:focus {
    outline: none;
    box-shadow: none
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-404{
    margin-top: 60px;
}
.mb-20 {
    margin-bottom: 20px!important;
}
.contact-from-area input {
    background: var(--color-grey-9);
    border: 2px solid var(--color-grey-9);
    border-radius: 50px;
    box-shadow: none;
    color: var(--color-body);
    font-size: 13px;
    height: 45px;
    padding-left: 20px;
    width: 100%;
}
textarea {
    background: var(--color-grey-9);
    border: 2px solid var(--color-grey-9);
    border-radius: 20px;
    color: var(--color-body);
    font-size: 13px;
    min-height: 200px;
    padding: 10px 10px 10px 20px;
    resize: vertical;
    width: 100%;
}
.contact-from-area  button {
    background-color: var(--color-brand);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px;
    width: 11rem;
    margin-top: 15px;
}
.pb-50 {
    padding-bottom: 50px!important;
}
.cookie-consent .cookie-consent__message {
    font-size: .9rem
}

.header-content, .main-content, .right-sidebar {
    font-size: 1rem;

}

.h-content-top {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.cookie-consent .cookie-consent__agree {
    margin-top: 5px
}

.logo {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logo a {
    width: 165px;
    height: 60px;
    background-position: 0 0;
    display: inline-block;
    vertical-align: middle;
    background-size: 165px 60px;
}

.search {
    width: 500px;
    height: 36px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 70px;
    border: 1px solid #e9ecef;
    background-color: var(--white)
}

.search input {
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    height: 100%;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    color: var(--black)
}

.search button {
    width: 32px;
    height: 28px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.search:hover {
    border-color: #82c7d1
}

.bm_EB {
    font-size: 14px;
    line-height: normal;
    border: 0;
    display: inline-block;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    cursor: pointer;
    position: relative;
    -moz-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.h-content-bottom {
    position: relative;
    height: 40px;
    z-index: 10
}

.h-content-bottom.menu-fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.h-content-bottom .navbar {
    position: relative;
    height: 40px;
    background: var(--primary)
}

.h-content-bottom .navbar-collapse {
    background: var(--primary);
    z-index: 999;
    color: var(--white)
}

.h-content-bottom .nav-item {
    color: var(--white);
    text-transform: uppercase;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    padding: 0 5px
}
.h-content-bottom .item-cat.active{
    background: #2b94a5;
    font-weight: 500;
}
.h-content-bottom .btn-hot,
.h-content-bottom .btn-new{
    cursor: pointer;
}

.h-content-bottom .item-cat:hover {
    background: #2b94a5
}

.h-content-bottom .nav-item.tag {
    text-transform: capitalize;
    border-left: 0;
    padding: 0
}

.h-content-bottom .nav-item .nav-link {
    color: var(--white)
}

.h-content-bottom .nav-item.tag .tag-hot {
    height: 20px;
    padding: 3px 15px;
    margin: 0 4px;
    font-size: .9rem;
    line-height: 18px;
    border-radius: 10px;
    border: 1px solid hsla(0, 0%, 100%, .3);
    text-transform: none;
    font-weight: 400
}

.h-content-bottom .nav-item.tag .tag-hot:hover {
    background: hsla(0, 0%, 100%, .1)
}

.h-content-bottom .nav-item .active {
    background: #2b94a5;
    color: var(--white)
}

.icon-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    height: 40px;
    padding: 0 14px;
    color: var(--white);
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    background-color: #2b94a5
}

.icon-menu:hover {
    background-color: #247a88;
    border-left: 1px solid #247a88
}

.icon-menu .navbar-toggler-icon:after {
    background-image: none;
    content: "\f0c9";
    font-family: "Font Awesome 5 Pro";
    font-size: 19px
}

.categories {
    background-color: #f3f3f3;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    padding: 20px 0 10px;
    z-index: 999;
    color: #000
}

.categories .categories-list {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.categories-list .list-item {
    display: block;
    width: 20%;
    margin-right: 0;
    margin-bottom: 20px;
    line-height: 26px;
    position: relative
}

.categories-list .list-item > a > span {
    color: var(--primary);
    font-size: 1rem;
    line-height: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding-left: 13px
}

.categories-list .list-item > a > span:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 10px;
    left: 0;
    background-color: var(--primary)
}

.categories-list .list-item .parent-list {
    padding-left: 0
}

.categories-list .item-child a:hover {
    text-decoration: none;
    color: var(--primary)
}

.container {
    max-width: 1200px
}

.site-content {
    padding-top: 10px
}

.site-content img, .site-content video {
    width: 100%;
    height: 100%;
    transition: -webkit-transform .7s;
    -moz-transition: transform .7s, -moz-transform .7s;
    transition: transform .7s;
    transition: transform .7s, -webkit-transform .7s, -moz-transform .7s;
    object-fit: cover
}

.site-content .thumb-art:hover img, .site-content video:hover {
    -webkit-transform: scale(1);
    transform: scale(1.2);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.featured {
    width: 100%;
}

.meta-news {
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: #adb5bd;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    height: 20px;
    overflow: hidden;
    margin-bottom: 15px
}

.news-item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%
}

.news-item:not(:first-child) {
    border-top: 1px solid #e9ecef;
    padding-top: 12px
}

.thumb-art {
    line-height: 0;
    overflow: hidden;
    cursor: pointer
}

.news-item .thumb-art {
    max-width: 80px;
    width: 30%;
}

.news-item .thumb-art .bm_Bh {
    width: 100%;
    height: 100%;
    max-height: 80px;
    max-width: 80px;
    line-height: 0;
    overflow: hidden;
    cursor: pointer
}

.news-item .description {
    margin-left: 10px;
    width: 70%;
}

.news-item .description-title {
    font-family: "Merriweather", serif;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 4px
}

.description-content {
    color: gray;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3rem;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.description-title {
    color: gray;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3rem;
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.description-title h4 {
    font-family: "Merriweather", serif;
    font-size: 1.1rem;
    line-height: 130%;
    margin-bottom: 4px;
    color: var(--primary)
}

.list-sub-feature {
    margin-bottom: 20px
}

.post_item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.post_item .thumb-art {
    width: 20%
}

.post_item .description {
    width: 80%;
    padding: 15px
}

.most-new-title {
    text-transform: uppercase;
    padding-left: 13px;
    position: relative;
    font-size: 1.3rem
}

.most-new-title:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: -moz-calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    top: 5px;
    left: 0;
    background-color: var(--primary)
}

.post-slider {
    background: var(--white);
    border-radius: 15px;
    padding-top: 1px;
    margin-top: 20px;
    box-shadow: 0 14px 22px -9px #bbcbd8;
    padding-bottom: 0;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    padding: 5px;
    padding-top: 10px
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform .2s linear
}

.post-slide:hover .post-img img {
    transform: scale(1.1, 1.1)
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
    transition: all .5s linear
}

.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: var(--white);
    font-size: 25px
}

.post-slide .post-content {
    background: var(--white);
    padding: 2px 20px 20px;
    border-radius: 15px
}

.post-slide .post-title a {
    font-weight: 700;
    color: #333;
    display: inline-block;
    text-transform: uppercase;
    transition: all .3s ease ;
    margin-top: 5px;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3rem;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: var(--primary)
}

.post-slide .post-description {
    color: gray;
    margin-bottom: 15px;
    display: -webkit-box;
    max-width: 100%;
    height: 60px;
    line-height: 1.3rem;
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.post-slide .post-date {
    color: #a9a9a9;
    font-size: 14px
}

.post-slide .post-date i {
    margin-right: 8px;
    color: #CFDACE
}

.post-slide .read-more {
    display: none;
}

.post-slide .read-more:hover {
    background: #2196F3;
    text-decoration: none;
    color: var(--white)
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px
}

.owl-controls .owl-buttons .owl-prev {
    background: var(--white);
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background .5s ease 0
}

.owl-controls .owl-buttons .owl-next {
    background: var(--white);
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background .5s ease 0
}

.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #333;
    font-size: 30px
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105"
}

@media only screen and (max-width: 1280px) {
    .post-slide .post-content {
        padding: 0 15px 25px
    }
}

.owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary)
}

.owl-stage {
    padding-left: 0 !important
}

.title_wrap {
    background-color: #f7f8f9;
    padding: 0 10px
}

.title_wrap .cat {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 5px
}

.page_title {
    margin: 0;
    line-height: 27px;
    font-size: 1.2rem;
    color: var(--primary)
}

.page_title .bm_T, .bm_n {
    position: relative;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    color: var(--primary);
    min-height: 20px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    text-transform: capitalize
}

.page_title .bm_T.active {
    color: #6c757d
}

.page_title .bm_T:not(:first-child) {
    padding-left: 40px
}

.page_title .bm_T:not(:first-child):after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    padding-left: 28px;
    font-style: normal !important;
    font-weight: 400 !important;
    -moz-font-feature-settings: normal !important;
    font-feature-settings: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem;
    cursor: default;
    color: #6c757d
}

.button-page {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    margin-top: 15px
}

.button-page .btn-more {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    flex-direction: row-reverse;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 0 5px;
    height: 30px;
    border-radius: 15px;
    min-width: 125px;
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary)
}

.button-page .btn-more .fas {
    margin-left: 10px;
    width: 10px
}

.single-header .entry-meta.meta-1 {
    display: block;
    font-size: .8rem;
    text-transform: capitalize
}

.single-header h1 {
    font-size: 2rem
}

.mt-15 {
    margin-top: 10px !important
}

.mb-15 {
    margin-bottom: 10px !important
}

span.has-dot:before {
    background: #999;
    border-radius: 50%;
    content: "";
    display: block;
    height: 4px;
    left: -2px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px
}

span.has-dot {
    padding-left: 10px;
    position: relative
}

.entry-meta.meta-1 span {
    margin-right: 10px
}

.footer-contact {
    background-color: #fff;
    border-top: .5px solid #d7d7d8;
    margin-top: 50px;
    padding-top: 20px;
}

.page-item.active .page-link {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary)
}

.page-link {
    color: var(--primary)
}

.single-header {
    margin-bottom: 10px;
    margin-top: 10px
}

.single-header .single-header-meta {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.social-icons ul {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.social-facebook a:hover {
    background-color: #5d82d1
}

.social-twitter a:hover {
    background-color: #40bff5
}

.social-linkedin a:hover {
    background-color: #238cc8
}

.social-icons li {
    display: flex;
    justify-content: center;
    list-style: none
}

.social-icons li a {
    background: 0 0;
    border: 0;
    border-radius: 4px;
    color: #333;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px 4px 0;
    overflow: hidden;
    text-align: center;
    transition: all .3s ease;
    width: 32px
}

.text-grey-5, .text-grey-5 a, .text-hover-grey-5:hover {
    color: #c1c7cf !important
}

.post-title a {
    color: #17a2b8;
    font-size: 1.2rem;
    display: -webkit-box;
    max-width: 100%;
    line-height: 1.3rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-title a:hover {
    color: var(--color-brand)
}

.post-thumb {
    overflow: hidden;
    position: relative
}

.post-thumb.border-radius-5 img {
    border-radius: 5px
}

.post-thumb a {
    line-height: 1
}

.post-thumb .entry-meta {
    left: 10px;
    position: absolute;
    top: 10px;
    z-index: 2
}

.post-thumb .entry-meta a {
    background-color: var(--color-brand);
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    padding: 8px 16px
}

.loop-grid {
    position: relative
}

.loop-grid article {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .05);
    overflow: hidden;
    position: relative
}

.loop-grid .entry-content {
    padding: 30px
}

.loop-grid .entry-content-2 {
    padding: 20px
}

.loop-grid.loop-list {
    position: relative
}

.loop-grid.loop-list article {
    align-items: center;
    display: flex
}

.loop-grid.loop-list article .post-thumb {
    min-width: 350px
}

.img-hover-slide, .loop-grid.loop-list article .post-thumb {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 280px;
    overflow: hidden;
    -ms-transition: all .4s ease
}

.img-hover-slide, .loop-grid.loop-list article .post-thumb, .top-right-icon {
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.top-right-icon {
    border-radius: 5px;
    bottom: 15px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 15px;
    text-align: center;
    transition-duration: .4s;
    -ms-transition: all .4s ease;
    width: 30px;
    z-index: 3
}

.entry-meta.meta-1, .entry-meta.meta-2 {
    display: flex;
    justify-content: space-between;
    text-transform: capitalize
}

.entry-meta a.read-more {
    border: 1px solid #abd7ab;
    border-radius: 30px;
    color: #98ca98;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 10px 15px
}

.footer-contact .footer-contact-tittle {
    color: #121314;
    font-family: MangoSans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
    line-height: 20px;
    margin-top: 35px;
    text-align: center;
    text-decoration: none
}

.footer-contact .contact-email {
    margin: 0 auto;
    max-width: 300px;
    position: relative
}

.sg-input-border, .sg-input-line {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #121314;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 20px;
    outline: none
}

.sg-overline-small, .sg-text-overline-small {
    color: #666;
    font-family: MangoSans, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 14px
}

.sg-input-line {
    background-color: transparent;
    border: none;
    border-bottom: thin solid #aaa;
    border-radius: unset;
    height: 39.5px;
    padding: 0;
    width: 100%
}

.sg-input-line-container [class^=icon] {
    font-size: 20px;
    position: absolute;
    right: 3px;
    top: 31%
}

.sg-input-border:focus, .sg-input-line:focus {
    border-color: #121314
}

.sg-input-line-container .sg-input-error {
    color: #e90000;
    position: relative
}

.sg-caption-light, .sg-text-caption-light {
    color: #121314;
    font-family: MangoSans, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: .3px;
    line-height: 16px
}

.contact-subscribe {
    margin-bottom: 15px;
    margin-top: 24px
}

.contact-subscribe-text {
    color: #aaa;
    padding: 20px
}

.sg-button-primary, .sg-button-secondary {
    color: #121314;
    cursor: pointer;
    font-family: MangoSans, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    height: 40px;
    letter-spacing: .3px;
    line-height: 20px;
    outline: none;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%
}

.sg-button-primary, .sg-button-primary-small {
    background-color: var(--color-primary);
    border: none;
    color: #fff
}

.sg-button-primary-small:hover, .sg-button-primary:hover {
    moz-transition: all .4s ease-in-out;
    background-position: 100% 0;
    color: #fff;
    transition: all .4s ease-in-out
}

.nav-footer {
    height: auto;
    margin: 15px auto 0;
    max-width: 600px;
    padding: 0 0 5.6px;
    text-align: center;
    width: auto
}

.nav-footer li {
    color: #000;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 6px;
    text-decoration: none;
    width: auto
}

.nav-footer .nav-footer-link {
    color: #000;
    display: inline-block;
    font-family: mango-regular, Arial;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 0 10px 6px;
    text-decoration: none;
    width: auto
}

.nav-footer .nav-footer-link:hover {
    border-bottom: 1px solid #000;
    color: #000
}

.mobile-social-icon a {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    transition-duration: .5s;
    width: 30px
}

.footer-Copyright {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1520px;
    position: relative;
    text-align: center;
    width: auto;
    margin-top: 10px
}

.footer-Copyright .copyright {
    color: #adafb2;
    font-size: 15px
}

.ps-popup {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all .4s ease;
    visibility: hidden;
    width: 100%;
    z-index: 99999
}

.ps-popup.active {
    opacity: 1;
    transition-delay: .5s;
    visibility: visible
}

.ps-popup__content {
    background-color: #fff;
    background-size: cover;
    max-width: 830px;
    position: relative;
    transition: tranform .4s ease;
    width: 100%
}

.ps-popup__close {
    background-color: #000;
    border: none;
    border-radius: 0;
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px
}

.ps-popup__close i {
    color: #fff;
    font-size: 16px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.icon-cross:before {
    content: "\e92a"
}

.ps-form--subscribe-popup {
    padding: 60px 50px
}

.ps-form--subscribe-popup .ps-form__content {
    max-width: 360px;
    text-align: center
}

.ps-form--subscribe-popup h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px
}

.ps-form--subscribe-popup p {
    margin-bottom: 20px
}

.form-control {
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 #000;
    font-size: 14px;
    height: 50px;
    outline: 0;
    padding: 0 20px;
    transition: all .4s ease
}

.ps-form--subscribe-popup button {
    height: 40px;
    padding: 0 30px;
    width: auto
}

.ps-form--subscribe-popup input {
    border: 2px solid #c9c9c9;
    height: 40px;
    margin-bottom: 20px
}

.ps-form--subscribe-popup .ps-checkbox > label {
    color: #000;
    margin-top: 15px
}

button.submit, button[type=submit] {
    border: none;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 40px
}

.sg-button-primary, .sg-button-primary-small {
    background-color: var(--primary);
    border: none;
    color: #fff
}

.hit-count {
    display: none;
}

.row > * {

    padding-right: calc(var(--bs-gutter-x) * .3);
    padding-left: calc(var(--bs-gutter-x) * .3);

}

.row {

    margin-right: calc(-.3 * var(--bs-gutter-x));
    margin-left: calc(-.3 * var(--bs-gutter-x));
}

.most-new {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 0 10px;
    margin-left: 10px;
}

@media screen and (max-width: 900px) {
    .h-content-bottom .navbar-nav {
        flex-direction: row
    }

    .h-content-bottom .icon-menu {
        height: 30px;
        padding: 0 10px;
        margin-top: -7px
    }

    .categories .categories-list {
        display: block
    }

    .categories-list {
        padding-left: 0
    }

    .categories-list .list-item .parent-list {
        padding-left: 15px
    }

    .categories-list .list-item {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #dee2e6
    }

    .search {
        margin-left: 30px
    }

    button[type=submit] {
        padding: 12px 19px
    }

    .single-header .single-header-meta {
        display: block
    }

    .social-icons {
        margin-top: 15px
    }

    .social-icons ul {
        justify-content: center
    }

    h1 {
        font-size: 1.3rem
    }

    .post_item .description {
        padding-top: 0;
        padding-bottom: 0;
    }
    .most-new {
        margin-left: 0px;
        margin-top: 10px;
        padding: 0;
        border: 0;
    }
    .site-content{
        margin-top: 15px;
    }
    .logo a{
        width: 150px;
        height: 50px;
        background-size: 150px 50px;
    }
}

@media only screen and (max-width: 500px) {
    .navbar-nav li:first-child {
        display: none
    }
}
.logo.logo-width-1 a img {
    width: 150px;
}
.footer-list li, .widget__content li {
    display: block;
    margin: 0 0 13px;
    transition-duration: .3s;
}
.footer-list li a, .widget__content li a {
    color: #111111;
    display: block;
    font-size: 14px;
}
.footer-list li:hover , .widget__content li:hover {
    padding-left: 5px;
    transition-duration: .3s;
}
.footer-list li a:hover, .widget__content li a:hover {
    color: #000000;
    font-weight: bold;
}
p {
    color: #111111;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
}
.fw-600, strong {
    font-weight: 600;
}
.header-info>ul {
    height: 100%;
    display: flex;
    align-items: center;
    vertical-align: middle;
}
.header-info>ul>li:before {
    background: #dedfe2;
    content: "";
    height: 20px;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.header-info>ul>li {
    align-items: center;
    display: flex;
    margin-right: 30px;
    position: relative;
}
.header-info>ul>li a {

    font-weight: 500;

}
.header-info>ul>li img {
    vertical-align: middle;
}
.header-info>ul>li a.language-dropdown-active i.fa-chevron-down {
    font-size: 8px;
    margin-left: 5px;
}
.header-info>ul>li a.language-dropdown-active:hover{
    color: #000000;
}
.header-info>ul>li>ul.language-dropdown {
    background: #f2f3f8;
    border-radius: 5px;
    box-shadow: 0 -3px 23px rgba(0,0,0,.06);
    left: 0;
    min-width: 130px;
    opacity: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    transform: translateY(20px);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    visibility: hidden;
    z-index: 2;
}
.header-info>ul>li>ul.language-dropdown {
    border-radius: 0;
    padding: 0;
}

.header-info>ul>li:hover>ul.language-dropdown {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.header-info>ul>li>ul li a {
    color: #696969;
    display: block;
    padding: 5px 10px;
}
