/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	max-width: 100%;
	overflow: hidden;
}
@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 only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }

}
/* */
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;
}
.col.post-item .post-title,
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 66px;
	/*text-transform: uppercase;*/
	font-size: 15px;
}
.product-small.box:hover .product-title a {
    text-decoration: underline;
}
/* .product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
} */
.widget {
	margin-bottom: 0;
}
.widget ul {
    background: linear-gradient(89deg, #fff 85%, #fff, #ededed);
    padding: 10px;
}

/* */
.product-small.col > .col-inner {
	border-radius: 7px;
}
.product-small.box {
	background-color: #bde1e175 !important;
}
.price-wrapper .price {
	color: #006a69;
	font-size: 15px;
}
@-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;
}
.duan-blog .box {
    background-image: url(images/bg-box.png);
    background-size: cover;
}
.blog-vertical .post-title {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
}
.blog-vertical .from_the_blog_excerpt {
    font-size: 12px;
    color: #999999;
}
.tintuc-blog .from_the_blog_excerpt,
.tintuc-blog .post-title {
    font-size: 16px;
    color: var(--primary-color);
}
.button {
    border: 1px solid;
    font-weight: normal;
}
.box-information {
    background-image: url(images/bgif.png);
    background-repeat: no-repeat;
    background-position: bottom;
}
.icon-box-center-custom .icon-box-img {
    margin-bottom: 5px;
}
.icon-box-center-custom p {
    margin-bottom: 0;
}
.icon-box-left {
    display: flex;
    align-items: center;
}
.icon-box-left p {
    margin-bottom: 0 !important;
}

.product-info .price span.amount {
    color: #ef0000;
}
.product-info .price del span.amount {
    color: #333;
}
.header-top {
    position: relative;
    z-index: 1;
}

.category .col.post-item .box-image {
    width: 16% !important;
}
.category .col.post-item .box-image .image-cover {
    padding-top: 80% !important;
}
.col.post-item .post-title {
    color: var(--primary-color);
    font-size: 18px;
}
.post-meta {
    font-size: 16px;
}
.post-meta:before {
    content: '\f073';
    font-family: FontAwesome;
    margin-right: 6px;
}
.from_the_blog_excerpt {
    font-size: 16px;
    color: #333;
}
.category .col.post-item .box-text {
    padding-bottom: 0;
}
.category .col.post-item {
    padding-bottom: 0px;
}
.category .col.post-item .box {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.duan-blog .col.post-item .col-inner {
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .header-cart-icon {
        position: relative !important;
    }
}
@media (max-width: 480px) {
    .box-information {
        background-size: cover;
        align-items: flex-start !important;
        padding-top: 20px;
    }
    .category .col.post-item .box-image {
        width: 100% !important;
    }
}
.term-title {
    text-align: center;
    background: url(images/line.png) center bottom no-repeat;
    padding-bottom: 20px;
    font-size: 1.5em;
    margin-bottom: 25px;
}