body {
    font-family: 'Playfair Display', 'Trebuchet MS', 'Arial', 'Open Sans', 'Nunito Sans', sans-serif;
    font-size: 14px;
    overflow-x: hidden !important;
    color: #313131;
    line-height: 1.42857143;
}


h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

img {
    width: 100%;
}

.fix {
    zoom: 1;
    clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    outline: 0;
    color: #111111
}

a:hover {
    color: #3498db;
}
:root {
    --primary--color: #3498db;
    --title: #363636;
    --text: #4c4c4d;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #363636;
    --theme-color2: #363636;
    --secondary--color: #fff;
    --navy-color: #363636;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}
.wrap {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-top {
    padding: 20px 0;
}

.header-top-tools {
    float: right;
    position: relative;
}

.header-top-tools a {
    margin-right: 7px;
    display: inline-block;
    color: #aeaeae;
}

.header-top-tools i {
    font-size: 18px;
    line-height: 35px;
}


.header-top-email form {
    position: absolute;
    display: inline-block;
    width: 0;
    height: 50px;
    overflow: hidden;
    top: -7px;
    right: -15px;
    -webkit-transition: width .3s ease-out;
    -o-transition: width .3s ease-out;
    transition: width .3s ease-out;
}

.header-top-email.open form {
    width: 360px
}

.header-top-email form input {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    width: 100%;
    height: 50px;
    background-color: #ececec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 6px 12px;
    box-sizing: border-box;
}

.header-top-email i {
    position: absolute;
    right: 10px;
    top: 8px;

}

.header-top-social {
    float: left;
}

.header-top-social a {
    margin-right: 10px;
    display: inline-block;
    color: #aeaeae;
}

.header-top-social i {
    font-size: 20px;
    line-height: 35px;
}

.header-top-logo {
    text-align: center;

}

.header-top-logo a {
    font-size: 30px;
    display: block;
    line-height: 35px;
}

.logo {
    display: none;
    margin-right: 60px;
    float: left;
    font-size: 30px;
    padding: 11px 0;
}

.logo a {
    color: #000;
    display: inline-block;

}

.logo a:hover {
    color: #3498db
}

#navBar {
    margin: 20px 0;
    text-align: center;
}

#navBar ul li {
    display: inline-block;
}

#navBar ul li>a {
    font-size: 15px;
    color: #000;
    display: inline-block;
    padding: 0 30px;
    text-transform: capitalize;
}

#navBar ul li:first-child>a {
    padding-left: 0;
}


#navBar ul li>a:hover {
    color: #3498db;
}

#navBar ul li>a:hover::before {
    width: 100%;
}

#header .header-bottom {
    position: absolute;
    width: 100%;
    left: 0;
    top: 75px;
    z-index: 10;

}

.header-bottom .header-top-tools {
    margin-top: 15px;
    display: none;
}

#header .header-bottom .wrap {
    border-top: 1px solid #ececec;
}

#header.fixed .header-bottom .header-top-tools {
    display: block;
}

#header.fixed .logo {
    display: block;
}

#header.fixed .header-bottom {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0 15px 50px 0 rgba(11, 11, 11, 0.08);

    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}

#header.fixed .header-bottom .wrap {
    border-color: transparent;
}

#header.fixed #navBar {
    float: right;
    text-align: right;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.sidebar-navigation {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10001;
    width: 360px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    transform: translate(100%, 0px);
    -webkit-transform: translate(100%, 0px);
    -o-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
}

.sidebar-navigation.open {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
}

.sidebar-nav-scroll {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    margin-right: -17px;
    padding-right: 17px;
}

.sidebar-nav-header {
    margin-bottom: 30px;
}

.sidebar-nav-content {
    position: relative;
    min-height: 100%;
    padding: 25px;
    text-align: center;
}

.sidebar-close-btn {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ccc;
    transition: .5s ease;
    margin-bottom: 30px;
}

.sidebar-close-btn:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

.sidebar-logo {
    font-size: 50px;
}

.sidebar-logo-text {
    display: inline-block;
    font-size: 13px;
    color: #aeaeae;
    margin: 5px 20px 0;
}

.sidebar-nav-main ul {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sidebar-nav-main ul li {
    position: relative;
    display: inline-block;
    width: 100%;
}

.sidebar-nav-main ul li~li {
    border-top: 1px solid #ececec;
}

.sidebar-nav-main ul li a {
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 16px 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sidebar-nav-main ul li a:hover {
    background-color: #3498db;
    color: #fff;
}

.sidebar-nav-social-media {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
}

.sidebar-nav-social-media a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #aeaeae;
    text-align: center;
    line-height: 40px;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.sidebar-nav-social-media a:nth-child(1):hover {
    background-color: #45619d;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-nav-social-media a:nth-child(2):hover {
    background-color: #55acee;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-nav-social-media a:nth-child(3):hover {
    background-color: #4f7da2;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-nav-social-media a:nth-child(4):hover {
    background-color: #d11e16;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-nav-social-media a:nth-child(5):hover {
    background-color: #ff0084;
    color: #fff;
    border: 1px solid #fff;
}

.sidebar-navigation-menu-open .sidebar-nav-mask {
    visibility: visible;
    opacity: 0.3;
    pointer-events: initial;
}

.sidebar-nav-mask {
    position: fixed;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background-color: #000;
    z-index: 100;
    -moz-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    -o-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
    transition: all 0.3s cubic-bezier(0.5, 0.2, 0.5, 1);
}

.sidebar-navigation-menu-open .wrapper {
    transform: translate(-150px, 0px) !important;
    -webkit-transform: translate(-150px, 0px) !important;
    -o-transform: translate(-150px, 0px) !important;
    -ms-transform: translate(-150px, 0px) !important;
}

.wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}



#footer {
    padding: 25px 0;
    background-color: #202020;
}

.footer-bottom {
    color: #606060;
    text-align: center;
}

.content-left {
    float: left;
    width: 66%;
    box-sizing: border-box;
}

.content-right {
    float: right;
    width: 31%;
    box-sizing: border-box;
}

.blog-news-single {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.blog-news-single .blog-news-img {
    width: 100%;
    position: relative;
}

.blog-news-single .blog-news-img a {
    display: block;
    overflow: hidden;
}

.blog-news-single .blog-news-img img {
    transition: .5s ease;
}

.blog-news-single .blog-news-img:hover img {
    transform: scale(1.1);
}

.blog-news-single .blog-news-img a {
    display: block;
    font-size: 0;
}

.blog-news-single .blog-news-title h2 {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.blog-news-single .blog-news-title h2 a {
    color: #000;
}

.blog-news-single .blog-news-title h2 a:hover {
    color: #3498db;
}

.blog-news-single .blog-news-title .con {
    margin-bottom: 15px;
    font-size: 16px;
    color: #5e5e5e;
}

.read-more {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #3498db;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    margin-bottom: 30px;
}

.read-more:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3498db;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.read-more:hover:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.read-more:hover .more-btn {
    color: #fff;
}

.more-btn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    padding: 15px 30px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    color: #3498db;
}

.more-btn:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

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

.blog-top .blog-news-title {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 30px;
}

.blog-top .blog-news-single .blog-news-title h2 {
    position: relative;
    padding: 0 100px;
    font-weight: 700;
    margin: 10px 0;
    line-height: 46px;
    font-size: 30px;
}

.blog-news-single .blog-date {
    color: #aeaeae;
    font-size: 13px;
}

.blog-cat {
    position: relative;
}

.blog-cat ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.blog-cat ul li {
    position: relative;
    display: inline-block;
    padding: 0 0 0 4px;
    color:#3498db;
}

.blog-cat ul li a,
.blog-cat ul li~li:before {
    color: #3498db;
}

.blog-cat ul li a {
    display: inline-block;
    font-size: 13px;
}

.blog-cat ul:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    left: -45px;
    top: 50%;
    background-color: #3498db;
}

.blog-cat ul:after {
    position: absolute;
    content: '';
    width: 32px;
    height: 1px;
    right: -50px;
    top: 50%;
    background-color: #3498db;
}

.blog-news-con {
    margin: 30px 0;
    font-size: 13px;
    text-align: justify;
    line-height: 24px;
    color: #606060;
}

.post-bottom {
    position: relative;
    border-bottom: 1px solid #ececec;
}

.post-comments,
.post-comments a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    color: #aeaeae;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.post-bottom .post-comments a:hover,
.post-bottom .post-author a:hover {
    color: #000;
}

.post-bottom .post-share {
    position: relative;
    display: inline-block;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 0px 15px 10px;
    margin: 0 10px;
}

.post-bottom .post-share ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.post-bottom .post-share ul li {
    display: inline-block;
}

.post-bottom .post-share ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #aeaeae;
    border: 1px solid #ececec;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.post-bottom .post-share ul li a.facebook:hover {
    background-color: #45619d;
    border-color: #45619d;
    color: #fff;
}

.post-bottom .post-share ul li a.twitter:hover {
    background-color: #55acee;
    border-color: #55acee;
    color: #fff;
}

.post-bottom .post-share ul li a.pinterest:hover {
    background-color: #d11e16;
    border-color: #d11e16;
    color: #fff;
}

.post-bottom .post-share ul li a.google:hover {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #fff;
}

.post-bottom .post-share ul li a.mail:hover {
    background-color: #3498db;
    border-color: #3498db;
    color: #fff;
}

.post-bottom .post-author {
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    display: inline-block;
    font-size: 13px;
}

.post-bottom .post-author a {
    display: inline-block;
    margin: 0 0 0 3px;
    color: #aeaeae;
    text-decoration: none;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}


.blog-list .blog-news-img {
    float: left;
    width: 35%;
}

.blog-list .blog-news-title {
    float: right;
    width: 63%;
}

.blog-list .blog-news-title .cate a {
    background-color: #3498db;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 6px;
    font-size: 10px;
    display: inline-block;
}

.blog-list .blog-news-single .blog-news-title h2 {
    margin: 15px 0;
}

.sidebar-widget .widget-information li {
    transition: all 0.3s ease 0s;
    padding-bottom: 10px;
}
.sidebar-widget .widget-information li~li {
    border-top: 1px solid #ececec;
}
.sidebar-widget .widget-information li a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 15px 30px 15px 40px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.sidebar-widget .widget-information li a:hover {
    padding: 15px 30px 15px 45px;
}
.sidebar-widget .widget-information li i{
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
}

.widget-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: -1px 0 30px;
}

.widget-title h4 {
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    padding: 15px 40px;
    background-color: #3498db;
    color: #fff;
}

.widget-catg li i {
    color: #3498db
}



.blog-archive-area {
    padding: 50px 0;
}

.single-blog-post-details {
    margin-bottom: 50px;
}

.single-blog-post-details .dsc {
    margin-bottom: 5px;
}

.single-blog-post-content .img {
    margin-bottom: 20px;
}

.single-blog-post-content .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}

.add-post-btn {
    width:100%;
    height: 40px;
    color: #fff;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #3498db;
    transition: .5s ease;
    cursor: pointer;
}

.add-post-btn:hover {
    color: #fff;
    background: #313131;
}

.comments-box-area {
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #ececec;
}

.comments-box-area h2 {
    color: #111;
    font-size: 35px;
    margin-bottom: 20px;
    position: relative;
}

.form-control {
    color: #777;
    background-color: transparent;
    background-image: none;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
    line-height: 48px;
    height: 48px;
    border: 1px solid #dee2e6;
}

.form-group1 .form-control {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 3%;
}

.form-group1 .form-control[name="email"] {
    margin-right: 0;
}

.comments-form {
    margin-top: 10px;
}

.comments-form input {
    display: block;
    width: 100%;
    padding: 6px 15px;
    line-height: 1.42857143;
    font-family: inherit;
}

.comments-form textarea {
    height: 140px;
    padding: 10px;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.comments-form .form-control:focus {
    box-shadow: none;
    border-color: #3498db !important;
    outline: 0;
}

.comments-form .form-group {
    margin-bottom: 15px;
}

.blog-pagination {
    padding: 0 0 15px;
    text-align: center;
}

.pagination-nav li {
    display: inline-block;
}

.pagination-nav li a {
    color: #999;
    border: 1px solid #CACACA;
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
    padding: 8px 13px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pagination-nav li a:hover,
.pagination-nav li a:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
    background-color: #000;
    background-color: #3498db;
    border-color: #3498db;
}

.widget-news li {
    transition: .5s ease;
    padding: 20px 30px 15px;
    border-top: 1px solid #ececec;
}

.widget-news li:first-child {
    padding-top: 0;
    border: none;
}

.widget-news li h4 {
    font-weight: bold;
    font-size: 14px;
    margin: 10px 0;
    line-height: 1.2;
    color: #606060;
}


.widget-news li h4 a {
    color: #606060;
}

.widget-news li .time {
    color: #aeaeae;
    font-size: 12px;
    font-style: italic;
}

.widget-news li .con {
    color: #909090;
    font-size: 12px;
}

.sidebar-widget {
    position: relative;
    display: block;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 30px;
}

.search-group {
    position: relative;
}

.search-group .blog-search-btn {
    border: medium none;
    color: #fff;
    font-size: 14px;
    height: 50px;
    right: 0;
    position: absolute;
    top: 0;
    width: 50px;
    background-color: #3498db;
    border-radius: 50%;
    transition: .5s ease;
}

.search-group .blog-search-btn:hover {
    background: #313131;
    color: #fff;
}

.search-group input[type="search"] {
    outline: medium none;
    font-size: 14px;
    line-height: 45px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    z-index: 0;
    background: transparent;
    padding: 0 50px 0 20px;
}

.search-group input[type="search"]:focus {
    outline: none;
}
.blog-title{
    text-align: center;
    margin-bottom: 30px;
}
.blog-title h2 {
    font-size: 24px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.detail-tool {
    margin-bottom: 20px;
}

.detail-tool a {
    margin-right: 20px;
    color: #575b5e;
}

.detail-tool i {
    margin-right: 5px;
}

.detail-tool a:hover {
    color: #3498db;
}

.single-blog-post-details h2 {
    font-size: 35px;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
}

.single-blog-post-details .info {
    margin: 20px 0;
}

.single-blog-post-details .info .tit {
    font-size: 20px;
    color: #152535;
    margin-bottom: 10px;
}



.widget-share{
    position: relative;
    padding: 0 30px 30px;
}
.widget-share ul{
    background-color: #ececec;
    text-align: center;
}
.widget-share ul li {
    display: inline-block;
    width: 96px; 
}
.widget-share ul li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #aeaeae;
    padding: 30px 0 15px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.widget-share ul li:nth-child(1) a:hover {
    background-color: #45619d;
    color: #fff;
}

.widget-share ul li:nth-child(2) a:hover {
    background-color: #55acee;
    color: #fff;
}

.widget-share ul li:nth-child(3) a:hover {
    background-color: #4f7da2;
    color: #fff;
}
.widget-share ul li a i {
    display: block;
    height: 25px;
    font-size: 24px;
}
.widget-share ul li a span {
    display: inline-block;
    font-weight: 600;
    padding: 10px 0 0;
}
.favorite-posts ul li{
    position: relative;
    min-height: 100px;
}
.favorite-posts ul li~li {
    border-top: 1px solid #ececec;
}
.favorite-posts .post-meta {
    height:100px;
    display:block;
    padding: 0 30px;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.post-meta span {
    position: absolute;
    font-size: 60px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.1);
    top: 6px;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.post-meta .post-title {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}
.post-meta .post-title h2 {
    display: table-cell;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    vertical-align: middle;
    padding: 0 0 0 55px;
    color: #606060;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.sidebar-widget.newsletter-widget {
    position: relative;
    padding: 0 30px 30px;
    text-align: center;
}
.widget-description {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #909090;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
#newsletterForm input {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #ececec;
    text-align: center;
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #aeaeae;
    width:100%;
}
#newsletterForm .btn{
    width: 100%;
    height: 40px;
    margin: 10px 0 0;
    border-radius: 0px;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #3498db;
    border: 2px solid #3498db;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#newsletterForm button:hover {
    color: #3498db;
    background-color: transparent;
    border: 2px solid #3498db;
}

.detail-bottom {
    margin-top: 30px;
}

.detail-bottom span {
    font-size: 22px;
    margin-right: 5px;
}

.detail-bottom .tags {
    float: left;
}

.detail-bottom .tags a {
    display: inline-block;
    padding: 8px 10px;
    background: #f9f9f9;
    transition: all .3s;
    margin: 0 5px;
}

.detail-bottom .share {
    float: right;
}

.detail-bottom .share a {
    margin: 0 5px;
}





@media only screen and (max-width:1240px) {

    .wrap {
        width: auto;
    }

}



@media(min-width: 960px){
.inner-box{
                max-width: 64.5%;
         margin: 30px auto 60px;
        padding: 0 15px;
    }
    .single .nv-meta-list {
        --avatarsize: 20px;
    }
    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
        .single:not(.single-product), .page {
        --c-vspace: 0 0 0 0;
    }
        .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}






@media only screen and (max-width:992px) {

    .wrap {
        width: 750px;
    }
    #navBar{display:none;}
    .sidebar-navigation{width:100%;}

    #header.fixed .header-bottom {
        background-color: #fff;
    }


    .content-left {
        width: 100%;
    }

    .content-right {
        width: 100%;
    }



    .logo {
        display: block;
        width: auto;
    }


}

















@media only screen and (max-width:760px) {

    .wrap {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    h2 {
        font-size: 18px;
        line-height: 1.2;
    }

    .header-top {
        display:none;
    }
    .sidebar-logo{
        font-size: 30px;
    }
    .header-bottom .header-top-tools{
        display: block;
    }
    #header .header-bottom .wrap {
        border-bottom: 1px solid #ececec;
    }

    #header .header-bottom {
        top: 0;
    }

    .logo {
        font-size: 20px;
        padding: 15px 0;
    }

    #footer {
        padding: 20px 0;
    }
    .footer-bottom .copyright {
        font-size: 12px;
    }

    #header.fixed #navBar ul li {
        padding: 0;
    }

    .content-left {
        padding: 0 0 10px;
    }

    .content-right {
        padding: 0;
    }

    .blog-archive-left .blog-news-single {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .blog-archive-left .blog-news-single h2 {
        font-size: 18px;
        
    }

    .widget-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .widget-share ul li a{padding:15px 0;}

    .sidebar-widget ul>li>a {
        font-size: 14px;
    }



    .sidebar-widget {
        margin-bottom: 20px;
    }

    .sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .blog-title h2 {
        font-size: 17px;
        padding-bottom: 0;
    }

    .single-blog-post-details h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }


    .single-blog-post-content .img {
        margin-bottom: 10px;
    }

    .single-blog-post-content .tit {
        font-size: 16px;
    }

    .single-blog-post-content .dsc {
        font-size: 13px;
    }

    .single-blog-post-details {
        margin-bottom: 25px;
    }

    .add-post-btn {
        min-width: 90px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .blog-archive-area {
        padding: 20px 0 0;
    }

    .comments-box-area h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .form-group1 .form-control {
        width: 100%;
        margin-right: 0;
    }

    .form-group1 .form-control:first-child {
        margin-bottom: 10px;
    }

    .comments-form .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }

    .comments-form textarea {
        height: 100px;
    }

    .pagination-nav li a {
        padding: 3px 10px;
        font-size: 14px;
    }

    .blog-news-single .blog-news-title .con {
        font-size: 13px;
    }

    .blog-side-bar {
        margin-bottom: 20px;
    }

    .blog-side-bar .br {
        margin: 15px 0;
    }

    .sidebar-widget .widget-information li a {
        font-size: 13px;
        padding:10px 30px 10px 40px
    }

    .sidebar-widget .widget-information li {
        padding: 5px 0;
    }

    .comments-box-area {
        margin-bottom: 20px;
        padding: 20px;
    }

    .single-blog-post-details .info .tit {
        font-size: 15px;
    }

    .single-blog-post-details .info .con {
        font-size: 13px;
    }

    .detail-tool {
        margin-bottom: 10px;
    }

    .blog-news-single .blog-news-title .time {
        font-size: 13px;
    }

    .blog-top .blog-news-single .blog-news-title h2{
        padding:0;
        font-size: 18px;
        line-height: 1.2;
    }
    .blog-top .blog-news-title{
        margin-bottom: 20px;
    }
    .blog-news-con{
        margin:20px 0;
    }
    .more-btn {
        line-height: 1.2;
    }

    .widget-news li .time {
        font-size: 13px;
    }
    .post-comments,
    .post-bottom .post-author{
        display:none;
    }
    .post-bottom .post-share{border:none;}
    .blog-list .blog-news-img,
    .blog-list .blog-news-title{
        width:100%;
    }
    .cate{
        margin-top: 15px;
    }

    .blog-title{
        margin-bottom: 20px;
    }
    .blog-cat{padding:0 50px;}
    .detail-bottom{margin-top: 20px;}
    .detail-bottom .tags{float:none;}
    .detail-bottom .share{float:none;}
    .detail-bottom span{font-size: 16px;}
    .post-meta span{font-size: 36px;}
    .favorite-posts ul li{min-height: 65px;}
    .favorite-posts .post-meta{height:65px;}

}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 50px;
    width: 100%
}

.t_de {
    height: 0.2rem;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}

/* tab */
.blog-details__image {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: none;
  transition: none;
}

.blog-details__image img {
  width: 100%;
  height: auto;
  border-radius: 0;
}
.detail-image-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-image-slider .slider-item {
    display: none;
  /* position: absolute;
  left: 0; top: 0; width: 100%; height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center; */
}
.detail-image-slider .slider-item.active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.detail-image-slider img {
  max-width: 100%;
  border-radius: 0px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  max-width: 510px;
}
.blog-details-arrow{
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto;
}
.slider-arrow {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50%;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.arrowBtn{
    color: var(--primary--color);
    font-size: 16px;
     font-weight: bold;
         margin: 0 4px;
}
.slider-arrow svg{
      width: 80px;
  height: auto;
    color: var(--primary--color);
    fill: var(--primary--color);
}
.slider-arrow-left { left: 16px; }
.slider-arrow-right { right: 16px; }
.slider-arrow-left-top,.slider-arrow-right-bottom{
    top: 94%;
    
}
.slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20%;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.total{
    line-height: 80px;
}
.total-top{
    top: -2%;
}
.total-top em,.total-bottom em{
    font-style: normal;
}
.total-bottom{
    bottom: -2%;
}

/* tab */
.news-block-thumbnail .blog-details-arrow{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 10;
}
.news-block-thumbnail .slider-arrow {
    display: flex;
    align-items: center;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8)); */
    border: none;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    justify-content: center;
    color: var(--primary--color);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    pointer-events: auto;
    /* box-shadow: 0 8px 25px rgb(0 0 0 / 14%), 0 4px 10px rgb(0 0 0 / 22%); */
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    opacity: 0.3;
}
.news-block-thumbnail .slider-arrow:hover{
    opacity: 1;
}
.news-block-thumbnail .slider-arrow::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--primary--color), #0d7bb8);
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 50%;
}

.news-block-thumbnail .slider-arrow:hover::before {
    opacity: 1;
}

.news-block-thumbnail .slider-arrow:hover svg {
    color: white;
}
.news-block-thumbnail .arrowBtn{
    display: none;
}
.news-block-thumbnail .slider-arrow svg{
    fill: currentColor;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}
.news-block-thumbnail .slider-arrow-left { 
    left: 20px;
    /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(240, 248, 255, 0.8)); */
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-left::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
}

.news-block-thumbnail .slider-arrow-left:hover {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right { 
    right: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(248, 255, 240, 0.8));
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.news-block-thumbnail .slider-arrow-right::before {
    background: linear-gradient(135deg, var(--primary--color), var(--primary--color));
    color: white;
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* background: linear-gradient(135deg, #4ecdc4, #44a08d); */
    color: white;
}
.news-block-thumbnail .slider-arrow-left-top,.news-block-thumbnail .slider-arrow-right-bottom{
    display: none;
}

/* 脉冲动画效果 */
@keyframes pulse-left {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 10px rgba(255, 107, 107, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(255, 107, 107, 0.1),
                    0 0 0 0 rgba(255, 107, 107, 0);
    }
}

@keyframes pulse-right {
    0% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0.7);
    }
    70% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 10px rgba(78, 205, 196, 0);
    }
    100% {
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 
                    0 4px 10px rgba(78, 205, 196, 0.1),
                    0 0 0 0 rgba(78, 205, 196, 0);
    }
}

.news-block-thumbnail .slider-arrow-left:hover {
    /* animation: pulse-left 1.5s infinite; */
}

.news-block-thumbnail .slider-arrow-right:hover {
    /* animation: pulse-right 1.5s infinite; */
}

/* 图标旋转效果 */
.news-block-thumbnail .slider-arrow-left:active svg {
    transform: scale(0.9) rotate(-5deg);
}

.news-block-thumbnail .slider-arrow-right:active svg {
    transform: scale(0.9) rotate(5deg);
}
.news-block-thumbnail .slider-dots {
  position: absolute;
  left: 0; right: 0; bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 20;
}
.news-block-thumbnail .slider-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: #bfc6d1;
  opacity: 0.5;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
}
.news-block-thumbnail .slider-dots span.active {
  background: #163c6b;
  opacity: 1;
}
.news-block-thumbnail .total{
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 5px
}
.news-block-thumbnail .total-bottom{
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    background: transparent;
    color: inherit;
    padding: 0;
    border-radius: 0;
    font-size: inherit;
    line-height: inherit;
}

/* 新的页面计数器样式 */
.news-block-thumbnail .image-counter {
    text-align: center;
    margin: 15px 0;
    padding: 8px 16px;
    background: rgba(25, 149, 210, 0.1);
    border-radius: 20px;
    color: var(--primary--color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 1px solid rgba(25, 149, 210, 0.2);
}

.news-block-thumbnail .image-counter em {
    font-style: normal;
    font-weight: 600;
    color: var(--primary--color);
}

/* 缩略图样式 - 原版样式 */
.news-block-thumbnail .thumbnail-gallery {
    margin-top: 20px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}
.news-block-thumbnail .thumbnail-item {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid transparent;
    background: linear-gradient(white, white) padding-box,
                linear-gradient(135deg, var(--primary--color), #0d7bb8) border-box;
}

.news-block-thumbnail .thumbnail-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.news-block-thumbnail .thumbnail-item:hover {
    transform: translateY(-8px) scale(1.1);
    /* box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2); */
    border-color: var(--primary--color);
}

.news-block-thumbnail .thumbnail-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumbnail-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumbnail-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 */
.news-block-thumbnail .thumbnail-item.active {
    transform: translateY(-5px) scale(1.15);
    box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
    border: 4px solid #e11414;
    background: white;
}

.news-block-thumbnail .thumbnail-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumbnail-item.active img {
    transform: scale(1.1);
}
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .detail-image-slider {
        border-radius: 0
    }
    .news-block-thumbnail .detail-image-slider img{
        max-width: 100%;
    }
    /* .detail-image-slider{
        min-height: 500px;
    } */
    .news-block-thumbnail .total-bottom{
        bottom: 0.3%;
    }
    
    /* 移动端轮播图按钮调整 */
    .news-block-thumbnail .blog-details-arrow {
        padding: 0 10px;
    }
    .news-block-thumbnail .slider-arrow {
        width: 50px;
        height: 50px;
        backdrop-filter: blur(8px);
    }
    .news-block-thumbnail .slider-arrow-left { 
        left: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .news-block-thumbnail .slider-arrow-right { 
        right: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    
    /* 移动端简化动画效果 */
    .news-block-thumbnail .slider-arrow-left:hover,
    .news-block-thumbnail .slider-arrow-right:hover {
        animation: none;
        /* transform: scale(1.05); */
    }
    
    /* 移动端页面计数器适配 */
    .news-block-thumbnail .image-counter {
        margin: 10px 0;
        padding: 6px 12px;
        font-size: 12px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: inline-block;
    }
    
    /* 移动端缩略图适配 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 8px;
    }
    
    .news-block-thumbnail .thumbnail-item:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    
    /* 移动端选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border 2s infinite;
    }
    
    @keyframes pulse-border {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
}

@media(max-width: 576px) { 
    
    /* 超小屏幕页面计数器优化 */
    .news-block-thumbnail .image-counter {
        padding: 5px 10px;
        font-size: 11px;
    }
    
    /* 超小屏幕缩略图优化 */
    .news-block-thumbnail .thumbnail-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumbnail-container {
        gap: 8px;
        /* justify-content: flex-start; */
    }
    
    .news-block-thumbnail .thumbnail-item {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumbnail-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumbnail-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }

}

/* ====================================
   专用于 detail_thumbnail.blade.php 的样式
   ==================================== */

/* 缩略图容器 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-gallery {
    padding: 5px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
}

.news-block-thumbnail .thumb-container {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: auto;
    padding: 20px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(25, 149, 210, 0.3) transparent;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar {
    height: 6px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary--color), #0d7bb8);
    border-radius: 3px;
}

.news-block-thumbnail .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.5;
   transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
  
}

.news-block-thumbnail .thumb-item::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.2), rgba(13, 123, 184, 0.2));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1; */
}
@keyframes jump {
    0% {
        
        transform: translateY(-8px);
    }
    50% {
        
        transform: translateY(-4px);
    }
    100% {
       
        transform: translateY(-8px);
    }
}
.news-block-thumbnail .thumb-item:hover {
    /* transform: translateY(-8px) scale(1.1); */
    border-color: var(--primary--color);
    opacity: 1;
    animation: jump 2s ease-in-out infinite;
}

.news-block-thumbnail .thumb-item:hover::before {
    opacity: 1;
}

.news-block-thumbnail .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.news-block-thumbnail .thumb-item:hover img {
    transform: scale(1.05);
}

.news-block-thumbnail .thumb-item:active {
    transform: translateY(-4px) scale(1.05);
}

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
    opacity: 1;
}

.news-block-thumbnail .thumb-item.active::before {
    opacity: 0.3;
    background: linear-gradient(135deg, rgba(25, 149, 210, 0.4), rgba(13, 123, 184, 0.4));
}

.news-block-thumbnail .thumb-item.active img {
    transform: scale(1.1);
}

/* 移动端适配 - detail_thumbnail专用 */
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 15px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 8px;
    }
    
    /* 移动端选中状态 - 醒目效果 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.2);
        box-shadow: 0 15px 30px rgba(225, 20, 20, 0.4),
                    0 8px 15px rgba(0, 0, 0, 0.3);
        border: 4px solid #e11414;
        position: relative;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        border: 2px solid #e11414;
        border-radius: 12px;
        animation: pulse-border-thumb 2s infinite;
    }
    
    @keyframes pulse-border-thumb {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0.7;
            transform: scale(1.05);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }

    .news-block-thumbnail .detail-image-slider .slider-item.active{
        width: 100%
    }
}

/* 超小屏幕适配 - detail_thumbnail专用 */
@media(max-width: 576px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 10px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 8px;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 6px;
        flex-shrink: 0;
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumb-item.active {
        transform: scale(1.15);
        box-shadow: 0 12px 25px rgba(225, 20, 20, 0.4),
                    0 6px 12px rgba(0, 0, 0, 0.3);
        border: 3px solid #e11414;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border-width: 1.5px;
        border-radius: 8px;
    }
}


@media (max-width: 375px) {
    .news-block-thumbnail .thumb-item {
        width: 45px;
        height: 60px;
    }
}

.detail-title{
        font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}
/* pagenation */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
        position: relative;
    display: inline-block;
    margin: 0 9px;
    padding: 4px 14px;
    border: 1px solid rgb(202, 202, 202);
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a {
    position: relative;
    display: inline-block;
    /* font-size: 16px; */
    font-family: var(--text-font);
    color: var(--title);
    padding: 0;
	border: none;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.pagination li.active{
  border: 1px solid #E5E5E5;
    background: var(--primary--color);
}
.pagination li.active a,.pagination li.active span{
    color: #fff;
}
/* pagenation */
.post-pagination {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
  padding: 10px 20px !important;
}

.post-pagination li {
  position: relative;
  display: inline-block;
}

.post-pagination li a,
.post-pagination li span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  z-index: 1;
  transition: all 500ms ease;
}

.post-pagination li a.current {
  background: var(--primary--color);
  color: #fff;
}

.post-pagination li:hover a {
  background: var(--primary--color);
  color: #fff;
}