<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
            /$$
    /$$    /$$$$
   | $$   |_  $$    /$$$$$$$
 /$$$$$$$$  | $$   /$$_____/
|__  $$__/  | $$  |  $$$$$$
   | $$     | $$   \____  $$
   |__/    /$$$$$$ /$$$$$$$/
          |______/|_______/
================================
        keep calm and get rich.
                    is the best.

---------------------------------------------
theme name: mbh-qianhai
theme uri: https://www.nicetheme.cn/
author: nicetheme
author uri: https://www.nicetheme.cn/
description: 
version: 1.0.0
license uri: license
text domain: mbh-qianhai
*/
@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

/*--------------------------------------------------------------
## header navbar
--------------------------------------------------------------*/

.header-top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #14629e;
    transition: padding 0.25s;
}

.header-top &gt; .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.header-submenu {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .header-top {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 767.98px) {
    .header-asidemenu img,
    .header-translate img {
        width: 20px;
    }
}

/*--------------------------------------------------------------
## nav brand
--------------------------------------------------------------*/

.header-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.header-brand img {
    max-height: 60px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header-brand img {
        max-height: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .header-brand img {
        max-height: 40px;
    }
}

@media (max-width: 767.98px) {
    .header-brand img {
        max-height: 35px;
    }
}

/*-------------------------------------------------------------- 
## main navigation 
--------------------------------------------------------------*/
.header-menu {
    padding: 0.5rem 0;
    background-color: #282840;
}

.header-menu ul {
    display: flex;
    justify-content: space-around;
}

.header-menu ul li {
    position: relative;
    flex: 1 1 auto;
    text-align: center;
}

.header-menu ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
}

.header-menu ul li:last-child::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
}

.header-menu ul li a {
    display: block;
    font-size: 1rem;
    padding: 0.5rem 0.75rem;
    color: #fff;
    opacity: 0.8;
}

.header-menu ul li.current-menu-item &gt; a {
    color: #fff;
    opacity: 1;
}

.header-search {
    position: relative;
    max-width: 180px;
}

.header-search .search-input {
    border-radius: 100px;
    padding-left: 1.5rem;
}

.header-search .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #282840;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    font-size: 1.5rem;
    width: 3.5rem;
    height: 100%;
}

.page-template-page-about .site-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.page-template-page-about .site-header .header-top {
    background-color: rgba(20, 98, 158, 0.8);
}

.page-template-page-about .header-menu {
    background-color: rgba(40, 40, 64, 0.8);
}

/*-------------------------------------------------------------- 
## site banner 
--------------------------------------------------------------*/
.site-banner .swiper-slide img {
    width: 100%;
}

.site-banner .swiper-slide .slide-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
}

@media (max-width: 767.98px) {
    .site-banner .swiper-slide .slide-content {
        font-size: 1rem;
        padding: 0.25rem 0.5rem;
    }
}

/*-------------------------------------------------------------- 
## block section 
--------------------------------------------------------------*/
.block-section {
    margin-bottom: 5rem;
}

.block-heading {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}

.block-heading::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 4.5rem;
    height: 0.3125rem;
    background-color: var(--bg-primary);
    transform: translatex(-50%);
}

.block-heading a {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0.75rem;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.125rem 0.5rem;
    color: #fff;
    background-color: var(--bg-primary);
    border-radius: var(--radius-sm);
}

@media (max-width: 767.98px) {
    .block-section {
        margin-bottom: 3rem;
    }

    .block-heading {
        font-size: 1.5rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .block-heading a {
        top: 0.375rem;
    }
}

/*-------------------------------------------------------------- 
## services list 
--------------------------------------------------------------*/

.services-list {
    text-align: center;
}

.services-list .services-item .services-image {
    padding: 1rem;
    border-radius: var(--radius-sm);
    background-color: var(--bg-primary);
}

.services-list .services-item .services-image i {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
}

.services-list .services-item .services-title {
    font-size: 1.25rem;
    margin-top: 0.5rem;
}

/*-------------------------------------------------------------- 
## news list 
--------------------------------------------------------------*/
.index-news-list .news-image-block {
    border: 1px solid #a5d8ff;
}

.index-news-list .news-image-block .media-3x2:after {
    padding-top: 64%;
}

.index-news-list .news-image-block .news-image-content {
    padding: 1rem 1.5rem;
}

.index-news-list .news-block {
    border: 1px solid #a5d8ff;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease-in-out;
}

.index-news-list .news-block:hover {
    background-color: #eaeaea;
    border-color: #eaeaea;
}

.index-news-list .news-block:last-child {
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .index-news-list .news-block {
        margin-bottom: 1rem;
    }
}

/*-------------------------------------------------------------- 
## index ads 1 
--------------------------------------------------------------*/
.index-ads-1 {
    margin-bottom: 5rem;
}

.index-ads-1 img {
    width: 100%;
}

/*-------------------------------------------------------------- 
## index highlights list 
--------------------------------------------------------------*/

.index-highlights-list .highlights-item {
    border: 1px solid #a5d8ff;
}

.index-highlights-list .highlights-item .highlights-content {
    padding: 1rem 1.5rem;
}

.index-highlights-list .highlights-item.left {
    position: relative;
}

.index-highlights-list .highlights-item.left a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.index-highlights-list .highlights-item.left .media-content::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 1px solid #fff;
    z-index: 1;
}

.index-highlights-list .highlights-item.left .highlights-play-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
}

.index-highlights-list .highlights-item.left .highlights-play-icon span {
    position: relative;
    display: block;
    top: 2px;
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: ;
    opacity: 0.7;
}

.index-highlights-list .highlights-item.left .highlights-content {
    padding: 0.9375rem 1.5rem;
}

.index-highlights-list .highlights-item.right:first-child {
    margin-bottom: 1.625rem;
}

@media (max-width: 767.98px) {
    .index-highlights-list .highlights-item.right:first-child {
        margin-bottom: 1rem;
    }
}

/*-------------------------------------------------------------- 
## index business list 
--------------------------------------------------------------*/

.index-business-list .business-item {
    display: flex;
    flex: 0 0 auto;
    flex-shrink: 0;
    max-width: 100%;
    width: 20%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.index-business-list .business-item-inner {
    flex: 1 1 auto;
}

@media (max-width: 991.98px) {
    .index-business-list .business-item:first-child {
        width: 100%;
    }

    .index-business-list .business-item {
        width: 50%;
    }
}

/*-------------------------------------------------------------- 
## index stories list 
--------------------------------------------------------------*/

.index-stories-list .stories-more {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    flex-shrink: 0;
    background-color: var(--bg-primary);
    border-radius: 100%;
}

.index-stories-list .stories-more::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
    border: 1px solid #fff;
    border-radius: 100%;
}

.index-stories-list .stories-more::after {
    content: "";
    display: block;
    padding-top: 100%;
}

.index-stories-list .stories-more span {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    transform: translate(-50%, -50%);
}

/*-------------------------------------------------------------- 
## index life list 
--------------------------------------------------------------*/

.index-life-list .life-item {
    position: relative;
}

.index-life-list .life-item .life-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.index-life-list .life-item .life-content .h3 {
    color: #fff;
}

.site-footer {
    background-color: #282840;
    color: #fff;
}

.site-footer a {
    color: #fff;
}

.site-footer .footer-inner {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 3rem 0;
}

.site-footer .footer-logo {
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.site-footer .footer-copyright {
    margin-right: 1.5rem;
}

@media (max-width: 767.98px) {
    .site-footer .footer-inner {
        flex-direction: column;
        text-align: center;
    }

    .site-footer .footer-logo {
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .site-footer .footer-copyright {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* ---------------------------------------------------
sidebar style
----------------------------------------------------- */
.mobile-body {
    overflow: hidden;
}

.mobile-overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 998;
}

.mobile-overlay.active {
    display: block;
}

.mobile-sidebar {
    width: 80%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    z-index: 999;
    background: var(--bg-primary);
    transition: all 0.3s;
    transform: translatex(-100%);
    transition: 300ms ease;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
}

.mobile-sidebar.active {
    transform: translatex(0);
    transition: 300ms ease;
}

.mobile-menu {
    padding: 0 1rem;
}

.mobile-menu li {
    padding: 1rem;
}

.mobile-menu li a {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
    .mobile-sidebar {
        width: 300px;
    }
}

@media (min-width: 767.98px) {
    .mobile-menu::-webkit-scrollbar {
        display: none;
    }
}

/* ---------------------------------------------------
breadcrumbs style
----------------------------------------------------- */
.breadcrumbs {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-muted);
}

/* ---------------------------------------------------
widget style
----------------------------------------------------- */
.widget-cat-list {
    background-color: var(--bg-light);
    padding: 1.5rem;
    min-height: 500px;
}

.widget-cat-list li {
    margin-bottom: 1rem;
}

.widget-cat-list li a {
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #d3dce1;
    color: #626262;
}

.widget-cat-list li a:hover,
.widget-cat-list li.active a {
    background-color: var(--bg-primary);
    color: #fff;
}

/* ---------------------------------------------------
news list style
----------------------------------------------------- */
.news-list .news-item {
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--bg-light);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.news-list .news-item .news-content {
    padding: 0;
}

.news-list .news-item.has-img .news-content {
    padding: 0 1.5rem;
}

.news-list .news-item .news-date {
    color: #00a1e9;
}

@media (max-width: 767.98px) {
    .news-list .news-item {
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .news-list .news-item.has-img .news-content {
        padding: 0 1rem;
    }
}

/* ---------------------------------------------------
.news 2 list style
----------------------------------------------------- */
.news-2-list .news-2-item {
    display: flex;
    flex-direction: row;
    min-width: 0;
    word-wrap: break-word;
    border-bottom: 1px dashed var(--border-muted);
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}

.news-2-list .news-2-item .news-2-content {
    padding: 0;
}

.news-2-list .news-2-item.has-img .news-2-content {
    padding: 0 1.5rem;
}

@media (max-width: 767.98px) {
    .news-2-list .news-2-item {
        margin-bottom: 1rem;
    }

    .news-2-list .news-2-item.has-img .news-2-content {
        padding: 0 1rem;
    }
}

.widget-news-2-list {
    border: 1px solid var(--border-muted);
}

.widget-news-2-list li {
    padding: 1rem;
    border-bottom: 1px solid var(--border-muted);
}

.widget-news-2-list li:last-child {
    border-bottom: 0;
}

/* ---------------------------------------------------
focus page style
----------------------------------------------------- */
.focus-poster {
    position: relative;
}

.focus-breadcrumbs {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding-top: 1rem;
}

.focus-breadcrumbs a {
    color: #fff;
}

.focus-main {
    padding: 4rem 0;
}

.focus-one {
    margin-bottom: 3rem;
}

/* ---------------------------------------------------
news post style
----------------------------------------------------- */
.about-video {
    position: relative;
}

.about-video .video-content {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.about-video .video-content .video-item {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: auto;
    transform: translatex(-50%) translatey(-50%);
    background-size: cover;
}

@media (max-width: 767.98px) {
    .about-video .video-content {
        height: calc(40vh);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .about-video .video-content {
        height: calc(50vh);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .about-video .video-content {
        height: calc(50vh);
    }
}

.about-video .video-content .video-play-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid #fff;
    border-radius: 100%;
    z-index: 2;
}

.about-video .video-content .video-play-icon span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
}

/* ---------------------------------------------------
about column style
----------------------------------------------------- */
.about-section {
    padding: 4rem 0;
}

.about-column {
    margin-bottom: 4rem;
}

.about-column .column-item {
    text-align: center;
}

.about-column .column-item .column-image img {
    position: relative;
    border: 10px solid var(--bg-primary);
    border-radius: 100%;
}

/* ---------------------------------------------------
photos list style
----------------------------------------------------- */
.focus-two-list {
    position: relative;
}

.focus-two-list .swiper-button-next,
.focus-two-list .swiper-button-prev {
    width: var(--swiper-navigation-size);
    color: var(--swiper-pagination-color);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0 0;
    transition: all 0.3s ease-out 0s;
}

.focus-two-list .swiper-button-next {
    right: 0;
    transform: translatex(125%);
}

.focus-two-list .swiper-button-prev {
    left: 0;
    transform: translatex(-125%);
}

.focus-two-list .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.focus-two-list .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.focus-two-list .swiper-button-next:after,
.focus-two-list .swiper-button-prev:after {
    position: relative;
    font-size: calc((var(--swiper-navigation-size) / 2.25));
}

.focus-two-list .swiper-button-prev:after {
    left: -1px;
}

.focus-two-list .swiper-button-next:after {
    left: 1px;
}

.focus-two-list .swiper-button-next.swiper-button-disabled,
.focus-two-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    .focus-two-list .swiper-button-next,
    .focus-two-list .swiper-button-prev {
        display: none;
    }
}

/* ---------------------------------------------------
photos list style
----------------------------------------------------- */
.photos-list {
    position: relative;
    height: 600px;
}

@media (max-width: 767.98px) {
    .photos-list {
        position: relative;
        height: 200px;
    }

    .photos-list .swiper-button-next,
    .photos-list .swiper-button-prev {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .photos-list {
        position: relative;
        height: 350px;
    }
}

.photos-list .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.photos-list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 30px) / 2) !important;
}

.photos-list .swiper-slide a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.photos-list .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: inherit;
}

.photos-list .swiper-button-next,
.photos-list .swiper-button-prev {
    width: var(--swiper-navigation-size);
    color: var(--swiper-pagination-color);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 100%;
    opacity: 1;
    visibility: visible;
    transform-origin: 0 0 0;
    transition: all 0.3s ease-out 0s;
}

.photos-list .swiper-button-next {
    right: 0;
    transform: translatex(125%);
}

.photos-list .swiper-button-prev {
    left: 0;
    transform: translatex(-125%);
}

.photos-list .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.photos-list .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.photos-list .swiper-button-next:after,
.photos-list .swiper-button-prev:after {
    position: relative;
    font-size: calc((var(--swiper-navigation-size) / 2.25));
}

.photos-list .swiper-button-prev:after {
    left: -1px;
}

.photos-list .swiper-button-next:after {
    left: 1px;
}

.photos-list .swiper-button-next.swiper-button-disabled,
.photos-list .swiper-button-prev.swiper-button-disabled {
    opacity: 0.5;
}

/* ---------------------------------------------------
news post style
----------------------------------------------------- */
.highlight-list .highlight-item .media-content::before {
    content: "";
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    border: 1px solid #fff;
    z-index: 1;
}

.highlight-list .highlight-item .highlights-play-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
}

.highlight-list .highlight-item .highlights-play-icon span {
    position: relative;
    display: block;
    top: 1px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: ;
    opacity: 0.7;
}

@media (max-width: 767.98px) {
    .highlight-list .highlight-item .highlights-play-icon {
        width: 40px;
        height: 40px;
    }

    .highlight-list .highlight-item .highlights-play-icon span {
        width: 20px;
        height: 20px;
    }

    .highlight-list .highlight-item .media-content::before {
        left: 0.5rem;
        right: 0.5rem;
        top: 0.5rem;
        bottom: 0.5rem;
        border: 1px solid #fff;
    }
}

/* ---------------------------------------------------
news post style
----------------------------------------------------- */

.post-title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-muted);
}

/*--------------------------------------------------------------
post content
--------------------------------------------------------------*/

.post-content {
    position: relative;
    font-size: 1rem;
    line-height: 1.85;
    word-break: normal;
    word-wrap: break-word;
}

.post-content &gt; *:first-child {
    margin-top: 0;
}

.post-content &gt; *:last-child {
    margin-bottom: 0;
}

.post-content a:hover,
.post-content a:focus {
    text-decoration: none;
}

.post-content p {
    margin: 0 0 1.25rem;
}

.post-content &gt; p {
    text-align: justify;
}

.post-content hr {
    margin: 4rem auto;
}

.post-content &gt; .wp-block-cover.alignwide:first-child,
.post-content &gt; .wp-block-cover.alignfull:first-child {
    margin-top: 0;
}

/* font families ----------------------------- */

.post-content h1,
.post-content h2,
.post-content h3 {
    margin: 2.5rem auto 2rem;
}

.post-content h4,
.post-content h5,
.post-content h6 {
    margin: 2.5rem auto 1rem;
}

@media (max-width: 767.98px) {
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        margin: 2rem auto 1rem;
    }

    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 2rem auto 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        margin: 1rem auto 1rem;
    }

    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 1rem auto 1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .post-content h1,
    .post-content h2,
    .post-content h3 {
        margin: 1.5rem auto 1rem;
    }

    .post-content h4,
    .post-content h5,
    .post-content h6 {
        margin: 1.5rem auto 1rem;
    }
}

/* font link ----------------------------- */

.post-content p &gt; a,
.post-content li &gt; a,
.post-content dd &gt; a,
.post-content td a,
.post-content th a,
.post-content h1 a,
.post-content h2 a,
.post-content h3 a,
.post-content h4 a,
.post-content h5 a,
.post-content h6 a,
.post-content em a,
.post-content strong a {
    box-shadow: 0 -0.0625rem 0 0 var(--bg-primary) inset;
    transition: 0.3s ease-in;
}

.post-content p &gt; a:hover,
.post-content li &gt; a:hover,
.post-content dd &gt; a:hover,
.post-content td a:hover,
.post-content th a:hover,
.post-content h1 a:hover,
.post-content h2 a:hover,
.post-content h3 a:hover,
.post-content h4 a:hover,
.post-content h5 a:hover,
.post-content h6 a:hover,
.post-content em a:hover,
.post-content strong a:hover {
    box-shadow: 0 -0.125rem 0 0 var(--bg-primary) inset;
    opacity: 1;
}

/* post quote style ----------------------------- */

.wp-block-quote a,
.wp-block-quote p &gt; a {
    border-color: var(--border-light);
}

.wp-block-quote a,
.wp-block-quote a:hover {
    color: inherit;
}

/* alignment classes ------------------------- */

.post-content .alignnone,
.wp-block-image,
.wp-block-embed {
    margin: 2.5rem 0;
}

.alignright,
a img.alignright,
.wp-block-image .alignright {
    float: right;
    margin: 0.25rem 0 1.25rem 1.875rem;
}

.alignleft,
a img.alignleft,
.wp-block-image .alignleft {
    float: left;
    margin: 0.25rem 1.875rem 1.25rem 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 2.5rem auto;
}

.aligncenter &gt; img,
div.aligncenter &gt; img {
    margin: 0 auto;
}

p img.alignnone,
img.alignnone {
    display: block;
    margin: 2.5rem 0;
}

/*--------------------------------------------------------------
ul - style 
--------------------------------------------------------------*/

.post-content ul,
.post-content ol {
    padding: 0 0 0 1.25rem;
    margin-bottom: 1.5rem;
}

.post-content ul {
    list-style: disc;
}

.post-content ul ul,
.post-content ol ol,
.post-content ul ol,
.post-content ol ul {
    margin-bottom: 1rem;
}

.post-content ul ul {
    list-style: circle;
    margin: 0.75rem 0;
}

.post-content ul ul ul {
    list-style: square;
}

.post-content ol {
    list-style: decimal;
}

.post-content ol ol {
    list-style: lower-alpha;
}

.post-content ol ol ol {
    list-style: lower-roman;
}

.post-content li {
    line-height: 1.5;
    margin: 0 0 1rem;
}

.post-content li li {
    margin: 0 0 0.5rem;
}

.post-content li img {
    display: inline-block;
}

/*--------------------------------------------------------------
    block table style
--------------------------------------------------------------*/

.post-content table {
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd !important;
    margin-top:2rem !important;
    margin-bottom:2rem !important;
}

.post-content  table tr th,
.post-content  table tr td {
   padding: 8px;
   border: 1px solid #ddd !important;
}

/*--------------------------------------------------------------
    embed video style
--------------------------------------------------------------*/
.embed-responsive-16by9 {
    position: relative;
    padding-bottom: 56.25%;
}

.embed-responsive audio,
.embed-responsive video {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

/*--------------------------------------------------------------
    business page style
--------------------------------------------------------------*/
.business-list .left .item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    transition: all 0.3s ease-in-out;
}

.business-list .left .item:hover {
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 40%);
}

.business-list .left .item .media-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
}

.business-list .left .item .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2.5rem;
    color: #fff;
    transform: translatey(150px);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.business-list .left .item:hover .item-content {
    transform: translatey(0);
    background-color: rgb(20 98 158 / 75%);
}

.business-list .left .item .item-content .item-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.business-list .left .item .item-content .item-desc {
    margin-top: 1.5rem;
    text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.business-list .left .item .item-content .item-action {
    margin-top: 1rem;
}

.business-list .left .item .item-content .item-action a {
    border-color: #fff;
    color: #fff;
}

.business-list .right .item {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
}

.business-list .right .item .item-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 2.5rem;
    color: #fff;
    transform: translatey(420px);
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.business-list .right .item .media-content::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1;
}

.business-list .right .item:hover .item-content {
    transform: translatey(0);
    background-color: rgb(20 98 158 / 75%);
}

.business-list .right .item .item-content .item-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.business-list .right .item .item-content .item-desc {
    margin-top: 1.5rem;
    text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.business-list .right .item .item-content .item-action {
    margin-top: 1rem;
}

.business-list .right .item .item-content .item-action a {
    border-color: #fff;
    color: #fff;
}
</pre></body></html>