/* css tab danh muc */
.tab-danhmuc ul li a {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    padding: 6px 20px;
}

.tab-danhmuc ul li.active a, .tab-pro ul li a:hover {
    background: #ed1c24;
    color: #fff !important;
}

.tab-danhmuc>.nav {
    border-bottom: 1px solid #cccccc91;
    margin-bottom: 15px;
}

.tab-danhmuc .icon-box-img {
    width: 140px !important;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
	margin-bottom: 8px !important;
}

.tab-danhmuc p {
    font-size: 14px;
    color: #000;
}

.home-cate .section-title-normal {
    border-bottom: 0;
    width: 100%;
    font-size: 1.1em !important;
    text-transform: uppercase;
    color: #FFF;
    background: #333;
    border-left: 4px solid #dc3545;
    box-shadow: 1px 1px 1px #333;
    margin: 0;
    padding: 4px 6px 4px 15px;
}

.home-cate .section-title-normal b {
    display: none;
}

.home-cate .section-title-normal span {
    border-bottom: 0;
    font-size: 16px;
    margin-right: 0;
    padding: 4px 0;
}

.home-cate span.pvlan-show-cats li {
    display: block;
    width: auto;
    float: left;
    margin: 0 4px;
}

.home-cate .pvlan-show-cats li a, h3.section-title.section-title-normal>a {
    font-size: 13px;
    text-transform: none;
    font-weight: 400;
    margin-right: 0;
    padding: 0px 10px;
}

.home-cate .pvlan-show-cats li:not(:last-child) a  {
    border-right: 1px solid #E5E7EB;
}

.home-cate .pvlan-show-cats li a:focus {
   background-color: #e6e6e6; 
}

.home-cate .section-title a {
    font-size: 14px;
    margin-left: 0;
    color: white;
}

.home-c-cate>.col-inner {
    background-color: #fff;
}

.home-c-cate .container.section-title-container {
    margin-bottom: 0;
}

/* css section blofg */
.is-divider {
    display: none !important;
}

.blog-home h5.post-title {
    font-weight: 600;
    font-size: 16px;
}

.blog-home button.button {
    color: #000;
    text-shadow: 0 0;
    font-weight: 400;
    font-size: 14px;
    text-align: right;
    display: block;
    width: 100%;
    margin: 0;
}

.blog-home-vert .box-text.text-left {
    padding-bottom: 0;
    padding-top: 0;
}

.blog-home button.button:after {
    content: "\f0da";
    font-family: fontawesome;
}

.blog-home button.button:hover {
    color: #ed1c24;
}

.blog-home h5.post-title:hover {
    color: #ed1c24;
}

.blog-home .col.post-item {
    padding-bottom: 26px;
}

.blog-home-one .box-text {
    padding-bottom: 0;
}

@media (max-width: 850px) {
	span.pvlan-show-cats {
		display: none;
	}
}

@media (max-width: 548px) {
/* 	css tab danh muc */
	.tab-danhmuc ul li {
		margin-bottom: 6px;
	}
	.home-c-cate {
		padding: 10px !important;
	}
	
	.tab-danhmuc p {
		font-size: 13px;
	}
	
	.tab-danhmuc ul li a {
		padding: 6px;
	}
}