﻿:root {
    --thm-font: HarmonyOS_Sans_SC_Regular;
    --thm-reey-font: 'reeyregular';
    --thm-gray: #7b7981;
    --thm-gray-rgb: 123, 121, 129;
    --thm-primary: #2ac8ac;
    --thm-primary-rgb: 25, 137, 251;
    --thm-black: #1b1825;
    --thm-black-rgb: 27, 24, 37;
    --thm-base: #ffffff;
    --thm-base-rgb: 255, 255, 255;
    --thm-extra: #42d9be;
    --thm-extra-rgb: 66, 217, 190;
    --thm-bdr-color: #dae3e9;
    --thm-bdr-color-rgb: 218, 227, 233;
    --thm-bdr-radius: 8px;
    --thm-primary-ain: #0a9b81;
}

@media(min-width:1440px) {
    .container {
        max-width: 1340px;
    }
}

@media(max-width:800px) {
    .site-footer__top {
        display: none !important;
    }
}

@font-face {
    font-family: HarmonyOS_Sans_SC_Regular;
    font-style: normal;
    font-display: swap;
    src: url('../font/HarmonyOS_Sans_SC_Regular.woff2') format('woff2') /*, url('../font/HarmonyOS_Sans_SC_Regular.woff') format('woff');*/
}

* {
    font-family: HarmonyOS_Sans_SC_Regular
}

body {
    font-family: var(--thm-font);
    /* color: var(--thm-gray);
  */
    font-weight: 500;
}

.section-title {
    margin-top: -19px;
    margin-bottom: 50px;
}

.section-title__title {
    margin: 0;
    font-weight: 800;
    color: var(--thm-black);
    font-size: 30px;
    line-height: 60px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    position: relative;
    display: block;
    padding: 147px 0 185px;
    z-index: 1;
}
.page_header-black {
    background-color: var(--thm-primary-ain);
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    mix-blend-mode: luminosity;
    /*opacity: 0.6;*/
}

.page-header-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: #1989fb;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(../image/pattern.png);
}


.page-header-shape {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 570px;
    background-repeat: no-repeat;
}

.page-header__inner {
    position: relative;
    display: block;
    text-align: left;
}

    .page-header__inner h2 {
        font-size: 30px;
        color: var(--thm-base);
        line-height: 44px;
    }

    .page-header__inner h4 {
        font-size: 16px;
        font-weight: 400;
        color: var(--thm-base);
    }

.thm-breadcrumb {
    position: relative;
    display: block;
}

    .thm-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #ada8ba;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .thm-breadcrumb li + li {
            margin-left: 5px;
        }

        .thm-breadcrumb li a {
            color: #ada8ba;
            font-size: 16px;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

        .thm-breadcrumb li:hover {
            color: var(--thm-base);
        }

            .thm-breadcrumb li:hover a {
                color: var(--thm-base);
            }

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
    position: relative;
    display: block;
    background-color: #1b1825;
}

.site-footer__top {
    position: relative;
    display: block;
    background-color: var(--thm-black);
}

.site-footer__top-inner {
    position: relative;
    display: block;
    padding: 60px 0 60px;
    z-index: 1;
}

.site-footer-map {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -42px;
    height: 366px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.04;
    z-index: -1;
}

.footer-widget__title {
    font-size: 20px;
    color: var(--thm-base);
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 30px;
}

.footer-widget__links {
    position: relative;
    display: block;
}

.footer-widget__links-list {
    position: relative;
    display: block;
    float: left;
    margin-right: 30px;
}

    .footer-widget__links-list li + li {
        margin-top: 0px;
    }

    .footer-widget__links-list li a {
        position: relative;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        color: #ada8ba;
        transition: all 500ms ease;
    }

        .footer-widget__links-list li a::after {
            content: '';
            position: absolute;
            top: 90%;
            left: 0;
            width: 100%;
            height: 1px;
            transform: scale(0, 1);
            transform-origin: left center;
            background-color: currentColor;
            transition: transform 500ms ease;
        }

    .footer-widget__links-list li:hover > a::after {
        transform: scale(1, 1);
        transform-origin: right center;
    }

    .footer-widget__links-list li a:hover {
        color: var(--thm-base);
    }

.footer-widget__links-list-two {
    margin-right: 0px;
}

.footer-widget__contact {
    position: relative;
    display: block;
}

.footer-widget__contact-text {
    font-size: 16px;
    color: #ada8ba;
    margin: 0;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 3px;
}

.footer-widget__contact-list {
    position: relative;
    display: block;
}

    .footer-widget__contact-list li {
        display: flex;
    }

        .footer-widget__contact-list li .icon {
            display: flex;
            align-items: center;
            position: relative;
            top: 2px;
        }

            .footer-widget__contact-list li .icon span {
                font-size: 18px;
                color: var(--thm-extra);
            }

        .footer-widget__contact-list li .text {
            margin-left: 10px;
        }

            .footer-widget__contact-list li .text p {
                font-size: 16px;
                font-weight: 500;
                margin: 0;
                line-height: 30px;
            }

                .footer-widget__contact-list li .text p a {
                    color: var(--thm-base);
                    transition: all 500ms ease;
                }

                    .footer-widget__contact-list li .text p a:hover {
                        color: var(--thm-extra);
                    }


.site-footer__bottom {
    position: relative;
    display: block;
    z-index: 2;
}

.site-footer__bottom-container {
    position: relative;
    display: block;
    max-width: 1595px;
    width: 100%;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: solid 1px #48474a;
}

.site-footer__bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}

.site-footer__bottom-text {
    font-size: 14px;
    margin: 0;
    color: #ada8ba;
}


.footer-widget__about-logo {
    text-align: center;
    padding-top: 60px;
}


.page-content_title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom:10px;
    color: #7b7981
}

    .page-content_title span {
        margin: 0 4px;
    }

        .page-content_title span.curr {
            color: #1989fb;
        }

.hide {
    display: none;
}

.page-header {
    padding: 100px 0 100px !important
}

.page-header_title h2 {
    text-align: center;
    padding: 10px 0;
    font-size: 34px;
    color: #fff;
}

.page-header_title p {
    text-align: center;
    padding: 0;
    font-size: 16px;
    color: #fff;
}

.page-header_search {
    display: flex;
    align-content: center;
    background: #fff;
    width: 50%;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
}

    .page-header_search i {
        width: 48px;
        height: 48px;
        font-size: 30px;
        padding-left: 20px;
        line-height: 48px;
        font-weight: bold;
    }

    .page-header_search input[type=text] {
        border: none;
        outline: none;
        height: 30px;
        margin-top: 10px;
        margin-left: 10px;
        width: calc(100% - 100px);
    }

@media(max-width:800px) {
    .page-header_search {
        width: 90% !important;
    }
}


.thm-btn {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    background-color: var(--thm-primary);
    color: var(--thm-base);
    padding: 18px 60px 18px;
    border-radius: 8px;
    cursor:pointer;
    font-size:16px;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 1;
}
    .thm-btn i{
        margin-right:10px;
    }
    .thm-btn:after {
        position: absolute;
        background: var(--thm-primary-ain);
        content: "";
        top: 0;
        left: 0;
        width: 0%;
        z-index: -1;
        transition: all .3s;
        height: 100%;
    }

    .thm-btn:before {
        position: absolute;
        background: var(--thm-primary-ain);
        content: "";
        top: 0;
        width: 0%;
        z-index: -1;
        transition: all .3s;
        right: 0;
        height: 100%;
    }

    .thm-btn:hover:after {
        width: 50%;
    }

    .thm-btn:hover:before {
        width: 50%;
    }

    .thm-btn:hover {
        color: var(--thm-base);
    }

.thm-btn-black {
    background-color: #48474a !important;
    color: #fff !important;
}

    .thm-btn-black::before {
        background: var(--thm-black) !important;
    }

    .thm-btn-black::after {
        background: var(--thm-black) !important;
    }

.badge-success {
    background: #0b8673;
    color: #fff
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-one__title,
.comment-form__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 53px;
}

.comment-one__single {
    display: -webkit-box;
    display: flex;
    border-bottom: 1px solid var(--thm-bdr-color);
    padding-bottom: 50px;
    margin-bottom: 58px;
}

.comment-one__content {
    position: relative;
    margin-left: 35px;
}

    .comment-one__content h3 {
        margin: 0;
        font-size: 20px;
        color: var(--thm-black);
        font-weight: 800;
        margin-bottom: 40px;
    }

        .comment-one__content h3 span {
            font-size: 16px;
            color: var(--thm-primary);
            font-weight: 500;
            margin-left: 5px;
        }

    .comment-one__content p {
        margin: 0;
    }

.comment-one__btn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 800;
    padding: 3px 25px;
}

.comment-one__image img {
    border-radius: 50%;
}

.comment-form .comment-form__title {
    margin-top: -7px;
}

.comment-one__form .row {
    --bs-gutter-x: 20px;
}

.comment-form__input-box {
    position: relative;
    display: block;
}

    .comment-form__input-box input[type="text"],
    .comment-form__input-box input[type="email"] {
        height: 70px;
        width: 100%;
        border: none;
        background: #eef3f7;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 20px;
        border-radius: var(--thm-bdr-radius);
        outline: none;
        font-size: 16px;
        color: var(--thm-gray);
        font-weight: 500;
        display: block;
    }

    .comment-form__input-box textarea {
        font-size: 16px;
        color: var(--thm-gray);
        font-weight: 500;
        height: 195px;
        width: 100%;
        background: #eef3f7;
        padding: 20px 30px 30px;
        border: none;
        border-radius: var(--thm-bdr-radius);
        outline: none;
        margin-bottom: 20px;
        display: block;
    }

.section-title {
    margin-top: -19px;
    margin-bottom: 50px;
}

.section-title__tagline {
    display: inline-flex;
    color: var(--thm-gray);
    font-size: 18px;
    align-items: center;
    line-height: 30px;
    margin-bottom: 2px;
    font-weight: 500;
}

    .section-title__tagline::before {
        content: '';
        background-color: var(--thm-extra);
        width: 10px;
        height: 2px;
        margin-right: 10px;
    }

.section-title__title {
    margin: 0;
    font-weight: 800;
    color: var(--thm-black);
    font-size: 50px;
    line-height: 60px;
}

.section-bg {
    background: url(../image/main-slider-1-1.jpg);
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 30px 0 !important;
}

.main_search_title {
    font-size: 20px;
    border-bottom: solid 1px #eee;
    padding: 20px 0;
    font-weight: bold;
    color: #5e5d5d
}

    .main_search_title i {
        margin-right: 10px;
        cursor: pointer;
        color:#000;
        font-size: 20px;
    }

.layui-layer-iframe iframe {
    border-radius: 10px !important;
}

.layui-layer {
    border-radius: 10px !important;
}

.nocontent {
    text-align: center;
    padding: 20px;
}

    .nocontent i {
        font-size: 18px;
    }
