@charset "UTF-8";

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

body {
    margin: 0;
    font-family: "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    text-align: left;
    overflow-x: hidden;
    padding-top: 98px;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-all;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    word-break: break-all;
}

a:hover {
    color: rgb(255, 136, 136);
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    width: 100%;
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
optgroup {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

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

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

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --blue: #7832e2;
    --indigo: #502c6c;
    --purple: #ad6edd;
    --pink: #ff0266;
    --red: #ea2f65;
    --orange: #fbb500;
    --yellow: #ffde03;
    --green: #03a87c;
    --teal: #09ebaf;
    --cyan: #35bdff;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --light-blue: #e8f3ec;
    --primary: #03a87c;
    --secondary: #7832e2;
    --success: #03a87c;
    --info: #09ebaf;
    --warning: #ffde03;
    --danger: #ea2f65;
    --light: #f8f9fa;
    --dark: #212529;
    --white: #fff;
    --purple: #ad6edd;
    --salmon: #ff977a;
    --cyan: #35bdff;
    --gray: #ced4da;
    --indigo: #502c6c;
    --orange: #fbb500;
    --lightblue: #e8f3ec;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Source Sans Pro", "Segoe UI", "Helvetica Neue", "Arial";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@-ms-viewport {
    width: device-width;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
    word-break: break-all;
}

h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.75rem;
}

h4,
.h4 {
    font-size: 1.5rem;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 85%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

code {
    font-size: 87.5%;
    color: #ff0266;
    word-break: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

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

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

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

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

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

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

@media (min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

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

@media (min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.collapse:not(.show) {
    display: none;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.8rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #6c757d;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

.navbar>.container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    font-size: 20px !important;
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.15rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.navDivw {
    width: auto;
}

@media (max-width:991.98px) {
    .navbar-expand-lg>.container {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:700px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.9rem;
        padding-left: 0.9rem;
    }

    .navbar-expand-lg>.container {
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.navbar-expand>.container {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.navbar-expand>.container {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.indexTop {
    width: 100%;
    position: relative;
    padding: 5px;
    margin-bottom: 20px;
}

.indexTop img {
    width: 100%;
    height: auto;
}

.indexTop .indexTop-text {
    max-width: calc(100% - 40px);
    padding: 20px;
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    color: #FFFFFF;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
}

.textAbout h1 {
    text-align: center;
}

.textAbout ul {
    padding-left: 26px
}

.textAbout ul li {
    color: rgb(255, 136, 136);
    font-size: 30px;
}

.textAbout ul li h3 {
    color: #000000;
}

.textAbout ul li p {
    color: #000000;
    font-size: 15px;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.bg-white {
    margin-bottom: 2em;
    background: #fff;
    padding: 1em 2em;
}

@media (max-width:500px) {
    .bg-white {
        padding: 1em 1em;
    }
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important;
}

.border {
    border: 1px solid #e8f3ec !important;
}

.d-flex {
    display: flex !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

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

img {
    max-width: 100%;
}

a,
a:hover {
    transition: all .2s;
}

.navbar {
    transition: all .08s;
    font-weight: 400;
    padding: 5px 20px;
    background: #FFFFFF;
    border-bottom: 2px solid #E5E5E5;
}

.navbar-light .navbar-brand {
    display: inline-block;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.8rem;
    line-height: inherit;
    white-space: nowrap;
    font-weight: 600;
    color: #000000;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(255, 136, 136, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 136, 136) !important;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(255, 136, 136, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.justify-content-end {
    justify-content: flex-end !important;
}

code {
    font-size: 14px;
    display: inline-block;
    line-height: 1.5;
}

h2 {
    line-height: 1.5;
}

@media (min-width:640px) {

    .navigation,
    .pagination {
        text-align: left;
    }
}

.navigation,
.pagination {
    text-align: center;
}

.navigation {
    position: relative;
    vertical-align: middle;
    margin-bottom: 1.2em;
    display: flex;
    justify-content: center;
}

@media (max-width:767px) {
    .navigation .page-numbers {
        padding: 0;
        line-height: 33px;
    }
}

.topHhHH {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 40px;
}

.topHhHH span {
    font-size: 2em;
    display: inline-block;
    border-bottom: 4px solid rgb(255, 136, 136);
    font-weight: 600;
}

.navigation .page-numbers,
.pagination .page-numbers {
    font: 600 16px / 23px "biko", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 14px;
    background: #fff;
    margin: 0 3px 10px 0;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #777777;
    text-transform: uppercase;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
}

.fontSize-1-5em {
    font-size: 1.5em;
    font-weight: 700;
}

.fontWeight-700 {
    font-weight: 700;
}

.navigation .page-numbers {
    display: inline-block;
    vertical-align: middle;
}

.nav-links .iconActive {
    color: #ffffff;
    background-color: rgb(255, 136, 136);
}

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

.fontColor {
    color: rgb(255, 136, 136) !important;
}

.backgroundColor {
    background-color: rgb(255, 136, 136) !important;
}

.nav-item .nav-link:hover {
    color: rgb(255, 136, 136) !important;
}

.imgDiv {
    position: relative;
    height: auto;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 20px;
    border: 1px solid #EEEEEE;
}

.imgDiv img {
    width: 100%;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.imgDiv .imgDiv-button {
    display: none;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1;
}

.imgDiv .imgDiv-button span {
    padding: 0 12px;
    line-height: 32px;
    background-color: rgb(255, 136, 136);
    border-radius: 15px;
    color: #FFFFFF;
    display: inline-block;
}

.imgDiv .imgDiv-center {
    width: 100%;
    padding: 20px 15px;
}

.imgDiv .imgDiv-center p {
    color: #8F9BAD;
}

.imgDiv .imgDiv-center .imgDiv-center-time {
    display: flex;
    align-items: center;
    color: #9FAABB;
    flex-wrap: wrap;
}

.imgDiv .imgDiv-center .imgDiv-center-time span {
    display: inline-block;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background-color: rgb(255, 136, 136);
    margin: 0 10px;
}

.blotDetails {
    width: 100%;
    padding: 0 20px;
}

.blotDetails .details_title {
    padding: 15px 0;
    font-weight: 600;
}

.blotDetails img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.blotDetails .detail-content {
    padding: 15px 0;
    padding-top: 0;
}

.post-coTitle span {
    font-size: 2em;
    display: inline-block;
    border-bottom: 3px solid rgb(255, 136, 136);
}

.blotDetails .detail-content h3 {
    font-weight: 600;
    padding: 10px 0;
}

.blotDetails .detail-content p {
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-post {
    margin-bottom: 2em;
}

@media (max-width:1024px) {
    .blog-post {
        padding-bottom: 0;
    }
}

@media (max-width:1024px) {
    .viewNone {
        display: none !important;
    }
}

.blog-post .post-thumb {
    position: relative;
    margin-bottom: 20px;
}

.blog-post .post-thumb a img {
    width: 100%;
    height: auto;
}

@media (min-width:320px) and (max-width:480px) {
    .blog-post .post-content {
        padding: 30px 0;
    }
}

.csjosksssTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 30px;
}

.csjosksssTitle span {
    display: inline-block;
    padding: 5px 25px;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 6px;
}

.csjosksssTitle h1 {
    font-weight: 600;
}

.rightDiv {
    padding: 10px;
}

.rightDiv .rightDivSearch {
    background: #FAFAFA;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    padding-left: 10px;
    margin-bottom: 30px;
}

.rightDiv .rightDivSearch input {
    background: #FAFAFA;
    border: none;
    width: calc(100% - 50px);
}

.rightDiv .rightDivSearch input:focus {
    outline: none !important;
}

.rightDiv .rightDivSearch .rightDivSearchBuut {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 136, 136, .6);
}

.rightDiv .rightDivSearch .rightDivSearchBuut img {
    width: 20px;
    height: 20px;
}

.rightDivCard {
    width: 100%;
    padding-bottom: 0;
    border-radius: 10px;
    border: 1px solid #EEEEEE;
    padding: 20px;
    margin-bottom: 20px;
}

.rightDivCard .rightDivCard__title {
    display: flex;
    align-items: center;
    position: relative;
}

.rightDivCard .rightDivCard__title .hhhhhhhhwwww {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1.5px;
    left: 0;
}

.rightDivCard h4 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding-left: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    background: rgba(255, 136, 136, .4);
    font-size: 16px;
}

.rightDivCard .rightDivCard-title {
    padding: 10px 0;
    text-align: center;
}

.rightDivCard .rightDivCard-title span {
    font-size: 2em;
    display: inline-block;
    border-bottom: 3px solid rgb(255, 136, 136);
}

.botDetailDiv {
    display: flex;
    align-items: center;
}

.botDetailDiv a {
    display: inline-block;
    padding: 6px 20px;
    background: #EBEBEB;
    color: #000000;
    margin-right: 6px;
    font-size: 14px;
}

.botDetailDiv a:hover {
    background: rgb(255, 136, 136);
    color: #ffffff !important;
}

.rightDivCard .cardDiv {
    padding: 10px 10px;
    font-size: 16px;
}

.rightDivCard .cardDiv a:hover {
    text-decoration: underline;
}

.rightDivCard .rightDivCard-ul {
    padding-left: 20px;
}

.rightDivCard .rightDivCard-ul li {
    padding: 5px 10px;
    border-bottom: 1.5px solid #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.rightDivCard .rightDivCard-ul li a {
    color: #000000;
}

.rightDivCard .rightDivCard-ul li a:hover {
    color: rgb(255, 136, 136);
}

.rightDivCard .cardImgList {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

.rightDivCard .cardImgList .cardImgItem {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 4px;
}

.rightDivCard .cardImgList img {
    width: 18px;
    height: 18px;
}

.rightDivCard p {
    font-size: 14px;
}

.rightDivCard .listItem {
    padding: 10px 0;
}

.rightDivCard .listItem a {
    font-weight: 600;
    font-size: 18px;
}

.rightDivCard .listItem div {
    color: #B1B1B1;
}

.rightDivCard .listItemBorderNone {
    border: none !important;
}

.post-content p a {
    color: #000000;
}

.post-title a {
    color: #000000;
}

.post-content .readBut a {
    min-width: 100px;
    font-size: 12px;
    padding: 7px 20px;
    display: inline-block;
    background-color: rgb(255, 136, 136);
    color: #ffffff;
    border: 1px solid rgb(255, 136, 136);
    border-radius: 2px;
    margin-top: 10px;
}

.post-content .botDiv {
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.titleDiv {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background: rgb(255, 136, 136);
    font-size: 14px;
    font-weight: 600;
    padding: 4px 15px;
    border: 1.5px solid rgb(255, 136, 136);
    margin-top: 10px;
}

.post-content .botDiv .botDiv__nexxt {
    margin-top: 10px;
    color: #333333;
    background-color: #F3F3F3;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 40px;
    border-radius: 2px;
}

.post-content .botDiv .botDiv__nexxt:hover {
    color: #FFFFFF;
    background-color: rgb(255, 136, 136);
}

.pMatioss p {
    padding: 10px 0;
}

.post-content h3 {
    color: #B0B0B0;
}

.post-content .botDiv .botDiv__text {
    color: #B0B0B0;
}

.post-content .readBut a:hover {
    color: rgb(255, 136, 136);
    background-color: #ffffff;
}

.post-content p a:hover,
.post-title a:hover {
    color: rgb(255, 136, 136);
}

.blog-post .post-content {
    width: 100%;
}

@media (min-width:320px) and (max-width:480px) {
    .post-title {
        font-size: 30px;
    }
}

.post-4title {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
}

.post-title {
    font-size: 2em;
    margin-bottom: 15px;
    font-weight: 600;
}

.post-itemDivClass {
    margin-bottom: 10px;
    color: #777777;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
}

.post-itemDivClass-left {
    display: flex;
    align-items: center;
    font-style: italic;
}

.post-itemDivClass-left a {
    color: #B5AEC4;
}

.post-itemDivClass-left a:hover {
    color: rgb(255, 136, 136);
}

.post-itemDivClass-left .hhhhhh {
    width: 1.5px;
    height: 13px;
    background: #B5AEC4;
    margin: 0 8px;
    transform: rotateZ(8deg);
}

.post-itemDivClass-right {
    display: flex;
    align-items: center;
}

.post-itemDivClass-right a {
    color: #FFFFFF;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.post-itemDivClass-right a img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
}

.blog-post .post-content p {
    margin-bottom: 8px;
    color: #000000;
    font-size: 19px !important;
}

.btn-common {
    width: 200px;
    background-color: rgb(255, 136, 136);
    border: none;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    padding: 12px 30px;
    color: #fff;
    border-radius: 40px;
}

.btn-common:hover {
    background-color: rgba(255, 136, 136, .6) !important;
    color: #ffffff !important;
}

@media (min-width:992px) {
    .col-md-3 {
        width: 25%;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.search {
    width: 100%;
    margin-bottom: 0px !important;
    position: relative;
}

.form-control input {
    border: none;
}

.form-control input:focus {
    outline: none !important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.footmenu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    color: #000000;
}

.footmenu ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style-type: none;
    padding-left: 0;
}

.iyyekkjjdkds {
    display: flex;
    align-items: center;
}

.iyyekkjjdkds img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footmenu a img {
    width: 20px;
    height: 20px;
}

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

.post-content div,
.post-content p {
    max-width: 100%;
}

.post-content h4 {
    line-height: 2.2;
}

.blog-post .post-content .meta .meta-part {
    display: inline-block;
    padding: 3px 5px;
}

.hidden {
    display: none !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.post-card {
    padding: 20px;
    background-color: rgba(255, 136, 136, .1);
    border-radius: 10px;
}

.hb-haslayout {
    width: 100%;
    float: left;
}

.hb-sectionspace {
    padding: 20px 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:992px) {
    .col-md-8 {
        width: 66.66667%;
    }

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

@media (min-width:768px) {
    .col-sm-12 {
        width: 100%;
    }
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:992px) {
    .col-md-4 {
        width: 33.33333%;
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
}

@media (min-width:768px) {
    .col-sm-12 {
        width: 100%;
    }
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
}

.col-xs-12 {
    width: 100%;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.hb-haslayout {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.hb-haslayout .hb-innerbanner-area {
    text-align: center;
    color: #333333;
    background-color: rgba(255, 136, 136, .2);
    padding: 20px 0;
    margin-bottom: 20px;
}

.list-title {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.list-title .hhhhhh {
    width: 1.5px;
    height: 12px;
    margin: 0 15px;
    background-color: #333333;
}

.form-group {
    width: 100%;
    float: left;
    margin: 0 0 20px;
    margin-bottom: 15px;
    position: relative;
}

textarea.form-control {
    width: 100%;
    resize: none;
    height: 200px;
}

.form-control {
    width: 100%;
    color: #666;
    outline: none;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 18px 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #EEEEEE;
    text-transform: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width:768px) {
    .form-control {
        width: 100%;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: rgb(255, 136, 136);
    outline: 0;
}

.hb-btn {
    color: #fff;
    height: 45px;
    padding: 0 40px;
    position: relative;
    text-align: center;
    border-radius: 30px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    background-size: 200% auto;
    font: 500 14px / 45px 'Poppins', Arial, Helvetica, sans-serif;
    border: none;
}

.wordBreakAll {
    word-break: break-all;
}

@media (min-width:1024px) {
    .phoneCont{
      display: none !important;
    }
  }

.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%;
    min-height: 250px;
    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    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;
}

.navtopDiv-search {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 136, 136);
    margin-left: 20px;
}

@media (max-width:990px) {
    .navtopDiv-search {
        display: none;
    }

    .hb-haslayout .hb-innerbanner-area{
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }

    .hb-breadcrumb{
        display: none;
    }

    .hb-bannarheading h1{
        font-size: 25px;
    }

    .navbar {
        padding: 0 20px !important;
    }

    body{
        padding-top: 53px;
    }

    .navbar-light .navbar-brand{
        font-size: 20px;
    }

    .navbar-light .navbar-toggler{
        margin-left: auto;
    }
}

.navtopDiv-search img {
    width: 20px;
    height: 20px;
}

.activeLike {
    background-color: rgb(255, 136, 136);
    text-align: center;
    color: #FFFFFF !important;
    border-radius: 40px;
}

.activeLike:hover {
    background-color: #FFFFFF;
}

.c-card {
    display: flex;
    align-items: center;
    border: 1px solid #EEEEEE;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.c-card-img {
    width: 40px;
    height: 40px;
    background-color: rgb(255, 136, 136);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.c-card-img img {
    width: 20px;
    height: 20px;
}

.c-card-center div {
    font-size: 20px;
    font-weight: 600;
}

:root {
    --primary--color: rgb(255, 136, 136);
    --title: #2d2929;
    --text: #93959e;
    --theme-light-background: #f8f6f1;
    --theme-bg-light: #F6F6F6;
    --black--color: #2d2929;
    --theme-color2: #2d2929;
    --secondary--color: #fff;
    --navy-color: #2d2929;
    --bg: #FCF7F4;
    --border: #f2f2f2;
    --text-font:'Archivo', sans-serif;
    --theme-light-background: #f8f6f1;
}

/* 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: rgb(255, 136, 136, 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 rgb(255, 136, 136, 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, rgb(255, 136, 136, 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, rgb(255, 136, 136, 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: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(240, 248, 255, 0.05)); */
    border-radius: 20px;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1); */
    position: relative;
    overflow: hidden;
}

.news-block-thumbnail .thumb-gallery::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    animation: shimmer 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.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: rgb(255, 136, 136, 0.4) transparent;
    position: relative;
    z-index: 1;
}

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

.news-block-thumbnail .thumb-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    backdrop-filter: blur(5px);
}

.news-block-thumbnail .thumb-container::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, var(--primary--color), #0d7bb8);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-block-thumbnail .thumb-item {
    display: block;
    position: relative;
    width: 60px;
    height: 80px;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.8));
    border: 2px solid transparent;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
}

.news-block-thumbnail .thumb-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(255, 136, 136, 0.1), rgba(13, 123, 184, 0.1));
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    border-radius: 10px;
}

.news-block-thumbnail .thumb-item::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, var(--primary--color), #0d7bb8);
    border-radius: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) scale(1); }
    50% { transform: translateY(-6px) scale(1.02); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 0 0 rgb(255, 136, 136, 0.4); }
    50% { box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 20px 4px rgb(255, 136, 136, 0.6); }
}

.news-block-thumbnail .thumb-item:hover {
    opacity: 1;
    transform: translateY(-3px) scale(1.05);
    border-color: var(--primary--color);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15), 0 0 15px rgb(255, 136, 136, 0.3);
    animation: float 2s ease-in-out infinite;
}

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

.news-block-thumbnail .thumb-item:hover::after {
    opacity: 0.1;
}

.news-block-thumbnail .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    filter: brightness(0.9) contrast(1.1);
}

.news-block-thumbnail .thumb-item:hover img {
    transform: scale(1.08);
    filter: brightness(1.1) contrast(1.2) saturate(1.1);
}

.news-block-thumbnail .thumb-item:active {
    transform: translateY(-1px) scale(1.03);
    transition: all 0.1s ease;
}

/* 缩略图选中状态 - detail_thumbnail专用 */
.news-block-thumbnail .thumb-item.active {
    opacity: 1;
    transform: translateY(-2px) scale(1.08);
    border: 3px solid var(--primary--color);
    box-shadow: 0 10px 30px rgb(255, 136, 136, 0.4), 0 0 20px rgb(255, 136, 136, 0.3);
    animation: glow 2s ease-in-out infinite;
}

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

.news-block-thumbnail .thumb-item.active::after {
    opacity: 0.2;
}

.news-block-thumbnail .thumb-item.active img {
    transform: scale(1.1);
    filter: brightness(1.2) contrast(1.3) saturate(1.2);
}

/* 移动端适配 - detail_thumbnail专用 */
@media only screen and (max-width: 767px) {
    .news-block-thumbnail .thumb-gallery {
        margin-top: 0;
        padding: 15px;
        border-radius: 16px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(240, 248, 255, 0.08));
        backdrop-filter: blur(12px);
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 15px;
        padding: 10px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.3333px;
        border-radius: 10px;
        border-width: 1.5px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    }
    
    .news-block-thumbnail .thumb-item:hover {
        transform: translateY(-2px) scale(1.08);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12), 0 0 12px rgb(255, 136, 136, 0.25);
    }
    
    .news-block-thumbnail .thumb-item img {
        border-radius: 8px;
    }
    
    .news-block-thumbnail .thumb-item:hover img {
        transform: scale(1.06);
    }
    
    /* 移动端选中状态 - 醒目效果 */
    .news-block-thumbnail .thumb-item.active {
        transform: translateY(-1px) scale(1.15);
        border: 2.5px solid var(--primary--color);
        box-shadow: 0 8px 25px rgb(255, 136, 136, 0.35), 0 0 15px rgb(255, 136, 136, 0.25);
        animation: glow 1.5s ease-in-out infinite;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        content: '';
        position: absolute;
        top: -4px;
        left: -4px;
        right: -4px;
        bottom: -4px;
        border: 1.5px solid var(--primary--color);
        border-radius: 12px;
        animation: pulse-border-thumb 1.5s infinite;
        opacity: 0.3;
    }
    
    @keyframes pulse-border-thumb {
        0% {
            opacity: 0.3;
            transform: scale(1);
        }
        50% {
            opacity: 0.6;
            transform: scale(1.02);
        }
        100% {
            opacity: 0.3;
            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;
        border-radius: 14px;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(240, 248, 255, 0.1));
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 8px;
        padding: 8px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 40px;
        height: 53.333px;
        border-radius: 8px;
        flex-shrink: 0;
        border-width: 1px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }
    
    .news-block-thumbnail .thumb-item:hover {
        transform: translateY(-1px) scale(1.06);
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1), 0 0 8px rgb(255, 136, 136, 0.2);
    }
    
    .news-block-thumbnail .thumb-item img {
        border-radius: 6px;
    }
    
    .news-block-thumbnail .thumb-item:hover img {
        transform: scale(1.04);
    }
    
    /* 超小屏幕选中状态 */
    .news-block-thumbnail .thumb-item.active {
        transform: translateY(0px) scale(1.12);
        border: 2px solid var(--primary--color);
        box-shadow: 0 6px 20px rgb(255, 136, 136, 0.3), 0 0 12px rgb(255, 136, 136, 0.2);
        animation: glow 1.2s ease-in-out infinite;
    }
    
    .news-block-thumbnail .thumb-item.active::after {
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        border-width: 1px;
        border-radius: 10px;
        animation: pulse-border-thumb 1.2s infinite;
    }
}


@media (max-width: 375px) {
    .news-block-thumbnail .thumb-gallery {
        padding: 8px;
        border-radius: 12px;
    }
    
    .news-block-thumbnail .thumb-container {
        gap: 6px;
        padding: 6px 0;
    }
    
    .news-block-thumbnail .thumb-item {
        width: 45px;
        height: 60px;
        border-radius: 8px;
        border-width: 1px;
    }
    
    .news-block-thumbnail .thumb-item:hover {
        transform: translateY(-1px) scale(1.05);
    }
    
    .news-block-thumbnail .thumb-item.active {
        transform: translateY(0px) scale(1.1);
        border-width: 2px;
    }
}