/*
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;
    }
}
h2 {
	font-size: 35px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .blog-archive .post-sidebar.col {
        padding: 0 15px !important;
    }
    h2 {
	    font-size: 38px;
	}	
	body #top-bar p {
	    font-size: 10px;
	}
	/*căn đều*/
	.tab-content-faqs .nav-tabs {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tab-content-faqs .nav-tabs li {
		 flex-basis: 24% !important;
		margin: 0 0 15px;
	}


	/* tab mobile */
	.tabbed-content .tab{flex-shrink: 0!important; overflow-y: hidden!important;-webkit-overflow-scrolling: touch!important;}
	.tabbed-content .nav{ 

	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    overflow-x: auto;
	    overflow-y: hidden;
	    -webkit-overflow-scrolling: touch;
	    flex-direction: unset;
	    -webkit-flex-flow: unset;
	    flex-flow: unset;
	    -webkit-justify-content: unset;
	    justify-content: unset;
	    -webkit-align-items: unset;
	    align-items: unset;

	}
	::-webkit-scrollbar{height:3px;-webkit-overflow-scrolling: touch;}
	::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-overflow-scrolling: touch;}
	::-webkit-scrollbar-thumb{border:4px solid #ba6900}
	body .tab-sukien .nav-line-bottom>li>a:before {
		height: 0;
	}
	body .tab-sukien .nav>li:nth-child(1) {
		margin-left: 0 !important;
        margin-right: 0 !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;
}
.product-small.box .product-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 22px;
    height: 44px;
}
.product-small.box .box-image img {
    height: 200px;
    object-fit: cover;
}
/* */
@-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;
}
/* */
#top-bar p {
    font-size: 14px;
}
/* */
.header-full-width .container {
    padding: 0 5%;
}
#masthead .nav-left {
    justify-content: end;
}
#masthead .nav-right {
    justify-content: flex-start;
}
/* */
.font-th {
    font-weight: 100;
}
.button.is-small span {
    font-size: 14px;
    font-weight: normal;
}
/* */
.sukien-blog2 .cat-label {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow: hidden;
    font-size: 12px;
}
/* */
.row-lichsu {
	position: relative;
}
.row-lichsu:after {
	content: '';
	display: block;
	width: 8px;
	height: 100%;
	background: #000;
	position: absolute;
}
.row-lichsu .col:nth-child(2n+1) > .col-inner:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: #000;
    position: absolute;
    z-index: 1;
    right: -25px;
    border-radius: 100px;
    top: 43%;
}
/* */
.cus-blog-2 .col.post-item .col-inner {
	box-shadow: 0 4px 9px 0 hsl(0deg 0% 0% / 11%);
}
.cus-blog-2 .col.post-item .col-inner:hover {
	box-shadow: 0 4px 28px 0 hsl(0deg 0% 0% / 21%);
}
/* */
.page-title-bar .breadcrumb_last {
	font-size: 14px;
}
/* */
.khonggian-blog .post-title {
height: 44px;
}
.cus-blog-2 .post-title{
height: 65px;
}
.cus-blog-2 .from_the_blog_excerpt  {
	min-height: 92px;
}