.news .news-breadcrumb .breadcrumb.py-3 {
	padding-bottom: 10px !important;
  }
  
  .news .news-page.theme-on h2 {
	color: #fff;
  }
  .news a.video-icon {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 24px;
  }
  
  .news a.video-icon::before {
	color: #f00;
	border-radius: 100%;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	opacity: 0.7;
	transform: translate(-50%, -50%);
	font-size: 50px;
  }
  .news p {
	margin-bottom: 10px;
	line-height: 1.6;
  }
  .news .msg-container {
	margin: -121px 0 0 0;
  }
  .news h1 {
	font-size: 22px;
	margin: 0 0 10px;
  }
  
  .news .news-page {
	max-width: 90% !important;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
  }
  
  .news .d-flex {
	display: flex;
  }
  
  .news .flex-1 {
	flex-grow: 1;
	position: relative;
  }
  
  .news .flex-right {
	width: 270px;
	min-width: 270px;
  }
  .news #nav-icon3 span {
	border-radius: 0px;
	height: 2.5px;
  }
  .news #nav-icon3 {
	margin-top: 13px;
  }
  
  .news .container {
	margin: 0 auto;
  
  }
  .news .news-menus {
	overflow-x: auto;
	display: block;
	width: 100%;
	overflow-y: hidden;
	justify-content: center;
	display: flex;
  }
  
  .news .news-menus::-webkit-scrollbar {
	width: 2px;
	height: 2px;
  }
  .news .nav-tabs .menu-view {
	margin-left: 10px;
  }
  .news .nav-tabs .menu-view > a {
	margin-top: 2px !important;
  }
  .news .news-menus::-webkit-scrollbar-track {
	background: #eee;
  }
  
  .news .news-menus::-webkit-scrollbar-thumb {
	background: #999;
  }
  .news .nav-tabs {
	height: 50px;
	margin-top: 30px;
	border-top: 1px solid var(--borderColor);
	border-bottom: 1px solid var(--borderColor);
  }
  .news .news-menus > a {
	color: #737373;
	padding: 0 15px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	max-width: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: var(--contentSize);
	position: relative;
	text-align: center;
	letter-spacing: 0.5px;  
	flex: initial;
  }
  .news .news-menus > a.more-cats {
	padding-right: 25px;
  }
  .news .news-menus > a.more-cats i {
	position: absolute;
	right: 8px;
  }
  .news .news-menus > a:not(:last-child) {
	margin-right: 2px;
  }
  
  .news .news-menus > a.active {
	background: transparent !important;
	color: #fff;
  }
  .news .search-box {
	padding: 0;
  }
  .news .search-box,
  .news .news-slider-right > .right-item {
	position: relative;
  }
  
  .news .search-box input {
	width: 100%;
	height: 100%;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 0 20px 0 40px;
	outline: none;
	font-size: 1em;
	background: transparent;
	font-size: 13px;
  }
  .news .search-box .icon {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	color: #909090;
	z-index: 1;
	left: 10px;
  }
  .news .search-box .icon svg {
	height: 15px;
	width: 15px;
  }
  .news.router-navs .nav-tabs {
	max-width: 90%;
	width: 100%;
	margin: 0px auto;
  }
  .news .nav-tabs {
	height: 40px;
	margin-top: 30px;
  }
  
  .news .menu-box {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	margin-left: 10px;
  }
  
  .news .slider-left {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	width: 100%;
  }
  .news .news-detail-des {
	position: relative;
  }
  .news .news-detail-des time {
	text-transform: uppercase;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
	opacity: 0.6;
  }
  
  .news .slider-left img {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
  }
  
  .news .news-detail-page .swiper-wrapper {
	width: 100%;
  }
  
  .news .news-detail-page .swiper-button-next,
  .news .news-detail-page .swiper-container-rtl .swiper-button-prev,
  .news .news-detail-page .swiper-button-prev,
  .news .news-detail-page .swiper-container-rtl .swiper-button-next {
	background-image: none;
  }
  .news .news-detail-page .swiper-button-prev::before,
  .news .news-detail-page .swiper-container-rtl .swiper-button-next::before,
  .news .news-detail-page .swiper-button-next::before,
  .news .news-detail-page .swiper-container-rtl .swiper-button-prev::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	top: 10px;
  }
  .news .news-detail-page .swiper-button-next::before,
  .news .news-detail-page .swiper-container-rtl .swiper-button-prev::before {
	transform: rotate(45deg);
	left: 0px;
  }
  
  .news .news-detail-page .swiper-button-prev::before,
  .news .news-detail-page .swiper-container-rtl .swiper-button-next::before {
	transform: rotate(-135deg);
	left: 5px;
  }
  
  .news img {
	max-width: 100%;
  }
  .news .news-cat {
	clear: both;
	overflow: auto;
	margin: 15px -10px 0;
  }
  
  .news .news-cat .news-cat-item img {
	max-height: 186px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	border: 1px solid #ddd;
  }
  .news .news-cat .news-cat-item:first-child img {
	max-height: 400px;
	width: 100%;
  }
  .news .news-cat .news-cat-item .slide-desc {
	position: absolute;
	bottom: 15px;
	left: 15px;
	padding: 10px 15px;
	width: calc(100% - 30px);
	background: rgba(0, 0, 0, 0.4);
  }
  .news .detailNews {
	position: relative;
  }
  .news .news-cat .news-cat-item .slide-desc p,
  .news .news-cat .news-cat-item .slide-desc h1 {
	color: #fff;
	margin-bottom: 0;
  }
  
  .news .news-cat .news-cat-item:first-child {
	width: calc(100% - 360px);
  }
  .news .news-cat .news-cat-item:nth-child(2),
  .news .news-cat .news-cat-item:nth-child(3) {
	width: 320px;
  }
  .news .news-cat-list .full-width .news-content {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
  }
  
  .news .news-cat .news-cat-item {
	float: left;
	width: calc(50% - 20px);
	margin: 10px !important;
	padding: 0px;
	height: auto;
	position: relative;
  }
  .news .news-cat-list {
	overflow: auto;
	clear: both;
	margin: 0 -10px;
  }
  .news .news-cat-list .news-list img {
	max-height: 186px;
	width: 100%;
	background-size: cover;
	background-position: top center;
	border: 1px solid #ddd;
	margin-bottom: 4px;
  }
  .news p.description {
	color: #000;
  }
  .news .news-col-2.flex-right .news-cat-list .news-list {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
  }
  .news .news-cat-list .news-list:nth-child(2) img,
  .news .news-cat-list .news-list:nth-child(3) img,
  .news .news-cat-list .news-list:nth-child(4) img {
	float: left;
	width: 90px;
	max-height: 60px;
	margin-right: 10px;
  }
  .news .news-cat-list .news-list:nth-child(2),
  .news .news-cat-list .news-list:nth-child(3),
  .news .news-cat-list .news-list:nth-child(4) {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
  }
  .news .news-cat-list .news-list:nth-child(2) .news-content,
  .news .news-cat-list .news-list:nth-child(3) .news-content,
  .news .news-cat-list .news-list:nth-child(4) .news-content {
	width: calc(100% - 100px);
	float: right;
  }
  .news .news-cat-list .news-list {
	float: left;
	width: calc(50% - 20px);
	margin: 10px !important;
	padding: 0px;
	height: auto;
	position: relative;
  }
  .news .news-cat .news-cat-item h1 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #fff;
  }
  .news .news-cat .news-cat-item:not(:first-child) h1 {
	font-size: 16px;
  }
  .news .news-slider {
	margin-top: 40px;
  }
  
  .news .news-slider .slide-desc {
	position: absolute;
	bottom: 30px;
	left: 30px;
	color: #fff;
	padding: 20px;
	max-width: calc(100% - 60px);
	background: rgba(0, 0, 0, 0.51);
  }
  
  .news .news-slider .slide-desc p {
	text-transform: uppercase;
  }
  
  .news .news-slider .slide-desc h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  
  .news .news-slider .news-slider-right .right-item {
	max-height: 194px;
	overflow: hidden;
  }
  
  .news .news-slider .news-slider-right .right-item img {
	width: 100%;
	max-height: 194px;
	background-position: top center;
	background-size: cover;
  }
  
  .news .news-slider .news-slider-right .right-item:not(:last-child) {
	margin-bottom: 12px;
  }
  
  .news .news-slider .news-slider-right .right-item .slide-desc {
	bottom: 10px;
	left: 10px;
	padding: 8px 15px;
	max-width: calc(100% - 20px);
  }
  
  .news .news-slider .news-slider-right .right-item .slide-desc h2 {
	font-size: 14px;
	margin: 0;
  }
  
  .news .click-area {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .news .news-col-1 {
	padding-right: 15px;
	border-right: 1px solid #ddd;
  }
  
  .news .news-sec {
	margin-top: 15px;
  }
  .news .col-1-wrap {
	display: inline-block;
	width: 100%;
  }
  .news .col-1-wrap:not(:first-child) {
	margin-top: 10px;
  }
  
  .news .section-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 25px;
	border-bottom: 2px solid #cb3b01;
	position: relative;
	clear: both;
  }
  
  .news .world-news .section-title {
	border-bottom: 2px solid #1b962b;
  }
  
  .news .all-news {
	background: #e0e0e0;
	text-decoration: none;
	color: #909090;
	font-weight: 400;
	padding: 2px 12px;
	display: inline-block;
	font-size: 0.7em;
  }
  .news .news-wrap h3,
  .news h3 {
	font-size: 1.1em;
	margin-bottom: 6px;
  }
  .news .section-title .all-news {
	position: absolute;
	right: 0;
	bottom: 5px;
  }
  
  .news .section-title span {
	background: #cb3b01;
	display: inline-block;
	padding: 4px 15px;
	color: #fff;
  }
  
  .news .world-news .section-title span {
	background: #b62121;
  }
  
  .news .sports-news .section-title {
	border-bottom: 2px solid #069689;
  }
  
  .news .sports-news .section-title span {
	background: #069689;
  }
  
  .news .sports-news .news-wrap-2.news-wrap-1 {
	padding-right: 0;
	border: 0;
  }
  
  .news .news-wrap {
	justify-content: space-between;
	flex-wrap: wrap;
  }
  
  .news .news-wrap > div {
	flex: 1 0 50%;
	max-width: 50%;
  }
  
  .news .news-wrap .news-col1-item:not(:last-child) {
	margin-bottom: 15px;
  }
  
  .news .news-wrap > div.news-wrap-1 {
	padding-right: 15px;
	border-right: 1px solid #ddd;
	position: relative;
  }
  
  .news .news-wrap > div.news-wrap-2 {
	padding-left: 15px;
  }
  
  .news .news-wrap > div.news-wrap-1 img {
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: top center;
  }
  
  .news .news-date {
	text-transform: uppercase;
	color: #555;
	font-size: 0.9em;
	opacity: 0.6;
	margin-bottom: 5px;
  }
  
  .news .news-wrap h3 {
	margin: 6px 0;
	font-weight: bold;
  }
  
  .news .ellipsis-1 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
  }
  
  .news .ellipsis-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	float: left;
	width: 100%;
  }
  
  .news .news-wrap-item {
	display: flex;
	width: 100%;
	padding-bottom: 15px;
	position: relative;
  }
  
  .news .news-wrap-item:not(:last-child) {
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
  }
  
  .news .news-wrap-item img {
	width: 90px;
	min-width: 90px;
	height: 60px;
	background-size: cover;
	background-position: top center;
	float: left;
	margin-right: 15px;
  }
  .news .news-col-2 .news-cat-list .news-list {
	width: calc(100% - 20px);
  }
  .news .news-col-2 .news-wrap.d-flex {
	flex-wrap: wrap;
  }
  
  .news .towcols > div:nth-child(even) {
	padding-right: 0;
	border-right: 0;
	padding-left: 15px;
  }
  
  .news .news-col-2 .news-wrap.d-flex > div {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0;
  }
  
  .news .news-col-2 .news-wrap.d-flex > div:first-child {
	margin-bottom: 30px;
	border: 0;
  }
  
  .news .news-col-2 .news-wrap .all-news {
	float: right;
  }
  
  .news .comment-wrap {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	background: #f5f52b;
	color: #333;
	font-size: 12px;
	padding: 2px 6px;
	cursor: pointer;
  }
  
  .news .comment-wrap::after {
	position: absolute;
	content: "";
	border-left: 0 solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #f5f52c;
	bottom: -8px;
	left: 4px;
  }
  
  .news .list-view .news-wrap-2 {
	max-width: 100%;
  }
  .news .list-view.news-sec {
	margin-top: 25px;
  }
  .news .list-view .news-wrap-item img {
	width: 300px;
	min-width: 300px;
	height: 150px;
	margin-right: 15px;
	border: 1px solid #ddd;
  }
  
  .news .all-news.more-news {
	background: #7d8eff;
	color: #fff;
	/* margin:12px 0 0; */
	padding: 4px 15px;
	border-radius: 2px;
	font-size: 0.9em;
  }
  
  .news .list-view .news-wrap > div.news-wrap-2 {
	padding-left: 0;
  }
  
  .news .news-commnet {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
  }
  .news .news-commnet .user-details p {
	margin-bottom: 0;
  }
  .news .optionsdropDown {
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 9;
  }
  .news .news-description img {
	margin-bottom: 20px;
	width: 100%;
	height: 100%;
	max-height: 400px;
  }
  .news .news-banner img {
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
  }
  .news .optionsdropDown a {
	color: #ccc;
	display: block;
	position: relative;
	padding-left: 20px;
  }
  .news .optionsdropDown a i {
	position: absolute;
	left: 0;
  }
  .news .news-content p:last-child {
	margin-bottom: 0;
  }
  .news .optionsdropDown a:not(:last-child) {
	margin-bottom: 8px;
  }
  .news .optionsdropDown .drpOptions {
	position: absolute;
	right: 0;
	min-width: 160px;
	background: #fff;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.12);
	top: 25px;
	border-radius: 4px;
	padding: 10px;
	display: none;
  }
  .news .optionsdropDown.active .drpOptions {
	display: block;
  }
  .news .bottom-comment .post-comment {
	display: none !important;
  }
  .news .news-text-desk {
	margin: 30px 0;
	margin-top: 10px;
  }
  .news .desktop-comment {
	border-top: 1px solid #ddd;
	margin-top: 30px;
  }
  
  .news .news-text-desk .ns_btn_ar .post-comment {
	float: right;
	text-align: center;
	padding: 10px 25px;
	border-radius: 20px;
	margin-top: 15px;
	cursor: pointer;
  }
  .news .bottom-comment {
	display: none;
  }
  .news .user-comments ul li {
	display: flex;
	margin-bottom: 20px;
  }
  .news .user-comments ul li .userTitle {
	color: rgb(0, 0, 0);
	margin-right: 10px;
	width: 60px;
	height: 60px;
	min-width: 60px;
  }
  .news .no-icons .swiper-button-next,
  .news .no-icons .swiper-button-prev {
	display: none;
  }
  .news .user-comments ul li .userTitle img {
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	border-radius: 50%;
  }
  .news .news-commnet textarea {
	width: 100%;
	border: 1px solid #ccc;
	resize: none;
	border-radius: 6px;
	min-height: 130px;
	outline: none;
	padding: 15px;
  }
  
  .news .news-btn {
	display: inline-block;
	background: #4ca5ff;
	color: #fff;
	padding: 8px 30px;
	border-radius: 20px;
	margin-top: 20px;
	cursor: pointer;
  }
  
  .news .text-right {
	text-align: right;
  }
  
  .news .news-detail-wrap {
	position: relative;
  }
  
  .news .user-img img {
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	background-size: cover;
	background-position: top center;
	margin-right: 15px;
  }
  
  .news .user-details .user-name span {
	opacity: 0.6;
	margin-left: 10px;
  }
  
  .news .more-contents {
	position: relative;
	border-bottom: 1px solid #ddd;
	margin: 20px 0 50px;
  }
  
  .news .more-contents span {
	position: absolute;
	top: 50%;
	background: #fff;
	border: 1px solid #ddd;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 2px 14px;
	border-radius: 14px;
	font-size: 14px;
	color: #4ca5ff;
	cursor: pointer;
  }
  .news .news-description {
	margin-bottom: 20px;
  }
  .news .news-cat-list .full-width {
	padding-left: 10px;
	padding-right: 10px;
	/* margin-right: -10px; */
  }
  .news .popupshadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.37);
	z-index: 9999;
	overflow: auto;
	display: none;
  }
  .news .popupshadow .popupwrapper {
	background: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 30px 30px;
	position: relative;
	width: calc(100% - 30px);
	max-width: 1000px;
  }
  .news .popupshadow .popupwrapper.catPop {
	max-width: 600px;
	min-height: 250px;
  }
  .news .catPop.popupwrapper .search-cat input {
	min-height: 46px;
	height: 46px;
	border-radius: 6px;
	display: block;
	border: 1px solid #ddd;
	width: 100%;
	padding: 0 15px;
	font-size: 1em;
	background: transparent;
  }
  .news .popupwrapper .search-cat {
	margin: 25px 0;
  }
  .news .popupshadow .popupwrapper .closepopup {
	position: absolute;
	right: 30px;
	top: 25px;
	color: #333;
	font-size: 1.8em;
  }
  
  .news .popupshadow.active {
	display: flex;
  }
  .news .popupshadow .popupwrapper .search-wrapper a {
	display: inline-block;
	margin: 0 30px 20px 0;
  }
  .news.popup-view.not-routing {
	background: rgba(0, 0, 0, 0.6) !important;
  }
  /* @media (min-width: 1800px) {
	  .news .slider-left img,.news .slider-left
	  {
		  max-height:600px
	  }
  }
  
  @media (min-width: 1500px) {
	  .news .slider-left img,.news .slider-left
	  {
		  max-height:500px
	  }
  } */
  .news .news-details .detailNews {
	width: calc(100% - 340px);
  }
  .news .list-view .news-wrap-item-text {
	flex-grow: 1;
	width: 260px;
	max-width: 100%;
  }
  .news .pdf-btn {
	margin-right: 15px;
	margin-bottom: 15px;
	display: inline-block;
  }
  .news .pdf-btn i {
	margin-right: 8px;
  }
  .news .news-sec.no-col-2 .news-col-2 {
	display: none;
  }
  .news .news-sec.no-col-2 .news-col-1 {
	width: 100% !important;
	border: 0px;
	padding-right: 0;
  }
  .news .targetLabel {
	padding-top: 6px !important;
  }
  
  .news .user-comments .popOverMenu {
	position: absolute;
	width: 150px;
	right: 7px;
	z-index: 9;
	box-shadow: 0px 3px 36px rgb(0 0 0 / 15%);
	top: 26px;
	display: none;
	z-index: 99;
	border-radius: 17px 0px 17px 17px;
	padding: 0;
	font-size: 0.9em;
  }
  .news .user-comments .popOverMenu li {
	cursor: pointer;
	margin: 0px;
	padding: 14px 18px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  }
  .news .user-comments .popOverMenu li:last-child {
	border: 0px !important;
  }
  .news .user-comments .overflow {
	display: none;
	background: rgb(0 0 0 / 0%);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	cursor: default;
  }
  .news .rightSide {
	float: right;
	width: 30px;
	position: relative;
	top: 10px;
	text-align: center;
	right: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
  }
  .news .rightSide.on .popOverMenu,
  .news .rightSide.on .overflow {
	display: block;
  }
  .news .editPostBtn {
	display: none;
  }
  .news .editComment .post-comment {
	display: none;
  }
  .news .editComment .editPostBtn {
	display: block;
  }
  .news .targetLabel > textarea.targetField {
	resize: none;
  }
  @media (max-width: 1200px) {
	/* .news .news-menus > a:nth-child(5){
		  display: none;
	  } */
	.news .news-menus {
	  display: flex;
	  flex-wrap: nowrap;
	  overflow-y: hidden;
	  overflow-x: auto;
	}
	.news .news-menus a {
	  min-width: auto;
	}
  }
  @media (max-width: 1024px) {
	.d-flex.news-wrap {
	  flex-wrap: wrap;
	}
  
	.news .news-wrap > div {
	  flex: 1 0 100%;
	  max-width: 100%;
	}
  
	.news .news-wrap > div.news-wrap-1 {
	  border-right: 0;
	  padding-right: 0;
	}
  
	.news .news-wrap > div.news-wrap-2 {
	  padding-left: 0;
	}
  
	.news .towcols > div:nth-child(even) {
	  padding-left: 0;
	}
  }
  
  @media (max-width: 979px) {
	.news .flex-right {
	  width: 250px;
	  min-width: 250px;
	}
	.news .news-cat-list .full-width {
	  padding-left: 0px;
	  margin-right: 0px;
	  padding-right: 0;
	}
	/* .news .news-menus > a:nth-child(4){
		  display: none;
	  } */
  }
  
  @media (min-width: 767px) and (max-width: 979px) {
	.news .slider-left img,
	.news .slider-left {
	  max-height: 260px;
	}
  
	.news .news-slider .news-slider-right .right-item,
	.news .news-slider .news-slider-right .right-item img {
	  max-height: 122px;
	}
  
	.news .list-view .news-wrap-item img {
	  width: 180px;
	  min-width: 180px;
	  height: 120px;
	}
	.news .news-cat-list .news-list {
	  width: 100% !important;
	  margin: 10px 0 !important;
	}
	.news .news-cat-list {
	  margin: 0;
	}
  }
  
  @media (max-width: 767px) {
	.news .news-page {
	  max-width: 100% !important;
	}
  
	.news .news-slider {
	  flex-wrap: wrap;
	}
  
	.news-sec.d-flex {
	  flex-wrap: wrap;
	}
	.news .news-details .detailNews {
	  width: 100%;
	}
  
	.news .flex-right {
	  width: 100%;
	  min-width: 0;
	  margin-left: 0;
	  margin-top: 20px;
	}
  
	.news .news-col-1 {
	  border-right: 0;
	  padding-right: 0;
	}
  
	.news .news-slider .news-slider-right .right-item,
	.news .news-slider .news-slider-right .right-item img {
	  max-height: 90px;
	}
  
	.news .news-slider .slide-desc {
	  bottom: 10px;
	  left: 10px;
	  padding: 10px;
	  max-width: calc(100% - 20px);
	}
  
	.news .news-slider .slide-desc h2 {
	  font-size: 18px;
	}
  
	.news .section-title {
	  font-size: 16px;
	}
  
	.news .news-wrap > div.news-wrap-2 {
	  padding-left: 0;
	  margin-top: 15px;
	}
  
	.news .nav-tabs {
	  height: auto;
	}
  
	.news .nav-tabs.d-flex {
	  flex-wrap: wrap;
	}
  
	.news .nav-tabs .news-search {
	  margin-top: 15px;
	  margin-bottom: 15px;
	}
  
	.news .news-slider {
	  margin-top: 0;
	}
  
	.news .slider-left {
	  margin-bottom: 12px;
	}
	.news .news-cat .news-cat-item:first-child {
	  width: calc(100% - 20px);
	  margin: 10px !important;
	}
	.news .news-cat .news-cat-item:nth-child(2),
	.news .news-cat .news-cat-item:nth-child(3) {
	  width: calc(50% - 20px);
	}
	.news .news-cat-list {
	  margin: 0;
	}
	.news .news-cat {
	  margin: 0px -10px 0;
	}
  }
  
  @media (max-width: 580px) {
	.news h1 {
	  font-size: 18px;
	}
  
	.news .list-view .news-wrap-item img {
	  width: 100%;
	  min-width: 0;
	  height: 200px;
	  margin-right: 0;
	  margin-bottom: 15px;
	}
  
	.news .list-view .news-wrap-item {
	  flex-wrap: wrap;
	  margin-bottom: 30px;
	}
  
	.news .slider-left img,
	.news .slider-left {
	  max-height: 200px;
	}
	.news .news-cat .news-cat-item:nth-child(2),
	.news .news-cat .news-cat-item:nth-child(3) {
	  width: calc(100% - 20px);
	  margin: 5px 10px !important;
	}
	.news .news-cat .news-cat-item:nth-child(2) img,
	.news .news-cat .news-cat-item:nth-child(3) img {
	  width: 100px;
	  height: 70px;
	  float: left;
	}
	.news .news-cat .news-cat-item:nth-child(2) .slide-desc,
	.news .news-cat .news-cat-item:nth-child(3) .slide-desc {
	  position: static;
	  width: calc(100% - 100px);
	  float: right;
	  background: none;
	}
	.news .news-cat-list .news-list {
	  width: 100% !important;
	  margin: 10px 0 !important;
	}
	.news .news-cat .news-cat-item:nth-child(2) {
	  border-bottom: 1px solid #ddd;
	  padding-bottom: 5px;
	}
	.news .news-cat .news-cat-item:first-child img {
	  max-height: 200px;
	  width: 100%;
	}
  }
  
  .sa .news .flex-right {
	width: 320px;
	min-width: 320px;
	margin-left: 0;
	margin-right: 15px;
  }
  .sa .news .nav-tabs .menu-view {
	margin-left: 0;
	margin-right: 10px;
  }
  .sa .news .section-title .all-news {
	right: inherit;
	left: 0;
  }
  .sa .news .list-view .news-wrap-item img {
	margin-right: 0;
	margin-left: 15px;
  }
  .sa .news .news-col-1 {
	border-right: 0px solid #ddd;
	border-left: 1px solid #ddd;
	padding-right: 0;
	padding-left: 15px;
  }
  
  .page-content.content-right div {
	text-align: right;
  }
  
  .page-content.content-right .content-wrap {
	width: calc(100% - 37px);
  }
  .news .page-content.content-right .news-text-desk .ns_btn_ar .post-comment {
	float: none;
	margin-top: 20px !important;
  }
  .page-content.content-right .ns_btn_ar {
	margin-top: 11px;
  }
  .page-view .page-content.heading-left h1,
  .page-view .page-content.heading-left h2 {
	text-align: left;
  }
  .news .section-title {
	text-align: initial;
  }
  .page-content.content-right .news-menus {
	text-align: left;
  }
  
  .page-content.content-center h1 {
	text-align: center;
  }
  
  .page-content.content-center .news-detail-des {
  }
  
  .page-content.content-center .news-detail-des .content-wrap {
	text-align: center;
  }
  
  .news-commnet.d-flex {
	text-align: left;
  }
  
  .page-content.content-center .news-detail-des .content-wrap .ns_btn_ar {
	text-align: left;
  }
  
  .page-content.content-center .section-title {
	text-align: left;
  }
  .news .menu-view .icon.cross {
	background: transparent !important;
  }
  
  /* new css */
  
  .news .news-card {
	background: transparent;
	border: none;
	margin-bottom: 30px;
	border-radius: 0px;
	padding: 0px;
	box-shadow: none;
	margin: 0px;
  }
  .news .news-card .card-body {
	padding-left: 0px;
	padding-right: 0px;
  }
  .news .news-card .news-info {
	font-size: 10px;
	opacity: 0.7;
	margin-top: 10px;
  }
  .news .news-card .card-img-top {
	aspect-ratio: 3 / 2;
	border-radius: 0px;
	object-fit: cover;
	background-size: cover;
	background-position: center center;
	background-color: #ccc;
  }
  .news .sec-list .news-card .card-img-top {
	aspect-ratio: 2 / 1;
  }
  
   .news .card-1.no-img .card-body {
	padding-top: 0px;
  }
  
  .third-list .news-card .card-body .main-title {
	margin-top: 0px;
	font-size: 15px;
  }
  .third-list .news-card .card-body .main-text {
	font-size: 13px;
  }
  .third-list .news-card:not(:last-child) {
	border-bottom: 1px solid rgb(0 0 0 / 12%);
  }
  .sec-list .news-card .main-title {
	font-size: 21px;
  }
  
  .more-news-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
  }
  
  .news-card .main-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
  }
  .news .small-heading .news-card .main-title {
	font-size: 15px;
  }
  .news-card .main-text {
	font-size: 14px;
	color: #555;
	margin: 15px 0px;
  }
  
  .more-news-card img {
	height: 150px;
	object-fit: cover;
  }
  
  .more-news-card h5 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
  }
  
  .section-title {
	font-size: 28px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
  }
  
  .sports-section img,
  .business-section img {
	height: 250px;
	object-fit: cover;
  }
  
  /*  */
  
  .news-section .sec-head {
	margin-bottom: 25px;
	border-bottom: 2px solid;
	padding-bottom: 16px;
  }
  
  .news-section .sec-head h3 {
	  margin-bottom: 0px;
	  font-size: 24px;
	  color: #cc0000;
	  font-weight: 600;
	  text-transform: capitalize;
  }
  
  .news-section .sec-head .link-btn {
	text-decoration: none;
	color: #356bf8;
  }
  
  .news-section .news-card.hoz-card {
	flex-flow: row;
	flex-wrap: wrap;
  }
  
  .news-section .news-card.hoz-card .card-body {
	width: calc(100% - 200px);
	padding-top: 0px;
  }
  .news-section .news-card.hoz-card .pic-wrap {
	max-width: 160px;
	aspect-ratio: 2 / 1;
	padding-right: 24px;
	width: 25%;
  }
  
  .news-section .news-card.hoz-card .pic-wrap img {
	width: 100%;
	aspect-ratio: 2/1;
	object-fit: cover;
  }
  
  .news-section .news-card.hoz-card .card-body .card-title {
	font-size: 13px;
	font-weight: 700;
  }
  
  .news-section .news-card.hoz-card .card-body .card-text {
	font-size: 12px;
	margin-bottom: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .layout-3 .news-card .main-text,
  .layout-2 .news-card .main-text,
  .layout-1 .news-card .main-text,
  .layout-5 .news-card .main-title,
  .layout-4 .news-card .main-text,
  .layout-7 .news-card .main-title,
  .layout-9 .news-card.card-2 .main-text,
  .layout-9 .news-card .main-text,
  .layout-9 .news-card .main-title{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  .layout-5 .news-card .main-title{
	-webkit-line-clamp: 3;
  }
  .news-section.layout-3 .card-2 .card-img-top {
	aspect-ratio: 3 / 2 !important;
  }
  .layout-3 .news-card.card-2 .main-text,
  .layout-9 .news-card.card-2 .main-text {
	-webkit-line-clamp: 5;
  }
  .layout-4 .news-card .main-text{
	-webkit-line-clamp: 3;
  }
  .layout-1 .news-card .main-text {
	-webkit-line-clamp: 2;
  }
  .layout-1 .sec-list .news-card .main-text {
	-webkit-line-clamp: 15;
  }
  .layout-9 .news-card .main-text{
	-webkit-line-clamp: 4;
  }
  .news .layout-6 .news-card.hoz-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
  }
  .news-section.layout-3 .card-1 .card-img-top,
  .news .layout-1 .news-card .card-img-top {
	aspect-ratio: 3 / 2 !important;
  }
  .news .layout-1 .sec-list .news-card .card-img-top {
	aspect-ratio: 2 / 1 !important;
  }
  .news-section .card-list .card.news-card.hoz-card:not(:last-child) {
	border-bottom: 1px solid rgb(0 0 0 / 12%);
	margin-bottom: 23px;
	padding-bottom: 20px;
  }
  .news-section.layout-3 .col-md-12 > .card .main-title {
	font-size: 24px;
	margin-top: 0px;
  }
  .news-detail .top-head {
	margin-bottom: 25px !important;
  }
  
  .news-detail .top-head .news-title {
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 7px;
  }
  
  .news-detail .top-head time {
	font-size: 12px;
	opacity: 0.6;
  }
  .desktop .news .mediumContent {
	font-size: 13px;
  }
  .news .desktop-comment {
	border: 0px;
	margin-top: 0px;
  }
  .news .news-commnet .user-img {
	flex: initial;
  }
  .news .news-text-desk {
	margin-top: 10px;
  }
  
  .news .bottom-comment {
	width: 100%;
	margin-top: 40px;
  }
  
  .news .news-commnet .user-img {
	flex: initial;
  }
  
  .news .right-area {
	position: absolute;
	right: 0px;
	top: 8px;
  }
  
  .news .rightSide .icon-dot-3 {
	font-size: 28px;
  }
  
  .news .right-area .rightSide {
	height: 30px;
	position: relative;
  }
  
  .news .news-commnet .right-area p {
	clear: both;
	margin-top: 10px;
	font-size: 80%;
	opacity: 0.6;
  }
  .news .news-commnet .user-details .user-name {
	font-size: var(--headingSize);
	margin-top: 10px;
  }
  
  .news .news-commnet .user-details .user-comment {
	margin-top: 5px;
  }
  
  .news .news-commnet .user-details {
	padding-right: 20%;
  }
  
  .news .layout-4 .news-card .card-img-top {
	  aspect-ratio: 3 / 2 !important;
  }
  .layout-6 .card-list .card.news-card.hoz-card:not(:last-child){
	padding-bottom: 0px;
  }
  .news .layout-6 .news-card.hoz-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
  }
  
  .news-section .news-card.hoz-card .card-body {
	padding-bottom: 0px;
  }
  
  .news .layout-6 .news-card.hoz-card.hide-img {
	padding: 25px 0px;
	border-bottom: 1px solid var(--borderColor);
  }
  .news .layout-6 .news-card.hoz-card.hide-img:last-child{
	border-bottom: 0px;
  }
  .news .layout-6 .news-card.hoz-card.hide-img .card-title {
	margin-bottom: 0px;
  }
  
  .layout-6 .third-list .card.card-1 {
	margin-bottom: 0px !important;
  }
  
  .layout-6 .third-list .card.card-1 .card-body {
	padding-top: 20px;
  }
  
  .news-search .dropdown-view {
	  box-shadow: 0 20px 64px 0 rgba(0, 0, 0, .2);
	  border-radius: 10px;
	  padding: 15px 22px;
	  padding-top: 21px;
	  padding-bottom: 0px;
	  margin-top: 5px;
	  max-height: 300px;
	  overflow-y: auto;
  }
  
  .news-search .menu-view .dropdown-view li a {
	  padding: 0px !important;
	  line-height: inherit;
	  margin-bottom: 21px;
  }
  .news-search .menu-view .dropdown-view li:hover {
	background: transparent;
	opacity: 0.7;
  }
  .news-details .news-banner span {
    width: 100%;
    padding: 20px 0px;
    display: block;
    border-bottom: 1px solid var(--borderColor);
}
.layout-9.cards-3 .news-card.no-img .main-text {
    -webkit-line-clamp: 13;
}
.news .layout-2 .news-card.card-1.no-img .main-text {
    -webkit-line-clamp: 10;
}
.news .news-wrapper {
    padding-bottom: 30px;
}

.desktop .news .news-large {
    font-size: 18px;
}
.desktop .news .news-small {
    font-size: 11px;
}
.news .news-description {
    padding-right: 25px;
}
.news .page-content .theme-on {
    padding: 20px;
}
.theme-on .news-detail .top-head .news-title,
.news .theme-on div{
	color: #fff;
}
.layout-1 .sec-list .news-card.card-2 .main-text {
    -webkit-line-clamp: 8;
}

@media(max-width:1024px){
	.news .nav-tabs{
		display: none !important;
	}
}