/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    max-width: 100%;
    overflow: hidden;
    font-family: "Inter", sans-serif;
}
.header-main .button {
    text-transform: none;
}
.button {
    font-weight: 500;
}
.nav-spacing-xlarge>li {
    margin: 0 20px;
}
.header-bottom-nav.nav-size-medium > li > a {
    font-weight: normal;
    font-size: 16px;
}
.header-bottom-nav > li.active > a {
    font-weight: 600;
}
.nav-small.nav>li.html {
    line-height: 15px;
}
#footer p {margin-bottom:5px;}
#footer ul {list-style:none; margin-bottom:0; margin-left:0;}
#footer li {margin-left:0; margin-bottom:5px;}
.header-bottom-nav > li > a {text-transform:uppercase;}
.page-title-bar .title {display:block; color:#fff; text-transform:uppercase;}
.breadcrumb_last {font-weight:600; margin-left:20px;}
.page-title-bar a {color:#fff; margin-right:20px;}
form {margin-bottom:0;}
.wpcf7-spinner {display:none;}
#top-bar .nav > li > a {color:#333;}
.header-button span:before {content: "\f007"; font-family: FontAwesome; padding-right:5px;}

img.size-full.alignnone {margin-bottom:0;}
.product-small .box-image {border-radius:20px;}
body.home .product-small .price-wrapper {display:none;}
.product-small.box .price-wrapper {
    padding: 10px 0 0;
}
.lien-he-price {
    color: red;
}
.product-small .box-text {padding:15px 10px 0px 10px;}
.product-small .product-title a {font-size:20px; color:#002C66;}
.box-blog-post .is-divider {display:none;}
.box-blog-post .button {border-radius:99px; padding:5px 20px;}
.box-blog-post .box-image {border-radius:15px;}
.tintuc-tc .box-image {border-radius:15px 15px 0px 0px;}
.tintuc-tc .box-text {border-radius:0px 0px 15px 14px;}
.tintuc-tc .button {padding:0; font-size:13px; text-transform: none; color: #333 !important;}
.box-blog-post .button:after {content: "\f061"; font-family: FontAwesome; padding-left:5px;}
#footer li:before {content: "\f00c"; font-family: FontAwesome; padding-right:10px; font-size:12px;}
#footer input {border-radius:7px; width:100%;}
.absolute-footer {display:none;}
.phuongcham-col1 {background:url(https://onlinepacking.vn/wp-content/uploads/2025/12/cbg1.png) center; background-size:cover}
.phuongcham-col2 {background:url(https://onlinepacking.vn/wp-content/uploads/2025/12/cbg2.png) center; background-size:cover}
.box-badge .box-text {bottom:0;}
.thongtin-col1 {background:url(https://onlinepacking.vn/wp-content/uploads/2025/12/gh.png)}

.img-ab {
    position: absolute;
    right: -71%;
    top: -58%;
}

.gallery-partner .gallery-col .col-inner {
    padding: 0 30px;
}
.badge-custom .box-text {
    bottom: 0;
}
.page-title-bar {
    background-color: #000000;
    background-image: url(images/bg-br.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    color: #fff;
}
.page-title-bar a {
    color: #fff;
    font-weight: 400;
}
.page-title-bar .title {
    font-size: 30px;
}
.archive .box-blog-post .box-image {
    overflow: hidden;
}
.archive .box-blog-post .box-image img {
    transition: transform 0.4s ease;
    transform: scale(1);
}
.archive .box-blog-post .box-image:hover img {
    transform: scale(1.1);
}
.box-blog-post .box-image {
    border-radius: 20px 20px 0px 0px;
}
.blog-wrapper .image-cover {
    padding-top: 75% !important;
}
.blog-wrapper {
    background-color: #f9f9f9;
}
.blog-wrapper .box-text {
    background: #fff;
    padding: 30px;
}
.box-blog-post .box-text {
    border-radius: 0px 0px 20px 20px;
}
.post-meta {
    position: absolute;
    right: 0;
    top: -18px;
    background-color: #FC6703;
    font-size: 16px;
    color: #fff;
    padding: 5px 30px;
    opacity: 1;
    border-radius: 6px 0 0 6px;
}
.box-blog-post .post-title {
    margin-bottom: 10px;
}
.blog-wrapper p.from_the_blog_excerpt {
    font-size: 16px;
    color: #333;
}

/* */
body.nav-dropdown-has-border .nav-dropdown {
    border: none;
    padding: 0;
}
body.nav-dropdown-has-border .nav-dropdown a {
    padding: 10px !important;
    margin: 0 !important;
    border-radius: 0;
}
.post_comments  {
    display: none;
}

/* Sidebar */

/* */
.blog-single .article-inner > .entry-header {
    display: none;
}
/* */
.product-small.box ins *,
.product-small.box .price > .amount * {
    color: red;
    font-size: 16px;
}
.product-small.box del * {
    color: #333;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}

/* */
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}
.pulse {
    transition: all 150ms linear 0s;
    animation-name: pulse;
    -webkit-animation-name: pulse;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

blockquote {

    font-size: 110%;
    color:#666;

    margin: 0 auto;
    border-left:0px;
    margin-left: 20px;
    padding-bottom: 50px;
}
blockquote h1 {
    font-size: 3rem;
}
blockquote p {
    font-style: italic;
    margin-bottom: 0;
}
blockquote p::before,
blockquote p::after {
    content: "“";
    font-family: Georgia;
    font-size: 6rem;
    margin: -3rem 0 0 -4rem;
    position: absolute;
    opacity: 0.5;
    color:var(--primary-color);
}
blockquote p::after {
    content: "”";
    margin: -2rem -3rem 0 0;
}
blockquote cite {
    font-size: 1.5rem;
}

@media only screen and (min-width: 1024px) {
    .widget ul.menu > li {
        position: relative;
    }
    .widget ul > li.has-child:hover >.sub-menu{
        display:block !important;
    }
    .widget ul.menu ul.sub-menu {
        display: none !important;
        position: absolute;
        width: 100%; 
        left:99%;
        top: 0;
        z-index: 999;
        border: 1px solid #e1e1e1 !important;
        background: #fff;
        margin: 0;
        padding: 0;
    }
    .widget .toggle{
        transform: rotate(-90deg);
        margin-right: 10px;
    }
    .widget ul.menu>li li {
        padding: 2px 0;
        border-bottom: 1px solid #e1e1e1;
    }
}
@media (min-width: 850px) {



}

@media (max-width: 1700px) {
    .img-ab {
        top: -35%;
    }
    .img-ab img {
        width: 67%;
    }
}
@media (max-width: 1400px) {
    .row-about .col {
        max-width: 50%;
        flex-basis: 50%;
    }
    .img-ab {
        display: none;
    }
    .row-about .col.col-right .col-inner {
        max-width: max-content !important;
        padding-right: 30px !important;
    }
    .header-top .flex-left {
        max-width: 50%;
    }
}
@media (max-width: 820px) {
    .row-about .col {
        max-width: 100%;
        flex-basis: 100%;
    }

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }

}
.devvn_woocommerce_price_suffix {
    padding-left: 10px;
}
.single .product-main .devvn_woocommerce_price_suffix {
    color: red;
}