/*Add custom fonts*/
@font-face {
    font-family: 'Google Sans';
    src: url('../webfonts/GoogleSansRegular.eot');
    src: url('../webfonts/GoogleSansRegular.eot') format('embedded-opentype'),
         url('../webfonts/GoogleSansRegular.woff2') format('woff2'),
         url('../webfonts/GoogleSansRegular.woff') format('woff'),
         url('../webfonts/GoogleSansRegular.ttf') format('truetype'),
         url('../webfonts/GoogleSansRegular.svg#GoogleSansRegular') format('svg');
    font-weight: normal;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../webfonts/GoogleSansItalic.eot');
    src: url('../webfonts/GoogleSansItalic.eot') format('embedded-opentype'),
         url('../webfonts/GoogleSansItalic.woff2') format('woff2'),
         url('../webfonts/GoogleSansItalic.woff') format('woff'),
         url('../webfonts/GoogleSansItalic.ttf') format('truetype'),
         url('../webfonts/GoogleSansItalic.svg#GoogleSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Google Sans';
    src: url('../webfonts/GoogleSansBold.eot');
    src: url('../webfonts/GoogleSansBold.eot') format('embedded-opentype'),
         url('../webfonts/GoogleSansBold.woff2') format('woff2'),
         url('../webfonts/GoogleSansBold.woff') format('woff'),
         url('../webfonts/GoogleSansBold.ttf') format('truetype'),
         url('../webfonts/GoogleSansBold.svg#GoogleSansBold') format('svg');
    font-weight: bold;
}

/*Default style*/

* {
    box-sizing: border-box;
}
html, body {
    font-family: 'Google Sans';
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    margin: auto;
    background: whitesmoke;
}
body p{

}
.container {
	max-width: 720px !important;
}
img {
	max-width: 100%;
}
p {
	margin-bottom: 10px;
}
a:hover {
	text-decoration: none;
	color: inherit;
}

/*HEADER*/
#header {
    padding: 10px 0;
    background: white;
    height: 60px;
    position: fixed;
    width: 100%;
    z-index: 99999;
    max-width: 720px;
    top: 0;
    box-shadow: 0px 0px 1px #d0d0d0;
}
#header .logo {
    width: 40px;
    height: 40px;
    /* background: #e62425; */
}
#header .logo img {}

/*CATEGORIES HOME*/
#categoriesHome .slick-carousel {
    background: #f1f1f1;
}
#categoriesHome .item {
    padding: 2px;
    text-align: center;
}
#categoriesHome .item .thumb {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    background: white;
    margin-bottom: 10px;
}
#categoriesHome .item .thumb img {
    width: 100%;
    height: auto;
}
#categoriesHome .item h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
}
#categoriesHome .item.active h2 {
	color: white;
}

/*post home*/
.post-featured {
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.post-item {
    overflow: hidden;
    margin-bottom: 10px;
}
.post-featured .post-item .thumb {
    display: block;
    border: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 10px;
}
.list-post .post-item .thumb {
	width: 100%;
	border: 1px solid #ebebeb;
	display: block;
	border-radius: 7px;
	overflow: hidden;
}
.post-featured .post-item.big-item .thumb {
	width: 100%;
	margin-right: 0;
	float: none;
	border-radius: 10px;
	overflow: hidden;
}
.post-item.big-item .post-title {
    margin: 15px 0 0;
}
.post-item .post-title a {
    display: block;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}
.list-post .post-item .post-title a {
	font-weight: bold;
	font-size: 16px;
}
.post-featured .post-item.big-item a {
	font-weight: bold;
	font-size: 16px;
}
.list-post .post-item .thumb img{

}
.meta {
    margin: 5px 0 10px 0;
}
.meta > * {
    display: inline-block;
    margin-right: 10px;
}
.meta .author {}
.meta .author .avatar {
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: -5px;
    margin-right: 5px;
}
.meta i {margin-right: 3px;}
.meta span {
    font-size: 13px;
}
.meta .author span {}

.list-post .post-item {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
}
.list-post .post-item.last-item {
	border: none;
	margin-bottom: 0;
}

#content {
	/* padding: 10px 0; */
}
.load-more {
	padding: 10px 25px;
	color: white;
	background: #e62425;
	text-decoration: none;
	border-radius: 5px;
}
.load-more i {
	font-size: 13px;
	margin-left: 5px;
}

/*SEARCH*/
#searchForm {
    background: white;
    width: calc(100% - 100px);
    position: relative;
    border: 1px solid #e624254d;
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}
#searchForm #textSearch {
    border: none;
    background: white;
    width: calc(100% - 42px);
    padding: 0 10px;
    height: 38px;
    outline: none;
}
#searchForm .submit {
    border: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1px;
    right: -1px;
    outline: none;
    cursor: pointer;
    background: #e62425;
    color: white;
}
.category-child {
	padding: 10px;
	border-bottom: 1px solid #ebebeb;
	background: white;
}
.category-child a {
	color: #e62425;
	padding: 0 6px;
	display: block;
	border: 1px solid #e62425;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
	white-space: nowrap;
	font-size: 12px;
}
.category-child i {	
	padding: 0 10px;	
	line-height: 40px;	
	height: 40px;
}
.category-child a.active {
	color: white;
	background: #e62425;
	white-space: nowrap;
	display: block;
}
h1.title {
	font-size: 20px;
	font-weight: bold;
}
#dynamicMenu h3 {
	text-align: center;
	background: #e62425;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	margin: 0;
}

/*FOOTER*/
#footer {
	padding: 20px 0 0;
	/* text-align: center; */
	border-top: 1px solid #ebebeb;
	background: white;
}
#footer .menu {
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer .menu li {
	display: inline-block;
}
#footer .menu li:after {
	content: '-';
	display: inline-block;
	margin: 0 3px;
}
#footer .menu li:last-child:after {
	content:'';
}
#footer .menu li a {
	text-decoration: none;
	font-size: 14px;
	color: #333;
}
.copyright {
	background: #333;
	color: white;
	padding: 8px 10px;
	font-size: 12px;
	margin-top: 20px;
}

#toggleMenu {
	width: 40px;
	height: 40px;
	color: white;
	background: #e62425;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	border-radius: 5px;
}
.post-new {
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
}
.block-title {
	/* text-align: center; */
	width: 100%;
	/* text-transform: uppercase; */
	border: 1px solid #e62425;
	border-radius: 5px;
	line-height: 30px;
	height: 30px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
	background: #e62425;
	font-size: 14px;
}
.list-link .wrap {
    border: 1px solid #ebebeb;
    padding: 10px;
    margin-bottom: 10px;
}
.list-link .block-title {}
.list-link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-link ul li {overflow-wrap: break-word;}
.list-link ul li a {
    padding: 5px 10px;
    display: block;
    border: 1px solid #ebebeb;
    margin-bottom: 10px;
    color: #333;
}
.social {
	padding: 10px 0;
	border-top: 1px solid #ebebeb;
}
.social a {
	display: inline-block;
	font-size: 26px;
	color: #4267b2;
}
.social a.gg {
    color: #ea4335;
}
.social a.tw {
    color: #1da1f2;
}

.wrap-tags li{display: inline-block;}
.wrap-tags li a:hover{background: #e62425;color: #FFF;}
.wrap-tags li a{}


/** Single **/
.single-post .wp-caption{width: 100% !important;text-align: center;}
.single-post .wp-caption p{text-align: center;}
.single-post .aligncenter{text-align: center;}
.single-post img{height: auto;}
.single-post iframe{width:100%;}
.single-post p{text-align: justify;line-height: 23px;margin-bottom: 20px;}

/** mm-menu **/
.mm-menu{background: #e62425;}
.mm-menu.mm-theme-dark{background: #e62425;}
.mm-listview>li>a, .mm-listview>li>span {font-weight: bold;}

@media (max-width: 480px) {
	.post-featured .post-item .thumb {
		width: 100%;
		margin-bottom: 10px;
	}
	.post-featured .post-item.big-item .thumb {
		display: block;
	}
	#categoriesHome {
		background: #f1f1f1;
	}
}

/** Custom ***/
.block-title-cate{}
.block-title-cate h1{/* font-size: 24px; */}
.block-title-cate h2{/* font-size: 18px; */}
.page-cate .des{border-bottom: 1px solid #ebebeb;}

.entry-content.single-page, .entry-content blockquote {
    font-size: 15px;
}
article blockquote {
	font-size: 15px;
    padding: 15px 15px 5px;
    font-style: inherit;
    border: 1px dashed #ed3237;
}
.pagination{
	
}
.pagination li{
	
}
.pagination li a{
	color: #FFF;
}
.pagination li .current{
	background: #FFF;
	color: #333;
}
.pagination li .next{
	
}
.pagination li .page-numbers{
	padding: 2px 8px;
    background: #e62425;
    margin: 1px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

.breadcrumb .cate-item {
    /* color: #0073e6; */
    text-decoration: none;
    margin-right: 5px;
	font-weight: bold;
}

.breadcrumb .cate-item:hover {
    /* text-decoration: underline; */
}

.breadcrumb .active {
    
    color: #555;
}

.breadcrumb .separator {
    color: #999;
    margin: 0 5px;
}

/* In đậm danh mục trong breadcrumb */
.breadcrumb .bold-category {
    font-weight: bold;
}

.navbar1{background:#2E4355;color:#fff}
.navbar1 a{color:#fff}
.navbar1 span.item{display:inline-block;text-transform:capitalize;/*font-size:14px;*/font-weight: bold;color:#fff;padding:6px}
.navbar1 .selected{background:#e62425;color:#fff}
.navbar1 span.item:hover{background:#e62425;color:#fff}