@charset "UTF-8";

* {
    list-style: none;
    outline: 0 !important
}

p,
ul {
    margin: 0;
    padding: 0
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #232323
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #232323
}

::-webkit-input-placeholder {
    color: #7f7f7f !important;
    opacity: 1 !important
}

::-moz-placeholder {
    color: #7f7f7f !important;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: #7f7f7f !important;
    opacity: 1 !important
}

::placeholder {
    color: #7f7f7f !important;
    opacity: 1 !important
}

.post-content-cover iframe {
    width: 100%;
    height: 347px;
    border: 0;
    overflow: hidden
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0 !important
}

.form-control {
    box-shadow: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    height: 52px;
    padding: 0 20px
}

.form-control:active,
.form-control:focus,
.form-control:hover {
    box-shadow: none;
    outline: 0;
    border: 0
}

textarea.form-control {
    height: 250px;
    padding: 30px 20px
}

.btn,
.btn:active,
.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: 0;
    border: 0;
    border-radius: 0
}

button,
button[type=submit],
input[type=submit] {
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button
}

textarea {
    resize: none
}

img {
    max-width: 100%;
    height: auto;
    transition: var(--transition);
}

img:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.img-container {
    position: relative;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.popular-img{
    width: 100%;
}

a {
    color: #232323;
    -webkit-transition: .2s ease;
    transition: .2s ease
}

a:active,
a:focus,
a:hover {
    color: var(--primary-color);
    text-decoration: none;
    outline: 0 !important;
    transition: var(--transition);
}

a {
    color: var(--text-color);
    transition: var(--transition);
    text-decoration: none;
}

a:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
    border-radius: 2px;
}

input,
select,
textarea {
    text-decoration: none;
    outline: 0 !important;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 0 20px;
    color: #232323;
    position: relative;
    margin-bottom: 30px
}

select {
    margin-bottom: 0;
    width: 100%
}

input:active,
input:focus,
input:hover {
    text-decoration: none;
    outline: 0 !important;
    border: 0;
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
    padding: 0
}

p {
    line-height: 1.6
}

h1 {
    font-size: 32px
}

h2 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 12px
}

body {
    overflow-x: hidden !important;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f8f9fa;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

:root {
    --primary-color: #3498db;
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
    --text-color: #333;
    --text-light: #666;
    --bg-light: #f8f9fa;
    --bg-white: #ffffff;
    --border-radius: 8px;
    --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
}

.pl-120 {
    padding-left: 120px
}

@media only screen and (min-width: 0px) and (max-width: 1400px) {
    .pl-120 {
        padding-left: 15px
    }
}

.pr-120 {
    padding-right: 120px
}

@media only screen and (min-width: 0px) and (max-width: 1400px) {
    .pr-120 {
        padding-right: 15px
    }
}

.pr-0 {
    padding-right: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pt-40 {
    padding-top: 40px
}

@media only screen and (max-width: 991px) {
    .pt-40 {
        padding-top: 20px
    }
}

.pb-40 {
    padding-bottom: 40px
}

@media only screen and (max-width: 991px) {
    .pb-40 {
        padding-bottom: 20px
    }
}

.pt-50 {
    padding-top: 50px
}

@media only screen and (max-width: 991px) {
    .pt-50 {
        padding-top: 30px
    }
}

.pb-50 {
    padding-bottom: 50px
}

@media only screen and (max-width: 991px) {
    .pb-50 {
        padding-bottom: 30px
    }
}

.pb-60 {
    padding-bottom: 60px
}

@media only screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px
    }
}

.pb-70 {
    padding-bottom: 70px
}

@media only screen and (max-width: 575px) {
    .pb-70 {
        padding-bottom: 50px
    }
}

.pt-80 {
    padding-top: 80px
}

@media only screen and (max-width: 991px) {
    .pt-80 {
        padding-top: 60px
    }
}

.pb-80 {
    padding-bottom: 80px
}

@media only screen and (max-width: 991px) {
    .pb-80 {
        padding-bottom: 60px
    }
}

@media only screen and (max-width: 575px) {
    .pb-80 {
        padding-bottom: 40px
    }
}

.pt-70 {
    padding-top: 70px
}

@media only screen and (max-width: 991px) {
    .pt-70 {
        padding-top: 60px
    }
}

@media only screen and (max-width: 479px) {
    .pt-70 {
        padding-top: 40px
    }
}

.pb-90 {
    padding-bottom: 90px
}

@media only screen and (max-width: 991px) {
    .pb-90 {
        padding-bottom: 70px
    }
}

@media only screen and (max-width: 479px) {
    .pb-90 {
        padding-bottom: 50px
    }
}

.pb-100 {
    padding-bottom: 100px
}

@media only screen and (max-width: 991px) {
    .pb-100 {
        padding-bottom: 80px
    }
}

@media only screen and (max-width: 479px) {
    .pb-100 {
        padding-bottom: 60px
    }
}

.pt-120 {
    padding-top: 120px
}

@media only screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 100px
    }
}

@media only screen and (max-width: 575px) {
    .pt-120 {
        padding-top: 80px
    }
}

.pb-120 {
    padding-bottom: 120px
}

@media only screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 100px
    }
}

@media only screen and (max-width: 575px) {
    .pb-120 {
        padding-bottom: 80px
    }
}

.pt-107 {
    padding-top: 107px
}

.btn.btn-primary {
    position: relative;
    padding: 12px 24px;
    background-color: var(--primary-color);
    color: white;
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    z-index: 9;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn.btn-primary:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.2);
}

.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:not(.disabled):active,
.btn.btn-primary:not(:disabled),
.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
    outline: 0 !important;
    box-shadow: none;
    background-color: var(--primary-color);
    color: white;
    cursor: pointer;
    transform: translateY(0);
}

.btn.btn-comment {
    font-size: 22px;
    font-weight: 700;
    font-family: Spectral, serif;
    padding: 0;
    margin: 30px 0;
    position: relative
}

.btn.btn-comment:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 6px;
    -webkit-transition: .4s;
    transition: .4s
}

.btn.btn-comment.collapsed:after {
    content: ""
}

.btn.btn-instagram {
    padding: 16px 10px;
    text-align: center;
    background-color: #fee;
    color: #232323;
    font-weight: 500;
    font-size: 16px
}

.btn.btn-instagram:hover {
    background-color: #c45434;
    color: #fff
}

.banner-slide .banner-slide-image,
.br50p,
.post-default .post-data .meta li.meta-author img,
.post-meta-info .meta li.meta-author img {
    border-radius: 50%
}

.full-height {
    min-height: calc(100vh - 220px);
}

.full-height-2 {
    min-height: calc(100vh - 333px);
}

.section-title {
    margin-bottom: 32px
}

.section-title h2 {
    display: inline;
    font-size: 24px;
    color: #232323;
    font-weight: 700;
    background-image: -webkit-linear-gradient(bottom, #ffdfdf 25%, transparent 0);
    background-image: linear-gradient(0deg, #ffdfdf 25%, transparent 0);
    line-height: 38px;
    background-position: center bottom 8px
}

@media only screen and (max-width: 575px) {
    .section-title h2 {
        font-size: 24px;
        line-height: 1.4
    }
}

.post-pagination {
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-pagination a,
.post-pagination span {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    background-color: var(--bg-white);
    color: var(--text-light);
    margin: 0 8px;
    transition: var(--transition);
    font-family: Spectral, serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.post-pagination a.current,
.post-pagination a:hover,
.post-pagination span.current,
.post-pagination span:hover {
    color: var(--bg-white);
    background-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.2);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes dotline-move {
    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: .8
    }

    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity: 0
    }
}

@keyframes dotline-move {
    40% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: .8
    }

    100% {
        -webkit-transform: translateX(300px);
        transform: translateX(300px);
        opacity: 0
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 40px, 0);
        transform: translate3d(0, 40px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spin {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 1s linear infinite
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.bounce {
    -webkit-animation: bounce 1s ease-in-out 0s infinite alternate;
    animation: bounce 1s ease-in-out 0s infinite alternate
}

@-webkit-keyframes bounce2 {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@keyframes bounce2 {
    0% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px)
    }
}

@-webkit-keyframes rotate2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotate2d {
    -webkit-animation: rotate2d 2s linear infinite;
    animation: rotate2d 1s linear infinite
}

@-webkit-keyframes rotate-2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes rotate-2d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

.rotate-2d {
    -webkit-animation: rotate-2d 2s linear infinite;
    animation: rotate-2d 1s linear infinite
}

@-webkit-keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0)
    }

    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg)
    }
}

.rotate3d {
    -webkit-animation: rotate3d 2s linear infinite;
    animation: rotate3d 1s linear infinite
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(0) rotateY(0)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes sk-stretchdelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

@-webkit-keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

.nav-search-box {
    position: fixed;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    background-color: #fff;
    z-index: 2000
}

.nav-search-box.show {
    bottom: 0
}

.nav-search-box .form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 800px;
    padding: 0 15px
}

@media only screen and (max-width: 991px) {
    .nav-search-box .form {
        width: 600px
    }
}

@media only screen and (max-width: 767px) {
    .nav-search-box .form {
        width: 400px
    }
}

@media only screen and (max-width: 479px) {
    .nav-search-box .form {
        width: 280px
    }
}

.nav-search-box .form .b-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #232323
}

.nav-search-box .form .b-line-under {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ccc
}

.nav-search-box .form .form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 18px
}

.nav-search-box .form .form-control:focus + .b-line {
    width: 100%;
    z-index: 9;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.nav-search-box .form .btn {
    color: #7f7f7f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    height: 48px
}

.nav-search-box .form .btn i {
    font-size: 20px
}

.header {
    min-height: 80px;
}

.header .header-fixed {
    padding: 16px 0;
    transition: var(--transition);
    z-index: 2000;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.header .header-fixed.is-sticky {
    padding: 12px 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tag-fixed {

}

.tag-fixed.is-sticky {
    transition: var(--transition);
    z-index: 2000;
    position: fixed;
    top: 70px;
    background-color: var(--bg-white);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    padding: 8px 0;
    width: 100%;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header .logo img {
    height: auto;
    transition: var(--transition);
}

.header .logo a {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondary-color);
    transition: var(--transition);
    text-decoration: none;
    margin-left: 12px;
}

.header .logo a:hover {
    color: var(--primary-color);
}

.header .header-fixed.is-sticky .logo img {
    height: auto;
}

.header .header-fixed.is-sticky .logo a {
    font-size: 20px;
}

@media only screen and (max-width: 991px) {
    .header .logo {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .header .logo {
        margin-left: 0;
    }
}


@media only screen and (max-width: 991px) {
    .nav-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        background-color: #fff;
        width: 100%;
        padding: 0 15px 0 45px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        transition: .3s;
        z-index: -99
    }
}

@media only screen and (max-width: 575px) {
    .nav-menu {
        padding: 0 0 0 15px
    }
}

.nav-menu.show {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

@media only screen and (max-width: 991px) {
    .nav-menu.show {
        margin-top: 0
    }
}

.nav-menu li {
    position: relative
}

.nav-menu li:hover > a {
    color: var(--primary-color);
    transition: var(--transition);
}

.nav-menu li.current-menu-item a {
    color: var(--primary-color);
}

.nav-menu li.menu-item-has-children {
    padding-right: 30px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .nav-menu li.menu-item-has-children {
        position: static
    }
}

.nav-menu li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0
}

.nav-menu li.menu-item-has-children > a {
    position: relative
}

.nav-menu li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: -23px;
    font-family: FontAwesome
}

.nav-menu li a {
    color: var(--text-color);
    display: block;
    transition: var(--transition);
    font-weight: 600;
}

.nav-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    background-color: var(--bg-white);
    padding: 20px 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: var(--transition);
    z-index: 9;
    border-radius: var(--border-radius);
}

@media only screen and (max-width: 991px) {
    .nav-menu li .sub-menu {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        margin-top: 0
    }
}

@media only screen and (max-width: 991px) {
    .nav-menu li .sub-menu.show {
        left: 0;
        opacity: 1;
        visibility: visible
    }
}

.nav-menu li .sub-menu li.sub-menu-close {
    display: none
}

@media only screen and (max-width: 991px) {
    .nav-menu li .sub-menu li.sub-menu-close {
        display: block;
        font-size: 16px;
        font-family: Spectral, serif;
        padding: 10px 30px;
        cursor: pointer;
        color: var(--primary-color);
        transition: var(--transition);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
    }
    
    .nav-menu li .sub-menu li.sub-menu-close:hover {
        color: var(--secondary-color);
        transform: translateX(-4px);
    }
    
    .nav-menu li .sub-menu li.sub-menu-close i {
        margin-right: 8px;
        transition: var(--transition);
    }
    
    .nav-menu li .sub-menu li.sub-menu-close:hover i {
        transform: translateX(-4px);
    }
}

.nav-menu li .sub-menu li a {
    font-size: 14px;
    font-family: Spectral, serif;
    padding: 8px 30px;
    transition: var(--transition);
}

.nav-menu li .sub-menu li a:hover {
    color: var(--primary-color);
    padding-left: 34px;
}

.nav-menu > li {
    margin-right: 30px;
    padding: 20px 0
}

@media only screen and (max-width: 991px) {
    .nav-menu > li {
        padding: 15px 0
    }
}

@media only screen and (max-width: 991px) {
    .nav-menu > li:first-child {
        margin-top: 15px
    }
}

@media only screen and (max-width: 991px) {
    .nav-menu > li:last-child {
        margin-bottom: 15px
    }
}

.nav-menu > li.menu-item-has-children {
    padding-right: 15px;
    position: relative
}

@media only screen and (max-width: 991px) {
    .nav-menu > li.menu-item-has-children {
        position: static
    }
}

.nav-menu > li.menu-item-has-children > a {
    position: relative
}

.nav-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    margin-left: 5px;
    font-family: FontAwesome
}

@media only screen and (max-width: 991px) {
    .nav-menu > li.menu-item-has-children > a:after {
        content: ""
    }
}

.nav-menu > li > a {
    font-family: Spectral, serif;
    font-weight: 500;
    font-size: 18px
}

@media only screen and (max-width: 991px) {
    .nav-menu > li > a {
        font-size: 20px
    }
}

.nav-menu > li > .sub-menu {
    position: absolute;
    top: 100%;
    left: 0
}

@media only screen and (max-width: 991px) {
    .nav-menu > li > .sub-menu {
        top: 0;
        left: 100%
    }
}

.mobile-nav-menu li {
    padding: 20px 0;
    cursor: pointer
}

.mobile-nav-menu li.nav-menu-toggle {
    display: none;
    margin-right: 30px
}

@media only screen and (max-width: 991px) {
    .mobile-nav-menu li.nav-menu-toggle {
        display: block
    }
}

@media only screen and (max-width: 575px) {
    .mobile-nav-menu li.nav-menu-toggle {
        margin-right: 0
    }
}

.mobile-nav-menu li.search-toggle-close,
.mobile-nav-menu li.search-toggle-open {
    width: 18px
}

@media only screen and (max-width: 991px) {

    .mobile-nav-menu li.search-toggle-close,
    .mobile-nav-menu li.search-toggle-open {
        margin-right: 20px
    }
}

.mobile-nav-menu li.hide {
    display: none
}

.mobile-nav-menu li svg {
    height: 15px
}

.banner-slider-cover {
    min-height: 600px;
    padding: 120px 0 60px;
    position: relative;
    overflow: hidden;
}

.banner-slider-cover:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .banner-slider-cover {
        min-height: 500px;
        padding-top: 120px;
        padding-bottom: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-slider-cover {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-slider-cover {
        padding-top: 80px;
        padding-bottom: 40px;
        min-height: 400px;
    }
}

.banner-slide {
    position: relative;
    z-index: 2;
}

.banner-slide .banner-slide-text {
    padding: 20px 0;
}

.banner-slide .banner-slide-text .category {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.banner-slide .banner-slide-text .category:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    height: 2px;
    width: 45px;
    background-color: var(--primary-color);
    margin-left: 12px;
}

.banner-slide .banner-slide-text .category a {
    font-weight: 600;
    color: var(--primary-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.banner-slide .banner-slide-text .category a:hover {
    color: var(--secondary-color);
}

.banner-slide .banner-slide-text h1 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 24px;
    line-height: 1.2;
    color: var(--secondary-color);
}

@media only screen and (max-width: 991px) {
    .banner-slide .banner-slide-text h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-slide .banner-slide-text h1 {
        font-size: 24px;
    }
}

.banner-slide .banner-slide-text .desc {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-light);
    max-width: 600px;
}

@media only screen and (max-width: 991px) {
    .banner-slide .banner-slide-text .desc {
        font-size: 14px;
    }
}

.banner-slide .banner-slide-text .btn-primary {
    margin-top: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-slide .banner-slide-image {
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(5deg);
    transition: var(--transition);
}

.banner-slide .banner-slide-image:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

@media only screen and (max-width: 767px) {
    .banner-slide .banner-slide-image {
        margin-bottom: 30px;
        transform: none;
    }
}

.banner-slide .banner-slide-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: var(--transition);
}

.banner-slider-dots {
    margin-top: 40px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
}

@media only screen and (max-width: 991px) {
    .banner-slider-dots {
        margin-top: 30px;
        padding: 0 20px;
    }
}

.banner-slider-dots .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.banner-slider-dots .active .dots-count {
    padding-bottom: 17px;
    position: relative;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-family: Spectral, serif;
    color: #c2c2c2;
    cursor: pointer
}

.banner-slider-dots .active .dots-count .process-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #c2c2c2
}

.banner-slider-dots .active .dots-count .process-bar-active {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #232323
}

.banner-slider-dots .active.current .dots-count {
    color: #232323
}

.banner-slider-dots .active.current .dots-count .process-bar {
    background-color: #dbdbdb
}

.banner-slider-dots .active.current .dots-count .process-bar-active {
    -webkit-transition: width 4.9s;
    transition: width 4.9s;
    width: 100%
}

.post-default {
    margin-bottom: 30px;
    transition: var(--transition);
}

.post-default:hover {
    transform: translateY(-5px);
}

.post-default:hover .post-thumb img {
    transform: scale(1.05);
}

.post-default:hover .post-thumb .bg-img {
    transform: scale(1.05);
}

.post-default .post-thumb {
    overflow: hidden;
    position: relative;
    transition: var(--transition);
}

.post-default .post-thumb img {
    transition: var(--transition);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-default .post-thumb .bg-img-container {
    position: absolute;
    top: 5%;
    left: 5%;
    height: 90%;
    width: 90%;
    border-radius: 5px;
    overflow: hidden;
}

.post-default .post-thumb .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    transition: var(--transition);
}

.post-default .post-data {
    padding: 24px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    z-index: 9;
}

.post-default .post-data .cats {
    margin-bottom: 12px;
}

.post-default .post-data .cats a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-default .post-data .cats a:hover {
    color: var(--secondary-color);
}

.post-default .post-data .cats a:after {
    content: ",";
    color: var(--text-light);
}

.post-default .post-data .cats a:last-child:after {
    display: none;
}

.post-default .post-data .title {
    margin-bottom: 16px;
}

.post-default .post-data .title h2 {
    line-height: 1.3;
}

.post-default .post-data .title h2 a {
    color: var(--text-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    transition: var(--transition);
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em;
}

.post-default .post-data .title h2 a:hover {
    color: var(--primary-color);
}

.post-default .post-data .title h2 a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition);
}

.post-default .post-data .title h2 a:hover:after {
    width: 100%;
}

.post-default .post-data .meta {
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.post-default .post-data .meta li {
    position: relative;
    color: var(--text-light);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-default.post-has-bg-img .post-data .meta li {
    color: #fff;
}

.post-default .post-data .meta li:after {
    display: none;
}

.post-default .post-data .meta li:last-child {
    margin-right: 0;
}

.post-default .post-data .meta li a {
    color: var(--text-light);
    font-size: 14px;
    transition: var(--transition);
}

.post-default .post-data .meta li span {
    color: var(--text-light);
    font-size: 14px;
}

.post-default.post-has-bg-img .post-data .meta li span {
    color: #fff;
}

.post-default .post-data .meta li a:hover {
    color: var(--primary-color);
}

.post-default .post-data .meta li.meta-author img {
    height: 24px;
    width: 24px;
    margin-right: 6px;
    border-radius: 50%;
}

.post-default .post-data .btn {
    margin-top: 20px;
}

.post-default .post-data .desc p {
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
    max-height: 84px;
    color: var(--text-light);
}

.post-default.post-has-no-thumb {
    background-color: var(--bg-white);
    padding: 32px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

@media only screen and (max-width: 575px) {
    .post-default.post-has-no-thumb {
        padding: 24px;
    }
}

.post-default.post-has-no-thumb .post-data {
    padding-top: 0;
    background: none;
    box-shadow: none;
}

.post-default.post-has-no-thumb .post-data .title h2 a {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em; /* 2行 * 行高 */
}

.post-default.post-has-bg-img {
    min-height: 350px;
    height: 350px;
    position: relative;
    background-color: #aaa;
    text-align: center;
    z-index: 9;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

@media only screen and (max-width: 991px) {
    .post-default.post-has-bg-img {
        min-height: 300px;
        height: 300px;
    }
}

.post-default.post-has-bg-img .post-thumb {
    position: static;
    box-shadow: none;
}

.post-default.post-has-bg-img .post-thumb a {
    z-index: 9;
    display: block;
    width: 100%;
    height: 100%;
}

.post-default.post-has-bg-img .post-thumb a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
    z-index: 9;
}

.post-default.post-has-bg-img .title h2 {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.post-default.post-has-bg-img .title h2 a {
    color: #fff;
    font-size: 24px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.post-default.post-has-bg-img .title h2 a:hover {
    color: #fff;
    opacity: 0.9;
}

@media only screen and (max-width: 320px) {
    .post-default.post-has-bg-img .title h2 a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .post-default.post-has-bg-img .title h2 {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 320px) {
    .post-default.post-has-bg-img .title h2 {
        padding: 0 10px;
    }
}

.post-default.post-has-bg-img .meta {
    justify-content: center;
    position: relative;
    z-index: 10;
}

.post-default.post-has-bg-img .meta li:after {
    display: none;
}

.post-default.post-has-bg-img .meta li a {
    color: rgba(255, 255, 255, 0.9);
}

.post-default.post-has-bg-img .meta li a:hover {
    color: #fff;
}

.post-default.post-has-right-thumb {
    background-color: var(--bg-white);
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    overflow: hidden;
}

.post-default.post-has-right-thumb .post-data {
    padding: 24px;
    flex-basis: 70%;
    max-width: 70%;
    text-align: justify;
    background: none;
    box-shadow: none;
}

.post-default.post-has-right-thumb .post-data-full {
    flex-basis: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 767px) {
    .post-default.post-has-right-thumb .post-data {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 575px) {
    .post-default.post-has-right-thumb .post-data {
        padding: 24px;
    }
}

.post-default.post-has-right-thumb .post-data .title h2 a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em; /* 2行 * 行高 */
}

.post-default.post-has-right-thumb .post-thumb {
    flex-basis: 30%;
    max-width: 30%;
    background-position: center;
    background-size: cover;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .post-default.post-has-right-thumb .post-thumb {
        flex-basis: 100%;
        min-height: 300px;
        max-width: 100%;
    }

    .post-default .post-thumb .bg-img-container {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
    }
}

@media only screen and (max-width: 320px) {
    .post-default.post-has-right-thumb .post-thumb {
        min-height: 160px;
    }
}

.post-default.post-has-front-title {
    position: relative;
}

.post-default.post-has-front-title .post-thumb {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f1f1f1;
    background-position: center center;
    margin-bottom: 0;
    border-radius: var(--border-radius);
}

@media only screen and (max-width: 991px) {
    .post-default.post-has-front-title .post-thumb {
        min-height: 200px;
    }
}

.post-default.post-has-front-title .post-data {
    background-color: var(--bg-white);
    padding: 24px;
    text-align: center;
    margin: -60px 20px 0 20px;
    z-index: 9;
    position: relative;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 991px) {
    .post-default.post-has-front-title .post-data {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .post-default.post-has-front-title .post-data {
        padding: 20px;
    }
}

.post-default.post-has-front-title .post-data .title h2 a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em; /* 2行 * 行高 */
}

.post-default.post-has-video {
    position: relative;
}

.post-default.post-has-video .post-thumb {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0;
    border-radius: var(--border-radius);
}

.post-default.post-has-video .post-thumb a .bg-img:before {
    content: "\f01d";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #fff;
    font-size: 32px;
    z-index: 10;
    transition: var(--transition);
    background-color: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-default.post-has-video .post-thumb a:hover .bg-img:before {
    background-color: var(--primary-color);
    transform: translate(-50%, -50%) scale(1.1);
}

.post-default.post-has-video .post-data {
    background-color: var(--bg-white);
    padding: 20px;
    text-align: center;
    margin: -40px 20px 0 20px;
    z-index: 9;
    position: relative;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-default.post-has-video .post-data .cats {
    margin-bottom: 8px;
}

.post-default.post-has-video .post-data .cats a {
    font-size: 12px;
}

.post-default.post-has-video .post-data .title {
    margin-bottom: 8px;
}

.post-default.post-has-video .post-data .title h2 a {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em; /* 2行 * 行高 */
}

.post-default.post-top {
    position: relative;
}

.post-default.post-top .post-thumb {
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 0;
    border-radius: var(--border-radius);
}

.post-default.post-top .post-data {
    background-color: var(--bg-white);
    padding: 20px;
    text-align: center;
    margin: -40px 20px 0 20px;
    z-index: 9;
    position: relative;
    border-radius: var(--border-radius);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.post-default.post-top .post-data .cats {
    margin-bottom: 8px;
}

.post-default.post-top .post-data .cats a {
    font-size: 14px
}

.post-default.post-top .post-data .title {
    margin-bottom: 0
}

.post-default.post-top .post-data .title h2 a {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    max-height: 2.8em; /* 2行 * 行高 */
}

.post-default.post-has-general-video .post-thumb:hover a .bg-img:before {
    -webkit-transform: translate(-50%, -50%) rotate(-1deg);
    transform: translate(-50%, -50%) rotate(-1deg)
}

.post-default.post-has-general-video .post-thumb a .bg-img:before {
    content: "";
    font-family: FontAwesome;
    color: #fff;
    font-size: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9
}

.load-more-container {
    text-align: center;
}

.load-more-container .btn-load-more {
    background-color: var(--bg-light);
    color: var(--text-color);
    width: 160px;
    margin: auto;
    line-height: 60px;
    cursor: pointer;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.load-more-container .btn-load-more:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.2);
}

.page-para-title.h1,
.page-para-title.h2,
.page-para-title.h3,
.page-para-title.h4,
.page-para-title.h5,
.page-para-title.h6 {
    font-family: Spectral, serif;
    font-weight: 700;
    margin-bottom: 20px
}

.page-para-title.h2 {
    font-size: 36px
}

.page-para-title.h3 {
    font-size: 26px
}

.page-para-title.h4 {
    font-size: 22px
}

.page-para-title.h5 {
    font-size: 18px
}

.page-para-title.h6 {
    font-size: 14px
}

.page-title {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f2f2f2
}

@media only screen and (max-width: 991px) {
    .page-title {
        padding: 60px 0
    }
}

@media only screen and (max-width: 479px) {
    .page-title {
        padding: 40px 0
    }
}

.page-title.search-title h2 {
    color: #7f7f7f
}

.page-title.search-title h2 span {
    color: #000
}

.page-title h2 {
    font-family: Spectral, serif;
    font-weight: 700;
    font-size: 32px;
    margin-top: -5px
}

@media only screen and (max-width: 575px) {
    .page-title h2 {
        font-size: 36px
    }
}

.page-title .nav {
    margin-top: 10px;
    margin-bottom: -4px;
    white-space: pre-line;
}

.page-title .nav li {
    margin-right: 36px;
    font-size: 18px;
    font-family: Spectral, serif;
    position: relative
}

.page-title .nav li:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    height: 4px;
    width: 4px;
    background-color: #232323;
    border-radius: 50%;
    margin-left: 16px
}

.page-title .nav li:last-child {
    margin-right: 0
}

.page-title .nav li:last-child:after {
    display: none
}

.page-title .nav li a {
    color: #7f7f7f
}

.page-thumb {
    margin-bottom: 40px
}

.page-primary-text {
    font-family: Quicksand, sans-serif;
    line-height: 1.66;
    font-size: 18px
}

.page-gallery-single {
    margin-bottom: 30px
}

.container-404 .data {
    max-width: 730px;
    margin: 0 auto
}

.container-404 .data h1 {
    font-size: 200px;
    font-weight: 700;
    line-height: .83
}

@media only screen and (max-width: 1199px) {
    .container-404 .data h1 {
        font-size: 150px
    }
}

@media only screen and (max-width: 767px) {
    .container-404 .data h1 {
        font-size: 96px
    }
}

.container-404 .data h2 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 20px
}

@media only screen and (max-width: 1199px) {
    .container-404 .data h2 {
        font-size: 36px
    }
}

@media only screen and (max-width: 767px) {
    .container-404 .data h2 {
        font-size: 28px
    }
}

.container-404 .data p {
    font-size: 20px
}

@media only screen and (max-width: 1199px) {
    .container-404 .data p {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    .container-404 .data p {
        font-size: 16px
    }
}

.container-404 .data p a {
    color: #c45434
}

.container-404 .data .search-form {
    margin-top: 40px
}

.container-404 .data .search-form .btn {
    background-color: #fff;
    color: #7f7f7f;
    padding-right: 30px;
    min-height: 52px
}

.post-meta-info {
    z-index: 9;
    margin-bottom: 30px;
}

.post-meta-info .cats {
    margin-bottom: 16px;
}

.post-meta-info .cats a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
}

.post-meta-info .cats a:hover {
    color: var(--secondary-color);
}

.post-meta-info .cats a:after {
    content: ",";
    color: var(--text-light);
}

.post-meta-info .cats a:last-child:after {
    display: none;
}

.post-meta-info .title {
    margin-bottom: 20px;
}

.post-meta-info .title h1 {
    color: var(--secondary-color);
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
    .post-meta-info .title h1 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 320px) {
    .post-meta-info .title h1 {
        font-size: 24px;
    }
}

.post-meta-info .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.post-meta-info .meta li {
    position: relative;
    color: var(--text-light);
    font-size: 14px;
}

.post-meta-info .meta li:last-child:after {
    display: none;
}

.post-meta-info .meta li a {
    color: var(--text-light);
    font-size: 14px;
    transition: var(--transition);
}

.post-meta-info .meta li a:hover {
    color: var(--primary-color);
}

.post-meta-info .meta li.meta-author img {
    height: 32px;
    width: 32px;
    margin-right: 8px;
    border-radius: 50%;
}

.post-meta-info .btn {
    margin-top: 20px;
}

.post-details-cover {
    background: var(--bg-white);
    padding: 40px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    margin-bottom: 30px;
    transition: var(--transition);
}

.post-details-cover:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 768px) {
    .post-details-cover {
        padding: 24px;
    }
}

.post-details-cover .post-thumb-cover .post-thumb {
    margin-bottom: 30px;
}

.post-details-cover .post-thumb-cover .post-thumb img,
.post-details-cover .post-thumb-cover .post-thumb video,
.post-details-cover .post-thumb-cover .post-thumb audio {
    width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.post-details-cover .post-thumb-cover .post-thumb .description {
    margin-top: 16px;
    text-align: center;
    font-size: 14px;
    color: var(--text-light);
    font-style: italic;
}

.post-details-cover .post-thumb-cover .post-thumb iframe {
    width: 100%;
    height: 500px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

@media only screen and (max-width: 991px) {
    .post-details-cover .post-thumb-cover .post-thumb iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .post-details-cover .post-thumb-cover .post-thumb iframe {
        height: 200px;
    }
}

.post-details-cover .post-content-cover p {
    margin-bottom: 24px;
    line-height: 1.7;
    color: var(--text-color);
    font-size: 16px;
}

.post-details-cover .post-content-cover {
    padding-top: 24px;
    text-align: justify;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.post-details-cover .post-content-cover h2,
.post-details-cover .post-content-cover h3,
.post-details-cover .post-content-cover h4,
.post-details-cover .post-content-cover h5 {
    color: var(--secondary-color);
    margin: 32px 0 16px;
    font-weight: 600;
    line-height: 1.3;
}

.post-details-cover .post-content-cover h2 {
    font-size: 28px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-color);
}

.post-details-cover .post-content-cover h3 {
    font-size: 24px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-details-cover .post-content-cover h4 {
    font-size: 20px;
}

.post-details-cover .post-content-cover h5 {
    font-size: 18px;
}

.post-details-cover .post-content-cover audio,
.post-details-cover .post-content-cover iframe,
.post-details-cover .post-content-cover img,
.post-details-cover .post-content-cover video {
    margin-bottom: 30px;
    max-width: 100%;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
}

.post-details-cover .post-content-cover iframe {
    height: 400px;
    width: 100%;
    border: 0;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .post-details-cover .post-content-cover iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 576px) {
    .post-details-cover .post-content-cover iframe {
        height: 200px;
    }
}

.post-details-cover .post-content-cover.my-drop-cap > p:first-child:first-letter {
    font-size: 76px;
    color: var(--primary-color);
    float: left;
    font-family: 'Inter', sans-serif;
    line-height: 0.8;
    font-weight: 700;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.post-details-cover .post-all-tags {
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    color: var(--text-light);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.post-details-cover .post-all-tags a {
    display: inline-block;
    padding: 8px 16px;
    background-color: var(--bg-light);
    color: var(--text-light);
    margin-right: 8px;
    margin-bottom: 12px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 20px;
    transition: var(--transition);
    text-transform: lowercase;
}

.post-details-cover .post-all-tags a:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-2px);
}

.post-details-cover .post-about-author-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    background-color: var(--bg-light);
    margin: 30px 0;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.post-details-cover .post-about-author-box:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.post-details-cover .article-column-container {
    padding: 20px;
    border-radius: var(--border-radius);
    background-color: var(--bg-light);
    color: var(--text-light);
    border-left: 4px solid var(--primary-color);
    margin: 30px 0;
}

.post-details-cover .article-column-container a {
    font-weight: 600;
    color: var(--secondary-color);
    transition: var(--transition);
}
.post-details-cover .article-column-container a:hover {
    font-weight: 600;
    color: var(--primary-color);
}

@media only screen and (max-width: 479px) {
    .post-details-cover .post-about-author-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.post-details-cover .post-about-author-box .author-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
    width: 130px
}

@media only screen and (max-width: 479px) {
    .post-details-cover .post-about-author-box .author-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
        flex: 0 0 120px;
        max-width: 120px;
        margin: 0 auto;
        margin-bottom: 20px
    }
}

.post-details-cover .post-about-author-box .author-desc {
    margin-left: 30px
}

@media only screen and (max-width: 479px) {
    .post-details-cover .post-about-author-box .author-desc {
        margin-left: 0
    }

    .post-details-cover .post-about-author-box .author-desc .description,
    .post-details-cover .post-about-author-box .author-desc .social-icons,
    .post-details-cover .post-about-author-box .author-desc h5 a {
        text-align: center
    }
}

.post-details-cover .post-about-author-box .author-desc h5 a {
    font-weight: 700;
    font-family: Spectral, serif;
    font-size: 17px;
    margin-bottom: 16px;
    display: block
}

.post-details-cover .post-about-author-box .author-desc .description {
    font-size: 14px;
    font-family: Quicksand, sans-serif;
    color: #7f7f7f;
    margin-bottom: 16px
}

.post-details-cover .post-about-author-box .author-desc .social-icons a {
    color: #7f7f7f;
    margin-right: 5px;
    font-size: 14px
}

.post-details-cover .post-about-author-box .author-desc .social-icons a:hover {
    color: #c45434
}

.post-details-cover .post-all-comments {
    padding: 40px;
    margin-bottom: 30px;
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .post-details-cover .post-all-comments {
        padding: 20px
    }
}

.post-details-cover .post-all-comments .single-comment-wrapper {
    margin-bottom: 30px;
    border-bottom: 1px solid #f3f3f3
}

.post-details-cover .post-all-comments .single-comment-wrapper:last-child {
    margin-bottom: 0;
    border: 0
}

.post-details-cover .post-all-comments .single-comment-wrapper:last-child .single-post-comment:last-child {
    margin-bottom: 0
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-author-image {
    width: 120px
}

@media only screen and (max-width: 991px) {
    .post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-author-image {
        width: 40px
    }
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content {
    width: calc(100% - 120px)
}

@media only screen and (max-width: 991px) {
    .post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content {
        width: calc(100% - 40px);
        padding-left: 20px
    }
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name {
    margin-bottom: 8px
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: Spectral, serif;
    color: #232323;
    display: inline-block;
    margin-right: 12px
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name h6:hover {
    color: #c45434
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name span {
    font-size: 12px;
    font-family: Quicksand, sans-serif;
    font-weight: 400;
    color: #7f7f7f
}

@media only screen and (max-width: 479px) {
    .post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .comment-author-name span {
        display: block
    }
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content p {
    font-size: 14px;
    line-height: 1.7
}

@media only screen and (max-width: 991px) {
    .post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content p {
        font-size: 13px
    }
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .reply-btn {
    margin-top: 7.5px;
    font-size: 12px;
    display: inline-block;
    font-weight: 500
}

.post-details-cover .post-all-comments .single-comment-wrapper .single-post-comment .comment-content .reply-btn:hover {
    color: #c45434
}

.post-details-cover .post-all-comments .children {
    margin-left: 120px
}

@media only screen and (max-width: 991px) {
    .post-details-cover .post-all-comments .children {
        margin-left: 60px
    }
}

@media only screen and (max-width: 767px) {
    .post-details-cover .post-all-comments .children {
        margin-left: 30px
    }
}

@media only screen and (max-width: 479px) {
    .post-details-cover .post-all-comments .children {
        margin-left: 15px
    }
}

.post-details-cover .post-all-comments .children .single-comment-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 0
}

.post-details-cover.post-has-full-width-image .post-thumb-cover .post-thumb {
    margin: 0 calc(50% - 50vw) 40px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw
}

.post-details-cover.post-has-video-thumb .post-thumb-cover .post-thumb {
    position: relative;
    margin-left: -95px;
    margin-right: -95px
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-video-thumb .post-thumb-cover .post-thumb {
        margin-left: 0;
        margin-right: 0
    }
}

.post-details-cover.post-has-video-thumb .post-thumb-cover .post-thumb .vid-post-thumb-ol {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1
}

.post-details-cover.post-has-video-thumb .post-thumb-cover .post-thumb .vid-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 113, 113, .7);
    font-size: 30px;
    border-radius: 10px;
    cursor: pointer;
    z-index: 9
}

@media only screen and (max-width: 991px) {
    .post-details-cover.post-has-video-thumb .post-thumb-cover .post-thumb .vid-play-btn {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 24px
    }
}

.post-details-cover.post-has-video-thumb .post-thumb-cover .post-thumb .vid-play-btn:hover {
    background-color: #c45434
}

.post-details-cover.post-has-video-thumb .post-thumb-cover .post-meta-info {
    text-align: center
}

.post-details-cover.post-has-video-thumb .post-thumb-cover .post-meta-info .meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover {
    position: relative;
    z-index: 99;
    margin-left: -95px;
    margin-right: -95px
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover {
        margin-left: 0;
        margin-right: 0
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb {
    position: relative
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-next,
.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, .7);
    color: #7f7f7f;
    font-size: 30px;
    z-index: 9;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-next:hover,
.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-prev:hover {
    background-color: rgba(255, 113, 113, .7);
    color: #fff
}

@media only screen and (max-width: 767px) {

    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-next,
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-prev {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 14px
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-prev {
    left: 40px
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-prev {
        left: 10px
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-next {
    right: 40px
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-thumb .owl-nav .owl-next {
        right: 10px
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: calc(100% - 200px);
    height: auto;
    z-index: 2;
    text-align: center
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info {
        width: calc(100% - 95px)
    }
}

@media only screen and (max-width: 479px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        text-align: left
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .cats a {
    color: #c45434
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .cats a:after {
    color: #fff
}

@media only screen and (max-width: 479px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .cats a:after {
        color: #7f7f7f
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .title {
    max-width: 600px;
    margin: 0 auto 10px auto
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .title h1 {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .title h1 {
        font-size: 21px
    }
}

@media only screen and (max-width: 479px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .title h1 {
        color: #232323
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 479px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta .meta-author img {
        height: 20px;
        width: 20px
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li {
        margin-right: 20px;
        font-size: 12px
    }
}

@media only screen and (max-width: 479px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li {
        color: #7f7f7f
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li:after {
    background-color: #fff
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li:after {
        margin-left: 9px
    }
}

.post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li a {
    color: #fff
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li a {
        font-size: 12px
    }
}

@media only screen and (max-width: 479px) {
    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li a {
        color: #7f7f7f
    }

    .post-details-cover.post-has-slide-thumb .post-thumb-cover .post-meta-info .meta li a:hover {
        color: #232323
    }
}

.post-details-cover.post-has-audio-thumb .post-thumb-cover .post-thumb {
    margin-left: -95px;
    margin-right: -95px
}

@media only screen and (max-width: 767px) {
    .post-details-cover.post-has-audio-thumb .post-thumb-cover .post-thumb {
        margin-left: 0;
        margin-right: 0
    }
}

.post-comment-form-cover {
    padding: 30px 0 0 0
}

.post-comment-form-cover h3 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize
}

.post-comment-form-cover form .btn-primary {
    font-size: 22px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: -8px
}

.post-comment-form-cover form .btn-primary:before {
    bottom: 8px
}

@media only screen and (max-width: 575px) {
    .post-comment-form-cover form .form-control {
        margin-bottom: 20px
    }
}

.my-post-category {
    margin-bottom: 30px
}

.my-post-category a {
    min-height: 400px;
    background-color: #f1f1f1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 36px;
    font-family: Spectral, serif;
    font-weight: 700
}

@media only screen and (max-width: 767px) {
    .my-post-category a {
        min-height: 300px
    }
}

.my-post-category a:hover {
    color: #c45434
}

.my-post-category a:hover:after {
    background-color: rgba(0, 0, 0, .7)
}

.my-post-category a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
    -webkit-transition: .4s;
    transition: .4s
}

blockquote {
    padding: 20px;
    background-color: #f4f4f4;
    border-left: 2px solid #c45434;
    position: relative;
    z-index: 9
}

blockquote p {
    line-height: 1.3;
    font-family: Spectral, serif;
    font-style: italic;
    color: #232323;
    font-size: 26px;
    margin-bottom: 10px;
    z-index: 9
}

blockquote cite {
    font-family: Quicksand, sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #7f7f7f
}

.widget {
    margin-bottom: 30px;
    padding: 20px 20px;
    background-color: #fff
}

.widget .widget-title {
    margin-bottom: 30px;
    font-family: Spectral, serif;
    font-weight: 600
}

.widget.widget-about .widget-content .author-image {
    max-width: 224px;
    margin: 0 auto 20px auto
}

.widget.widget-about .widget-content .author-name {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    font-family: Spectral, serif
}

.widget.widget-about .widget-content .author-social {
    margin-bottom: 30px;
    line-height: 0
}

.widget.widget-about .widget-content .author-social a {
    color: #3a3a3a
}

.widget.widget-about .widget-content .author-social a i {
    font-size: 12px;
    margin-right: 8px
}

.widget.widget-about .widget-content .author-social a i:hover {
    color: #c45434
}

.widget.widget-about .widget-content .author-text {
    color: #7f7f7f;
    line-height: 1.6
}

.widget.widget-featured-post .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget.widget-featured-post .widget-content .featured-post {
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, .9);
    display: inline-block;
    width: 100%;
    min-height: 57px;
}

@media only screen and (max-width: 991px) {
    .widget.widget-featured-post .widget-content .featured-post {
        margin-bottom: 20px
    }
}

.widget.widget-featured-post .widget-content .featured-post:last-child {
    margin-bottom: 0
}

.widget.widget-featured-post .widget-content .featured-post .featured-post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 20px
}

.widget.widget-featured-post .widget-content .featured-post .featured-post-title h6 {
    line-height: 1.425;
    font-weight: 600
}

.widget.widget-select-category {
    padding: 0
}

.widget.widget-select-category .widget-content select {
    margin-bottom: 0;
    padding: 0 30px;
    height: 50px;
    border: 0;
    border-radius: 0;
    background-position: top 20px right 30px
}

.widget.widget-select-category .widget-content select:focus {
    box-shadow: none
}

.widget.widget-popular {
    padding: 0;
    text-align: center;
}

.widget.widget-popular .widget-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 20px;
}

.widget.widget-instagram .widget-content .insta-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 10px
}

.widget.widget-instagram .widget-content .insta-gallery li {
    -ms-flex-preferred-size: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
    max-width: 50%;
    margin-left: 10px;
    margin-bottom: 10px
}

.widget.widget-newsletter .widget-content .newsletter {
    padding-left: 0;
    padding-right: 0
}

.widget.widget-newsletter .widget-content p {
    margin-bottom: 20px;
    font-size: 14px
}

.widget.widget-newsletter .widget-content form {
    margin: 0
}

.widget.widget-newsletter .widget-content form .form-control {
    margin-bottom: 15px;
    height: 50px;
    font-size: 14px
}

.widget.widget-newsletter .widget-content form .btn-default {
    min-height: 50px;
    font-size: 16px;
    font-weight: 500
}

.widget.widget-recent-post .widget-content .wrp-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background-color: var(--bg-white);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.widget.widget-recent-post .widget-content .wrp-cover:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.widget.widget-recent-post .widget-content .wrp-cover:last-child {
    margin-bottom: 0
}

.widget.widget-recent-post .widget-content .wrp-cover .post-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 15px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.widget.widget-recent-post .widget-content .wrp-cover .post-thumb img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    transition: var(--transition);
}

.widget.widget-recent-post .widget-content .wrp-cover:hover .post-thumb img {
    transform: scale(1.1);
}

.widget.widget-recent-post .widget-content .wrp-cover .post-title {
    font-family: Spectral, serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-color);
    transition: var(--transition);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.4;
    max-height: 2.8em;
}

.widget.widget-recent-post .widget-content .wrp-cover:hover .post-title {
    color: var(--primary-color);
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .wmc-post {
    position: relative;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, .9);
    display: inline-block
}

@media only screen and (max-width: 991px) {
    .widget.widget-most-commented-post .widget-content .wmcp-cover .wmc-post {
        margin-bottom: 20px
    }
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .wmc-post:last-child {
    margin-bottom: 0
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .wmc-post .wmc-post-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    text-align: center;
    padding: 20px
}

.sticky-top-popular {
    top: 80px;
}

@media only screen and (max-width: 320px) {
    .widget.widget-most-commented-post .widget-content .wmcp-cover .wmc-post .wmc-post-title {
        bottom: -1px
    }
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .wmc-post .wmc-post-title h6 {
    line-height: 1.425;
    font-weight: 600
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .wmcp-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .wmcp-item .wmcp-item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .owl-dots .owl-dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: var(--bg-light);
    margin-right: 8px;
    border-radius: 50%;
    transition: var(--transition);
    cursor: pointer;
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .owl-dots .owl-dot:hover {
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.widget.widget-most-commented-post .widget-content .wmcp-cover .owl-dots .owl-dot.active {
    height: 12px;
    width: 12px;
    background-color: var(--primary-color);
    transform: scale(1.2);
}

.widget.widget-tag-cloud {
    padding-bottom: 34px
}

.widget.widget-tag-cloud .tagcloud a {
    background-color: var(--bg-light);
    color: var(--text-light);
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 16px;
    margin-right: 8px;
    margin-bottom: 12px;
    border-radius: 20px;
    transition: var(--transition);
    text-transform: lowercase;
}

.widget.widget-tag-cloud .tagcloud a:hover {
    background-color: var(--primary-color);
    color: var(--bg-white);
    transform: translateY(-2px);
}

.footer-container {
    background-color: var(--bg-white);
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 991px) {
    .footer-container {
        padding: 25px 0
    }
}

.footer > div {
    padding: 15px 0
}

.footer a {
    color: var(--text-light);
    transition: var(--transition);
    font-size: 14px;
}

.footer a:hover {
    color: var(--primary-color);
}

.footer-social a i {
    margin: 0 7.5px;
    font-size: 16px;
    color: var(--text-light);
    transition: var(--transition);
}

.footer-social a i:hover {
    color: var(--primary-color);
    transform: translateY(-2px);
}

.back-to-top {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    right: 40px;
    background-color: var(--primary-color);
    color: var(--bg-white);
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    z-index: -99;
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.3);
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top.show {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    bottom: 40px;
    transform: translateY(0);
}

.back-to-top:hover {
    background-color: var(--secondary-color);
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(44, 62, 80, 0.4);
}

.back-to-top i {
    font-size: 20px;
    transition: var(--transition);
}

.back-to-top:hover i {
    transform: translateY(-2px);
}

.preloader {
    z-index: 200099;
    top: 0;
    left: 0;
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%
}

.preloader .preload-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.preloader .spinner {
    width: 40px;
    height: 40px;
    background-color: #333;
    margin: 0 auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out
}

.preloader .spinnerBounce {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0 auto
}

.preloader .spinnerBounce .double-bounce1,
.preloader .spinnerBounce .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #c45434;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.preloader .spinnerBounce .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .spinnerWave {
    margin: 0 auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.preloader .spinnerWave > div {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.preloader .spinnerWave .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader .spinnerWave .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .spinnerWave .rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .spinnerWave .rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader .spinnerCube {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative
}

.preloader .spinnerCube .cube1,
.preloader .spinnerCube .cube2 {
    background-color: #333;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out
}

.preloader .spinnerCube .cube2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .spinnerScaleout {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-scaleout 1s infinite ease-in-out;
    animation: sk-scaleout 1s infinite ease-in-out
}

.preloader .spinnerRotate {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2s infinite linear;
    animation: sk-rotate 2s infinite linear
}

.preloader .spinnerRotate .dot1,
.preloader .spinnerRotate .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.preloader .spinnerRotate .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .spinnerBouncedelay {
    margin: 0 auto;
    width: 70px;
    text-align: center
}

.preloader .spinnerBouncedelay > div {
    width: 18px;
    height: 18px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.preloader .spinnerBouncedelay .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.preloader .spinnerBouncedelay .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.preloader .sk-circle {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative
}

.preloader .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.preloader .sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.preloader .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.preloader .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.preloader .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg)
}

.preloader .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.preloader .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.preloader .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.preloader .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

.preloader .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.preloader .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg)
}

.preloader .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.preloader .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.preloader .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.preloader .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg)
}

.preloader .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.preloader .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg)
}

.preloader .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.preloader .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.preloader .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.preloader .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg)
}

.preloader .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.preloader .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg)
}

.preloader .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

.preloader .sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto
}

.preloader .sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.preloader .sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader .sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.preloader .sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.preloader .sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloader .sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader .sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.preloader .sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.preloader .sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.preloader .sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader .preloader-dotline .dot {
    display: inline-block;
    margin-right: 1px;
    height: 7px;
    width: 7px;
    opacity: 0;
    border-radius: 50%;
    -webkit-animation: dotline-move 4s infinite;
    animation: dotline-move 4s infinite;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px)
}

.preloader .preloader-dotline .dot:nth-child(1) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.preloader .preloader-dotline .dot:nth-child(2) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.preloader .preloader-dotline .dot:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.preloader .preloader-dotline .dot:nth-child(4) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.preloader .preloader-dotline .dot:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.preloader .preloader-dotline .dot:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.preloader .preloader-dotline .dot:nth-child(7) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader .preloader-dotline .dot:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}