/*!
 * app.css for master
 * Author wzcoder.com
 * @Copyright 2005-2021 wzcoder.com (http://www.wzcoder.com)
 * @version 1.0
 * @date 2021-03-05-1:59 PM
 */

/*--------------------------------------------------------------
# 加载组件样式
--------------------------------------------------------------*/
@import "navbar.css?v=20230213";
@import "hero.css";
@import "footer.css?v=20230213";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}

.dark-mask__v1 {
    position: relative;
    z-index: 1;
}

.dark-mask__v1::before {
    content: " ";
    background: #000000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.radius-image, .border-radius {
    border-radius: var(--border-radius);
}

.section-title, .section-title.two {
    font-size: 30px;
    line-height: 48px;
    font-weight: 700;
}

.section-title h2 {
    font-size: 30px;
}

.section-title.two {
    color: #fff;
}

.section-title.title-left {
    text-align: left;
}

.section-title__sub {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
    letter-spacing: 1px;
    color: var(--text-color-secondary);
    display: block;
}


.breadcrumb {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.breadcrumb i.home {
    color: var(--primary-color);
}

.breadcrumb span.bi {
    font-size: 12px;
}

.breadcrumb a {
    margin: 0 10px;
}

.table thead {
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
}

.table > thead > tr > th {
    color: #FFFFFF
}

.article-body img {
    max-width: 100%;
    height: auto;
}

.gdesc-inner h4.gslide-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: center;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about h3.section-title {
    font-size: 30px;
}

.about p {
    font-size: 16px;
    line-height: 2;
}

.about ul.service-list li {
    display: block;
    margin-bottom: 15px;
}

.about ul.service-list li:last-child {
    margin-bottom: 0;
}

.about ul.service-list li p {
    line-height: 28px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    display: inline-flex;
}

.about ul.service-list li p span {
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 5px;
    opacity: .8;
}

@media (max-width: 568px) {
    .about ul.service-list li {
        margin-bottom: 10px;
    }

    .about ul.service-list li p span {
        margin-right: 4px;
    }

    .about ul.service-list li p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 480px) {
    .HomeAboutImages .row {
        padding: 0 10px;
    }

    .HomeAboutImages .col-6 {
        padding: 0 5px;
    }
}

@media (max-width: 415px) {
    .about ul.service-list li {
        margin-bottom: 5px;
    }
}

@media (max-width: 384px) {
    .about ul.service-list li p {
        font-size: 16px;
        line-height: 27px;
    }
}

.clients-item {
    height: 100px;
    overflow: hidden;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    transition: 0.3s;
}

.clients-item:hover {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 35%);
}

.banner-inner {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner-inner::before {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.2);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.banner-inner-wrapper {
    position: relative;
    min-height: 20vh;
    z-index: 10;
    color: #ffffff;
}

.banner-inner-wrapper h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 700;
}

.banner-inner-wrapper p {
    font-size: 20px;
}

/*--------------------------------------------------------------
# products
--------------------------------------------------------------*/
.products {
    background-image: url("../img/icon2.png");
    background-position: bottom right;
    background-repeat: no-repeat;
}

.products .product-box {
    position: relative;
    list-style: none;
}

.product-box a.btn-more {
    position: absolute;
    font-size: 15px;
    bottom: 15px;
    left: 2.5rem;
}

.products .product-box figure {
    position: relative;
    overflow: hidden;
    background: #020004;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0px;
}

.products .border-radius {
    border-radius: 10px;
}

.products .product-box figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.products .product-box figure figcaption {
    padding: 2em;
    padding-bottom: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.products .product-box figure figcaption::before,
.products .product-box figure figcaption::after {
    pointer-events: none;
}

.products .product-box figure figcaption,
.products .product-box figure figcaption > a {
    position: absolute;
    top: inherit;
    bottom: 50%;
    left: 0;
    width: 100%;
}

.products .product-box figure figcaption.w3set-hny {
    position: absolute;
    top: inherit;
    bottom: 53%;
    left: 0;
    width: 100%;
}

.products .product-box figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.products .product-box figure h4 {
    transition: transform 0.35s;
    font-size: 22px;
    line-height: 28px;
    font-weight: 800;
}

.products .product-box figure h4.top-text {
    font-size: 35px;
    line-height: 43px;
    font-weight: 800;
}

.products .product-box figure h4 span {
    font-weight: 700;
}

.products .product-box figure h4,
.products .product-box figure p {
    margin: 0;
    color: #fff;
}

.products .product-box figure p {
    color: #fff;
    font-weight: 600;
}

.products .product-box a.author-name {
    color: #fff;
}

.products figure.effect-lily img {
    transition: opacity 0.35s, transform 0.35s;
    width: 100%;
}

.products figure.effect-lily figcaption {
    text-align: left;
}

.products figure.effect-lily figcaption > div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2.5em;
    padding-bottom: 0;
    width: 100%;
    height: 50%;
}

.products figure.effect-lily .info {
    transform: translate3d(0, 20px, 0);
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

.products figure.effect-lily h4 {
    transition: transform 0.35s;
}

.products figure.effect-lily .p-footer {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 0.2s, transform 0.35s;
}

.products figure.effect-lily:hover img {
    opacity: .7;
}

.products figure.effect-lily:hover .p-footer {
    opacity: .9;
}

.products figure.effect-lily:hover .info {
    transform: translate3d(0, 5px, 0);
    transition-delay: 0.05s;
    transition-duration: 0.35s;
}

.products figure.effect-lily:hover .btn-more {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: #FFFFFF;
}

.products a.receipe {
    background: var(--secondary-color);
    color: #fff;
    padding: 4px 20px;
    border-radius: 35px;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.products aside.p-meta-info {
    display: grid;
    grid-auto-flow: column;
    justify-content: flex-start;
    margin-top: 10px;
    align-items: center;
    grid-gap: 20px;
}

.products aside.p-meta-info span {
    opacity: 1;
    color: #fff;
}

.products .product-box figure .post-img {
    width: inherit;
    opacity: 1 !important;
}

.products aside.p-meta-info a {
    color: #fff;
    font-weight: 700;
    opacity: 1;
    letter-spacing: .02em;
}

.products .post-img-anchor {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    background: #f3f6f9;
    border-radius: 50%;
}

@media (max-width: 1080px) {
    .products .product-box figure figcaption.w3set-hny {
        bottom: 54%;
    }

    .products .product-box figure h4.top-text {
        font-size: 30px;
        line-height: 38px;
    }

    .products figure.effect-lily figcaption > div {
        padding: 2em;
    }

    .products .product-box figure h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 991px) {
    .products .mobile-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }

    .products .product-box figure figcaption,
    .products .product-box figure figcaption > a {
        bottom: 38%;
    }
}

@media (max-width: 736px) {
    .products .mobile-grid {
        grid-template-columns: 1fr;
    }

    .products .product-box figure figcaption,
    .products .product-box figure figcaption > a {
        bottom: 25%;
    }

    .products .product-box figure h4.top-text {
        font-size: 24px;
        line-height: 32px;
    }

    .products .product-box figure figcaption.w3set-hny {
        bottom: 58%;
    }

    .products .product-box figure h4 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 568px) {
    .products .product-box figure figcaption.w3set-hny {
        bottom: 40%;
    }
}

@media (max-width: 480px) {
    .products .product-box figure figcaption.w3set-hny {
        bottom: 50%;
    }
}

@media (max-width: 415px) {
    .products figure.effect-lily figcaption > div {
        padding: 1em;
    }

    .products .product-box figure figcaption.w3set-hny {
        bottom: 60%;
    }

    .products .product-box figure h4.top-text {
        font-size: 22px;
        line-height: 30px;
    }

    .products .product-box figure figcaption,
    .products .product-box figure figcaption > a {
        bottom: 50%;
    }
}

@media (max-width: 380px) {
    .products .product-box figure figcaption.w3set-hny {
        bottom: 64%;
    }

    .products .product-box figure h4.top-text,
    .products .product-box figure h4 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (max-width: 991px) {
    .products {
        margin-top: 70px;
    }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    padding: 120px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}

.cta::before {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.2);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.cta .container {
    position: relative;
    z-index: 10;
}

.cta h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.cta p {
    color: #fff;
}

.cta .cta-btn {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    transition: 0.3s;
}

.cta .cta-btn:hover {
    background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .cta {
        background-attachment: scroll;
    }
}

@media (min-width: 769px) {
    .cta .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

.goal-item h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.goal-item .detail {
    color: var(--text-color-secondary);
}


/*--------------------------------------------------------------
# left-nav products
--------------------------------------------------------------*/
.left-nav {
    border-bottom: 2px solid var(--border-color);
}

.left-nav li {
    position: relative;
    display: block;
    width: 100%;
}

.left-nav li a {
    display: flex;
    padding: 8px 15px;
    align-items: center;
    border-radius: 0 !important;
    color: initial;
}

.left-nav li:not(:first-child) {
    border: 1px solid var(--border-color);
    border-top: 0;
}

.left-nav .head {
    font-size: 18px;
    font-weight: bold;
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    color: #ffffff;
    padding: 8px 20px;
}

.left-nav li i {
    font-size: 18px;
    margin-right: 3px;
    color: rgba(217, 217, 217, 1);
}

.left-nav .nav-item a:focus, .left-nav .nav-item a:hover, .left-nav .nav-item a:active {
    background-color: #F4F6F9;
    border-radius: 0;
    border: 1px solid transparent !important;
    border-bottom: 1px solid var(--border-color) !important;
}


.left-nav button.dropdown-toggle {
    display: block;
    position: absolute;
    right: 10px;
    top: 13px;
    background: transparent;
    border: none;
}

.left-nav .dropdown-toggle::after {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='%23014ad4' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.5rem 1.5rem;
    margin-left: auto;
    padding-left: 1.25rem;
    content: "";
    border: none;
}

.left-nav .dropdown-toggle-collapse::after {
    transition: .3s
}

.left-nav .dropdown-toggle-collapse[aria-expanded=true]::after {
    transform: rotate(-180deg)
}

.left-nav .nav-item .nav-collapse a {
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid transparent !important;
    border-bottom: 1px solid var(--border-color) !important;
    border-top: 1px solid var(--border-color) !important;
}


/*--------------------------------------------------------------
# products
--------------------------------------------------------------*/
.product-item {
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 25%);
    transition: 0.3s;
    border-radius: 3px;
    position: relative;
    background: #F4F6F9;
}

.product-item:hover {
    box-shadow: 0 0rem 1rem rgb(0 0 0 / 35%);
}

.product-item .pic {
    background-color: #FFFFFF;
    margin-bottom: 0;
}

.product-item .line {
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    height: 1px;
    width: 0;
    transition: 0.3s;
}

.product-item:hover .line {
    width: 100%;
}

.product-item .caption {
    position: relative;
}

.product-item .caption h3 {
    padding: 15px 10px;
    font-size: 16px;
    margin-bottom: 0;
}

.product-item:hover .caption h3 {
    color: var(--text-color-primary);
}

.product-item .plus img {
    width: 30px;
    height: auto;
}

.product-item .plus {
    position: absolute;
    right: 10px;
    bottom: 10px;
    opacity: 0.5;
    transition: 0.3s;
    filter: grayscale(100);
}

.product-item:hover .plus {
    filter: none;
    opacity: 1;
}

#article {
    padding-top: 1rem;
}

.article .article-header {
    margin-bottom: 60px;
}


.article .article-title {

    margin: 1rem 0;
    border-bottom: 1px solid var(--border-color);
}

.article .article-title h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding: 10px 0;
}

.article .article-title span:before {
    position: absolute;
    display: inline-block;
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
    bottom: -1px;
    z-index: 1;
}

.article .article-intro .item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 15px;
}

.article-intro .item-category {
    position: relative;
    padding-left: 3.125rem;
    margin-bottom: 0.3125rem;
    font-size: 14px;
}

.article-intro .item-category::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 1.875rem;
    height: 1px;
    background: currentColor;
}

.article-footer {
    border-top: 1px solid var(--border-color);
    margin-top: 40px;
}

.article-prev-next {
    margin: 1.5rem 0 1rem;
    font-size: 14px;
}

.article-prev-next span {
    margin-right: 5px;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.all-text-white *, .text-all-white * {
    color: #ffffff;
}

.map .iframe-map {
    min-height: 40vh;
}

.map .maps-detail {
    padding: 0 20px;
    min-width: 350px;
}

.map .maps-detail h4 {
    font-size: 18px;
    color: var(--title-color);
}

.map .maps-detail p {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.contact-box {
    background-image: url("../img/customer-service.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    min-height: 40vh;
    padding: 20px;
}

.contact-box-item {
    padding: 20px;
    text-align: center;
}

.contact-box-item i {
    font-size: 3rem;
    padding-bottom: 30px;
}

.contact-box-item * {
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# news list
--------------------------------------------------------------*/
.article-item {
    position: relative;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.article-item:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    top: auto;
    display: block;
    width: 0;
    background-image: linear-gradient(to right, var(--primary-color), var(--secondary-color));
    height: 1px;
    transition: all ease .3s;
    z-index: 10;
}

.article-item:hover:before {
    width: 100%;
}

.article-item .img {
    border-radius: var(--border-radius);
}

.article-item h3 {
    font-size: 16px;
    word-break: break-word;
}

.article-item h3.title i {
    font-size: 14px;
}

.article-item .more {
    font-size: 14px;
    color: var(--text-color-secondary)
}

@media (max-width: 998px) {
    .article-item h3 {
        font-size: 16px;
    }

}

/*--------------------------------------------------------------
# article
--------------------------------------------------------------*/
.article .article-title {
    margin-bottom: 30px;
    border-bottom: 1px solid var(--border-color);
}

.article .article-title h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

@media (max-width: 998px) {
    .article .article-title h2 {
        font-size: 16px;
    }

}

.article-title .dt {
    font-size: 14px;
    color: var(--text-color-secondary);
}

.article .article-body img {
    max-width: 100%;
    height: auto;
}

.article .article-body p {
    line-height: 2;
}

.article .article-source {
    font-size: 14px;
    color: var(--text-color-secondary);
}


.article-footer {
    margin-top: 30px;
    border-top: 1px solid var(--border-color);
}
