/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
/* @font-face{font-family:'UTM Bebas';src:url("UTMBebas.ttf") format("truetype");} */
/* 
@font-face {
  font-family: 'UTM Bebas';
  font-style: normal;
  font-weight: 400;
  src:url("UTMBebas.ttf") format("truetype");
  font-display: swap;
}

:root{
    --font:'UTM Bebas';
} */

/*************** ADD CUSTOM CSS HERE.   ***************/
/* HEADER */
.header_logo.header-logo{
	width:380px;
}

li.lang-item > a > img{
	width: 21px!important;
    height: 16px!important;
    border: 1px solid white;
}

#fanpage-vr .phone-vr-img-circle {
    background-color: #dba6f7;
}

#fanpage-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 rgb(239 144 245 / 65%);
    background-color: rgb(191 139 219 / 70%);
}

.phone-vr-img-circle img {
    max-height: 40px;
	max-width: 37px;
}

#masthead .nav-right{
    justify-content: flex-start;
}

.nav-dropdown>li:hover>a{
    color: red;
}

.gtranslate_wrapper a{
    margin-right: 5px;
}

.gtranslate_wrapper img{
    border: 1px solid white!important;
}


/* #masthead .container, #top-bar .container{
    max-width:100%;
} */


/* @media only screen and (min-width:768px){
   .logo-center .logo{
	margin: 0 100px;
}
} */

.flex-right {
    margin-left: 0;
}
.flex-left {
	margin-right: 20px;
	max-width: fit-content;
}
/* .flex-row{
	justify-content:center;
} */
.html_topbar_right{
	margin: 0 20px!important;
}
.stuck .html_topbar_right img{
	height:55px;
}
.stuck .html_topbar_right {
	margin: 0 20px!important;
}
.logo-left .logo{
	margin-right:0px;
}

ul.menu_bar {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
ul.menu_bar li {
	margin-bottom:0;
}

ul.menu_bar li a {
    display: block;
    border-left: 1px solid #ffffff96;
    border-right: 1px solid #ffffff96;
    line-height: 1;
    font-size: 13px;
    color: white;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 10px;
}
ul.menu_bar li:first-child a {
    border-left: 0;
    padding-left: 0;
}
ul.menu_bar li:last-child a {
    border-right: 0;
    padding-right: 0;
}

.title_home h3{
    font-weight: 500;
    text-transform: uppercase;
    color: var(--primary-color) !important;
    font-size: 40px;
	font-weight: 600;
    letter-spacing: -3px;
/*     font-family: var(--font); */
}

/* Box san pham */
.price-wrapper ins *{
    color: red;
}

.product-title{
    color: var(--primary-color);
}


/* Box bai viet */
.day_post{
    margin-top: 10px;
    text-decoration: underline 2px red;
}

.box-vertical{
    display: flex;
    flex-direction: row-reverse;
}

.box-vertical .box-text{
    flex-basis:60%;
}

.from_the_blog_excerpt {
    margin-top: 15px!important;
}

.box-text .is-divider{
    display: none;
}

.post-item{
    padding: 0 0 30px;
}

@media screen and (min-width: 850px){
    .blog-archive .large-10 {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Sidebar */

.price_slider_wrapper{
    margin-top: 10px;
    padding-right: 5px;
}

.price_label .from, .price_label .to{
    color: red;
}

.price_slider_amount .button {
    background-color: black!important;
}

.widget-title {
    display: block;
    padding: 15px 7px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 5px;
}

.widget .is-divider{
    display: none;
}

.widget>ul>li{
    padding-left: 5px;
}

.widget>ul>li+li, ul.menu>li+li, .widget>ul>li ul, ul.menu>li ul{
    border: none;
}

.widget>ul>li ul>li:hover:nt{
    background-color: #eee;
    border-radius: 5px;
}
.widget>ul>li:hover>a, .widget .current-cat>a,.widget>ul>li li:hover>a, ul.menu>li li:hover>a{
    color: red;
}
/* ACCount */
.woocommerce-MyAccount-content p a{
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.5s;

}
.woocommerce-MyAccount-content p a:hover{
    background-color: var(--primary-color);
}
/* FOOTER */
i{
    margin-right: 5px;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.logo-left .logo{
		margin-right:30px!important;
	}
	.title_home h3 {
		font-size:25px;
		letter-spacing:0;
	}

}