/*
Theme Name:        Flatsome
Theme URI:         http://flatsome.uxthemes.com/
Author:            UX-Themes
Author URI:        http://www.uxthemes.com/
Description:       Multi-Purpose Responsive WooCommerce Theme
Version:           3.12.2
Requires at least: 4.7.0
Requires PHP:      5.6.20
Text Domain:       flatsome
License:           http://themeforest.net/licenses
License URI:       http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.control-web-form{margin: auto!important}
.dk{width:460;margin:auto}
.is-divider {
    height: 2px;
    max-width: 100%
}
.footer .textwidget {
	font-size: 14px
}
span.widget-title {
	text-transform: none
}
.tp {
	width: 100%;
	height: 5px;
	background-color: #f8f8f8;
}
.pad {
	padding-bottom: 0px
}
.box-blog-post .is-divider {
	display: none
}
/*Mobile menu*/
.mobimenu {
	display: none;
	table-layout: fixed;
    width: 100%;
	margin-bottom: 0!important;
	border-spacing: 4px 2px;
}

ul.mobimenu li {
    display: table-cell;
	width: auto;
	padding: 10px 0;
	border: 1px solid #ededed;
	margin-right: 2px;
	text-align: center;
	border-radius: 4px
}
ul.mobimenu li:last-child {
	margin-right: 0
}

ul.mobimenu li:active {
    background-color: #ededed
}

.mobimenu>li>a {
	font-size: 12px;	
}
/*Table*/
.tbt {
	background-color: #497338;
}
.tbt td {
    color: #fff
}
th:first-child, td:first-child {
	padding-left: 10px
}
/*Reponsive*/
@media screen and (max-width: 849px) {
  .mobimenu {
		display: table
	}
}
@media screen and (min-width: 850px) {
	.bg {
		font-size: 20px
	}
}
/*Bai viet lien quan*/
.feature {
    position: relative;
    overflow: hidden;
}
.feature::before {
	content: "";
	display: block;
	padding-top: 56.25%;
}
.feature .image{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
ul.row.related-post li {
    list-style: none;
}
.related-title {
    line-height: 1.3 !important;
    margin-top: 10px !important;
}
/*Nut lien he*/
.bottom-contact {
    display: none;
}
@media screen and (max-width: 768px) {
	.bottom-contact {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 99
	}
	.bottom-contact ul li {
		margin-bottom: 4px;
		margin-right: 4px;
		float: right;
		list-style: none;
		text-align: center;
		font-size: 12px;
	}
	.bottom-contact ul li img {
		width: 35px;
		margin-top: 2px;
		margin-bottom: 0px;
		border-radius: 99px
	}
	.ct {
		display: none
	}
}
@media screen and (min-width: 769px) {
	.ct {
		display: block;
		float: right;
		position: fixed;
		bottom: 7px;
		right: 7px;
		z-index: 99999;
	}
	.ct img {
		width: 2.5em;
		border-radius: 5px;
		display: block;
		margin-bottom: 4px
	}
}