/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 4.8.10
Requires at least: 5.3
WC requires at least: 3.0
WC tested up to: 9.3
Tested up to: 6.7
Requires PHP: 5.3
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra
Domain Path: /languages
Tags: custom-menu, custom-logo, entertainment, one-column, two-columns, left-sidebar, e-commerce, right-sidebar, custom-colors, editor-style, featured-images, full-width-template, microformats, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, blog
AMP: true

Astra WordPress Theme, Copyright 2020 WPAstra.
Astra is distributed under the terms of the GNU GPL.

Astra is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of.
Nicolas Gallagher and Jonathan Neal https://necolas.github.com/normalize.css/

Astra icon font is based on IcoMoon-Free vector icon by Keyamoon.
IcoMoon-Free vector icon distributed under terms of CC BY 4.0 or GPL. (https://creativecommons.org/licenses/by/4.0/ or https://www.gnu.org/licenses/gpl.html)
Source: http://keyamoon.com/

Flexibility is a JavaScript polyfill for Flexbox By Jonathan Neal, 10up. (https://github.com/jonathantneal/flexibility)
Licensed under MIT ( https://github.com/jonathantneal/flexibility/blob/master/LICENSE.md )

Screenshot image is a collage of actual sites created using the Astra WordPress Theme.

Icons used in the Screenshot image are all licensed under Creative Commons ( CC BY 4.0 ) License ( https://fontawesome.com/license/free )
https://fontawesome.com/v5.15/icons/store?style=solid
https://fontawesome.com/v5.15/icons/shopping-cart?style=solid
https://fontawesome.com/v5.15/icons/pen-square?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid
https://fontawesome.com/v5.15/icons/user-tie?style=solid

Illustrations used in the Screenshot images are all licensed under Creative Commons ( CC0 ) License ( https://gumroad.com/l/humaaans )
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/standing-24.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/sitting-2.png

Hand-drawn illustrations used are created by Brainstorm Force and released under Creative Commons ( CC0 ) License.
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/girl-with-image-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/boy-with-code-container.png
https://websitedemos.net/web-design-agency-08/wp-content/uploads/sites/796/2021/05/web-browser.png

The same site as screenshot can be imported from here https://websitedemos.net/web-design-agency-08/.

For more information, refer to this document on how to create a page like in the screenshot - https://wpastra.com/docs/replicating-the-screenshot/.

Astra default breadcrumb is based on Breadcrumb Trail by Justin Tadlock. (https://github.com/justintadlock/breadcrumb-trail)
Breadcrumb Trail is distributed under the terms of the GNU GPL v2 or later.

Astra local fonts feature is based on Webfonts Loader by WordPress Themes Team (WPTT). (https://github.com/WPTT/webfont-loader)
Licensed under MIT ( https://github.com/WPTT/webfont-loader/blob/master/LICENSE )

/* Note: The CSS files are loaded from assets/css/ folder. */


/*
Theme Name: Twenty Twenty-Four
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 7.0
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import url('https://fonts.googleapis.com/css2?family=Alef:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+HK:wght@300;900&display=swap');


/* Color System */
:root {
    --blue: #197FC0;
    --blue-btn: rgba(25,127,192,0.2);
    --red: #CB0C0C;
    --red-btn: rgba(203,12,12,0.2);
    --green: #0CB12B;
    --green-btn: rgba(12,177,43,0.2);
    --white: #FFFFFF;
    --light-gray: #CFCFCF;
    --gray: #5F5F5F;
    --dark-gray: #373737;
    --black: #000000;
}

/* Typography */
html[lang="en-US"] body {
    font-family: 'Alef', sans-serif;
}
body {
    color: var(--white);
    background-color: var(--black);
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    text-transform: uppercase;
}

h1 {
    font-size: 46px;
    letter-spacing: 10%;
}

h2 {
    font-size: 32px;
    letter-spacing: 8%;
}

h3 {
    font-size: 24px;
    letter-spacing: 6%;
}

h4 {
    font-size: 20px;
    letter-spacing: 6%;
}

h5 {
    font-size: 18px;
    letter-spacing: 4%;
}

p {
    font-size: 14px;
    letter-spacing: 2%;
}

button {
    font-size: 16px;
    letter-spacing: 4%;
    font-weight: bold;
    text-transform: uppercase;
}

/* Button Styles */
.button {
    display: inline-block;
    padding: 10px 50px 10px 20px;
    border-radius: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    border: 2px solid #fff;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative; 
}
    .button:after{
        display: inline-block;
        position: absolute;
        background: url(assets/images/icon_r.png) no-repeat;
        background-size: contain;
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        top: 20%;
        right: 15px;
    }

.button-blue {
    background-color: var(--blue-btn);
}

.button-blue:hover {
    background-color: var(--blue);
}

.button-blue:active {
    background-color: var(--blue-btn);
}

.button-blue:focus {
    outline: none;
    border-color: var(--blue-btn);
}

.button-blue:disabled {
    opacity: 0.2;
}

.button-red {
    background-color: var(--red-btn);
}

.button-red:hover {
    background-color: var(--red);
}

.button-red:active {
    background-color: var(--red-btn);
}

.button-red:focus {
    outline: none;
    border-color: var(--red-btn);
}

.button-red:disabled {
    opacity: 0.2;
}

.button-green {
    background-color: var(--green-btn);
}

.button-green:hover {
    background-color: var(--green);
}

.button-green:active {
    background-color: var(--green);
}

.button-green:focus {
    outline: none;
    border-color: var(--green);
}

.button-green:disabled {
    opacity: 0.2;
}

/* Icon Styles */
.icon {
    fill: var(--white);
    width: 24px;
    height: 24px;
    margin: 0 5px;
}



/* Header */
.main-header-bar{
    background-color: transparent;
}
    .language-switcher {
        display: inline-flex;
        border: 4px solid #FFFFFF;
        border-radius: 20px;
        overflow: hidden;
    }
    .language-switcher .separator{
        background: #fff;
        display: inline-block;
        width: 4px;
    }

    .language-switcher a {
        padding: 15px 20px;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        width: 80px;
        transition: background-color 0.3s;
        font-weight: bold;
        line-height: normal;
        text-align: center;
    }

    .language-switcher a.active, .language-switcher a:hover {
        background-color: var(--blue);
    }

.main-navigation .sub-menu{
    border: none;
    background: var(--ast-global-color-4);
}
    .main-navigation .sub-menu a{
        text-transform: uppercase;
    }
.sub_menu{
    position: relative;
    padding: 10px 35px;
    text-align: center;
    /* background: url(assets/images/bg_sub_menu1.jpg) repeat; */
    background-size: auto 100%;
    line-height: normal;
}
.sub_about, .news{
    /* background: url(assets/images/bg_sub_menu2.jpg) repeat; */
    background-size: auto 100%;
}
.sub_menu.sub_detail{
    text-align: left;
}
    .sub_wrapper{
        display: inline-block;
        margin: 0 auto;
    }
        .sub_wrapper a{
            color: var(--white);
            padding: 8px 12px;
            margin: 0 5px;
            opacity: 0.48;
            border: 2px solid var(--white) !important;
            border-radius: 8px;
            display: inline-block;
            text-transform: uppercase;
            font-size: 13px;
        }
        .sub_detail .sub_wrapper a{
            border: none;
            opacity: 0.7;
        }
        .sub_wrapper a:hover, .sub_wrapper a.actived{
            opacity: 1;
        }
            .sub_wrapper a img{
                width: 25px;
                margin-right: 10px;
            }
    .ast-separate-container .post-navigation{
        display: none;
    }
    .inside_detail{
        text-align: right;
    }
        .inside_detail .sub_wrapper a{
            border: none;
            margin-top: 20px;
        }
            .inside_detail .sub_wrapper a .ahfb-svg-iconset svg{
                width: 30px;
                height: 30px;
            }

    
/* footer */
.site-footer-above-section-2 .ast-builder-html-element{
    max-width: 500px;
}
figure.wp-block-image.alignright.size-full.footer_dice {
    position: relative;
    top: -5vw;
}

/* slider */
.slider_con{
    position: relative;
    margin-top: -80px;
    margin-bottom: 4vw;
}
.ast-grid-3 > .slider_con{
    margin-top: -55px;
}
    .main-slider{
        position: relative;
    }
        .main-slider img.bg_slice{
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }
        .main-slider .slick-slide img{
            width: 100%;
        }
        .main-slider .caption{
            position: absolute;
            left: 35px;
            bottom: 0;
            width: 30%;
        }
    .thumbnail-slider{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 59%;
        z-index: 2;
    }
        .thumbnail-slider .slick-slide, .nav-slider .slick-slide{
            padding: 0 10px;
            border-radius: 20px;
            opacity: 0.4;
            cursor: pointer;
            overflow: hidden;
        }
        .nav-slider .slick-slide{
            padding: 0;
            margin: 10px;
        }
        .thumbnail-slider .slick-slide.slick-current, .thumbnail-slider .slick-slide:hover,.nav-slider .slick-slide.slick-current, .nav-slider .slick-slide:hover{
            opacity: 1;
        }
        .nav-slider .slick-slide.slick-current{
            border: 5px solid var(--red);
            margin: 5px;
        }
        .new .nav-slider .slick-slide.slick-current{
            border: 5px solid var(--blue);
        }
            .thumbnail-slider .slick-slide img{
                border-radius: 20px;
            }
            .nav-slider .slick-slide img{
                width: 100%;
                aspect-ratio: 16 / 9;
            }
            .thumbnail-slider .slick-next{
                right: 25px;
            }
            .slick-prev:before, .slick-next:before{
                background-size: contain;
                content: "";
                height: 30px;
                width: 30px;
                display: inline-block;
                background-repeat: no-repeat;
            }
            .slick-prev:before{
                background-image: url(assets/images/icon_l.png);
            }
            .slick-next:before{
                background-image: url(assets/images/icon_r.png);
            }
.product_intro{
    position: relative;
    display: grid;
    grid-template-columns: 4fr 5fr;
    align-items: center;
    background: url(assets/images/bg_info_n.png) no-repeat;
    background-position: bottom left -20%;
    background-size: 40% auto;
    padding: 4rem 0 10rem;
}
    .product_head{
        text-align: center;
    }
    .intro_list{
        text-align: left;
    }
        .feature-boxes {
            display: flex;
            flex-direction: column;
            padding: 20px;
            width: 90%;
        }  
        .feature-box {
            display: flex;
            align-items: center;
            border: 2px solid var(--gray);
            transition: background-color 0.3s;
            background: rgba(23,23,23,0.88);
        }
        .feature-box:first-child{
            border-radius: 40px 40px 0px 0px;
        }
        .feature-box:last-child{
            border-radius: 0px 0px 40px 40px;
        }
        .feature-box:hover {
            background-color: var(--red);
            border: 4px solid var(--white);
        }
        .feature-box > a, .feature-box > a:hover{
            color: var(--white);
            text-decoration: none;
            padding: 20px 40px;
            display: block;
        }
        .feature-icon {
            width: 50px;
            height: 50px;
            margin-right: 40px;
        }
        .feature-content h2 {
            margin: 0;
        }
        .feature-content p {
            margin: 5px 0 0;
        }
    .img_chip{
        position: absolute;
    }
    img.img_chip.chip1 {
        width: 7%;
        bottom: 20%;
        left: 10%;
        top: auto;
    }
    img.img_chip.chip2 {
        width: 15%;
        left: 32%;
        top: 9%;
    }
    img.img_chip.chip3, img.img_chip.chip4 {
        bottom: 4%;
        top: auto;
        width: 10%;
        right: 2%;
    }
    img.img_chip.chip3{
        right: 2%;
        bottom: 7.5%;
    }
    .bg_slide{
        height: 400px;
        width: 100%;
        background-size: 100% auto;
        background-position: center;
    }
    .home-slider .bg_slide{
        height: 550px;
    }
    .list-slider .bg_slide{
        height: 500px;
        background-repeat: no-repeat;
    }

.solution_con {
    border-radius: 40px;
    padding: 40px 35px;
    margin: 40px 0;
    /* background: url(assets/images/bg_solution.png) no-repeat; */
    background-position:middle 5% right;
    background-size: auto 85%;
}
    .solution_head{
        text-align: center;
    }
    .solution_box{
        width: 100%;
        display: grid;
        grid-template-columns: auto auto;
        gap: 5%;
    }
    .solution_item {
        align-items: center;
        background-color: rgba(55,55,55,0.88);
        border-radius: 40px;
        overflow: hidden;
        margin-bottom: 20px;
    }
        .solution_icon {
            width: 100%;
        }
        .item_con {
            padding: 40px 30px;
        }
        .item_con h2 {
            margin-bottom: 10px;
        }
        .item_con div {
            margin-bottom: 20px;
        }

/* Product listing */
.archive #main{
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.ast-page-builder-template .site .site-content #primary.ast-blog-layout-4-grid{
    margin-top: 4em;
}
.ast-blog-layout-4-grid .ast-article-inner .wp-post-image{
    border-radius: 20%;
}
.archive .ast-article-post .ast-article-inner, .archive .ast-article-post .ast-article-inner:hover{
    overflow: visible;
}
    .ast-article-post .post-thumb-img-content > a{
        position: relative;
        display: block;
    }
        .ast-article-post .post-thumb-img-content img, .ast-article-post .post-thumb-img-content a > span{
            transition: all 0.5s;
        }
            .ast-article-post .post-thumb-img-content img{
                aspect-ratio: auto 1 / 1 !important;
                transform: rotate(0deg);
            }
            .ast-article-post .post-thumb-img-content a > span{
                position: absolute;
                width: 100%;
                height: 100%;
                display: block;
                top: 0;
                left: 0;
                background-size: cover;
                background-position: center;
                transform: rotate(10deg);
                z-index: -1;
            }
            .archive .ast-article-post .ast-article-inner:hover .post-thumb-img-content a img{
                transform: rotate(-5deg);
            }
            .archive .ast-article-post .ast-article-inner:hover .post-thumb-img-content a > span{
                transform: rotate(11deg);
            }
        .ast-article-post span.cat-links{
            text-align: center;
        }
            .ast-article-post span.cat-links a img{
                width: 26px;
            }
        .archive .entry-title{
            text-align: center;
        }

/* Product */
.detail_slider{
    margin-top: -4em;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--ast-content-width-size);
}
    .nav-slider{
        max-width: var(--wp--custom--ast-content-width-size);
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }
    .video_con{
        display: flex;
        justify-content: center;
    }
        .video_con iframe, .detail_slider .bg_slide {
            aspect-ratio: 16 / 9;
            width: 100% !important;
            height: auto;
        }
        .detail_slider .bg_slide
        {
            background-repeat: no-repeat;
        }
    header.entry-header .entry-title, header.entry-header .ast-terms-link, header.entry-header .entry-meta{
        max-width: var(--wp--custom--ast-content-width-size);
        margin-left: auto;
        margin-right: auto;
    }
    .entry-meta, .entry-meta *{
        color: var(--white);
    }
    .entry-content[data-ast-blocks-layout] > .alignwide{
        max-width: var(--wp--custom--ast-content-width-size) !important;
        margin-left: auto;
        margin-right: auto;
    }
    .btn_b{
        padding: 1em 2.5em;
        margin-bottom: 4em;
        max-width: var(--wp--custom--ast-content-width-size);
        margin-left: auto;
        margin-right: auto;
    }
    .ast-builder-html-element a, .ast-builder-html-element a:hover{
        color: var(--ast-global-color-3);
    }
        .btn_b button.wpb-pcf-btn.wpb-pcf-btn-large, .btn_talk button, .wpb-pcf-form-style-true input[type="submit"].wpcf7-submit, .wpb-pcf-form-style-true input[type="button"].wpcf7-submit{
            border:4px solid var(--ast-global-color-2) !important;
            background: var(--red-btn) !important;
            border-radius: 20px;
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
        }
        .btn_talk button{
            padding: 1em 2.5em;
            max-width: var(--wp--custom--ast-content-width-size);
        }
        .btn_b button.wpb-pcf-btn.wpb-pcf-btn-large:hover{
            background: var(--red) !important;
        }
        .btn_b.new button.wpb-pcf-btn.wpb-pcf-btn-large, .btn_talk button, .wpb-pcf-form-style-true input[type="submit"].wpcf7-submit, .wpb-pcf-form-style-true input[type="button"].wpcf7-submit{
            background: var(--blue-btn) !important;
        }

        .btn_b.new button.wpb-pcf-btn.wpb-pcf-btn-large:hover, .btn_talk button:hover, .wpb-pcf-form-style-true input[type="submit"].wpcf7-submit:hover, .wpb-pcf-form-style-true input[type="button"].wpcf7-submit:hover{
            background: var(--blue) !important;
        }
        a.ast-button.ast-badge-tax{
            border-radius: none;
            border: none;
            background: none;
        }
            a.ast-button.ast-badge-tax img{
                width: 26px;
            }
    article.post .entry-content{
        max-width: var(--wp--custom--ast-content-width-size);
        margin-left: auto;
        margin-right: auto;
    }
/* contact form */
.form_con {
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.form_con h2 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 2.5em;
}

.form_con .subtitle {
    text-align: center;
    color: var(--white);
    margin-bottom: 30px;
    font-size: 1.2em;
    border-top: 1px solid var(--gray);
    padding-top: 20px;
    text-align: left;
}

.form-group {
    margin-bottom: 20px;
}
.form-group > p{
    position: relative;
}

.form-group textarea {
    resize: none;
}
.form-group label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}
.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}
.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}
.form-group input[type="file"] {
    line-height: 1;
}
.form-group input[type="file"] ~ .bar {
    display: none;
}
.form-group select,
.form-group input:focus,
.form-group input:valid,
.form-group input.form-file,
.form-group input.has-value,
.form-group textarea:focus,
.form-group textarea:valid,
.form-group textarea.form-file,
.form-group textarea.has-value {
    color: #333;
}
.form-group select ~ label,
.form-group input:focus ~ label,
.form-group input:valid ~ label,
.form-group input.form-file ~ label,
.form-group input.has-value ~ label,
.form-group textarea:focus ~ label,
.form-group textarea:valid ~ label,
.form-group textarea.form-file ~ label,
.form-group textarea.has-value ~ label,
.form-group:focus-within label {
    font-size: 0.8rem;
    color: gray;
    top: -1rem;
    left: 0;
}
.form-group select:focus,
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
}
.form-group select:focus ~ label,
.form-group input:focus ~ label,
.form-group textarea:focus ~ label {
    color: #337ab7;
}
.form-group select:focus ~ .bar::before,
.form-group input:focus ~ .bar::before,
.form-group textarea:focus ~ .bar::before {
    width: 100%;
    left: 0;
}

.swal2-container.wpb-pcf-form-style-true .swal2-popup{
    background: var(--black);
    color: var(--white);
}
.swal2-container.swal2-center>.swal2-popup{
    padding: 0 !important;
    border-radius: 20px;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]), .wpcf7 textarea.wpcf7-form-control, .wpcf7 select.wpcf7-form-control{
    border-radius: 10px;
    border: 1px solid var(--gray);
    background: var(--black);
    color: var(--white);
}

.wpcf7 .wpcf7-list-item{
    margin: 0;
    text-align: left;
}
.wpcf7 .checkbox-group .wpcf7-list-item-label{
    display: inline-block;
    color: var(--white);
}
.wpcf7 .wpcf7-submit{
    padding: 10px 50px 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--white);
    border: 2px solid #fff;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
}
.wpcf7 .wpcf7-submit:hover{
    background-color: var(--blue);
}

.required::after {
    content: "*";
    color: red;
    margin-left: 3px;
}

.tel > a{
    font-size:150%;
}

/* tablet & mobile */
@media (max-width: 1024px) {
    #ast-desktop-header{
        display: none;
    }
    #ast-mobile-header{
        display: block;
    }
}
@media (max-width: 921px) {
    .sub_menu{
        padding: 10px 5px;
        overflow-x: auto;
        overflow-y: hidden;
    }
        .sub_wrapper{
            white-space: nowrap;
        }
    .ast-blog-layout-4-grid .ast-article-post{
        width: 50%;
    }
    .ast-page-builder-template .site .site-content #primary.ast-blog-layout-4-grid .slider_con{
        margin-top: -2rem;
    }
    .btn_b button.wpb-pcf-btn.wpb-pcf-btn-large{
        width: 100%;
        justify-content: center;
    }
    .product_intro{
        background-size: 60% auto;
        background-position: bottom 20% left -20%;
    }
    #ast-hf-mobile-menu .ast-menu-toggle{
        display: none !important;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-below-header-bar, .ast-header-break-point #masthead .ast-mobile-header-wrap .ast-above-header-bar {
        padding-left: 5px;
        padding-right: 5px;
    }
    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button{
        padding: 5px 10px;
    }
        .btn_talk .wpb-pcf-btn.wpb-pcf-btn-large{
            padding: 5px 10px !important;
            font-weight: normal;
        }
        #ast-mobile-popup{
            position: relative;
        }
            .ast-mobile-popup-header.ast-builder-grid-row{
                display: grid !important;
                justify-content: normal;
                padding-left: 5px;
                padding-right: 5px;
            }
            .ast-mobile-popup-header.ast-builder-grid-row div{
                display: flex;
                justify-content: flex-start;
            }
            .ast-mobile-popup-header.ast-builder-grid-row div:last-child{
                justify-content: flex-end;
            }
                .ast-mobile-popup-header .ast-builder-layout-element.ast-header-button-1{
                    margin-right: 10px;
                }
                .ast-mobile-popup-header .ast-builder-layout-element:not(.ast-header-button-1){
                    display: none;
                }
                .ast-mobile-popup-header #menu-toggle-close{
                    margin-left: 10px;
                }
                #canvas-menu-logo .custom-logo-link img{
                    max-width: 150px;
                    width: 150px;
                }
            #ast-mobile-popup aside[data-section="sidebar-widgets-header-widget-1"]{
                position: absolute;
                bottom: 10px;
                width: 100%;
            }
                #ast-mobile-popup #custom_language_switcher_widget-3{
                    width: 100%;
                }
                    #ast-mobile-popup .language-switcher{
                        width: 100%;
                    }
                        #ast-mobile-popup .language-switcher a{
                            width: 50%;
                        }
    .site-above-footer-wrap[data-section="section-above-footer-builder"] .ast-builder-grid-row {
        padding-left: 10px;
        padding-right: 10px;
    }
        figure.wp-block-image.alignright.size-full.footer_dice{
            top: 0;
            margin: 0;
            text-align: center;
        }
            figure.wp-block-image.alignright.size-full.footer_dice::before{
                display: block;
                content: "";
                width: calc(100% + 20px);
                position: absolute;
                height: 1px;
                background: var(--gray);
                left: -10px;
                top: 50%;
                z-index: 2;
            }
            figure.wp-block-image.alignright.size-full.footer_dice img{
                width: 50%;
                position: relative;
                z-index: 3;
            }
    .ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"]{
        /* border: none; */
    }
    .slider_con{
        margin-top: 0;
    }
        .thumbnail-slider{
            position: relative;
            width: 100%;
            margin-bottom: 5px;
        }
            .thumbnail-slider .slick-prev{
                left: 5px;
                z-index: 3;
            }
            .thumbnail-slider .slick-next{
                right: 10px;
            }
        .main-slider .caption{
            left: 0;
            position: relative;
            width: 100%;
            padding: 10px;
        }
    .product_intro{
        grid-template-columns: 1fr;
        padding: 2rem 0 5rem;
        background-position: top 35% left -20%;
        overflow: hidden;
    }
        .product_head{
            margin-bottom: 5rem;
            padding: 10px;
            text-align: left;
        }
        .intro_list{
        }
        .feature-boxes {
            width: 100%;
        }
        .feature-box > a {
            padding: 20px 20px;
        }
        .feature-icon {
            margin-right: 20px;
        }
        img.img_chip.chip1{
            width: 15%;
            bottom: 70%;
            left: -3%;
            top: auto;
        }
        img.img_chip.chip2{
            width: 45%;
            left: 4%;
            top: 9%;
        }
        img.img_chip.chip3, img.img_chip.chip4{
            bottom: 2%;
            top: auto;
            width: 25%;
            right: -10%;
        }
        img.img_chip.chip3{
            right: 2%;
            bottom: 0;
        }
    .solution_con{
        padding-left: 10px;
        padding-right: 10px;
        background-position: top 40% right 100%;
        background-size: auto 80%;
    }
        .solution_box{
            grid-template-columns: auto;
            display: block;
        }
        .solution_item {
            margin-bottom: 30px;
        }
        .solution_icon {
            width: 100%;
        }
        .item_con {
            padding: 20px 15px;
        }
    .site-below-footer-wrap{
        border-top: 1px solid #eaeaea;
    }
    .f_add > h3{
        padding-left: 36px;
        position: relative;
    }
    .f_add > h3::before{
        content: "";
        display: inline-block;
        height: 32px;
        width: 36px;
        background: url(assets/images/icon_arrow.png) no-repeat;
        background-size: auto 100%;
        background-position: center;
        position: absolute;
        left: 0;
        top: 0;
        transition: all 0.3s;
    }
    .f_add.active > h3::before{
        transform: rotate(180deg);
    }
    .home-slider .bg_slide{
        height: 40vh;
        background-size: auto 100%;
    }
    .list-slider .bg_slide{
        height: 30vh;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
}


/* 禁止Safari下拉刷新 - 应用到html元素 */
html {
    overscroll-behavior-y: none;
}
