.news-top-slider .splideHome a.btn-link {
    display: -webkit-box;
    height: auto;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
}
.bg-image-cate{
	background-position:center;
	background-size:cover;
}
.card-desciption{
    font-size: 14px;
}
.nav.nav-divider .nav-item{font-size:12px;}
.section-sub p.card-text{
    margin-top: 13px;
    height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 500;
}
.section-sub p.card-text{
	
}
.section-sub .card-title a {
    font-size: 16px;
    line-height: 1.5em;
    display: block;
	display: -webkit-box;
    height: 71px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    font-weight: 600;
}
.content-description *{color:#000000;}
.nav-btn-search i{
	font-size:1.6rem;
}
nav.navbar.navbar-sticky{
	border-bottom:1px solid #333;
}
.navbar-top {
    background: #333;
}
.breadcrumb.breadcrumb-dots .breadcrumb-item+.breadcrumb-item::before{
	float: left;
    padding-right:0.8rem;
    color: #a1a1a8;
}
.content-description {
    background: #fff;
    padding: 20px;
}
.section-heading>h1 {
    font-size: 32px;
}
button.button-form-enewsletter{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    color: #333;
	background:transparent;
}
.is-sticky .navbar-sticky {
    width: 100%;
    background: #000000;
	box-shadow: 0 0.125rem 0.3rem -0.0625rem rgb(0 0 0 / 3%), 0 0.275rem 0.75rem -0.0625rem rgb(0 0 0 / 6%);
}
.nav-item-facebook a{color: #2163e8;}
.nav-item-twitter a{color: #1DA1F2;}
.nav-item-youtube a{color: #FF0000;}
.footer-bottom .nav-link:first-child{padding-left:0}
.small-date{font-size:.75rem;}
.cate_list_html {
    position: relative;
    z-index: 1000;
}
.title-news{
    font-size: 1rem;
    line-height: 1.5em;
    display: block;
}
.news-footer .title-news{font-size:1rem;}
.title-news-sitebar>a{
    font-size: 0.9rem;
    font-weight:700 !important;
}
@media (max-width: 991px){
	.section-heading>h1 {
    font-size: 24px;
}
	.news-footer{
		overflow-x: auto;
		
	}
	.news-footer-in{
		z-index: 0;
		width: 1050px;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
	.news-footer .title-news{font-size:1rem;}
	.item-news {
		max-width: 350px;
	}
}

@media (max-width: 767px){
	.news-footer-in{
		width:780px;
	}
	.item-news {
		max-width: 260px;
	}
	.section-heading>h1 {
		font-size: 20px;
	}
	.card-first-post h2 {
		font-size: 18px;
	}
}
@media (max-width: 576px){
	.section-heading>h1 {
		font-size: 18px;
	}
}
.news-top-slider{
	padding-left: 10px;
    width: calc(100% - 68px);
}
.news-top-slider .text-reset.btn-link {
    transition: color 0.25s ease-in-out;
    text-decoration: none;
    display: -webkit-box;
    height: 20px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 1.3em;
    color: #fff;
    font-size: 15px;
}
.product-title>a {
    transition: color 0.25s ease-in-out;
    text-decoration: none;
    display: -webkit-box;
    height: 2.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    font-weight: 600;
    line-height: 1.3em;
    color: #355278;
    font-size: 15px;
}
.image-full:after{
	   content: "";
    display: block;
    position: relative;
    z-index: 2;
    padding-top: 80%;
}
.image-full img {
    width: 100%;
    height: auto;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image-full {
    position: relative;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
    overflow: hidden;
	display:block;
}
.hastag {
    font-size: .8rem;
    padding: 2px 5px;
    background: #ffeff2;
}
.text-primary-hover a.hastag {
    background:#000;
    color: #fff;
    font-weight: bold;
}
.card.card-bg-scale{
    overflow: hidden;
    background-position: 50% 50%;
    -webkit-backface-visibility: hidden;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}