@import url(swiper.css);
@import url(animate.min.css);
@import url(bootstrap.min.css);
@import url(bootstrap-icons.css);
@import url(fonts.css);

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body,
html {
    width: 100%;
    height: 100%;
}
html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
button.theme-toggle,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
.wrapper {
    height: 100%;
}
img {
    border: none;
    outline: none;
    max-width: 100%;
    -webkit-user-drag: none;
}
button.theme-toggle {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}
a {
    outline: none;
    text-decoration: none;
    transition: all 0.4s linear;
}
a img {
    border: none;
}
a:active {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
a:hover {
    outline: none;
    text-decoration: none;
    opacity: 1;
}
button {
    outline: medium none;
}
iframe {
    border: none;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eeeeee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}
input {
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
input:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
textarea:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
select:focus {
    outline: none;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
ul {
    list-style-type: none;
}
ul,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}
b {
    font-weight: 900;
}
strong {
    font-weight: 900;
}
.z-index {
    z-index: 999999;
}
body {
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
    overflow-x: hidden;
    background-color: #fff;
    color: #787878;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #484848;
    font-weight: 700;
    line-height: 1.2;
    font-family: var(--font-heading);
    letter-spacing: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 14px;
}
.content p {
    margin: 0;
}
.content img {
    border-radius: 4px;
}
a,
.btn,
button {
    outline: medium none;
    text-decoration: none;
}
p {
    line-height: 26px;
    color: #5d5f62;
    font-weight: 400;
    font-family: "Microsoft YaHei", sans-serif;
    transition: 0.5s;
}
img {
    max-width: 100%;
}
.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: initial;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: initial;
}
.feijihao img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: initial;
}
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1400px;
    }
}

:root {
    --primary: #dc2626;
    --primary2: #3c4cf6;
    --primary3: #7d0ede;
    --primary4: #ff6000;
    --secondary: #191717;
    --bg: #191717;
    --bg-2: #16181a;
    --black: #000000;
    --white: #ffffff;
    --border: #e2e2e2;
    --body_text: #74787c;
    --grey-bg: #f3f4f6;
    --bg-3: #271515;
    --bg-gray1: #eceff2;
    --bg-gray2: #fdf6f5;
    --bg-gray3: #f6f2f0;
    --bg-gray4: #e5e9ec;
    --bg-dark1: #161225;
}
body {
    line-height: 1.6;
    color: #000;
    font-weight: 400;
}

header .header-cover {
    z-index: 2;
    position: relative;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    transition: all 0.6s ease-in-out;
}
header .header-cover.fixedHeader {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 25px rgb(0 0 0 / 15%);
}

.transformed {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999 !important;
    position: fixed !important;
    transform: translateY(-100%);
}

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

header .header-main .header-logo {
    max-width: 300px;
}

header .header-main .main-menu ul li {
    margin: 0 15px;
    position: relative;
    display: inline-block;
}
header .header-main .main-menu ul li.has-dropdown {
    position: relative;
    padding-right: 17px;
}
header .header-main .main-menu ul li > a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 49px 0;
    position: relative;
    display: inline-block;
    color: var(--secondary);
    letter-spacing: 0.02em;
    font-family: "Host Grotesk", sans-serif;
}
header .header-main .main-menu ul li .sub-menu {
    left: 0;
    top: 90%;
    opacity: 0;
    width: 300px;
    padding: 15px 0;
    position: absolute;
    visibility: hidden;
    background: var(--white);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 20px 30px rgba(1, 15, 28, 0.1);
}
header .header-main .main-menu ul li .sub-menu li {
    margin: 0;
    display: block;
    transition: all 0.3s ease-in-out;
}
header .header-main .main-menu ul li .sub-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px;
    color: var(--secondary);
    transition: all 0.3s ease-in-out;
}
header .header-main .main-menu ul li.has-dropdown::after {
    content: "\f077";
    right: 0;
    top: 50%;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    color: var(--secondary);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    font-family: "FontAwesome";
}
header .header-main .main-menu ul li .sub-menu li:hover {
    margin-left: 10px;
}
header .header-main .main-menu ul li .sub-menu li:hover a {
    color: var(--primary);
}
header .header-main .main-menu ul li:hover.has-dropdown::after {
    top: 50%;
    color: var(--primary);
    transform: translateY(-50%) rotate(180deg);
}
header .header-main .main-menu ul li:hover a {
    color: var(--primary);
}
header .header-main .main-menu ul li:hover .sub-menu {
    top: 70%;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}
.header__search button {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 500px;
    justify-content: center;
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;
    border: none;
}
.header__search button i {
    font-size: 16px;
    line-height: 1;
    font-weight: 900;
    color: var(--white);
}
.header__btn {
    margin-left: 10px;
}
.header__btn .header-right-btn {
    z-index: 5;
    font-size: 16px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding: 17px 32.8px;
    align-items: center;
    display: inline-flex;
    border-radius: 500px;
    justify-content: center;
    text-transform: capitalize;
    background-color: var(--primary);
}
.header__btn .header-right-btn::before {
    background-color: var(--secondary);
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s;
}
.header__btn .header-right-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.header__btn .header-right-btn .btn-wrap .text-one,
.header__btn .header-right-btn .btn-wrap .text-two {
    gap: 4px;
    display: flex;
    margin-right: 1px;
    align-items: center;
}
.header__btn .header-right-btn .btn-wrap .text-one {
    position: relative;
    color: var(--white);
    transition: all 0.5s;
}
.header__btn .header-right-btn .btn-wrap .text-two {
    top: 100%;
    position: absolute;
    color: var(--white);
    transition: all 0.5s;
}
.header__btn .header-right-btn:after {
    display: block;
    clear: both;
    content: "";
}
.header__menu-toggle {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    border-radius: 500px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    transition: all 0.3s ease-in-out;
}
button {
    background-color: transparent;
    border: 0;
}
.header__menu-toggle .menu-toggle span {
    width: 17px;
    height: 2px;
    display: block;
    margin-bottom: 4px;
    background: var(--white);
}
.header__menu-toggle .menu-toggle span:last-of-type {
    margin-bottom: 0;
}
.header__btn .header-right-btn:hover::before,
.header__btn .header-right-btn:focus::before {
    height: 100%;
}
.header__btn .header-right-btn:hover .btn-wrap .text-one,
.header__btn .header-right-btn:focus .btn-wrap .text-one {
    transform: translateY(-150%);
}
.header__btn .header-right-btn:hover .btn-wrap .text-two,
.header__btn .header-right-btn:focus .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

section.news-one {
    padding: 50px 0;
}
section.news-one .box-one .cover .img {
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.news-one .box-one .cover .img img{
    opacity: 0;
}
section.news-one .box-one .swiper-slide:nth-child(1) .cover .img{
    background-image: url(/skin/img/news-one-1.jpg);
}
section.news-one .box-one .swiper-slide:nth-child(2) .cover .img{
    background-image: url(/skin/img/news-one-2.jpg);
}
section.news-one .box-one .swiper-slide:nth-child(3) .cover .img{
    background-image: url(/skin/img/news-one-3.jpg);
}
section.news-one .box-one .swiper-slide:nth-child(4) .cover .img{
    background-image: url(/skin/img/news-one-4.jpg);
}
section.news-one .box-one .swiper-slide:nth-child(5) .cover .img{
    background-image: url(/skin/img/news-one-5.jpg);
}
section.news-one .box-one .cover .img span {
    padding: 13px 20px;
    background-color: var(--primary);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 0 8px 0;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
}
section.news-one .box-one .cover .content h6 {
    margin-bottom: 10px;
}
section.news-one .box-one .cover .content h6 a {
    font-size: 22px;
}
section.news-one .box-one .cover .content p {
    font-size: 16px;
    margin-bottom: 0;
}

section.news-one .sec-title {
    gap: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
section.news-one .sec-title h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    color: var(--primary);
    font-family: var(--font_header);
}
section.news-one .sec-title .title-border {
    width: 100%;
    height: 7px;
    display: inline-block;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
section.news-one .box-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
section.news-one .box-two ul li {
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
    align-items: center;
    gap: 20px;
}
section.news-one .box-two ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
section.news-one .box-two ul li h6 {
    width: calc(100% - 120px);
}
section.news-one .box-two ul li h6 a {
    font-size: 18px;
    font-weight: 500;
}
section.news-one .box-two ul li span {
    font-size: 16px;
}

section.news-one .box-three {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
section.news-one .box-three .cover {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--border);
}
section.news-one .box-three .cover:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
section.news-one .box-three .cover .img {
    border-radius: 8px;
    overflow: hidden;
    max-width: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.news-one .box-three .cover .img img{
    opacity: 0;
}
section.news-one .box-three .cover:nth-child(1) .img{
    background-image: url(/skin/img/box-three-1.jpg);
}
section.news-one .box-three .cover:nth-child(2) .img{
    background-image: url(/skin/img/box-three-2.jpg);
}
section.news-one .box-three .cover:nth-child(3) .img{
    background-image: url(/skin/img/box-three-3.jpg);
}
section.news-one .box-three .cover .content h6 {
    margin-bottom: 5px;
}
section.news-one .box-three .cover .content h6 a {
    font-size: 16px;
}
section.news-one .box-three .cover .content span {
    color: #999;
}
section.news-one .box-three .cover .content span i {
    margin-right: 5px;
    color: #999;
}
section.news-one .box-three .cover .content .tag a {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    padding: 5px 10px 5px 10px;
    height: 25px;
    border-radius: 0 100px 100px 70px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 5px;
}
section.news-one .box-three .cover .content .tag.green a {
    background-color: var(--rs-green);
}

.sec-title .title-btn {
    z-index: 5;
    font-size: 16px;
    overflow: hidden;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding: 17px 32.8px;
    align-items: center;
    display: inline-flex;
    border-radius: 500px;
    justify-content: center;
    text-transform: capitalize;
    font-family: var(--font_header);
    background-color: var(--primary);
    min-width: 150px;
}
.sec-title .title-btn .btn-wrap {
    z-index: 1;
    float: left;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.sec-title .title-btn .btn-wrap .text-one,
.sec-title .title-btn .btn-wrap .text-two {
    gap: 4px;
    display: flex;
    margin-right: 1px;
    align-items: center;
}
.sec-title .title-btn .btn-wrap .text-one {
    position: relative;
    color: var(--white);
    transition: all 0.5s;
}
.sec-title .title-btn .btn-wrap .text-two {
    top: 100%;
    position: absolute;
    color: var(--white);
    transition: all 0.5s;
}
.sec-title .title-btn::before {
    background-color: var(--secondary);
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.5s;
}
.sec-title .title-btn:after {
    display: block;
    clear: both;
    content: "";
}
.sec-title .title-btn:hover::before,
.sec-title .title-btn:focus::before {
    height: 100%;
}
.sec-title .title-btn:hover .btn-wrap .text-one,
.sec-title .title-btn:focus .btn-wrap .text-one {
    transform: translateY(-150%);
}
.sec-title .title-btn:hover .btn-wrap .text-two,
.sec-title .title-btn:focus .btn-wrap .text-two {
    top: 50%;
    transform: translateY(-50%);
}

.secondary-bg {
    background-color: var(--rs-bg-secondary);
}

section.news-two {
    padding: 80px 0;
}
section.news-two .sec-title {
    gap: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
section.news-two .sec-title h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
    color: var(--primary);
    font-family: var(--font_header);
}
section.news-two .sec-title .title-border {
    width: 100%;
    height: 7px;
    display: inline-block;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}
section.news-two .box-one {
    margin-bottom: 25px;
}
section.news-two .box-one .cover {
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 8px;
    overflow: hidden;
}
section.news-two .box-one .cover .content h6 {
    margin-bottom: 10px;
}
section.news-two .box-one .cover .content h6 a {
    font-size: 22px;
}
section.news-two .box-one .cover .content span {
    color: var(--primary);
    font-size: 13px;
    margin-bottom: 30px;
    display: block;
}
section.news-two .box-one .cover .content span i {
    font-size: 13px;
    color: var(--primary);
    margin-right: 5px;
}
section.news-two .box-one .cover .content p {
    margin-bottom: 0;
    font-size: 16px;
    color: #787878;
}
section.news-two .box-two .top {
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
    margin-bottom: 30px;
}
section.news-two .box-two .top ul li:not(:last-child) {
    margin-bottom: 12px;
}
section.news-two .box-two .top ul li a {
    background-image: url(/skin/img/news-one.jpg);
    position: relative;
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
}
section.news-two .box-two .top ul li:nth-child(2) a {
    background-image: url(/skin/img/news-two.jpg);
}
section.news-two .box-two .top ul li:nth-child(3) a {
    background-image: url(/skin/img/news-three.jpg);
}
section.news-two .box-two .top ul li:nth-child(4) a {
    background-image: url(/skin/img/news-four.jpg);
}
section.news-two .box-two .top ul li:nth-child(5) a {
    background-image: url(/skin/img/news-five.jpg);
}
section.news-two .box-two .top ul li a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    z-index: -1;
    border-radius: 3px;
    transition: opacity 0.4s ease-in-out;
    opacity: 1;
}
section.news-two .box-two .top ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--rs-theme-primary);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
section.news-two .box-two .top ul li a h4 {
    font-size: 18px;
    color: var(--rs-white);
    font-weight: 500;
    max-width: 70%;
}
section.news-two .box-two .top ul li a span:last-child {
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
section.news-two .box-two .top ul li a span:last-child i {
    color: #fff;
}
section.news-two .box-two .bottom {
    border-radius: 8px;
    padding: 20px 30px 30px 30px;
}
section.news-two .box-two .bottom ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
section.news-two .box-two .bottom ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
section.news-two .box-two .bottom ul li h6 {
    margin-bottom: 10px;
}
section.news-two .box-two .bottom ul li h6 a {
    font-size: 22px;
}
section.news-two .box-two .bottom ul li p {
    margin-bottom: 15px;
}
section.news-two .box-two .bottom ul li .cover span {
    color: #616c74;
    position: relative;
    padding-right: 20px;
}
section.news-two .box-two .bottom ul li .cover span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary2);
}
section.news-two .box-two .bottom ul li .cover span:last-child::after {
    content: none;
    padding-right: 0;
}

section.news-three {
    padding: 80px 0 30px;
}
section.news-three .box-one {
    background-color: var(--bg-gray2);
    padding: 30px;
    border-radius: 8px;
    transition: all .5s ease;
}
section.news-three .box-one .sec-title {
    margin-bottom: 35px;
}
section.news-three .box-one .top {
    padding-bottom: 30px;
    border-bottom: 1px solid #dee2e6 !important;
}
section.news-three .box-one .top .img {
    border-radius: 8px;
    overflow: hidden;
}
section.news-three .box-one .top .content .source {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    padding: 5px 15px 5px 15px;
    height: 30px;
    border-radius: 0 100px 100px 70px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
}
section.news-three .box-one .top .content h6 {
    margin: 15px 0 20px;
}
section.news-three .box-one .top .content h6 a {
    font-size: 32px;
    font-weight: bold;
    color: #191717;
}
section.news-three .box-one .top .content p {
    margin-bottom: 40px;
    font-size: 18px;
}
section.news-three .box-one .top .content .date span {
    font-size: 13px;
    color: #999;
    text-transform: capitalize;
}
section.news-three .box-one .top .content .date span i {
    margin-right: 8px;
}
section.news-three .box-one .bottom .cover {
    margin-top: 40px;
}
section.news-three .box-one .bottom .cover span {
    font-size: 16px;
    border-left: 3px solid #292962;
    padding-left: 10px;
    color: #292962;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}
section.news-three .box-one .bottom .cover h4 {
    margin-bottom: 10px;
}
section.news-three .box-one .bottom .cover h4 a {
    color: #292962;
}
section.news-three .box-one .bottom .cover p {
    margin-bottom: 0;
}
section.news-three .box-two {
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
section.news-three .box-two .sec-title {
    margin-bottom: 10px;
}
section.news-three .box-two ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}
section.news-three .box-two ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
section.news-three .box-two ul li span {
    display: block;
    margin-bottom: 5px;
    color: #999;
    font-weight: bold;
}
section.news-three .box-two ul li h4 {
    margin-bottom: 10px;
}
section.news-three .box-two ul li h4 a {
    color: #16181a;
    font-size: 22px;
}
section.news-three .box-two ul li p {
    margin-bottom: 0;
}
section.news-four {
    padding: 30px 0 60px;
}
section.news-four .cover {
    padding: 30px;
    background-color: #f5f8fc;
    border-top: 2px solid var(--primary);
    position: relative;
}
section.news-four .cover::after {
    width: 100px;
    height: 5px;
    background-color: var(--primary);
    left: 30px;
    top: 0;
    position: absolute;
    content: "";
}
section.news-four .cover .four-title h4 {
    font-size: 26px;
    margin-bottom: 20px;
}
section.news-four .cover ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--border);
}
section.news-four .cover ul li h4 {
    max-width: 80%;
}
section.news-four .cover ul li h4 a {
    color: #161225;
    font-size: 18px;
}
section.news-four .cover ul li span {
    color: var(--primary);
    font-size: 16px;
}
section.news-four .cover ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

section.news-five {
    padding: 80px 0;
}
section.news-five .cover-left .img {
    border-radius: 8px;
    overflow: hidden;
}
section.news-five .cover-left .content {
    margin-top: 25px;
    display: block;
}
section.news-five .cover-left .content .source {
    font-size: 14px;
    font-weight: bold;
}
section.news-five .cover-left .content h4 {
    margin: 10px 0;
}
section.news-five .cover-left .content h4 a {
    color: #16181a;
    font-size: 26px;
}
section.news-five .cover-left .content p {
    color: #787878;
    font-size: 16px;
    margin-bottom: 15px;
}
section.news-five .cover-left .content .date i {
    margin-right: 8px;
}
section.news-five .cover-left .content .date span {
    font-size: 16px;
    color: #787878;
}
section.news-five .cover-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
section.news-five .cover-middle li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--border);
}
section.news-five .cover-middle li h4 {
    margin-bottom: 10px;
}
section.news-five .cover-middle li h4 a {
    font-size: 22px;
    color: #161225;
}
section.news-five .cover-middle li .date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.news-five .cover-middle li .date span {
    color: #787878;
    font-size: 14px;
}
section.news-five .cover-middle li .date span i {
    margin-right: 8px;
}
section.news-five .cover-middle li .date span a {
    color: #16181a;
    font-weight: bold;
}
section.news-five .cover-middle li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
section.news-five .cover-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
section.news-five .cover-right ul {
    padding-top: 25px;
}
section.news-five .cover-right ul span {
    font-size: 14px;
    color: var(--primary2);
    margin-bottom: 15px;
    font-weight: bold;
    display: block;
}
section.news-five .cover-right ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
section.news-five .cover-right ul li::after {
    width: 8px;
    height: 8px;
    content: "";
    background-color: #787878;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    left: 3px;
}
section.news-five .cover-right ul li:last-child {
    margin-bottom: 0;
}
section.news-five .cover-right ul li h6 a {
    color: #212529;
    font-size: 16px;
}

section.news-six {
    padding: 80px 0;
}
section.news-six .up .sec-title {
    margin-bottom: 40px;
}
section.news-six .down .sec-title{
    margin-bottom: 40px;
}
section.news-six .up .cover {
    padding: 35px 30px;
    border-radius: 8px;
    background-color: #f5f8fc;
    margin-bottom: 20px;
}
section.news-six .up .cover .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.news-six .up .cover .top .big {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #292962;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
section.news-six .up .cover .top .content {
    width: calc(100% - 85px);
}
section.news-six .up .cover .top .content h4 {
    margin-bottom: 8px;
}
section.news-six .up .cover .top .content h4 a {
    color: #292962;
}
section.news-six .up .cover .top .content span {
    color: #484848;
    font-size: 14px;
}
section.news-six .up .cover .top .content span i {
    margin-right: 8px;
}
section.news-six .up .cover p {
    margin: 15px 0 0;
}
section.news-six .down .cover {
    padding: 35px 30px;
    border-radius: 8px;
    background-color: #f5f8fc;
    margin-bottom: 20px;
}
section.news-six .down .cover .time {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
    font-weight: bold;
}
section.news-six .down .cover .time::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background: #dc1559;
    border-radius: 50px;
}
section.news-six .down .cover h4 {
    margin: 8px 0;
}
section.news-six .down .cover h4 a {
    color: #292962;
}
section.news-six .down .cover .more {
    position: relative;
    padding-left: 60px;
    margin-right: 6px;
    font-size: 14px;
}
section.news-six .down .cover .more::before {
    content: "";
    position: absolute;
    left: 0;
    width: 45px;
    height: 1px;
    background: #707070;
    top: 50%;
    transform: translateY(-50%);
}
section.news-six .down .cover .more a {
    color: #707070;
}
section.news-six .middle {
    border-radius: 8px;
    background-image: url(/skin/img/middle-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    margin: 45px 0;
}
section.news-six .middle::before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    opacity: .5;
    content: "";
}
section.news-six .middle h4{
    padding: 50px 0;
    text-align: center;
    font-size: 42px;
    z-index: 1;
    color: var(--white);
    position: relative;
}

section.news-seven {
    padding: 80px 0;
}
section.news-seven .cover {
    background-color: var(--white);
    padding: 30px;
}
section.news-seven .cover .title {
    font-size: 26px;
    color: var(--primary);
}
section.news-seven .cover .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
section.news-seven .cover ul li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed var(--border);
}
section.news-seven .cover ul li h4 {
    margin-bottom: 0;
    max-width: calc(100% - 125px);
}
section.news-seven .cover ul li h4 a {
    font-size: 20px;
    color: #16181a;
}
section.news-seven .cover ul li span {
    color: #212529;
    font-size: 14px;
}
section.news-seven .cover ul li span i {
    margin-right: 8px;
    color: #212529;
}

.search__popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55vh;
    z-index: 99999;
    background-color: rgba(25, 41, 41, 0.8);
    backdrop-filter: blur(16px);
    transform: translateY(calc(-100% - 80px));
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition-delay: 0.7s;
}
.search__popup.search-opened {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.search__popup.search-opened .search__input {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
    width: 100%;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.search__top {
    margin-bottom: 80px;
}
.search__top .search__logo img {
    max-width: 300px;
}
.search__input {
    position: relative;
    height: 80px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
}
.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.search__input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 24px;
    color: var(--white);
    border-bottom: 1px solid transparent;
    padding: 0;
    padding-right: 30px;
}
.search__input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search__input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search__input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search__input input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search__input input::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 24px;
}
.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--white);
}
.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}
.search__close-btn:hover {
    color: var(--white);
}

section.details {
    padding: 80px 0;
}
section.details .content {
    background: var(--white);
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    position: relative;
}
section.details .content .title {
    font-size: 32px;
    margin-bottom: 20px;
}
section.details .content .summary {
    padding: 20px;
    background-color: #f2f9ff;
    margin-bottom: 20px;
}
section.details .content .summary span {
    color: var(--primary2);
    font-size: 15px;
}
section.details .content .cover p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 30px;
}
section.details .content .next {
    margin-top: 45px;
}
section.details .content .next p {
    color: #212529;
    font-size: 15px;
}
section.details .content .next p a {
    color: #212529;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}
section.details .content .next p a:hover {
    color: var(--primary);
}
/* section.details .content::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent var(--white);
} */
section.details .top {
    background-image: url(/skin/img/avatar.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
section.details .top .img {
    height: 120px;
}
section.details .top .cover {
    background-color: var(--white);
    position: relative;
    padding-top: 50px;
    text-align: center;
}
section.details .top .cover .avatar {
    position: absolute;
    top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid var(--white);
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}
section.details .top .cover h6 {
    font-size: 18px;
    margin-bottom: 5px;
}
section.details .top .cover span {
    font-size: 14px;
    color: #787878;
}
section.details .top .cover .introduction{
    font-size: 14px;
    color: #787878;
    padding: 0 10px;
}
section.details .top .cover .time{
    color: #999;
    font-size: 12px;
}
section.details .top .cover .box {
    margin-top: 15px;
    border-top: 1px solid var(--border);
}
section.details .top .cover .box ul {
    columns: 3;
    gap: 0;
}
section.details .top .cover .box ul li {
    border-right: 1px solid var(--border);
    padding: 30px 0;
}
section.details .top .cover .box ul li span{
    display: block;
}
section.details .top .cover .box ul li span:first-child{
    margin-bottom: 5px;
}
section.details .top .cover .box ul li:last-child {
    border-right: none;
}
section.details .statement{
    color: #999;
    font-size: 14px;
    margin-top: 35px;
}
section.list-right .middle {
    background: var(--white);
    padding: 20px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
section.list-right .middle h4 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
section.list-right .middle ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed var(--border);
}
section.list-right .middle ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
section.list-right .middle ul li span {
    padding: 5px 15px;
    background-color: #f2f9ff;
    font-size: 13px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 8px;
}
section.list-right .middle ul li h6 {
    font-size: 20px;
    margin-bottom: 8px;
}
section.list-right .middle ul li h6 a {
    color: #292962;
}
section.list-right .middle ul li p {
    margin-bottom: 0;
    color: #787878;
    font-size: 14px;
}
section.list-right .bottom {
    background: var(--white);
    padding: 20px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
section.list-right .bottom h4 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
section.list-right .bottom ul {
    columns: 2;
    gap: 15px;
}
section.list-right .bottom ul li {
    margin-bottom: 15px;
}
section.list-right .bottom ul li h6 {
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
}

section.list-news {
    padding: 80px 0;
}
section.list-news .left {
    background: var(--white);
    padding: 20px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
section.list-news-one .left .cover li h4 {
    margin-bottom: 10px;
}
section.list-news-one .left .cover li h4 a {
    font-size: 26px;
    color: #292962;
}
section.list-news-one .left .cover li p {
    font-size: 18px;
    color: #787878;
    margin-bottom: 15px;
}
section.list-news-one .left .cover li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--border);
}
section.list-news-one .left .cover li .time span {
    color: #999;
    font-size: 13px;
    position: relative;
    padding-right: 8px;
    margin-right: 8px;
}
section.list-news-one .left .cover li .time span::after {
    content: "";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 13px;
    background-color: #999;
    position: absolute;
}
section.list-news-one .left .cover li .time span:last-child:after {
    content: none;
}
section.list-news-one .left .cover li .time span i {
    margin-right: 8px;
    font-size: 13px;
}
section.list-news .left .news-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
section.list-news .left .news-title h4 {
    position: relative;
    font-size: 32px;
    color: var(--primary);
    padding: 0 0 0 20px;
}
section.list-news .left .news-title h4::after {
    width: 5px;
    position: absolute;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: var(--primary);
}

section.list-news-two .left .box {
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 20px;
}
section.list-news-two .left .box h4 {
    margin-bottom: 10px;
}
section.list-news-two .left .box h4 a {
    color: #292962;
    font-size: 22px;
}
section.list-news-two .left .box p {
    font-size: 16px;
}
section.list-news-two .left .box .time {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed var(--border);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.list-news-two .left .box .time span {
    font-size: 14px;
    color: #191717;
    font-weight: bold;
}
section.list-news-two .left .box .time a {
    font-size: 14px;
    color: #191717;
    font-weight: bold;
}

section.list-news-three .left ul.cover li {
    padding: 30px 25px;
    border: 1px solid var(--border);
    border-radius: 8px;
    margin-bottom: 20px;
}
section.list-news-three .left ul.cover li .source {
    background: var(--rs-theme-primary);
    color: var(--rs-white);
    display: inline-flex;
    align-items: center;
    padding: 5px 15px 5px 15px;
    height: 30px;
    border-radius: 0 100px 100px 70px;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 30px;
}
section.list-news-three .left ul.cover li h4 {
    margin: 8px 0 10px;
}
section.list-news-three .left ul.cover li h4 a {
    color: #292962;
    font-size: 22px;
}
section.list-news-three .left ul.cover li p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #787878;
}
section.list-news-three .left ul.cover li .date .time {
    color: #999;
    font-size: 14px;
}
section.list-news-three .left ul.cover li .date .time i {
    color: #999;
    margin-right: 5px;
}

section.list-news-four .left ul.cover li .box {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
}
section.list-news-four .left ul.cover li .box h4 {
    margin-bottom: 10px;
}
section.list-news-four .left ul.cover li .box h4 a {
    color: #292962;
    font-size: 22px;
}
section.list-news-four .left ul.cover li .box .time {
    margin-bottom: 15px;
}
section.list-news-four .left ul.cover li .box .time span {
    color: #003aae;
    position: relative;
    padding-right: 20px;
}
section.list-news-four .left ul.cover li .box .time span i {
    margin-right: 5px;
}
section.list-news-four .left ul.cover li .box .time span::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--primary2);
}
section.list-news-four .left ul.cover li .box .time span:last-child::after {
    content: none;
}
section.list-news-four .left ul.cover li .box .time span:last-child {
    padding-right: 0;
}
section.list-news-four .left ul.cover li .box p {
    line-height: 1.5;
}

section.list-news-five .left ul.cover li .box {
    padding: 35px 30px;
    border-radius: 8px;
    background-color: #f5f8fc;
    margin-bottom: 20px;
}
section.list-news-five .left ul.cover li .box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
section.list-news-five .left ul.cover li .box .top .big {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #292962;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
}
section.list-news-five .left ul.cover li .box .top .content {
    width: calc(100% - 85px);
}
section.list-news-five .left ul.cover li .box .top .content h4 {
    margin-bottom: 8px;
}
section.list-news-five .left ul.cover li .box .top .content h4 a {
    color: #292962;
}
section.list-news-five .left ul.cover li .box .top .content span {
    color: #484848;
    font-size: 14px;
}
section.list-news-five .left ul.cover li .box .top .content span i {
    margin-right: 8px;
}
section.list-news-five .left ul.cover li .box p {
    margin: 15px 0 0;
}

section.list-news-six .left ul.cover li .box {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--border);
    margin-bottom: 20px;
}
section.list-news-six .left ul.cover li .box h4 {
    margin-bottom: 10px;
}
section.list-news-six .left ul.cover li .box h4 a {
    color: #292962;
    font-size: 23px;
}
section.list-news-six .left ul.cover li .box p {
    color: #787878;
    margin-bottom: 15px;
}
section.list-news-six .left ul.cover li .box .date span {
    color: #999;
}
section.list-news-six .left ul.cover li .box .date span:first-child {
    margin-right: 15px;
}
section.list-news-six .left ul.cover li .box .date span i {
    margin-right: 5px;
    color: #003aae;
}

.pagination {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li{
    margin-right: 8px;
}
.pagination li:last-child{
    margin-right: 0;
}
.pagination li a {
    width: 35px;
    height: 35px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
    color: #0e0c0a;
    font-size: 18px;
    font-weight: bold;
}
.pagination li a:hover {
    border: 1px solid var(--primary);
    background-color: var(--primary);
    color: #fff;
}
.pagination li a.active {
    border: 1px solid var(--primary);
    background-color: var(--primary) !important;
    color: #fff !important;
}

section.details .content .content-top{
    margin-bottom: 10px;
}
section.details .content .content-top span{
    margin-right: 15px;
    color: #84827c;
}
section.details .content .content-top span i{
    margin-right: 5px;
    color: #dc2626;
}
section.details .content .content-top span a{
    color: #84827c;
}


footer {
    position: relative;
    z-index: 1;
    background: var(--rs-bg-black);
}
footer .footer-top {
    padding-top: 100px;
    padding-bottom: 95px;
    position: relative;
    z-index: 1;
}
footer .footer-top .footer-logo-cover {
    margin-inline-end: 20px;
}
footer .footer-top .footer-logo-cover .footer-logo {
    margin-bottom: 20px;
}
footer .footer-top .footer-logo-cover .img {
    max-width: 300px;
}
footer .footer-top .footer-description {
    font-size: 14px;
    color: var(--rs-text-secondary);
    line-height: 1.5;
    margin-bottom: 25px;
}
footer .footer-top .contact p {
    color: #fff;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dashed var(--rs-text-secondary);
    font-size: 18px;
}
footer .footer-top .contact p i {
    margin-right: 10px;
}
footer .footer-top .contact p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
footer .footer-top .h_full h4 {
    color: var(--rs-white);
    margin-bottom: 27px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 27px;
    font-size: 20px;
}
footer .footer-top .h_full h4::before {
    position: absolute;
    content: "";
    width: 121px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    bottom: 0;
}
footer .footer-top .h_full h4::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: var(--rs-white);
    left: 0;
    bottom: 0;
}
footer .footer-top .h_full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
footer .footer-top .foot_link {
    position: relative;
}
footer .footer-top .swiper_links {
    flex: 1 1 auto;
    margin: 0;
    min-height: 260px;
}
footer .footer-top .h_full .footer-link a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    padding-inline-start: 15px;
    color: var(--rs-text-secondary);
    transition: 0.5s;
}
footer .footer-top .h_full .footer-link a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bebebe;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}
footer .footer-top .h_full .footer-link a:hover {
    color: #fff;
    padding-left: 20px;
}
footer .footer-top .footer-news-cover {
    border-bottom: 1px solid var(--rs-border-secondary);
    padding-bottom: 12px;
    margin-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 25px;
}
footer .footer-top .footer-news-cover:first-child {
    padding-top: 0;
}
footer .footer-top .footer-news-cover .footer-img {
    position: relative;
    overflow: hidden;
    min-width: 95px;
    max-width: 65px;
    border-radius: 8px;
}
footer .footer-top .footer-news-cover .footer-img a {
    display: block;
}
footer .footer-top .footer-news-cover .footer-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.02);
    transition: all 0.8s ease;
}
footer .footer-top .footer-news-cover:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
footer .footer-top .footer-news-cover .footer-content h6 {
    margin-bottom: 5px;
    text-transform: capitalize;
    color: var(--rs-white);
    font-size: 15px;
}
footer .footer-top .footer-news-cover .footer-content h6 a {
    color: var(--rs-white);
}
footer .footer-top .footer-news-cover .footer-content ul {
    display: flex;
    gap: 10px;
    align-items: center;
}
footer .footer-top .footer-news-cover .footer-content ul span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}
footer .footer-top .footer-tag {
    margin-inline-start: 25px;
}
footer .footer-top .footer-tag h4 {
    color: var(--rs-white);
    margin-bottom: 27px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding-bottom: 27px;
    font-size: 20px;
}
footer .footer-top .footer-tag h4::before {
    position: absolute;
    content: "";
    width: 121px;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    bottom: 0;
}
footer .footer-top .footer-tag h4::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 2px;
    background: var(--rs-white);
    left: 0;
    bottom: 0;
}
footer .footer-top .footer-tag .footer-tag-cover {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    background: transparent;
    border: 1px solid var(--rs-border-secondary);
    border-radius: 8px;
    padding: 15px;
    overflow-y: auto;
    flex-wrap: wrap;
    max-height: 260px;
}
footer .footer-top .footer-tag .footer-tag-cover::-webkit-scrollbar {
    display: none;
}
footer .footer-top .footer-tag .footer-tag-cover a {
    font-size: 14px;
    padding: 7px 15px;
    position: relative;
    transition: 0.3s;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    color: var(--rs-white);
    background: var(--rs-bg-primary);
}
footer .footer-bottom {
    position: relative;
    z-index: 1;
    background: var(--rs-bg-primary);
}
footer .footer-bottom .cover {
    text-align: center;
    padding: 15px 0;
}
footer .footer-bottom .cover p {
    color: var(--rs-text-secondary);
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.5;
}
footer .footer-bottom .cover a {
    color: var(--rs-text-secondary);
    margin-left: 8px;
    transition: all 0.4s ease;
}
footer .footer-bottom .cover .map {
    margin: 0 10px 0 15px;
}
footer .footer-bottom .cover a:hover {
    color: #fff;
}

.offcanvas__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 500px;
    height: 100%;
    backdrop-filter: blur(16px);
    background: rgba(25, 41, 41, 0.8);
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
    z-index: 99999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    border-left: 1px solid #1e2a2b;
}

.list-news-one .cover{
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid var(--border);
}
.list-news .flag-box{
    display: flex;
    justify-content: center;
}
.list-news .flag-box .img{
    width: 50%;
}
.list-news .flag-box .img img{
    border-radius: 8px;
}
.list-news .flag-box .content{
    width: 50%;
    padding-left: 20px;
    position: relative;
}
.list-news .flag-box .content .more-a{
    position: absolute;
    bottom: 10px;
}
.list-news .flag-box .content h4{
    margin-bottom: 10px;
}
.list-news .flag-box .content h4 a{
    font-size: 22px;
}
.list-news .flag-box .content span{
    font-size: 14px;
}
.list-news .flag-box .content span i{
    font-size: 14px;
    margin-right: 8px;
}
.list-news .flag-box .content p{
    font-size: 16px;
    margin-top: 5px;
}
.list-news .flag-ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.list-news .flag-ul li:first-child{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed var(--border);
}
.list-news .flag-ul li h4{
    margin-bottom: 5px;
}
.list-news .flag-ul li h4 a{
    font-size: 20px;
}
.list-news .flag-ul li p{
    font-size: 16px;
}
.list-news .flag-ul li span{
    font-size: 13px;
}
.list-news .flag-ul li span i{
    font-size: 13px;
    margin-right: 5px;
}

.list-news .flag-cover{
    margin-bottom: 30px;
}
.list-contact{
    padding: 80px 0;
}
section.list-contact .contact-ul{
    margin-bottom: 35px;
}
section.list-contact .contact-ul li{
    line-height: 1.5;
    font-weight: bold;
}
section.list-contact .contact-ul.two{
    margin-top: 60px;
}
section.list-contact .left {
    background: var(--white);
    padding: 20px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
}
section.list-contact .left .news-title {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--border);
}
section.list-contact .left .news-title h4 {
    position: relative;
    font-size: 32px;
    color: var(--primary);
    padding: 0 0 0 20px;
}
section.list-contact .left .news-title h4::after {
    width: 5px;
    position: absolute;
    height: 90%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: var(--primary);
}


body {
    background-color: var(--bg-color);
    color: var(--text-color);
    transition: background-color 0.5s ease, color 0.5s ease;
}
section.news-two,
section.news-five,
section.news-seven{
    background-color: var(--section);
    transition: background-color 0.5s ease, color 0.5s ease;
}
section.news-one .cover .content h6 a,
section.news-one .box-two ul li h6 a,
section.news-two .box-one .cover .content h6 a,
section.news-two .box-two .bottom ul li h6 a,
section.news-three .box-one .top .content h6 a,
section.news-three .box-one .bottom .cover h4 a,
section.news-three .box-two ul li h4 a,
section.news-four .cover ul li h4 a,
section.news-five .cover-left .content h4 a,
section.news-five .cover-middle li h4 a,
section.news-five .cover-right ul li h6 a,
section.news-six .down .cover h4 a,
section.news-six .down .cover .more a,
section.news-seven .cover ul li h4 a,
header .header-main .main-menu ul li > a,
header .header-main .main-menu ul li .sub-menu li a,
section.list-right .middle h4,
section.list-right .bottom h4,
section.list-right .bottom ul li h6,
section.list-right .middle ul li h6 a,
section.list-news-one .left .cover li h4 a,
section.list-news-two .left .box h4 a,
section.list-news-two .left .box .time a,
section.list-news-three .left ul.cover li h4 a,
section.list-news-four .left ul.cover li .box h4 a,
section.list-news-five .left ul.cover li .box .top .content h4 a,
section.list-news-six .left ul.cover li .box h4 a,
section.details .top .cover h6,
section.details .content .title,
section.details .top .cover .box ul li span:first-child,
header .header-main .main-menu ul li.has-dropdown::after,
.list-news .flag-box .content h4 a,
.list-news .flag-ul li h4 a,
.list-news .flag-box .content .more-a{
    transition: color 0.5s ease, color 0.5s ease;
    color: var(--text-color);
}
section.news-one .box-one .cover .content p,
section.news-two .box-one .cover .content p,
section.news-two .box-two .bottom ul li p,
section.news-three .box-one .top .content p,
section.news-three .box-one .bottom .cover p,
section.news-three .box-two ul li p,
section.news-five .cover-left .content p,
section.news-five .cover-middle li p,
section.news-six .up .cover p,
section.news-six .down .cover p,
section.news-six .down .cover .more::before,
section.news-seven .cover li p,
section.list-right .middle ul li p,
section.list-news-one .left .cover li p,
section.list-news-three .left ul.cover li p,
section.list-news-four .left ul.cover li .box p,
section.list-news-five .left ul.cover li .box p,
section.list-news-six .left ul.cover li .box p,
section.details .content .cover p,
section.details .content .next p,
section.details .content .next p a,
section.list-news-two .left .box p,
.list-news .flag-box .content p,
.list-news .flag-ul li p{
    transition: color 0.5s ease, color 0.5s ease;
    color: var(--description-color);
}
section.news-one .box-three .cover .content span,
section.news-one .box-three .cover .content span i,
section.news-five .cover-left .content .date span,
section.news-five .cover-left .content .date span i,
section.news-five .cover-middle li .date span,
section.news-five .cover-right ul li::after,
section.news-six .up .cover .top .content span,
section.news-seven .cover ul li span,
section.news-seven .cover ul li span i,
section.list-news-one .left .cover li .time span,
section.list-news-one .left .cover li .time span i,
section.list-news-three .left ul.cover li .date .time,
section.list-news-three .left ul.cover li .date .time i,
section.list-news-five .left ul.cover li .box .top .content span,
section.list-news-five .left ul.cover li .box .top .content span i,
section.list-news-six .left ul.cover li .box .date span,
section.list-news-six .left ul.cover li .box .date span i,
section.details .top .cover span,
section.list-news-two .left .box .time span{
    transition: color 0.5s ease, color 0.5s ease;
    color: var(--span-color);
}
section.news-two .box-one .cover,
section.news-two .box-two .top,
section.news-two .box-two .bottom,
section.list-news .left,
section.list-right .middle,
section.details .content,
section.list-contact .left,
section.list-right .bottom{
    transition: background-color 0.5s ease, color 0.5s ease;
    background-color: var(--card-bg);
}
section.news-two .box-one .cover{
    border: 1px solid var(--border-white);
}
[data-theme="dark"] section.news-two .box-two .top ul li a::before{
    transition: background 0.5s ease, 0.5s ease;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
[data-theme="dark"] section.news-two .box-two .bottom ul li .cover span{
    transition: background 0.5s ease, 0.5s ease;
    color: #f0f0f0;
}
[data-theme="dark"] section.news-two .box-two .bottom ul li .cover span::after{
    transition: background 0.5s ease, 0.5s ease;
    background-color: #f0f0f0;
}
[data-theme="dark"] section.news-three .box-one{
    background-color: #050b0f00;
    padding: 0;
}
[data-theme="dark"] section.news-three .box-one .bottom .cover span{
    color: #e2e2e2;
}
[data-theme="dark"] section.news-three .box-two{
    border: 1px solid #fff;
}
[data-theme="dark"] section.news-three .box-two .sec-title h3{
    color: #fff;
}
[data-theme="dark"] section.news-four .cover{
    background-color: #000000;
}
[data-theme="dark"] section.news-four .cover .four-title h4{
    color: #fff;
}
[data-theme="dark"] section.news-four .cover ul li span{
    color: eee;
}
[data-theme="dark"] section.news-six .sec-title h3{
    color: #fff;
}
[data-theme="dark"] section.news-six .up .cover,
[data-theme="dark"] section.news-six .down .cover{
    background-color: #000;
}
[data-theme="dark"] section.news-six .up .cover .top .content h4 a{
    color: #fff;
}
[data-theme="dark"] section.news-seven .cover{
    background-color: #000;
}
[data-theme="dark"] header .header-cover{
    background-color: #000;
}
[data-theme="dark"] header .header-main .main-menu ul li .sub-menu{
    background-color: #000;
    border: 1px solid var(--white);
}
[data-theme="dark"] section.list-right .middle ul li span{
    background-color: #053555;
}
[data-theme="dark"] section.list-news-four .left ul.cover li .box .time span,
[data-theme="dark"] section.list-news-four .left ul.cover li .box .time span i,
[data-theme="dark"] section.details .content .summary span{
    color: #fff;
}
[data-theme="dark"] section.list-news-four .left ul.cover li .box .time span::after
{
    background-color: #fff;
}
[data-theme="dark"] section.list-news-five .left ul.cover li .box{
    background-color: #1c1c25;
}
[data-theme="dark"] section.details .top .cover{
    background-color: #000;
}
[data-theme="dark"] section.details .content .summary{
    background-color: #053555;
}
[data-theme="dark"] section.details .top .cover .introduction{
    color: #fff;
}
[data-theme="dark"] header .light{
    display: none;
}
[data-theme="dark"] header .dark{
    display: block;
}
[data-theme="dark"] section.list-news .left .news-title h4{
    color: #fff;
}
[data-theme="dark"] section.list-news .left .news-title h4::after{
    background-color: #fff;
}
header .light{
    transition: all .4s ease;
}
header .dark{
    display: none;
    transition: all .4s ease;
}
section.list-contact .middle{
    margin-bottom: 0;
}






body.night-mode section.news-seven .cover{
    background-color: #000;
}
body.night-mode section.news-seven .cover .title{
    color: #eee;
}
body.night-mode .moon{
    display: none;
}
body.night-mode .sun{
    display: block;
}
body .moon{
    display: block;
}
body .sun{
    display: none;
}
body .theme-tooggle i{
    font-weight: bold;
}

:root {
    --section: #F7F7F7;
    --bg-color: #fff;
    --text-color: #333333;
    --description-color: #787878;
    --span-color: #999;
    --card-bg: #ffffff;
    --toggle-bg: #87CEEB;
    --toggle-circle: #FFD700;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    --transition-speed: 0.5s;
    --border-black: #e2e2ee;
}
[data-theme="dark"] {
    --section: #06121a;
    --bg-color: #050b0f;
    --text-color: #fff;
    --description-color: #f8f8f8;
    --span-color: #e0e0e0;
    --card-bg: #000;
    --toggle-bg: #0f3460;
    --toggle-circle: #f0f0f0;
    --shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    --border-black: #000;
}
.theme-switch-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-switch {
    display: inline-block;
    height: 34px;
    position: relative;
    width: 60px;
}
.theme-switch input {
    display: none;
}
.slider {
    background-color: var(--toggle-bg);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
    border-radius: 34px;
    border: 2px solid rgba(255,255,255,0.2);
}
.slider:before {
    background-color: var(--toggle-circle);
    bottom: 4px;
    content: "";
    height: 21px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 21px;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
input:checked + .slider:before {
    transform: translateX(26px);
}
.icon-sun, .icon-moon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.icon-sun {
    left: 9px;
    color: #fff;
    opacity: 1;
}
.icon-moon {
    right: 10px;
    color: #000;
    opacity: 0;
}
input:checked ~ .icon-sun {
    opacity: 0;
}
input:checked ~ .icon-moon {
    opacity: 1;
}
.status-label {
    margin-left: 10px;
    font-weight: bold;
    font-size: 0.9rem;
}



header{
    position: relative;
}
header .header-cover .theme-toggle{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 35px;
}

.small-phone {
    display: none;
}


@media (max-width: 992px) {
    header .header-cover {
        padding: 8px 0;
    }
    .offcanvas__area {
        width: 100%;
    }
    .offcanvas__overlay.overlay-open {
        opacity: 0.6;
        visibility: visible;
    }
    .offcanvas__overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        background: #262424;
        z-index: 9999;
        top: 0;
        opacity: 0;
        right: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    .fix {
        overflow: hidden;
    }
    .offcanvas__area.info-open {
        opacity: 1;
        transform: translateX(0);
    }
    .offcanvas__wrapper {
        padding: 25px 25px;
        position: relative;
        height: 100%;
    }
    .offcanvas__content {
        padding-bottom: 45px;
    }
    .offcanvas__top {
        padding-bottom: 15px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.079);
    }
    .offcanvas-close-icon {
        line-height: 1;
        color: var(--white);
    }
    .offcanvas-close-icon .offcanvas-m-lines {
        position: relative;
        display: block;
        height: 12px;
        width: 30px;
    }
    .offcanvas-close-icon .offcanvas-m-line {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: currentColor;
        transition: top 0.15s ease, transform 0.3s ease;
    }
    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--1 {
        top: 6px;
        transform: rotate(45deg);
    }
    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--2 {
        top: 6px;
        transform: rotate(-45deg);
    }
    .offcanvas-close-icon.animation--flip .offcanvas-m-line.line--3 {
        opacity: 0;
    }
    .mean-container {
        margin-bottom: 35px;
    }
    .mean-container .mean-bar {
        background: none;
        float: left;
        width: 100%;
        position: relative;
        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
    }
    .mean-container .mean-nav {
        background: none;
        margin-top: 0;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block;
    }
    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li span {
        margin: 0;
        float: left;
        width: 100%;
        display: block;
        padding: 10px 0;
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
        font-weight: 500;
        color: var(--white);
        text-decoration: none;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, 0.079);
    }
    .mean-container .mean-nav > ul > li:first-child > a {
        border-top: 0;
    }
    .mean-container .mean-nav ul li a.mean-expand,
    .mean-container .mean-nav ul li span.mean-expand {
        right: 0;
        top: 1px;
        z-index: 2;
        height: 30px;
        width: 30px;
        line-height: 1;
        font-size: 14px;
        margin-top: 5px;
        font-weight: 400;
        border-radius: 3px;
        position: absolute;
        text-align: center;
        font-family: var(--font_awesome);
        padding: 0 !important;
        color: var(--body_text);
        border: 1px solid rgba(255, 255, 255, 0.079) !important;
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
        color: var(--white);
        background: var(--primary);
        border-color: var(--primary);
    }
    .mean-container {
        margin-bottom: 35px;
    }
    .mean-container a.meanmenu-reveal {
        width: 22px;
        height: 22px;
        padding: 13px 13px 11px 13px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        color: var(--white);
        text-decoration: none;
        font-size: 16px;
        text-indent: -9999em;
        line-height: 22px;
        font-size: 1px;
        font-weight: 700;
        display: none !important;
    }
    .mean-container a.meanmenu-reveal span {
        height: 3px;
        display: block;
        margin-top: 3px;
        background: var(--white);
    }
    .mean-container .mean-push {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
    }
    .mean-container .mean-nav {
        background: none;
        margin-top: 0;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav .wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mean-container .mean-nav > ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
        display: block !important;
    }
    .mean-container .mean-nav > ul > li:first-child > a {
        border-top: 0;
    }
    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }
    .mean-container .mean-nav ul li {
        position: relative;
        float: left;
        width: 100%;
    }
    .mean-container .mean-nav ul li.dropdown-opened > a,
    .mean-container .mean-nav ul li.dropdown-opened > span {
        color: var(--primary);
    }
    .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked {
        background: var(--primary);
        color: var(--white);
        border-color: transparent;
    }
    .mean-container .mean-nav ul li.dropdown-opened > a.mean-expand.mean-clicked i,
    .mean-container .mean-nav ul li.dropdown-opened > span.mean-expand.mean-clicked i {
        color: var(--white);
        -webkit-transform: rotate(90deg) translate(-84%, 30%);
        -moz-transform: rotate(90deg) translate(-84%, 30%);
        -ms-transform: rotate(90deg) translate(-84%, 30%);
        -o-transform: rotate(90deg) translate(-84%, 30%);
        transform: rotate(90deg) translate(-84%, 30%);
    }
    .mean-container .mean-nav ul li.mean-last {
        border-bottom: none;
        margin-bottom: 0;
    }
    .mean-container .mean-nav ul li > a.mean-expand i {
        top: 50%;
        left: 50%;
        color: var(--white);
        position: absolute;
        display: inline-block;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }
    .mean-container .mean-nav ul li > a > i {
        display: none;
    }
    .mean-container .mean-nav ul li a,
    .mean-container .mean-nav ul li span {
        margin: 0;
        float: left;
        width: 100%;
        display: block;
        padding: 10px 0;
        font-size: 16px;
        text-align: left;
        line-height: 1.5;
        font-weight: 500;
        color: var(--white);
        text-decoration: none;
        text-transform: capitalize;
        border-top: 1px solid rgba(255, 255, 255, 0.079);
    }
    .mean-container .mean-nav ul li a:hover,
    .mean-container .mean-nav ul li span:hover {
        color: var(--primary);
    }
    .mean-container .mean-nav ul li a:hover i,
    .mean-container .mean-nav ul li span:hover i {
        color: var(--white);
    }
    .mean-container .mean-nav ul li a.mean-expand,
    .mean-container .mean-nav ul li span.mean-expand {
        right: 0;
        top: 1px;
        z-index: 2;
        height: 30px;
        width: 30px;
        line-height: 1;
        font-size: 14px;
        margin-top: 5px;
        font-weight: 400;
        border-radius: 3px;
        position: absolute;
        text-align: center;
        padding: 0 !important;
        color: var(--body_text);
        border: 1px solid rgba(255, 255, 255, 0.079) !important;
    }
    .mean-container .mean-nav ul li a.mean-expand:hover,
    .mean-container .mean-nav ul li span.mean-expand:hover {
        background: var(--primary);
        color: var(--white);
        border-color: var(--primary);
    }
    .mean-container .mean-nav ul li a.mean-expand:hover i,
    .mean-container .mean-nav ul li span.mean-expand:hover i {
        color: var(--white);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked {
        color: var(--white);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked:hover,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked:hover {
        color: var(--white);
        background: var(--primary);
        border-color: var(--primary);
    }
    .mean-container .mean-nav ul li a.mean-expand.mean-clicked i,
    .mean-container .mean-nav ul li span.mean-expand.mean-clicked i {
        display: block;
    }
    .mean-container .mean-nav ul li li a {
        width: 90%;
        padding: 10px 7%;
        text-shadow: none !important;
        visibility: visible;
    }
    .mean-container .mean-nav ul li li li a {
        width: 80%;
        padding: 10px 12%;
    }
    .mean-container .mean-nav ul li li li li a {
        width: 70%;
        padding: 10px 17%;
    }
    .mean-container .mean-nav ul li li li li li a {
        width: 60%;
        padding: 10px 20%;
    }
    .mean-container .mean-bar {
        background: none;
        float: left;
        width: 100%;
        position: relative;
        padding: 4px 0;
        min-height: 42px;
        z-index: 999999;
    }
    .mean-container .mean-bar,
    .mean-container .mean-bar * {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    section.news-one .box-three {
        margin-top: 45px;
        height: auto;
    }
    section.news-one .box-three .cover .img {
        max-width: 40%;
    }
    section.news-one .box-two ul li h6 a {
        font-size: 16px;
    }
    section.news-one .box-two ul li span {
        font-size: 14px;
    }
    section.news-one .box-three .cover .content span {
        font-size: 14px;
    }
    .sec-title .title-btn {
        font-size: 14px;
        padding: 13px 20px;
        min-width: 100px;
    }
    section.news-two .box-two .top{
        padding: 20px;
    }
    section.news-two .box-two .bottom{
        padding: 20px;
    }
    section.news-three .box-one{
        padding: 20px;
        margin-bottom: 35px;
    }
    section.news-three .box-one .top .img{
        margin-bottom: 20px;
    }
    section.news-three .box-one .top .content h6 a{
        font-size: 28px;
    }
    section.news-three .box-one .top .content h6{
        margin: 15px 0 10px;
    }
    section.news-three .box-one .top .content p{
        margin-bottom: 20px;
    }
    section.news-four .cover{
        margin-bottom: 45px;
        padding: 30px 20px;
    }
    section.news-four .cover ul li h4{
        width: calc(100% - 100px);
    }
    section.news-four .cover.blue{
        margin-bottom: 0;
    }
    section.news-five .cover-middle li p{
        margin-bottom: 10px;
        font-size: 16px;
    }
    section.news-five .cover-middle li:first-child {
        padding-top: 10px;
        margin-top: 10px;
        border-top: 1px solid var(--border);
    }
    section.news-five .cover-right{
        height: auto;
        margin-top: 45px;
    }
    section.news-five .cover-right ul li{
        margin-bottom: 15px;
    }
    section.news-five .cover-right ul li h6 a{
        font-size: 18px;
        line-height: 1.5;
    }
    section.news-five .cover-right ul li::after {
        width: 8px;
        height: 8px;
        top: 10px;
    }
    footer{
        display: none;
    }
    .status-label{
        display: none;
    }
    header .header-main .header-logo {
        max-width: 230px;
    }
    header .header-cover .theme-toggle {
        right: 80px;
    }
    section.news-one .box-one{
        margin-bottom: 30px;
    }
    section.news-seven .cover{
        margin-bottom: 30px;
    }
    section.news-seven{
        padding: 70px 0 35px;
    }
    .small-phone {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .small-phone a {
        background: var(--primary);
        color: #fff;
        font-size: 20px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: 400% 400%;
        animation: gradient 8s ease infinite;
        z-index: 99999;
    }
    [data-theme="dark"] .small-phone a {
        background: #000;
        border-top: 1px solid var(--white);
    }
    section.news-six .middle h4{
        font-size: 30px;
        padding: 50px 25px;
    }
}