/*!
 * 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";
@import "hero.css";
@import "footer.css";

/*--------------------------------------------------------------
# App通用
--------------------------------------------------------------*/

.wz-bottom-inside-hidden, .wz-top-inside-hidden {
    display: block;
    background-repeat: no-repeat;
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
    left: 0;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTEyODAgMGwtMjYyLjEgMTE2LjI2YTczLjI5IDczLjI5IDAgMCAxLTM5LjA5IDZMMCAwdjE0MGgxMjgweiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 50px;
}

.wz-bottom-inside-hidden {
    bottom: 0;
    height: 50px;
    z-index: 3;
    transform: scale(-1, 1);
}

.wz-top-inside-hidden {
    top: 0;
    height: 50px;
    z-index: 3;
    transform: scale(-1, -1);
}

.wz-bottom-inside-hidden__right {
    transform: scale(1, 1);
}

.wz-def-gt {
    margin-top: var(--default-gutter-y);
}

.wz-def-gb {
    margin-bottom: var(--default-gutter-y);
}

.wz-read-more {
    background: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border-radius: 5px;
    transition: 0.3s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.wz-read-more i {
    font-size: 18px;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
}

.wz-read-more:hover {
    background: rgba(var(--primary-color-rgb), 0.8);
    padding-right: 19px;
    color: var(--white-color);
}

.wz-read-more:hover i {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .wz-read-more {
        display: flex;
    }
}

.wz-read-more.btn-small {
    padding: 5px 20px;
}

.about-content p.bg__v1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    padding: 10px 20px;
    background: rgba(var(--focus-color-rgb), 0.1);
    color: var(--focus-color);
    border-radius: 100px;
    display: inline-block;
}

.gslide-description.description-bottom h4 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

.banner-inner {
    padding-top: 120px;
    background-size: cover;
    background-position: center center;
    height: 35vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.banner-container h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 500;
    position: relative;
}

.banner-inner-about {
    background-position: center center;
}

@media (max-width: 767.98px) {
    .banner-inner {
        height: 25vh;
    }

    .banner-container h2 {
        text-align: center;
        font-size: 22px;
    }

    .banner-container p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 0;
    }

    .banner-inner .mouse {

        bottom: 10px;

    }

    .banner-inner .mouse i {
        font-size: 24px;
    }
}

.banner-container p {
    font-size: 16px;
    color: #FFFFFF;
}

.page-nav .breadcrumb {
    margin-bottom: 0;
}

.page-nav .breadcrumb, .page-nav .breadcrumb a {
    color: #FFFFFF;
}

.page-nav .breadcrumb span.bi {
    font-size: 14px;
    margin: 0 5px;
}


/*--------------------------------------------------------------
# list-icon-box
--------------------------------------------------------------*/
.list-icon-box {
    position: relative;
    padding-top: 40px;
    transition: ease-in-out 0.3s;
}


.list-icon-box .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-right: 50px;
    line-height: 0;
}

.list-icon-box .icon i {
    color: rgba(var(--title-color), 0.7);
    font-size: 56px;
    transition: ease-in-out 0.3s;
    z-index: 2;
    position: relative;
}

.list-icon-box .icon:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    background: rgba(var(--focus-color-rgb), 0.1);
    border-radius: 50px;
    z-index: 1;
    bottom: -15px;
    right: -15px;
    transition: 0.3s;
}

.list-icon-box:hover .icon:before {
    background: rgba(var(--focus-color-rgb), 0.8);
}

.list-icon-box .title {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.list-icon-box .title a {
    color: var(--title-color);
}

.list-icon-box .title a:hover {
    color: var(--primary-color);
}

.list-icon-box .description {
    line-height: 24px;
    font-size: 14px;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
    background-image: radial-gradient(circle at right top, rgba(246, 249, 255, 0.95) 40%, rgba(246, 249, 255, 0.75) 90%), url('../img/about-bg.png');
    background-position: left bottom;
    background-size: 50%;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 100px;
}

.about-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
}

.about .section-title__left h2 {
    font-size: 32px;
}

.about-bg-mask img {
    width: 100%;
    height: auto;
    opacity: 0.1;
}

.about .product-category-item {
    position: relative;
    margin-bottom: 30px;
}

.about .product-category-item .bg {
    border-radius: var(--border-radius);
    overflow: hidden;
    padding-top: 20px;
    padding-right: 40%;
    padding-bottom: 20px;
    padding-left: 10px;
    background-size: cover;
}


.about .product-category-item .content {
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    word-wrap: break-word;
    width: 100%;
}


.about .product-category-item .icon {
    display: inline-block;
}

.about .product-category-item .icon i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 0;
    transition: all 0.4s ease-out 0s;
    color: var(--white-color);
}

.about .product-category-item .icon.color-foc i {
    background-color: rgba(var(--focus-color-rgb), 0.6);
}

.about .product-category-item:hover .icon.color-foc i {
    background-color: var(--focus-color);
}

.about .product-category-item .icon.color-pri i {
    background-color: rgba(var(--primary-color-rgb), 0.6);
}

.about .product-category-item:hover .icon.color-pri i {
    background-color: var(--primary-color);
}

.about .product-category-item .icon.color-sec i {
    background-color: rgba(var(--secondary-color-rgb), 0.6);
}

.about .product-category-item:hover .icon.color-sec i {
    background-color: var(--secondary-color);
}


.about .product-category-item .content h3 a {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--white-color);
}

@media (max-width: 768px) {
    .about {
        background-position: left bottom;
        background-size: 100%;
        background-attachment: fixed;
    }

    .about .product-category-item .bg {
        padding: 20px;
    }
}

.img-title {
    margin-bottom: 0;
}

.img-info {
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 14px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    margin: 0 auto;
    border-radius: var(--border-radius);
}

.img-info a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    display: block;
    color: var(--primary-color);
}

@media (max-width: 1280px) {
    .img-info {
        padding: 10px 10px;
    }

    .img-info a {
        font-size: 10px;
    }
}

/*--------------------------------------------------------------
# Blogs
--------------------------------------------------------------*/

.blogs article {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
}

.blogs article:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blogs .post-img {
    max-height: 240px;
    margin: -30px -30px 15px -30px;
    overflow: hidden;
}

.blogs .post-category {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}

.blogs .title {
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
}

.blogs .title a {
    color: var(--title-color);
    transition: 0.3s;
}

.blogs .title a:hover {
    color: var(--primary-color);
}

.blogs .post-author-img {
    width: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.blogs .post-author {
    font-weight: 600;
    margin-bottom: 5px;
}

.blogs .post-date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Call-to-action
--------------------------------------------------------------*/
.call-to-action {
    padding: 80px 0;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    background-size: cover;
    background-attachment: fixed;
}

.call-to-action img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}

.call-to-action:before {
    content: "";
    background: rgba(var(--primary-color-rgb), 0.1);
    position: absolute;
    inset: 0;
    z-index: 2;
}

.call-to-action .container {
    position: relative;
    z-index: 3;
}

.call-to-action h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
}

.call-to-action p {
    color: var(--white-color);
}

.call-to-action .w-btn-default-outline {
    /*border-radius: 100px;*/
}

.call-to-action .w-btn-default-outline:hover {
    background: var(--focus-color);
    border: 2px solid var(--focus-color);
}

/*--------------------------------------------------------------
# products
--------------------------------------------------------------*/
.product-item {
    position: relative;
}

.product-item .img {
    border-radius: var(--border-radius);
    background-color: var(--light-bg-color);
}

.product-item .caption {
    opacity: 1;
    position: absolute;
    border-radius: var(--border-radius);
    left: 30px;
    right: 30px;
    bottom: 20px;
    z-index: 3;
    transition: all ease-in-out 0.3s;
    background: rgba(255, 255, 255, 0.7);
    padding: 15px;
}

.product-item:hover .caption {
    opacity: 1;
    bottom: 30px;
}

.product-item .title {
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
}

.product-item .title a {
    color: var(--title-color);
    transition: 0.3s;
}

@media screen and (max-width: 768px) {
    .product-item .caption {
        padding: 8px 10px;
    }

    .product-item .title {
        font-size: 18px;
    }
}

/*--------------------------------------------------------------
# certificate
--------------------------------------------------------------*/
.certificate {
    background-image: url("../img/certificate-bg.png");
    background-repeat: no-repeat;
    background-position: -350px 360px;
    background-size: 100%;
}

.certificate .cert {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.certificate .cert .pic {
    border-radius: 4px;
    overflow: hidden;
}

.certificate .cert img {
    transition: all ease-in-out 0.4s;
}

.certificate .cert:hover img {
    transform: scale(1.1);
}

.certificate .cert .cert-info {
    position: absolute;
    bottom: -60px;
    left: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 0.9);
    padding: 15px 0;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.certificate .cert h4 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
    color: var(--title-color);
}

.certificate .cert h4::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: var(--focus-color);
    bottom: 0;
    left: calc(50% - 25px);
}

.certificate .cert span {
    font-style: italic;
    display: block;
    font-size: 13px;
    color: #01036f;
}


.feedback {
    background: #f6f9ff;
    border-top: 1px solid #e1ecff;
    border-bottom: 1px solid #e1ecff;
    text-align: center;
    font-size: 15px;
    position: relative;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    background-size: cover;
    background-attachment: fixed;

}

.feedback h4 {
    font-size: 48px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: var(--title-color);
}

.feedback form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}

.feedback form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

.feedback form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #106eea;
    color: #fff;
    transition: 0.3s;
    border-radius: 0 4px 4px 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.feedback form input[type=submit]:hover {
    background: #0d58ba;
}

@media (max-width: 768px) {
    #feedback button.w-btn-default {
        display: flex;
        width: 100%;
        margin: 10px 0;
    }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
    top: 60px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}


.sidebar-nav .nav-header {

}

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

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--title-color);
    font-weight: 600;
    margin: 10px 0 25px 20px;
}

.sidebar-nav .nav-heading i {
    margin-right: 10px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
    padding: 10px 20px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 14px;
    margin-right: 10px;
}

.sidebar-nav .nav-link.collapsed {
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover, .sidebar-nav .nav-link.active {
    color: var(--primary-color);
    background: #f6f9ff;
}


.sidebar-nav .nav-link:hover i {
    color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0 10px 30px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: var(--secondary-color);
}

.sidebar-nav .nav-content a.active i {
    background-color: var(--secondary-color);
}

/*--------------------------------------------------------------
# category list
--------------------------------------------------------------*/
.category-intro .category-img {
    max-height: 20vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-intro .category-img {
    max-height: unset;
    max-height: none;
}

.product-list-head {
    background-color: var(--light-bg-color);
    padding: 10px 15px;
    border-bottom: 1px dashed var(--border-color);
}

.product-list-head .item {
    font-weight: 600 !important;
    color: var(--title-color);
    font-family: var(--heading-font);
}


.product-list-item {
    padding: 10px 15px;
    border-bottom: 1px dashed var(--border-color);
}

.product-list-item.bg {
    background-color: rgba(0, 0, 0, .05);
}

.product-list-item:hover {
    background-color: var(--light-bg-color);
}

.product-list-head .item,
.product-list-item .item {
    float: left;
}

.product-list-head .item.p_name,
.product-list-item .item.p_name {
    font-family: var(--heading-font);
    width: 40%;
}

.product-list-head .item.p_cas,
.product-list-item .item.p_cas {
    width: 30%;
}

.product-list-head .item.p_mf,
.product-list-item .item.p_mf {
    width: 30%;
}

@media (max-width: 768px) {
    .product-list-head .item.p_name,
    .product-list-item .item.p_name {
        font-weight: 600;
        font-size: 1rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .product-list-head .item.p_cas,
    .product-list-item .item.p_cas {
        width: 50%;
        font-size: 14px;
    }

    .product-list-head .item.p_mf,
    .product-list-item .item.p_mf {
        width: 50%;
        font-size: 14px;
    }
}

.label-tips {
    font-size: 1rem;
    color: var(--text-color-secondary);
}

.product-list-detail {
    padding: 20px 0;
    border-bottom: 1px dashed var(--border-color);
}

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

.product-list-detail .item.p_name {
    font-family: var(--heading-font);
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--text-color-primary) !important;
}


/*--------------------------------------------------------------
# content format
--------------------------------------------------------------*/
.table-hover > tbody > tr:hover > * {
    --bs-table-color-state: var(--title-color);
    --bs-table-bg-state: var(--light-bg-color);
}

.table > :not(caption) > * > * {
    background-color: transparent;
}

.content-body table > thead {
    background-color: var(--light-bg-color);
    font-family: var(--heading-font);
}

.content-body table > thead > * > * {
    color: var(--title-color);
}

.content-body table p {
    margin-bottom: 0;
}

.content-body table td {
    vertical-align: middle;
}

/*--------------------------------------------------------------
# article
--------------------------------------------------------------*/
.article-title h1 {
    font-size: 28px;
    margin-bottom: 1.5rem;
}

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

@media screen and (min-width: 1199.98px) {
    .article-body img {
        max-width: 960px;
        height: auto;
    }
}

.article-footer {
    margin-bottom: 2em;
}

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

/*--------------------------------------------------------------
# Card
--------------------------------------------------------------*/
.card {
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1)
}

.card-header,
.card-footer {
    border-color: #ebeef4;
    background-color: #fff;
    color: #798eb3;
    padding: 15px;

}

.card-title {
    padding: 30px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--title-color);
    font-family: var(--heading-font);
}

.card-title span {
    color: #899bbd;
    font-size: 14px;
    font-weight: 400;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.card-img-overlay {
    background-color: rgba(255, 255, 255, 0.6);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-box .info {
    width: 100%;
}

.contact-box .info .item {
    margin-bottom: 1rem;
    padding: 28px 30px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1)
}

.contact-box .info i {
    font-size: 20px;
    color: var(--secondary-color);
    float: left;
    width: 44px;
    height: 44px;
    background: #e7f5fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact-box .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--title-color);
}

.contact-box .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
}

.contact-box .info p {
    padding-top: 6px;
}

.contact-box .info .social-links {
    padding-left: 60px;
}

.contact-box .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact-box .info .social-links a:hover {
    background: rgba(var(--primary-color-rgb), 0.2);
    color: #fff;
}

.contact-box .info .email:hover i,
.contact-box .info .address:hover i,
.contact-box .info .phone:hover i {
    background: var(--secondary-color);
    color: #fff;
}

.contact_index .section-title__left h2 {
    font-size: 32px;
}

.section-title__left h2::after {
    display: block;
}

.sidebar_contact .contact-box .info .item {
    padding: 15px 20px;
}

.sidebar_contact .contact-box .info i {
    font-size: 16px;
    width: 32px;
    height: 32px;
}

.sidebar_contact .contact-box .info h4 {
    padding: 0 0 0 48px;
    font-size: 18px;
}

.sidebar_contact .contact-box .info p {
    padding: 0 0 0 48px;
}


/*--------------------------------------------------------------
# Our Core Values
--------------------------------------------------------------*/
.our-values .values-item {
    padding: 30px;
    background: var(--primary-color);
    color: #fff;
    min-height: 350px;
}

.our-values .values-item h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.our-values .values-item p {
    margin-bottom: 30px;
}

.our-values .values-item .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.3);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
}

.our-values .values-item .more-btn i {
    font-size: 14px;
}

.our-values .values-item .more-btn:hover {
    color: var(--primary-color);
    background: #fff;
}

.our-values .icon-box {
    text-align: center;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(55, 55, 63, 0.1);
    transition: 0.3s;
}

.our-values .icon-box i {
    color: var(--color-primary);
    margin-bottom: 30px;
    font-size: 32px;
    margin-bottom: 30px;
    background: rgba(206, 18, 18, 0.1);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
}

.our-values .icon-box h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px 0;
    font-family: var(--font-secondary);
}

.our-values .icon-box p {
    font-size: 15px;
    color: #6c757d;
}

@media (min-width: 1200px) {
    .our-values .icon-box:hover {
        transform: scale(1.1);
    }
}


.post-box__img {
    /*background-color: var(--light-bg-color);*/
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    height: 100%;
    overflow: hidden;
    border-radius: var(--border-radius);
}

.post-box__img .post-txt {
    background-color: #FFFFFF;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    padding: 25px 20px;
    position: relative;
    z-index: 2;
}

.post-box__img .post-txt h3 {
    font-size: 18px;
    font-weight: 600;
    padding-right: 50px;
}

.post-box__img .post-txt p {
    color: color-mix(in srgb, var(--default-color), transparent 30%);
    font-size: 14px;
    margin-bottom: 0;
    padding-right: 50px;
}

.cross-col2 {
    padding-bottom: 100px;
}

.cross-col2 .content h2.title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.cross-col2 .content .desc p {
    margin-bottom: 0;
}

.img-box .img {
    transition: 0.3s all;
    border-radius: var(--border-radius);
    overflow: hidden;
}


.img-box .img:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
}

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/
.box-jobs {
    padding: 20px 30px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border-radius: var(--border-radius);
    position: relative;
    transition: all 0.3s ease-out;
    overflow: hidden;
}

.box-jobs:hover,
.box-jobs:has(.jobs-body.show) {
    box-shadow: 0 5px 47px 4px rgba(var(--primary-color-rgb), .1);
}

.box-jobs:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    bottom: 0;
    background: var(--primary-color);
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.box-jobs:hover:after,
.box-jobs:has(.jobs-body.show):after {
    width: 100%;
    opacity: 1;
}


.box-jobs .jobs-header {
    padding: 10px 0;
    position: relative;
}

.box-jobs .jobs-header h3 {
    font-size: 20px;
    font-weight: 600;
}

.box-jobs .jobs-header p {
    font-size: 14px;
    padding: 5px 0;
    color: var(--text-color-secondary);
    margin-bottom: 0;

}

.box-jobs .jobs-header p span b {
    font-weight: 600;
}

.box-jobs .jobs-header .accordion-icon {
    position: absolute;
    right: 0;
    top: 10px;
}

.box-jobs .jobs-header .accordion-icon i {
    font-size: 30px;
    font-weight: 400;
}

.box-jobs .jobs-body {
    margin: 1.5rem 0;
}

.box-jobs .jobs-body strong, .box-jobs .jobs-body b {
    font-weight: 600;
}

.box-jobs .jobs-body .content p {
    margin-bottom: 8px;
}

.box-jobs .jobs-body .content button {
    margin-top: 1.5rem;
}

#jobs [aria-expanded="false"] .accordion-icon i:nth-child(1) {
    display: inline;
}

#jobs [aria-expanded="false"] .accordion-icon i:nth-child(2) {
    display: none;
}

#jobs [aria-expanded="true"] .accordion-icon i:nth-child(1) {
    display: none;
}

#jobs [aria-expanded="true"] .accordion-icon i:nth-child(2) {
    display: inline;
    color: var(--primary-color);
}

#hr_contact .modal-body p {
    margin-bottom: 5px;
}

#hr_contact .modal-body input, #hr_contact .modal-body input:focus {
    border: none;
    outline: none !important;
}

#hr_contact .btn-clipboard {
    font-size: 12px;
    color: var(--text-color-secondary);
    border: none;
    background-color: transparent;
}

.page-navbar {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 10;
}

.page-navbar-list {
    height: 70px;
    margin-bottom: 0;
}

.page-navbar-list li {
    display: inline-flex;
    position: relative;
}


.page-navbar-list li:not(:last-child):after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    background: #ccc;
    top: 50%;
    margin-top: -7px;
    right: 0px;
}

.page-navbar-list a {
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}


.page-navbar-list a:before {
    content: "";
    position: absolute;
    left: 25px;
    height: 2px;
    bottom: 3px;
    background-color: var(--primary-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
}

.page-navbar-list li:first-child a {
    padding-left: 0;
}

.page-navbar-list li:first-child a:before {
    left: 0;
}

.page-navbar-list li.active a {
    color: var(--primary-color);
}

.page-navbar-list a:hover:before, .page-navbar-list li.active a:before {
    visibility: visible;
    width: 40px;
}


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

@media screen and (max-width: 768px) {
    .about .section-title__left h2 {
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 1rem;
    }

    .page-navbar-list a {
        padding: 5px 10px;
        font-size: 14px;
    }

    .cross-col2 {
        padding-bottom: 30px;
    }

    .cross-col2 .content h2.title {
        font-size: 18px;
        margin-bottom: 1rem;
    }

    .cross-col2 .content .desc {
        font-size: 14px;
    }

    .blogs article {
        padding: 15px;
    }

    .blogs .title {
        font-size: 18px;
    }

    .blogs .post-category {
        font-size: 14px;
    }

    .blogs .post-img {
        max-height: 240px;
        margin: -15px -15px 15px -15px;
        overflow: hidden;
    }

    .footer-feedback h4 {
        font-size: 20px;
    }

    .footer-feedback p {
        font-size: 14px;
    }

    .box-jobs {
        padding: 5px 15px;
    }

    .box-jobs .jobs-header h3 {
        font-size: 18px;
        font-weight: 600;
    }
}

.file-box {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-image: radial-gradient(circle at top left, rgba(255, 255, 255, 0.98) 0, rgba(255, 255, 255, 0.97) 100%), url('../img/logo.png')
}

.file-box .content {
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.file-box .content::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    bottom: -1px;
    background-image: linear-gradient(var(--linear-gradient));
    width: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.file-box:hover .content::after {
    opacity: 1;
    width: 100%;
}

.file-box .content .title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
    padding-left: 18px;
}

.file-box .content .title::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 16px;
    line-height: inherit;
    color: var(--primary-color);
}

.file-box .content .post-date {
    font-size: 14px;
    color: var(--text-color-secondary)
}
