/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@import url('../../../css2');


/* development */

:root {
    --white: #fff;
    --color-main: #435815;
    --color-main2: #330000;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../../uploads/2024/05/chinese.msyh_.ttf') format('tff');
}

body {
    position: relative;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    font-family: 'Montserrat', Arial, Verdana, sans-serif, 'Microsoft Yahei';
    /* font-family: 'Montserrat'; */
    font-size: 16px;
    color: #555;
}

a,
a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    color: #aaa;
}

a:focus {
    outline: none;
}

.main1700 {
    padding: 0 60px;
    margin: 0 auto;
}

/* @media only screen and (max-width: 1699px) {
    
} */

.main1600 {
    max-width: 1365px;
    margin: 0 auto;
}

.main1500 {
    max-width: 1200px;
    margin: 0 auto;
}

.main1000 {
    width: 1000px;
    margin: 0 auto;
}

.main800 {
    width: 800px;
    margin: 0 auto;
}

/* button */
.btn.btn-branding-primary {
    color: #FFF;
    background-color: #4D7BC8;
    border: 2px solid #222;
    padding: 11px 18px;
    border-radius: 8px;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn.btn-branding-primary:hover {
    color: #FFF;
    background-color: #1C1C1C;
}

.btn.btn-branding-secondary {
    color: #000;
    background-color: #FFB14C;
    border: 2px solid #222222;
    border-radius: 8px;
    padding: 13px 20px;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20.16px;
}

.btn.btn-branding-secondary:hover {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

/* @media (max-width: 750px) {
    .btn-branding-primary {
        padding: 11px 18px;
    }
} */

/* end button */

/* header */
.site-header {
    padding-block-start: 0 !important;
    padding-block-end: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background-color: #FFF;
    box-shadow: 0 0 2px #809cbb;
    transition: all .3s ease-in-out;
}

.site-header.header-transparent {
    background-color: transparent;
    box-shadow: none;
}

.home .site-header {
    position: fixed;
}

.site-logo {
    position: relative;
}

.site-logo a {
    transition: opacity .3s ease-in-out;
}

.header-transparent .site-logo .custom-logo-link {
    opacity: 0;
}

.site-logo .logo-putih {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.header-transparent .site-logo .logo-putih {
    opacity: 1;
}

/* body.home .site-header {
    position: fixed;
} */

.site-header {
    position: sticky;
    background-color: #FFF;
    box-shadow: 0 0 2px #809cbb;
}

.admin-bar .site-header {
    top: 32px;
}

.site-header .header-inner {
    max-width: 2400px !important;
    padding: 20px 40px;
    background-color: transparent;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: normal;
}

.site-header:not(.header-stacked) .header-inner .site-branding {
    max-width: none;
    /* height: 80px; */
}

.site-logo img {
    max-width: 160px;
    width: 100%;
}

.site-header .site-navigation {
    margin-left: auto;
}

.site-navigation ul.menu {
    gap: 1.736vw;
}

.site-navigation ul.menu>li>a {
    position: relative;
    color: #435815;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding: 0;
    transition: .3s ease-in-out;
}

.header-transparent .site-navigation ul.menu>li>a {
    color: white;
}

.header-transparent .site-header-search .search .search-default,
.header-transparent .site-navigation-toggle-holder .site-navigation-toggle {
    filter: brightness(0) invert(1);
}

.site-navigation ul.menu>li:hover>a {
    color: #330000;
}

.site-navigation ul.menu>li.current_page_item>a::after {
    position: absolute;
    left: 50%;
    top: 30px;
    content: "";
    width: 0;
    height: 2px;
    background-color: #435815;
    transition: all 0.5s ease-in-out;
    width: 50%;
    transform: translateX(-50%);
}

.site-navigation ul.menu li.menu-item-has-children {
    padding-inline-end: 0;
}

.site-navigation ul.menu li.menu-item-has-children:after {
    content: '';
}

.site-navigation ul.menu>li.menu-item>ul.sub-menu {
    padding: 10px 0;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    left: -50%;
    width: 100%;
    /* left: -110%;
    width: 300%; */
    /* left: calc(100% - 130px);
    min-width: 230px; */
}

.site-navigation ul.menu>li.menu-item>ul.sub-menu>li.menu-item {
    border-block-end: 0;
    justify-content: center;
}

.site-navigation ul.menu>li.menu-item>ul.sub-menu>li.menu-item>a {
    color: #333;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0 15px;
}

.site-header-search {
    margin-left: 30px;
}

.site-header-search .search {
    border-width: 0;
    padding: 0;
}

.site-header-search .search:focus {
    background-color: transparent;
    outline: 0;
}

.site-header-search .search:hover {
    background-color: transparent;
}

.site-header-search .search .search-default {
    display: block;
    width: 25px;
    transform: translateY(4px);
    transition: .3s ease-in-out;
}

.site-header-language {
    margin-left: 15px;
}

.site-header-language .trp-language-switcher {
    width: auto;
    height: 80px;
    display: flex;
    align-items: center;
}

.site-header-language .trp-language-switcher>div {
    width: auto !important;
    padding: 0;
    line-height: normal;
    border-color: transparent;
    background-image: none;
    background-color: transparent;
}

.site-header-language .trp-language-switcher>div>a {
    padding: 0 12px;
    text-align: center;
}

.site-header-language .trp-language-switcher>div>a>img {
    width: 40px;
    height: auto;
    margin: 0;
}

.site-header-language .trp-language-switcher>div>a>span {
    width: 40px;
    font-size: 16px;
    color: #330000;
    line-height: 40px;
    height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: visible;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 15px 18px;
    top: 81px;
    left: -12px;
    background-color: #FFF;
    box-shadow: 0 0 5px #ddd;
    border-radius: 2px;
}

.trp-language-switcher:hover .trp-ls-shortcode-language>a {
    padding: 0;
}

.trp-language-switcher:hover .trp-ls-shortcode-language>a:first-child {
    padding-bottom: 10px;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    color: #eb6d05;
    transition: .3s ease-in-out;
}

.site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder {
    max-width: none;
    width: 24px;
    padding: 0;
    justify-content: flex-start;
    flex-grow: 0;
    margin: 0 15px 0 30px;
}

@media only screen and (min-width: 992px) {
    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder-desktop {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 993px) {
    body .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown) .site-navigation-toggle-holder {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder-desktop,
    .site-header-search.hide-mobile {
        display: none !important;
    }

    .site-header .header-inner {
        justify-content: space-between;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder .fa-xmark {
        display: none;
    }
}

.site-navigation-toggle-holder .site-navigation-toggle {
    background-color: transparent;
}

.fadeup_default {
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
}

.title-with-icon-flex {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1vw;
}

.title-with-icon {
    color: #435815;
    font-size: 36px;
    line-height: 43px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.title-with-icon-img {
    width: 46px;
}

.section-top-bottom {
    padding: 100px 0;
}

.new-container {
    position: relative;
    max-width: 2400px;
    margin-left: auto;
    margin-right: auto;
}

/* #site-header {
    margin: auto;
    max-width: 2400px;
} */

body.search.search-no-results .site-main,
body.search.search-no-results .site-main .entry-title,
body.search.search-results .site-main,
body.search.search-results .site-main .entry-title {
    max-width: 2400px;
}

.iconBox a {
    color: #fff;
}

@media only screen and (max-width: 1680px) {

    /* body.search.search-no-results .site-main,
    body.search.search-no-results .site-main .entry-title,
    body.search.search-results .site-main,
    body.search.search-results .site-main .entry-title {
        max-width: 1580px;
    }

    #site-header {
        width: 100%;
        max-width: 1580px;
    } */

    /* .new-container {
        max-width: 1580px;
    } */
}

@media only screen and (max-width: 1100px) {}

@media (max-width: 750px) {
    .franchise-footer {
        flex-wrap: wrap;
        gap: 50px;
    }

    .franchise-footer-left-item {
        width: 100%;
        flex: inherit;
    }

    .franchise-footer-right {
        width: 100%;
    }

    .site-header-language .trp-language-switcher {
        height: 40px;
    }

    .menu-item-has-children .sub-menu {
        opacity: 0;
    }

    .menu-item-has-children.elementor-active .sub-menu {
        opacity: 1;
    }
}

@keyframes lv-fadeInUp-short {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        -ms-transform: translateY(50px);
        transform: translateY(50px);
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes lv-fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes fadeindown_little {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes lv-fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        transform: translateY(-150px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes lv-fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        transform: translateX(-150px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

@keyframes lv-fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px);
        -ms-transform: translateX(150px);
        transform: translateX(150px);
        filter: blur(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        filter: blur(0px);
    }
}

.header-sidebar {
    width: 100%;
    height: fit-content;
    /* opacity: 0; */
    background-color: #FFF;
    border-radius: 0;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 999;
    transition: all .5s;
    transform: translateY(-200%);
}

.sidebar-body-text .asl-has-moved {
    position: relative !important;
    inset: unset !important;
    margin: 0 auto !important;
    margin-top: 2rem !important;
}

/* .vertical.asl_an_fadeInDrop {
    display: none !important;
} */

.header-sidebar.show {
    width: 100%;
    height: fit-content;
    transform: translateY(0);
    /* opacity: 1; */
}

.header-sidebar-main {
    width: 100%;
    height: 100%;
    /* position: fixed; */
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.header-sidebar.show .header-sidebar-main {
    display: block;
}

.header-sidebar.show .sidebar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 15px 3%;
    animation-name: lv-fadeInUp-short;
    animation-delay: .6s;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.header-sidebar .sidebar-header-logo {
    max-width: 180px;
}

.sidebar-header-close {
    width: 60px;
    height: 60px;
    float: right;
    text-align: right;
    position: relative;
    cursor: pointer;
}

.sidebar-header-close span {
    display: block;
    background: #333;
    width: 36px;
    height: 3px;
    position: absolute;
    right: 0;
    top: 20px;
    border-radius: 3px;
}

.sidebar-header-close span:nth-of-type(1) {
    transform: rotate(45deg);
}

.sidebar-header-close span:nth-of-type(2) {
    transform: rotate(-45deg);
}

.header-sidebar.show .sidebar-body {
    display: flex;
    flex-direction: row;
}

.header-sidebar.show .sidebar-body-img {
    animation-name: lv-fadeInLeft;
    animation-delay: .6s;
    flex: 0 0 auto;
    width: 50%;
    height: 100%;
}

.header-sidebar.show .sidebar-body-img .img {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .8s ease 0s;
}

.header-sidebar.show .sidebar-body-text {
    animation-name: lv-fadeInRight;
    animation-delay: .6s;
    flex: 0 0 auto;
    width: 100%;
    height: 100%;
}

.header-sidebar.show .sidebar-body-text .img {
    height: 100vh;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .8s ease 0s;
}

.sidebar-text-mark {
    width: 100%;
    height: 100%;
}

.sidebar-text-mark-inner {
    width: 100%;
    text-align: left;
    /* margin-top: 7rem; */
}

.sidebar-text-mark-main {
    width: 100%;
    padding: 0 3%;
}

/* ajax search lite */
.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w {
    box-shadow: none;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox {
    height: auto;
    overflow: unset;
    gap: 10px;
    box-shadow: none;
    align-items: center;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .proinput,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox .proinput {
    border: 1px solid #435815;
    border-radius: 30px;
    padding: 10px 20px 10px 60px;
    margin-left: 0;
    background-image: url('../../../bingxue/wp-content/uploads/2024/08/Search.svg');
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: 15px center;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .proinput input,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox .proinput input {
    font-size: 13px;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .proinput .autocomplete,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox .proinput .autocomplete {
    display: none;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .promagnifier,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox .promagnifier {
    width: 102px;
    height: 42px;
    box-shadow: none;
    padding: 3px 12px;
    background-color: #435815;
    border: 0;
    color: #FFF;
    font-size: 13px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    border-radius: 35px;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .promagnifier:focus,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox .promagnifier:focus {
    border: 0;
    border-color: transparent;
    outline: 0;
}

.asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .promagnifier:focus-visible,
.asl_w_container.asl_w_container_2 div#ajaxsearchlite2.asl_w .probox .promagnifier:focus-visible {
    border: 0;
    border-color: transparent;
    outline: 0;
}

/* div#ajaxsearchliteres1.asl_r.vertical {
    box-shadow: none;
    border-width: 0;
    display: block;
    visibility: visible;
    position: unset !important;
}
div#ajaxsearchliteres1.asl_r.vertical .results {
    max-height: unset;
    height: auto;
} */

/* end ajax search lite */

.sidebar-menu {
    display: flex;
    flex-direction: row;
    margin: 50px auto 0;
    padding: 0 6% 0 60px;
    gap: 30px;
}

.sidebar-menu-left {
    flex: 0 0 auto;
    width: 90px;
}

.sidebar-menu-title .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    margin: 0;
}

.sidebar-menu-right {
    flex: 1 0 0;
}

.sidebar-menu-right ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -5px;
}

.sidebar-menu-right ul>li {
    line-height: normal;
    list-style: none;
    padding: 0;
}

.sidebar-menu-right ul>li>a {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

/* end header */

/* tawk to */
.tawk-bubble-container .tawk-icon-right {
    display: none;
}

/* end tawk to */

/* modal result */
.modal-result {
    max-width: 400px !important;
}

.modal-result .modal-content {
    border-radius: 4px;
}

.modal-result .modal-body {
    padding: 45px 50px;
}

.modal-result .modal-title {
    color: #50506d;
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    margin: 0 auto;
}

.modal-result .form-result {
    color: #50506d;
    font-size: 13px;
    line-height: 20px;
    margin: 10px auto 0;
}

.modal-result .q_form_button {
    width: auto;
    display: inline-block;
    float: right;
    line-height: 20px;
    padding: 7px 30px;
    font-weight: 400;

    margin: 20px auto 0;
    text-align: center;
    border-radius: 8px;
    font-size: 15px;
    cursor: pointer;
    background-color: #435815;
    border-color: #435815;
    color: #fff;
}

.modal-result .btn-close {
    position: absolute;
    top: 10px;
    right: 17px;
    padding: 0;
    width: 10px;
    border-color: transparent;
    background-image: none;
    opacity: 1;
    color: #330000;
}

.modal-result .btn-close:hover {
    background-color: transparent;
    color: #435815;
}

@media (max-width: 750px) {
    .modal-result {
        max-width: 300px !important;
        margin: 0 auto;
    }
}

/* end modal result */

/* footer */
.site-footer {
    background-color: #435815;
    padding-block-start: 0;
    padding-block-end: 0;
}

.site-footer .footer-inner {
    display: flex;
    flex-direction: column;
    max-width: unset;
    padding: 0vw 40px;
}

/* .footer-inner-top {
    padding: 125px 0 0;
} */

.footer-main {
    position: relative;
}

.footer-logo {
    width: 250px;
    text-align: center;
    margin: auto;
    margin-top: -100px;
}

.footer-form {
    width: 60%;
    height: 50px;
    margin: 0 auto;
}

.footer-form .form-div {
    display: flex;
}

.footer-form .form-div .form-class {
    padding: 15px 30px;
}

.footer-form .form-div .form-input {
    width: calc(100% - 110px);
    float: left;
    font-size: 16px;
    line-height: 24px;
    background-color: rgba(255, 255, 255, .3);
    font-weight: 300;
    color: #FFF;
    border-color: transparent;
}

.footer-form .form-div .form-input::placeholder {
    color: #FFF;
    opacity: 1;
}

.footer-form .form-div .form-input:focus {
    outline: none;
}

.footer-form .form-div .form-btn {
    width: 110px;
    float: right;
    background-color: #FFF;
    border-color: transparent;
    border-radius: 0;
    text-align: center;
}

.footer-info {
    margin: 27px auto 0;
}

.footer-info .info {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
}

.footer-tel {
    margin: 0
}

.footer-tel .tel {
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 300;
    line-height: 38px;
    text-align: center;
    margin: 0;
}

.footer-tel .tel span {
    font-size: 28px;
    font-weight: 700;
    margin-left: 12px;
}

.footer-inner-middle {
    padding: 50px 0;
}

.footer_list {
    display: flex;
    flex-direction: row;
    gap: 48px;
}

.footer_list .footer-item {
    flex: 0 0 auto;
    width: 22%;
}

.footer_item_h a {
    outline: none;
    display: block;
    width: 100%;
    padding: 0 0 15px;
    opacity: 1;
}

.footer_item_h a span {
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    line-height: 25px;
}

.footer_item_h a span:after {
    content: '';
    width: 50%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: 0;
    bottom: -15px;
}

.footer_ul {
    padding: 10px 0 0;
    list-style: none;
}

.footer_ul li {
    margin: 8px auto 0;
}

.footer_ul li a {
    outline: none;
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #FFF;
    opacity: .7;
    transition: all .1s;
}

.footer-inner-bottom .footer-main {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-social ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding-left: 0;
    list-style: none;
}

.footer-social ul>li {
    position: relative;
}

.footer-social ul>li>a,
.footer-social ul>li>span {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .2);
}

.footer_wx_div {
    position: absolute;
    width: 120px;
    height: 120px;
    left: -45px;
    top: -135px;
}

.footer_wx_div_main {
    width: 100%;
    position: relative;
}

.footer_wx_div_main::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #fff;
    bottom: -8px;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright {
    width: auto;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright p {
    color: #FFF;
    outline: none;
    opacity: .6;
    display: inline-block;
    margin: 0 20px 0 0;
    line-height: 23px;
    font-size: 14px;
}

.site-footer:not(.footer-stacked) .footer-inner .copyright p.copyright-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 3px;
}

.section_title {
    margin: 0 auto 35px;
    text-align: center;
}

/* .section_title span {
    display: inline-block;
    line-height: 36px;
    font-size: 43px;
    color: #435815;
    font-weight: 700;
    text-transform: uppercase;
} */

/* end footer */

/* m_footer start! */
.footer_m {
    display: none;
}


.footer_m {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 99;
    padding: 10px 0;
    background-color: #435815;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_m:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
    font-size: 0;
}

.footer_m_item {
    width: 33%;
    float: left;
    height: 40px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.footer_m_item:nth-of-type(1) {
    border-left: 1px solid #435815;
}

.footer_m_item a {
    outline: none;
}

.footer_m_item_icon {
    width: 100%;
    height: 20px;
}

.footer_m_item_icon a {
    outline: none;
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
}

.footer_m_item_icon img {
    width: 20px;
    height: 20px;
}

.footer_m_item_txt {
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    font-size: 12px;
}

/* m_footer end! */
.toc-article.hidden {
    display: none;
}

.toc-article {
    width: 250px;
    background: #fff;
    top: 150px;
    left: 3vw;
    position: fixed;
    /* position: absolute;
    left: -290px;
    top: 180px; */
    /* height: 200px; */
}

/* .toc-article.toc-sticky {
    position: fixed;
} */

.toc-article-inner {
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.toc-article-header {
    padding: 15px;
    background-color: #635B58;
    border-radius: 5px 5px 0 0;
}

.toc-article-title .title {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    margin: 0;
}

.toc-article-body {
    padding: 15px;
    overflow-y: auto;
    overflow-x: hidden;
}

.toc-article-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 8px;
    gap: 8px;
}

.toc-article-item svg {
    flex: 0 0 auto;
    width: 8px;
}

.toc-article-item a {
    color: #635B58;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
}

/* banner_n start! */
.q_banner.banner_n {
    position: relative;
    z-index: 1;
}

.banner_n .img,
.banner_n img {
    width: 100%;
    /* padding: 33% 0 0; */
}

.q_banner.banner_n .banner_main {
    width: 100%;
    color: #FFF;
}

.q_banner.banner_n .banner_main h2 {
    font-size: 45px;
    line-height: 55px;
}

.q_banner.banner_n .banner_main h4 {
    margin: 15px auto 0;
    font-size: 28px;
    line-height: 36px;
}

.q_banner.banner_n .banner_main .h4 {
    margin: 15px auto 0;
    font-size: 28px;
    line-height: 36px;
}

/* banner_n end! */

.banner_mask_in {
    width: 100%;
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* nnav start! */
.nnav {
    padding: 10px 0 0;
    background-color: #f3f0ec;
}

.nnav_ul {
    text-align: center;
    font-size: 0;
}

.nnav_ul>li {
    display: inline-block;
    margin: 0 20px 10px;
}

.nnav_ul>li>a {
    outline: none;
    display: block;
    width: 100%;
    padding: 10px 25px;
    border-radius: 15px;
}

.nnav_ul>li>a>span {
    display: block;
    width: 100%;
    font-size: 18px;
    color: var(--color-main2);
    line-height: 25px;
    text-transform: capitalize;
}

.nnav_ul>li.on>a,
.nnav_ul>li.current>a {
    background-color: #f4e2d4;
}

.nnav_ul>li.on>a>span,
.nnav_ul>li.current>a>span {
    color: #435815;
    font-weight: 700;
}

/* nnav end! */

/* nnews start! */
.q_main.nnews .section_title.section_title_lower {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 1vw;
}

.q_main.nnews .section_title img {
    width: 46px;
}

.nnews_list {
    margin: 0 auto 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 30px;
    row-gap: 50px;
}

.nnews_item {
    flex: 0 0 auto;
    width: calc(33.33% - 30px);
    display: flex;
    flex-direction: column;
    border-radius: 35px;
    box-shadow: 0 0 5px #ddd;
    border-bottom-right-radius: 75px;
}

.nnews_item .news_item_date {
    font-size: 24px;
    color: #ED6A00;
    font-weight: 300;
    line-height: 30px;
    font-family: 'Montserrat';
}

.nnews_item_img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 35px 35px 0 0;
}

.news_item_header .nnews_item_img img {
    border-radius: 35px 35px 0 0;
    transition: all 0.5s linear;
    width: 100%;
    height: auto;
}

.news_item_header .nnews_item_img img:hover {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
}

.news_item_body {
    padding: 27px 33px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.nnews_item .news_item_h {
    margin: 15px auto 30px;
}

.nnews_item .news_item_h a {
    font-size: 16px;
    line-height: 25px;
    height: auto;
    font-weight: 300;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.nnews_item .news_item_more {
    margin-top: auto;
}

.nnews_item .news_item_more a img.default {
    display: inline-block;
}

.nnews_item .news_item_more a img.on {
    display: none;
}

.nnews_item:hover {
    background-color: #435815;
}

.nnews_item:hover .news_item_date {
    color: #FFF;
}

.nnews_item:hover .news_item_h a {
    color: #FFF;
}

.nnews_item:hover .news_item_more a span {
    color: #FFF;
}

.nnews_item:hover .news_item_more a img.default {
    display: none;
}

.nnews_item:hover .news_item_more a img.on {
    display: inline-block;
}

.nnews_show {
    position: relative;
    padding: 20px 0 30px;
}

.nnews_show_top {
    text-align: center;
}

.nnews_show_h {
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    color: #252221;
    font-weight: 700;
    line-height: 40px;
}

.nnews_show_line {
    margin: 15px auto 0;
    font-size: 0;
}

.nnews_show_line span {
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #435815;
}

.nnews_show_span {
    margin: 15px auto 0;
    font-size: 0;
}

.nnews_show_span span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin: 0 10px;
    font-weight: 300;
    font-family: 'Montserrat';
}

.nnews_show_span span i {
    font-style: normal;
}

.nnews_show_body {
    margin: 25px auto 0;
    padding: 30px 0;
    font-size: 16px;
    color: #797b89;
    line-height: 1.8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    min-height: 240px;
}

.nnews_show_body p {
    width: 100%;
    margin: 0 auto 10px;
    font-size: 16px;
    color: #797b89;
    line-height: 1.8;
}

.nnews_show_block img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.nnews_show_block .wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: 0;
    gap: 0;
    margin: 0;
}

.nnews_show_block .wp-block-image,
.nnews_show_block .wp-block-gallery.has-nested-images figure.wp-block-image,
.nnews_show_block .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 40px 0;
}



.nnews_show_block .wp-block-image figure.aligncenter {
    margin-left: 0;
    margin-right: 0;
}

.nnews_show_block .wp-block-heading {
    margin-top: 13px;
    margin-bottom: 5px;
}

.nnews_show_back {
    margin: 50px auto 0;
    text-align: center;
}

.nnews_show_back a {
    outline: none;
    display: inline-block;
    padding: 8px 50px;
    background-color: #435815;
    color: #FFF;
    border-radius: 25px;
    font-size: 0;
}

.nnews_show_back a img {
    display: inline-block;
    height: 30px;
    vertical-align: middle;
}

.nnews_show_back a span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    margin-left: 6px;
    vertical-align: middle;
}

.nnews_list.article--list-content {
    overflow: auto;
    padding-left: 1px;
    padding-right: 1px;
}

/* .nnews_item.article--item {
    margin-top: 1px;
    width: 31.3%;
    margin-bottom: 2px;
} */

.nnews_show_block p>a {
    color: #435815;
}

.nnews_item.article--item:nth-of-type(3n) {
    margin-right: 0;
}

/* nnews end! */

@media (max-width: 1440px) {
    .q_main {
        font-size: 15px;
    }

    .main1000 {
        max-width: 900px;
    }

    .main800 {
        max-width: 800px;
    }
}

@media (max-width: 1400px) {
    /* .main1700 {
        max-width: 1200px;
    } */

    .main1600 {
        max-width: 1100px;
        margin: 0 auto;
    }

    .main1000 {
        max-width: 890px;
    }

    .main800 {
        max-width: 800px;
    }
}

@media (max-width: 1281px) {
    /* .main1700 {
        max-width: 1100px;
    } */
    /* .title-with-icon {
        font-size: 26px;
        line-height: 32px;
    }
    .title-with-icon-img {
        width: 35px;
    } */

    .main1600 {
        max-width: 1000px;
        margin: 0 auto;
    }

    .main1000 {
        max-width: 860px;
    }

    .main800 {
        max-width: 800px;
    }

    .q_main {
        font-size: 14px;
        padding: 35px 0 70px;
        padding-top: 35px;
        padding-right: 0px;
        padding-bottom: 70px;
        padding-left: 0px;
        min-height: 180px;
    }

    /* .section_title span {
        line-height: 35px;
        font-size: 24px;
    } */
}


@media (min-width: 1025px) {
    .hide-desktop {
        display: none !important;
    }
}

@media (min-width: 751px) and (max-width: 1024px) {
    .hide-tablet {
        display: none !important;
    }

    .main1700 {
        padding: 0 30px;
        margin: 0 auto;
    }

    .main800 {
        max-width: none;
        width: 100%;
        padding: 0 28px;
    }

    .main1000 {
        width: 100%;
        padding: 0 28px;
    }

    .site-navigation-dropdown ul.menu {
        height: calc(100vh - 120px);
        overflow-y: scroll;
        z-index: 1;
    }

    .site-navigation-dropdown ul.menu li {
        padding-left: 80px !important;
        position: relative;
        line-height: 50px;
        font-size: 16px;
        padding: 1px 0;
    }

    .site-navigation-dropdown ul.menu li.menu-item-has-children::after {
        position: absolute;
        top: 8px;
        right: 20px;
        width: 32px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: '\f105';
        color: #555;
        font-size: 13px;
        border-left: 1px solid #ddd;
        /* transition: all .8s */
    }

    .site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active::after {
        transform: rotate(90deg);
        border-left: 0;
        border-bottom: 1px solid #ddd;
        color: #435815;
    }

    .site-navigation-dropdown ul.menu li a {
        color: #666;
        padding: 0;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background-color: #FFF;
        color: #666;
    }

    .asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox {
        padding: 20px;
        position: relative;
    }

    #ajaxsearchlite1 .probox .proinput input,
    div.asl_w .probox .proinput input {
        font-style: normal;
        font-weight: 500 !important;
        font-size: 12px !important;
        line-height: 12px !important;
    }

    .asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .promagnifier {
        font-style: normal;
        font-weight: 500 !important;
        font-size: 14px !important;
        line-height: 14px !important;
        text-align: center;
        position: absolute;
        right: 20px;
        width: fit-content;
    }

    .site-navigation-dropdown ul.menu li a {
        box-shadow: none;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 38px;
    }
}

@media (max-width: 750px) {
    .blog-list-title {
        margin-top: 0 !important;
    }

    .nnews {
        padding-top: 27px;
    }

    .hide-mobile {
        display: none !important;
    }

    .site-header {
        background-color: #FFF;
    }

    /* .site-header.header-transparent {
        background-color: #FFF;
        box-shadow: 0 0 1px #809cbb;
    } */

    .site-header .header-inner {
        padding: 9px 18px;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .site-header:not(.header-stacked) .header-inner .site-branding {
        height: 40px;
    }

    .site-logo>a>img {
        width: 100%;
        height: 40px;
    }

    .site-header-language {
        margin-left: auto;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder {
        display: block !important;
        margin: 0 12px;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder .fa-bars {
        display: block;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder.elementor-active .fa-bars {
        display: none;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder.elementor-active .fa-xmark {
        display: block;
    }

    .site-header.menu-dropdown-tablet:not(.menu-layout-dropdown)>.header-inner>.site-navigation-toggle-holder-desktop {
        display: none !important;
    }

    .site-navigation-toggle-holder {
        order: 2;
    }

    .site-navigation-dropdown ul.menu {
        height: calc(100vh - 120px);
        overflow-y: scroll;
        z-index: 1;
    }

    .site-navigation-dropdown ul.menu li {
        padding-left: 80px !important;
        position: relative;
        line-height: 50px;
        font-size: 16px;
        padding: 1px 0;
    }

    .site-navigation-dropdown ul.menu li.menu-item-has-children::after {
        position: absolute;
        top: 8px;
        right: 20px;
        width: 32px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: '\f105';
        color: #555;
        font-size: 13px;
        border-left: 1px solid #ddd;
        /* transition: all .8s */
    }

    .site-navigation-dropdown ul.menu li.menu-item-has-children.elementor-active::after {
        transform: rotate(90deg);
        border-left: 0;
        border-bottom: 1px solid #ddd;
        color: #435815;
    }

    .site-navigation-dropdown ul.menu li a {
        color: #666;
        padding: 0;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
        background-color: #FFF;
        color: #666;
    }

    .site-footer .footer-inner {
        max-width: none;
        padding-inline-start: 0;
        padding-inline-end: 0;
    }

    .footer-inner-top {
        padding: 80px 25px 30px;
    }

    .footer-logo {
        width: 160px;
        top: -128px;
    }

    .footer-form {
        width: 100%;
        height: 40px;
    }

    .footer-form .form-div .form-class {
        padding: 10px 25px;
    }

    .footer-form .form-div .form-input {
        width: calc(100% - 90px);
        font-size: 14px;
        line-height: 24px;
    }

    .footer-form .form-div .form-btn {
        width: 90px;
    }

    .footer-info {
        margin: 20px auto 0;
    }

    .footer-info .info {
        font-size: 14px;
        line-height: 22px;
    }

    .footer-tel {
        margin: 20px auto 0;
    }

    .footer-tel .tel {
        font-size: 14px;
        line-height: 30px;
    }

    .footer-tel .tel span {
        font-size: 19px;
        margin-left: 10px;
    }

    .footer-inner-bottom .footer-main {
        padding: 25px;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .site-footer:not(.footer-stacked) .footer-inner .copyright p {
        margin: 0;
        line-height: 20px;
        font-size: 12px;
    }

    .main1700 {
        max-width: none;
        width: 100%;
        padding: 0 28px;
    }

    .main1600 {
        max-width: none;
        width: 100%;
    }

    .main800 {
        max-width: none;
        width: 100%;
        padding: 0 28px;
    }

    .asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox {
        padding: 20px;
        position: relative;
    }

    #ajaxsearchlite1 .probox .proinput input,
    div.asl_w .probox .proinput input {
        font-style: normal;
        font-weight: 500 !important;
        font-size: 10px !important;
        line-height: 12px !important;
    }

    .asl_w_container.asl_w_container_1 div#ajaxsearchlite1.asl_w .probox .promagnifier {
        font-style: normal;
        font-weight: 500 !important;
        font-size: 10px !important;
        line-height: 12px !important;
        text-align: center;
        position: absolute;
        right: 20px;
        width: fit-content;
    }

    .site-navigation-dropdown ul.menu li a {
        box-shadow: none;
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 38px;
    }
}

@media (max-width: 640px) {

    .franchise-footer-right {
        width: 100%;
    }

    .main1000 {
        width: 100%;
        padding: 0 28px;
    }

    .nnews_list {
        margin: 30px auto 0;
        padding: 0;
        row-gap: 21px;
        /* padding: 0 25px; */
    }

    .nnews_item {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
        /* padding: 20px 30px; */
        padding: 0;
        border-radius: 15px;
        box-shadow: none;
    }

    .news_item_body {
        background-color: #F7F0EB;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .nnews_item .news_item_date {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .nnews_item .news_item_h {
        margin: 10px auto 10px;
    }

    .nnews_item .news_item_date {
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }

    .nnews_item .news_item_more span {
        font-style: normal;
        font-weight: 400;
        font-size: 10px;
        line-height: 12px;
    }

    .nnews_item .news_item_h a {
        font-style: normal;
        font-weight: 300;
        font-size: 13px;
        line-height: 16px;
    }

    .nnews_item:hover {
        background-color: transparent;
    }

    .nnews_item:hover .news_item_date {
        color: #ED6A00 !important;
    }

    .nnews_item:hover .news_item_h a,
    .nnews_item:hover .news_item_more a span {
        color: #000 !important;
    }

    .q_footer {
        margin-bottom: 60px;
    }

    .footer_m {
        display: block;
    }

    .section_title span {
        line-height: 30px;
        font-size: 19px;
    }

    /* .banner_n .img {
        padding: 74.45% 0 0;
        background-size: cover;
    } */
}

/* right_nav  start! */
.right_nav {
    right: 0;
    bottom: 50%;
    position: fixed;
    text-align: left;
    overflow: hidden;
    padding: 0;
    list-style: none;
    z-index: 2;
    border-radius: 25px 0 0 25px;
    transform: translateY(50%);
}

.right_nav li {
    background: #435815;
    margin: 4px 0;
    padding: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    cursor: pointer;
    position: relative;
    border-radius: 50px 0 0 50px;
    /* right: -50px; */
    width: fit-content;
}

.right_nav li .iconBox {
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.right_nav .iconBox>img {
    width: 45px;
    height: 45px;
    background-color: white;
    border-radius: 50%;
    padding: 4%;
}

.right_nav li h4 {
    color: #fff;
    font-size: 12px;
    margin: 2px 0;
    margin-left: 15px;
}

/* .right_nav li h4 a {
    margin-left: 0;
} */

.right_nav li:hover {
    background: #435815;
}

.right_nav li .hideBox {
    display: none;
    position: absolute;
    right: 120px;
    padding: 10px;
    padding-right: 28px;
    top: -10px;
    z-index: 999;
    opacity: 1 !important;
    width: max-content;
}

.right_nav li .hideBox .hb {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 10px;
    border-top: 2px solid #435815;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    float: left;
}

.right_nav li .hideBox .hb h5 {
    text-align: center;
    padding: 5px 0;
    border-bottom: 2px solid #ccc;
    color: #435815;
    font-size: 16px;
    font-weight: 400;
    display: block;
    white-space: nowrap;
    display: none;
}

.right_nav li .hideBox .hb p {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}

.right_nav li .hideBox .hb .fonttalk {
    margin-top: 10px;
}

.right_nav li .hideBox .hb .fonttalk a {
    display: flex;
    align-items: center
}

.right_nav li .hideBox .hb .fonttalk img {
    width: 25px;
    height: 25px;
}

.right_nav li .hideBox .hb .fonttalk p {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    margin-top: -5px;
    margin-left: 5px;
}

.right_nav li .hideBox img {
    width: 120px;
    height: 120px;
}

@media screen and (max-width:640px) {
    .right_nav {
        display: none;
        bottom: auto;
        top: 5%;
    }

    .right_nav .iconBox>img {
        width: 32px;
        height: 32px;
    }
}

/* right_nav  end! */

/* search result */
body.search.search-results main.site-main {
    padding-bottom: 70px;
}

body.search.search-results main.site-main>.page-header>h1.entry-title {
    color: #435815;
    font-size: 33px;
    font-weight: 700;
    line-height: 38px;
    margin: 40px 0;
    text-align: center;
}

body.search.search-results main.site-main>.page-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px;
    margin-bottom: 85px;
}

body.search.search-results main.site-main>.page-content>article.post {
    flex: 0 0 auto;
    width: 32.3333%;
    display: flex;
    flex-direction: column;
}

body.search.search-results main.site-main>.page-content>article.post>h2.entry-title {
    font-size: 18px;
    line-height: normal;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 0;
    order: 2;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.search.search-results main.site-main>.page-content>article.post>a {
    text-align: center;
    order: 1;
}

body.search.search-results main.site-main>.page-content>article.post>a>img {
    width: auto;
    max-height: 246px;
}

body.search.search-results main.site-main>.page-content>article.post>p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    margin-top: 16px;
    order: 3;
}

body.search.search-no-results .site-main {
    height: 70vh;
    min-height: 1px;
    text-align: center;
}

body.search.search-no-results .site-main,
body.search.search-results .site-main {
    padding: 40px;
}

@media (max-width: 750px) {
    body.search.search-results main.site-main>.page-header>h1.entry-title {
        font-size: 20px;
        line-height: 20px;
        margin: 20px 0 35px;
    }

    body.search.search-results main.site-main>.page-content>article.post {
        flex: 0 0 auto;
        width: 49%;
    }
}

/* end search result */

/* qiscus */
#qismo-widget .qcw-trigger-btn.svelte-1xkyjie {
    right: 20px;
}

/* end qiscus */