/*css news-detail*/

.news-detail {
    padding: 0px 0 20px 0;
    text-align: justify;
}

.news-detail ul {
    list-style: disc;
    padding-left: 20px;
}
.noi_dung_in p {
    margin-bottom: 10px;
}

.noi_dung_in ul li {
    list-style: disc !important;
    margin-left: 20px;
}
.news-detail ul>li {
    list-style: disc;
}
.noi_dung_in tr td {
    /* border: solid 1px #ccc; */
}
.noi_dung_in h2 {
	font-size: 25px;
	margin-bottom: 10px;
}
.noi_dung_in h3 {
	font-size: 22px;
	margin-bottom: 10px;
}
.noi_dung_in h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.news-detail>.image {}

.news-detail .news_note {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news-detail>.image>img {
    max-width: 100%;
    height: auto;
}

.news-detail .author {
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-detail .author .date {
    display: flex;
    align-items: center;
}

.news-detail .author .day {
    font-size: 17px;
    line-height: 1.42857143;
}

.news-detail .author .year {
    text-transform: none;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 0px 10px;
    width: 46px;
    height: 50px;
    margin-left: 10px;
    display: inline-block;
    text-align: center;
    line-height: 1.42857143;
    padding: 6px 10px;
    width: auto;
    height: 30px;
    margin-left: 0px;
    /* margin-top: 14px; */
}

.news-detail .author .name-author {
    line-height: 50px;
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.news-detail .news-title {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: normal;
    margin-top: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.news-detail .content-news {
    font-size: 15px;
    color: #535252;
}

.news-detail .content-news img {
    max-width: 100%;
    height: auto;
}
.news-detail .content-news iframe {
    max-width: 100%;
    height: 550px;
}

.news-detail .content-news ul,
.news-detail .content-news ul>li {
    list-style: disc;
}
.news-detail .content-news table {
    width: 100%;
}
.news-detail .content-news tr td {
    border: solid 1px #ccc;
}
.news-detail .content-news ul {
    padding-left: 20px;
}
.news-detail .content-news h2,h3,h4,h5 {
    font-size: 18px;
    font-weight: 600;
}

/*  */
.dv-01-news-item {
    /* padding: 0 7.5px; */
    margin-bottom: 20px;
}

.dv-01-news-item .image {
    overflow: hidden;
    position: relative;
    padding-bottom: 60%;
}

.dv-01-news-item .date {
    margin-bottom: 10px;
    font-size: 13px;
    color: #898989;
}



.dv-01-news-item .image img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.dv-01-news-item .image:hover img {
    transform: scale(1.1);
}

.dv-01-news-item .image2 {
    overflow: hidden;
    position: relative;
    padding-bottom: 75%;
}
.dv-01-news-item .image2 img {
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.dv-01-news-item .image2:hover img {
    transform: scale(1.1);
}

.dv-01-news-item h3 {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin: 5px 0 10px;
    position: relative;
}

.dv-01-news-item h3 a {
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
    font-size: 17px;
}

.dv-01-news-item h3 a:hover {
    color: #2978bb;
}

.dv-01-news-item .desc {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	height: auto;
}
.xemthem_in {
    background: rgb(41 120 187);
    padding: 5px 20px;
    margin: 10px 0 0 0;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
}
.xemthem_in a {
    color: #fff;
}
.viewmore-news {
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-bottom: 0;
    color: #2978bb;
}

.viewmore-news i{
    margin-left: 5px;
}

.viewmore-news:hover{
    text-decoration: underline;
}

/*  */

.news_rale {
    margin: 0 auto;
    color: #717173;
    position: sticky;
    height: fit-content;
    top: 110px;
}
.news_rale .title-headding {
    margin-bottom: 10px;
}

.title-headding {
    margin-bottom: 20px;
    text-align: center;
}
.title-headding .bg_img {
    padding: 5px;
    border-radius: 5px;
}
.title-headding .bg_img .title {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-align: left;
    background-image: linear-gradient(to right, #ebebeb, #ffffff);
    color: #126431;
    font-size: 22px;
    line-height: 1.2;
    background: unset;
    text-transform: uppercase;
    font-weight: 500;
    border-left: 5px solid #126431;
    padding-left: 15px;
}
.news_rale .news_item {
    margin-bottom: 15px;
    display: flex;
}
.news_rale .news_item .image {
    width: 110px;
    height: 80px;
}

.news_item .image {
    border-radius: 5px;
    margin-right: 10px;
}
.news_rale .news_item .image img {
    border-radius: 10px;
}

.news_item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 05px;
}
.news_item .news_infor {
    padding: 5px 0px 0px 0px;
    flex: 1;
}
.news_item .news_infor:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 0px;
    background-image: linear-gradient(to right, #db2128, #db2128);
    right: 0;
    top: 0;
}
.news_item .news_infor h3 {
    margin: 0 0px;
    line-height: 1.3;
    height: fit-content;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    color: black;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
}

.clm.news_rale {
    padding-left: 20px;
}
/* fix page ẩm thực */
.by-page{
	position: relative;
	z-index: 2;
	padding: 30px 0;
}
.by-page::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: #eee;
    width: calc(50% + 70px);
    height: 100%;
    z-index: -1;
}
.by-page .row{
	gap: 20px 0;
}
.by-page__for{
	margin-bottom: 10px;
}
.by-page__nav{
	margin-bottom: 0;
}
.by-page__nav .slick-list{
	/* margin: 0 -7px; */
}
.by-page__nav .slick-arrow{
	opacity: 1;
	z-index: 10;
	width: 40px;
	height: 40px;
	margin-top: 0;
    transform: translateY(-50%);
}
.by-page__nav .slick-arrow svg{
	width: 40px;
	height: 40px;
}
.by-page__nav .slick-prev{
	left: 0;
}
.by-page__nav .slick-next{
	right: 0;
}
.by-page__nav-item{
	margin: 0 7px;
	position: relative;
	overflow: hidden;
}
.by-page__nav-item::before{
	content: "";
	padding-top: calc((88 / 133) * 100%);
	display: block;
}
.by-page__nav-item img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.by-page__relate{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.by-page__relate-ttl{
	text-align: center;
	color: #126431;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'noidung-bold';
}
.by-page__relate-brief{
	text-align: center;
	margin-bottom: 30px;
}
.js-page-relate .slick-list{
	margin: 0 -10px;
}
.js-page-relate .slide-relate__item{
	margin: 0 10px;
}
.child-item{
	position: relative;
	z-index: 1;
}
.child-item::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.29);
	z-index: -1;
}
.child-item:hover .child-item__img img{
	transform: scale(1.1);
}
.child-item__img{
	position: relative;
	overflow: hidden;
}
.child-item__img::before{
	content: "";
	padding-top: calc((3/4) * 100%);
	display: block;
}
.child-item__img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .7s ease-in;
}
.child-item__ct{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px 20px 11px;
	color: white;
	text-align: center;
	width: 100%;
}
.child-item__ct-ttl{
	/* margin-bottom: 10px; */
	position: relative;
}
.child-item__ct-ttl a{
	font-size: 19px;
	font-weight: 400;
	color: inherit;
}
.child-item__ct-button a{
	text-decoration: underline;
	color: inherit;
}

.child-item__ct:before {
    background-image: linear-gradient(180.89deg, rgb(29 49 124 / 2%) 11.73%, rgb(29 49 124) 89.09%);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
}

.child-item__ct-button {
    position: relative;
}

.noi_dung_in table {
	width: 100%;
	margin: 20px 0;
}
.noi_dung_in h2 {
	color: #0057a5;
	font-size: 27px;
	font-weight: 600;
	margin-bottom: 15px;
}
.noi_dung_in ul {
	margin: 10px 0;
}
.noi_dung_in ul li {
	list-style: disc !important;
	margin-left: 20px;
	padding-bottom: 5px;
}
.noi_dung_in p {
	padding-bottom: 10px;
}
.noi_dung_in img {
	border-radius:10px;
	height: auto !important;
}





@media(max-width:992px){
    .clm.news_rale {
        padding-left: 0px;
    }
	.by-page::before{
		width: 100%;
	}
	.cuisines-item__content{
		padding: 0 20px 20px;
	}
	.by-page{
		padding: 0;
	}
	.cuisines-item__sub-title{
		font-size: 22px;
		margin-bottom: 10px;
	}
	.by-page__relate-ttl {
		font-size: 30px;
		margin-bottom: 10px;
	}
}
