#lau-bg{background-color: #b93c3c}
#phan-bg{background-color: #e84a1b}
#sodoi-bg{background-color: #1E151E}
#tong-bg{background-color: #f9b51c}
#phanexpress-bg{background-color: #162938}
#meattwo-bg{background-color: #FB3A33}
#meat2-btn-img{height: unset; margin-top: 0px;width: unset}
#phanexpress-btn-img{width: 40px;left: 3px;top: 18px;}
.img-news-circle img{width: 24px;position: absolute;left: 0;right: 0; margin: auto;top: 0; bottom: 17px;}
.brand-name{color: white; font-size: 12px; position: absolute; bottom: 6px; font-family: 'RobotoSlab-Bold'; text-align: center; margin: auto; left: 0; right: 0;}
.title-category {
	font-size: 20px;
	color: #162938;
	font-family: RobotoSlab-Bold;
	text-transform: uppercase;
	padding-bottom: 32px;
	text-align: center;
}

.box-news-lauphan {
	position: relative;
	background-color: white;
	border-radius: 14px;
	margin-bottom: 35px;
	box-shadow: 0 0 2.2px rgb(0 0 0/ 22%), 0 6.7px 5.3px rgb(0 0 0/ 15%), 0
		12.5px 10px rgb(0 0 0/ 0%), 0 22.3px 17.9px rgb(0 0 0/ 0%), 0 41.8px
		33.4px rgb(0 0 0/ 0%), 0 100px 80px rgb(0 0 0/ 0%);
}

.img-news {
	padding: 6px 6px 0px 6px;
}

.img-news img {
	border-radius: 10px;
    height: 130px;
    width: 100%;	
}
.brand-wrap{float: left;width: 100%; position: relative;}
.brand-icon{float: left;position: relative;width: 64px;height: 64px;}
.img-news-circle {position: absolute;box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);border-radius: 40px;width: 52px;height: 52px;top: 6px;left: 6px;}
.img-news-circle-bg{position: absolute;height: 64px;width: 64px;background-color: white; border-radius: 40px;}
.title-summary {
	padding-top: 30px;
	font-size: 17px;
	font-family: RobotoSlab-Regular;
	padding-left: 15px;
	color: #162938;
	    min-height: 80px;
}

.summary {
	font-size: 14px;
	padding-left: 15px;
	padding-top: 11px;
	padding-right: 18px;
	color: #162938;
}

.details {
	font-size: 13px;
	font-family: RobotoSlab-Regular;
	padding-top: 20px;
	padding-bottom: 19px;
	color: #162938;
	padding-left: 15px;
}
.details a {
	color: #162938;
}
.title-summary a {
	color: #162938;
}
@media only screen and (max-width: 768px) {
	.img-news img {
		width: 100%;
	}
	.news-home-lauphan {
		background-color: #dfdfdf;
		padding-top: 40px;
	}
	.seemore a {
		text-align: center;
		border: 1px solid white;
		background-color: white;
		border-radius: 30px;
		height: 50px;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 290px;
		font-family: 'RobotoSlab-Regular';
		color: #6f6d6d;
		margin: auto;
	}
	.seemore {
		padding-bottom: 15px;
	}
}

@media only screen and (min-width: 769px) {
	.seemore a {
		text-align: center;
		border: 1px solid white;
		background-color: white;
		border-radius: 20px;
		height: 41px;
		justify-content: center;
		align-items: center;
		display: flex;
		width: 311px;
		font-family: 'RobotoSlab-Regular';
		color: #6f6d6d;
	}
	.seemore {
		justify-content: center;
		align-items: center;
		padding-bottom: 20px;
		float: right;
		margin-top: -65px;
	}
	.news-home-lauphan {
	    background: url(/WebLauPhan/banner/Union.png);
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: 100% 100%;
	    padding-top: 100px;
	}
}
@media only screen and (max-width: 991px) {
    .col-sm-6:nth-child(2n+1){
        clear: left;
    }
    .col-lg-4:nth-child(3n+1) {
        clear: none !important;
    } 
}
@media only screen and (max-width: 1199px) {
    .col-lg-4:nth-child(3n+1){
        clear: left;
    } 
}