/*
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.   ***************/
/* Sprite Images */
.sprite {
    background-image: url(sprite-icons.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-icon-facebook {
    width: 25px;
    height: 25px;
    background-position: -5px -5px;
    margin-bottom: 5px;
}
.sprite-icon-phone {
    width: 25px;
    height: 25px;
    background-position: -40px -5px;
    margin-bottom: 5px;
}
.sprite-icon-zalo {
    width: 25px;
    height: 25px;
    background-position: -5px -40px;
    margin-bottom: 5px;
}

.row-large>.col{
	padding:0 15px 15px
}
.nav>li>a{
	font-size:0.8em;
}
.nav-dark .nav>li>a{
	color:rgba(255,255,255,1);
}
img.size-full.alignnone{
	margin-bottom:0em;
}
.filter-button{
	margin-top:1em;
	font-size:20px;
}
.entry-content h2{
	font-size:22px;
}
.entry-content h3{
	font-size:18px;
}
.entry-content p{
	font-family:Quicksand, Geneva, sans-serif !important;
}
.badge-inner {
	font-weight:400 !important;
}
.ma-danhmuc {
    font-size:13px;
    color:#000000;
    padding-bottom: 5px;
}
#billing_first_name{
	display: none;
}

/* Mobile Bottom Bar */
section {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
.navi-fixed {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 18;
    width: 36px;
    background: #006d6d;
}
.visible-xs {
    display: none !important;
}

@media (max-width: 768px){
.visible-xs {
    display: block !important;
}
.navi-fixed {
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
}
.mini-navi {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding-top: 0;
    height: 55px;
}

ul.mini-navi {
    margin-bottom: 0em !important;
}
.mini-navi>li {
    display: table-cell;
    width: 20%;
    font-size: 10px;
    vertical-align: middle;
}
.mini-navi>li a .mini-navi-title {
    white-space: nowrap;
}
.mini-navi li .mini-navi-title {
    display: block;
    font-weight: 400;
    line-height: 1;
}
.mini-navi li a {
    display: block;
    color: #fff;
    padding: 7px 2px;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;
}
.mini-navi li .mini-navi-icon {
    max-width: 25px;
    margin-bottom: 5px;
}
.mini-navi li a {
    text-align: center;
}
.mini-navi>li a {
    padding-top: 6px;
    padding-bottom: 4px;
}
.fb_reset { 
    display:none;
}
}

button#ftwp-header-minimize.ftwp-icon-expand {
    min-height: 0em !important;
}
button#ftwp-header-minimize.ftwp-icon-collapse {
    min-height: 0em !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

