
if ( !function_exists('cherry_get_layout_class') ) {
	function cherry_get_layout_class($layout) {
		switch ($layout) {
			case 'full_width_content':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_wrapper", "col-xs-12" ) : "col-xs-12";
				break;
			case 'content':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_content_column", "col-xs-12 col-md-8" ) : "col-xs-12 col-md-8";
				if (function_exists('of_get_option')) {
					$layout_class .= ' '.of_get_option('blog_sidebar_pos');
				}
				break;
			case 'sidebar':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_sidebar_column", "col-xs-12 col-md-4" ) : "col-xs-12 col-md-4";
				break;
			case 'left_block':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_left_block_column", "col-xs-12 col-md-7" ) : "col-xs-12 col-md-7";
				break;
			case 'right_block':
				$layout_class = function_exists('apply_filters') ? apply_filters( "cherry_layout_right_block_column", "col-xs-12 col-md-5" ) : "col-xs-12 col-md-5";
				break;
			default:
				$layout_class = 'col-xs-12';
		}
		return $layout_class;
	}
}


if ( !function_exists('inherit_template') ) {
	function inherit_template() { 
		if (function_exists('is_category') && is_category()) {
			$catid = get_query_var('cat');
			if (defined('STYLESHEETPATH') && file_exists(STYLESHEETPATH . '/category-' . $catid . '.php')) {
				include(STYLESHEETPATH . '/category-' . $catid . '.php');
				exit;
			}
		}
	}
}
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//baolamgroup.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://baolamgroup.com/post-sitemap.xml</loc>
		<lastmod>2023-08-24T07:27:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/page-sitemap.xml</loc>
		<lastmod>2026-04-17T09:49:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/product-sitemap.xml</loc>
		<lastmod>2023-05-19T02:11:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/duan-sitemap.xml</loc>
		<lastmod>2022-12-14T06:18:45+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/danhgia-sitemap.xml</loc>
		<lastmod>2022-12-12T02:03:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/category-sitemap.xml</loc>
		<lastmod>2023-08-24T07:27:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/post_tag-sitemap.xml</loc>
		<lastmod>2023-08-24T07:27:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/product_cat-sitemap.xml</loc>
		<lastmod>2023-05-19T02:11:01+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://baolamgroup.com/author-sitemap.xml</loc>
		<lastmod>2026-03-10T15:03:35+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->