@charset "utf-8";

body {
	font-family: SolaimanLipi, "Siyam Rupali", Vrinda;
	font-size: 16px;
	background-color: #fff;
	color: #444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: SolaimanLipi, "Siyam Rupali", Vrinda;
}

a {
	color: #000;
	text-shadow: none;
}

a:hover {
	text-decoration: none;
	text-shadow: none;
	color: var(--rh-secondary-color);
}

p {
	margin: 5px 0;
}


/*common*/
.DPadding0 {
	padding: 0;
}

.DMargin0 {
	margin: 0;
}

.DPaddingTop10 {
	padding-top: 10px;
}

.DPaddingBottom10 {
	padding-bottom: 10px;
}

.DPaddingTop20 {
	padding-top: 20px;
}

.DMarginTop10 {
	margin-top: 10px;
}

.DMarginTop15 {
	margin-top: 15px;
}

.DMarginTop20 {
	margin-top: 20px;
}

.DMarginT30 {
	margin-top: 30px;
}

.DMarginBottom10 {
	margin-bottom: 10px;
}

.DMarginBottom20 {
	margin-bottom: 20px;
}

.DMarginBottom30 {
	margin-bottom: 20px;
}

.DMarginLeft10 {
	margin-left: 10px;
}

.img100 {
	width: 100%
}

.En {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.container {
	background: #f0f0f0;
	box-shadow: 5px 0 50px rgba(0, 0, 0, .2), -5px 0 50px rgba(0, 0, 0, .2);
}


/*Header-Footer*/
.DHeaderTop {
	background: var(--rh-primary-color);
	padding: 3px 0;
	color: #000;
}

.DHeaderBG {
	background: #e6ffee;
}

.DHeaderDate p {
	color: #fff;
	margin: 3px 0;
	padding: 0 5px;
	font-size: 16px;
}

.DHeaderSearch {}

.DHeaderSearch .navbar-form {
	margin-top: 0;
	margin-bottom: 0;
}

.DHeaderSearch .form-control {
	height: 28px;
}

.DHeaderSearch .btn {
	padding: 3px 10px;
}

.DSocialLink {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	gap: 10px;
}

.DSocialLink ul {
	text-align: right;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 5px;
}

.DSocialLink ul li {
	display: inline;
}

.DSocialLink ul li a {
	color: #fff;
	display: inline-block;
	font-size: 20px;
}

.DLogo {
	padding: 5px 0;
	margin-right: 0px;
}

.DLogo img {
	width: 100%;
	max-height: 100px;
	object-fit: contain;
}

.navbar-default {
	background-color: var(--rh-primary-color);
	border-radius: 0;
	border: none;
}

.navbar-default .navbar-nav>li {
	border-right: 1px solid var(--rh-primary-color);
	padding-left: 8px;
}

.navbar-default .navbar-nav>li:last-child {
	border-right: none;
}

.navbar-default .navbar-nav>li>a {
	font-size: 18px;
	color: #fffefe;
	line-height: 22px;
	padding: 10px 12px 8px 12px;
}

.navbar-default .navbar-nav>li>a i {
	font-size: 18px;
}

.navbar-default .navbar-nav>li>a:hover {
	background-color: var(--rh-primary-accent-color);
	color: #fff;
	text-decoration: none;
}

.navbar {
	margin-bottom: 10px;
	min-height: 40px;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.navbar-default .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.dropdown-menu>li>a {
	font-size: 18px;
}

.dropdown-menu>li>a:hover {
	background-color: var(--rh-primary-accent-color);
	color: #fff;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #000;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff;
	background-color: var(--rh-primary-accent-color);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: var(--rh-primary-accent-color);
	border-top: 3px solid var(--rh-secondary-color);
	padding: 8px 12px 7px 12px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>.active>a:hover {
	text-decoration: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: var(--rh-primary-color);
}

.card {
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.card h4 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 500;
}

.card button.btn-primary,
.gallery-btn {
	margin-top: 10px;
	background-color: var(--rh-primary-color);
}

.card button.btn-primary:hover,
.gallery-btn:hover {
	background-color: var(--rh-primary-accent-color);
}

.alert ul {
	padding-left: 20px;
	margin: 0;
}

.comment {
	padding-bottom: 15px;
}

.comment p {
	margin: 0;
}

.comment small {
	font-size: 12px;
	color: #777;
}

.ad-image {
	position: relative;
}

.ad-image::after {
	content: 'AD';
	position: absolute;
	background-color: var(--rh-primary-color);
	color: #fff;
	padding: 5px;
	top: 5px;
	right: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1rem;
	border-radius: 3px;
}

.footer-logo {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-logo img {
	height: 50px;
	width: auto;
}

@media(min-width:768px) {
	ul.nav li:hover>ul.dropdown-menu {
		display: block;
	}

	#navbar {
		text-align: center;
	}
}

.DScroll {
	background-color: #ccc;
	color: #000;
	padding: 3px 5px;
	font-size: 1.0em;
}

.DScroll input {
	height: 28px;
	color: var(--rh-secondary-color);
}

.DScroll span {
	margin-right: 20px;
}

.DBreaking {
	background-color: var(--rh-secondary-color);
	color: #fff;
	padding: 3px 5px;
	font-size: 1.0em;
}

.DBreaking input {
	height: 28px;
}

.DBreaking span {
	margin-right: 20px;
}

.DFooterTop {
	background: var(--rh-primary-accent-color);
	padding: 15px;
}

.DFooterTop p {
	color: #fff;
	font-weight: 500;
}

.DFooterTop a {
	color: #fff;
}

.DFooterTop a:hover {
	color: var(--rh-secondary-accent-color);
}


.DFooterBottom {
	background: var(--rh-primary-color);
	padding: 5px 0;
}

.DFooterBottom p {
	color: #fff;
	text-align: center;
	font-size: 18px;
}

.DFooterBottom a {
	color: #fff;
}

.DFooterBottom a:hover {
	color: var(--rh-secondary-accent-color);
}

/*Body*/
.DTopNews {}

.caption {
	width: 100%;
	bottom: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%) repeat scroll 0 0;
}

.thumbnail {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.thumbnail .caption {
	padding: 5px 25px 10px 10px;
}

.caption h1 {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 34px;
}

.caption h1 a {
	color: #fff;
}

.caption h1 a:hover {
	color: var(--rh-secondary-accent-color);
}

.DTRNewsList {
	margin-top: 10px;
	background: #fff;
}

.DTRNewsList .col-sm-4 {
	padding-right: 0;
}

.DTRNewsList h2 {
	font-size: 17px;
	margin: 0;
	padding: 5px 5px 5px 0;
	line-height: 20px;
}

.DTRNewsList h2 a:hover {
	color: var(--rh-secondary-color);
}

.DTRNewsList h3 {
	font-size: 17px;
	margin: 0;
	padding: 5px 5px 5px 0;
	line-height: 20px;
}

.DTRNewsList h3 a:hover {
	color: var(--rh-secondary-color);
}

.DTRNewsList h4 {
	font-size: 17px;
	margin: 0;
	padding: 5px 5px 5px 0;
	line-height: 20px;
}

.DTRNewsList h4 a:hover {
	color: var(--rh-secondary-color);
}

.DTRNewsList h5 {
	font-size: 17px;
	margin: 0;
	padding: 5px 5px 5px 0;
	line-height: 20px;
}

.DTRNewsList h5 a:hover {
	color: var(--rh-secondary-color);
}


.DTopNewsList {
	margin-top: 20px;
	background: #fff;
	min-height: 220px;
	overflow: hidden;
}

.DTopNewsList h6 {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 5px;
}

.DTopNewsList h6 a:hover {
	color: var(--rh-secondary-color);
}

.DTopNewsList p {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 5px;
}

.DTopNewsList p a:hover {
	color: var(--rh-secondary-color);
}

.DCategoryNews {
	background: #fff;
	padding: 7px;
	margin-top: 20px;
}

.border_bottom {
	margin-bottom: 10px;
	border-bottom: 2px solid #000;
}

.DCategoryTitle {
	background: var(--rh-primary-color);
	padding: 3px 20px 2px 20px;
	display: inline-block;
	font-size: 20px;
	color: #fffdfd;
}

.DCategoryTitle:hover {
	background: var(--rh-primary-accent-color);
	padding: 3px 20px 2px 20px;
	display: inline-block;
	color: #fff;
}


.DCatMainNews p {
	margin: 10px 0;
	font-size: 22px;
	line-height: 26px;
}

.DCatMainNewsDetails p {
	font-size: 16px;
	line-height: 20px;
}

.DCategoryNewsList {
	padding: 0 0 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid#ccc;
}

.DCategoryNewsList:last-child {
	border-bottom: 0 solid#ccc;
}

.DCategoryNewsList p {
	margin: 0;
	font-size: 18px;
}

.DCategoryNewsList .col-sm-4 {
	padding: 0;
}

.DCategoryNewsList .col-sm-8 {
	padding-right: 0;
}

.DCatMainNews2 {
	background: #fff;
}

.DCatMainNews2 p {
	font-size: 22px;
	margin: 0;
	line-height: 26px;
	padding: 3px 5px 5px 5px;
	min-height: 58px;
	overflow: hidden;
}

.DCatMainNews2 p a:hover {
	color: var(--rh-secondary-color);
}

.DCatNewsList2 {
	background: #fff;
}

.DCatNewsList2 {
	padding: 0;
	margin: 0;
	list-style: none;
}

.DCatNewsList2 li {
	padding: 8px 5px;
	border-top: 1px solid #969696;
}

.DCatNewsList2 li a {
	font-size: 18px;
}

.DCatNewsList2 li a:hover {
	color: var(--rh-secondary-color);
}

.DCatNewsList2 li a i {
	font-size: 12px;
	color: #697173;
}

.DCatMainNews4 {
	background: #fff;
}

.DCatMainNews4 p {
	font-size: 22px;
	margin: 0;
	line-height: 26px;
	padding: 3px 5px 5px 5px;
	min-height: 86px;
	overflow: hidden;
}

.DCatMainNews4 p a:hover {
	color: var(--rh-secondary-color);
}

.DCatNewsList5 {
	background: #fff;
}

.DCatNewsList5 {
	padding: 0;
	margin: 0;
	list-style: none;
}

.DCatNewsList5 li {
	padding: 8px 5px;
	border-top: 1px solid #969696;
}

.DCatNewsList5 li a {
	font-size: 18px;
}

.DCatNewsList5 li a:hover {
	color: var(--rh-secondary-color);
}

.DCatNewsList5 li a i {
	font-size: 12px;
	color: #697173;
}

.DLPSTab {
	margin-bottom: 0;
}

.latestPanelDefault {
	max-height: 488px;
	overflow: auto;
	padding: 0;
}

.panel-heading {
	padding: 0;
}

.panel-heading .nav-pills li a p {
	margin: 0;
	font-size: 22px;
}

.panel-heading .nav-pills li a p {
	margin: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a {
	color: #000;
	font-size: 18px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: var(--rh-primary-color);
	color: #fff;
}

.panel-heading .nav>li>a {
	display: block;
	padding: 8px 12px;
	position: relative;
}

.btnAllNews {
	background: var(--rh-primary-color);
	color: #fff;
	margin-top: 5px;
	width: 100%;
	font-size: 1.1em;
}

.btnAllNews:hover {
	color: #fff;
	background: var(--rh-primary-accent-color);
}

.LatestNewsList {
	padding: 0;
	margin-bottom: 0;
}

.LatestNewsList li {
	padding: 8px 10px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.LatestNewsList li:last-child {
	border-bottom: 0 solid #ccc;
}

.LatestNewsList li a {
	font-size: 18px;
}

.DCatNewsList3 {
	border-bottom: 1px solid#ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.DCatNewsList3:last-of-type {
	border-bottom: none;
}

.DCatNewsList3 .col-sm-8 p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.DCatNewsList3 .col-sm-4 {
	padding-left: 0;
}

.DCatMainNews3 {
	background: #fff;
}

.DCatMainNews3 p {
	font-size: 20px;
	margin: 0;
	line-height: 24px;
	padding: 3px 5px 5px 5px;
}

.DCatMainNews3 p a:hover {
	color: var(--rh-secondary-color);
}

.DCatNewsList4 {
	border-top: 1px solid#ccc;
	margin-top: 5px;
	padding-top: 5px;
}

.DCatNewsList4:last-of-type {
	border-bottom: none;
}

.DCatNewsList4 .col-sm-4 {
	padding-right: 0;
}

.DCatNewsList4 .col-sm-8 p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 20px;
}

.DExclusive {
	min-height: 270px;
	overflow: hidden;
}

.DExclusive p {
	font-size: 22px;
	line-height: 26px;
	margin: 0;
	padding: 5px;
}

.DExclusive p a:hover {
	color: var(--rh-secondary-color);
}

.DSpecialNews {
	border-bottom: 1px solid#ccc;
	margin-bottom: 7px;
	padding-bottom: 7px;
}

.DSpecialNews:last-of-type {
	border-bottom: none;
}

.DSpecialNews .col-sm-4 {
	padding-right: 0;
}

.DSpecialNews .col-sm-8 p {
	padding: 0;
	margin: 0;
	font-size: 20px;
	line-height: 24px;
}

.DPhotoGallery {}

.DPhotoGallery img {
	max-height: 470px;
	min-height: 470px;
	overflow: hidden;
	width: 100%
}

.DPhotoGallery .carousel-caption {
	padding: 6px 15px;
	left: 0;
	right: 0;
	background: #000;
	opacity: 0.7;
	bottom: 0;
}

.DPhotoGallery .carousel-caption p {
	font-size: 18px;
	color: #fff;
}

.DPhotoGalleryList .row {
	margin-bottom: 17px;
}

.DPhotoGalleryList p {
	margin: 5px 0;
	font-size: 18px;
}

.DPhotoGalleryList img {
	max-height: 110px;
	min-height: 110px;
	overflow: hidden;
}

.DVideoGallery .col-sm-3 {
	padding-top: 10px;
}

.DVideoGalleryList {
	min-height: 220px;
}

.DVideoGalleryList p {
	font-size: 18px;
	line-height: 1em;
}

.DHeaderAdd {
	margin: 15px 0;
}

/*Details*/
.DMoreNews>ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.DMoreNews>ul>li {
	padding: 8px 0;
	margin-left: 0;
	border-bottom: 1px solid #ccc;
}

.DMoreNews>ul>li:last-child {
	border-bottom: 0;
}

.DHeadTop {
	font-size: 1.2em;
	font-weight: bold;
}

.DAdditionalInfo {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.DAuthor {}

.DInitial {
	color: #666;
	font-style: italic;
}

.DDateHit {
	font-size: 0.7em;
}

.DDate {
	font-size: 0.9em;
	color: #666;
	font-style: italic;
	margin: 5px 0;
}

.DDetailsBody {
	font-size: 18px;
	text-align: justify;
}

.DDetailsBody img {
	width: 100%;
}

.DSocialBottom {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

/*Category*/
.DMoreNewsImg {}

.DMoreNewsImg .row {
	border-bottom: 1px solid #ccc;
	padding: 2px 0;
	margin: 2px 0;
}

.DMoreNewsImg .row .col-sm-4 {
	padding: 0;
}

.DMoreNewsImg .row .col-sm-8 {
	padding: 0 0 0 5px;
}

div.DCategoryTopNews {
	background-color: #ece7e7;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 5px 2px;
}

div.DCategoryTopNews:hover {
	background-color: #d7d7d7;
	border: 1px solid #b4b3b3;
}

div.DCategoryListNews {
	background-color: #f5f4f4;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 8px 3px;
}

div.DCategoryListNews {
	background-color: #f5f4f4;
	border: 1px solid #ccc;
	margin: 10px 0;
	padding: 8px 3px;
}

div.DCategoryListNews:hover {
	background-color: #eae8e8;
	border: 1px solid #b4b3b3;
}

p.pSubHead {
	margin: 0;
	padding: 0;
	color: var(--rh-primary-color);
}

h3.H3Head {
	margin: 0 0 10px 0;
	padding: 0;
}


/*Archives*/
.btnCatName {
	margin-bottom: 5px;
	font-size: 1.2em;
	padding: 2px 10px;
}

.btnSearch {
	font-size: 1.2em;
	padding: 2px 20px;
}

.cboCatName {
	font-size: 1.2em;
}

.back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
}

.Back-up-top .btn-danger {
	background-color: var(--rh-primary-color);
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 2px solid var(--rh-primary-accent-color);
}

.Back-up-top .btn-danger:hover {
	background-color: var(--rh-primary-accent-color);
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 2px solid var(--rh-primary-color);
}

.Back-up-top .btn-danger .glyphicon.glyphicon-chevron-up {
	padding-top: 4px;
}

.btnSearch,
.btnCatName {
	background-color: var(--rh-primary-color) !important;
}

.btnSearch:hover,
.btnCatName:hover {
	background-color: var(--rh-primary-accent-color) !important;
}

@media screen and (max-width:1024px) {
	.container {
		width: 100vw;
	}
}

@media screen and (max-width:980px) {
	.container {
		width: 100vw;
	}
}

@media screen and (max-width:960px) {
	.container {
		width: 100vw;
	}
}

@media screen and (max-width:900px) {
	.container {
		width: 100vw;
	}
}

@media screen and (max-width:800px) {
	.container {
		width: 100vw;
	}
}

@media screen and (max-width:768px) {
	.container {
		width: 100vw;
	}

	.DPhotoGallery img {
		max-height: 375px;
		min-height: 375px;
		overflow: hidden;
		width: 100%
	}
}

@media screen and (max-width:736px) {
	.container {
		width: 100vw;
	}

	.DLogo {
		margin-right: 380px;
	}

	.DHeaderNav .container-fluid {
		padding: 0 15px;
	}

	.DHeaderNav .navbar-default .navbar-nav>li {
		padding: 0 15px;
	}

	.DTRNewsList .col-sm-4 {
		width: 20%;
		float: left;
	}

	.DTRNewsList .col-sm-8 {
		width: 80%;
		float: left;
	}

	.DCategoryNewsList .col-sm-4 {
		width: 20%;
		float: left;
	}

	.DCategoryNewsList .col-sm-8 {
		width: 80%;
		float: left;
	}

	.DCatNewsList3 .col-sm-8 {
		width: 80%;
		float: left;
	}

	.DCatNewsList3 .col-sm-4 {
		width: 20%;
		float: left;
	}

	.DCatNewsList4 .col-sm-4 {
		width: 20%;
		float: left;
	}

	.DCatNewsList4 .col-sm-8 {
		width: 80%;
		float: left;
	}

	.DExclusive {
		min-height: 100%;
	}

	.DSpecialNews .col-sm-4 {
		width: 20%;
		float: left;
	}

	.DSpecialNews .col-sm-8 {
		width: 80%;
		float: left;
	}

	.DVideoGallery .col-sm-3 {
		width: 50%;
		float: left;
	}

	.DPhotoGallery {
		margin-bottom: 15px;
	}

	.DPhotoGalleryList .row {
		margin-bottom: 15px;
	}

	.DPhotoGalleryList .col-sm-6 {
		width: 50%;
		float: left;
	}

	.DCatMainNews4 p {
		min-height: 100%;
	}

	.DHeaderAdd {
		margin: 5px 0;
	}

	.DScroll {
		margin-top: 10px;
		font-size: 1em;
	}

	.DScroll .col-sm-1 {
		width: 10%;
		float: left;
	}

	.DScroll .col-sm-11 {
		width: 90%;
		float: left;
	}

	.DBreaking .col-sm-1 {
		width: 10%;
		float: left;
	}

	.DBreaking .col-sm-11 {
		width: 90%;
		float: left;
	}

	.DHeaderBanner {
		display: none;
	}
}

@media screen and (max-width:667px) {
	.container {
		width: 100vw;
	}

	.DLogo {
		margin-right: 310px;
	}
}

@media screen and (max-width:640px) {
	.container {
		width: 100vw;
	}
}

@media screen and (max-width:600px) {
	.container {
		width: 100vw;
	}

	.DLogo {
		margin-right: 240px;
	}

	.DHeaderTop {
		padding: 3px 10px;
	}

	.DSocialLink ul {
		text-align: center;
	}
}

@media screen and (max-width:568px) {
	.container {
		width: 100vw;
	}

	.DTRNewsList .col-sm-4 {
		width: 25%;
		float: left;
	}

	.DTRNewsList .col-sm-8 {
		width: 75%;
		float: left;
	}

	.DCategoryNewsList .col-sm-4 {
		width: 25%;
		float: left;
	}

	.DCategoryNewsList .col-sm-8 {
		width: 75%;
		float: left;
	}

	.DCatNewsList3 .col-sm-8 {
		width: 75%;
		float: left;
	}

	.DCatNewsList3 .col-sm-4 {
		width: 25%;
		float: left;
	}

	.DCatNewsList4 .col-sm-4 {
		width: 25%;
		float: left;
	}

	.DCatNewsList4 .col-sm-8 {
		width: 75%;
		float: left;
	}

	.DSpecialNews .col-sm-4 {
		width: 25%;
		float: left;
	}

	.DSpecialNews .col-sm-8 {
		width: 75%;
		float: left;
	}

	.DPhotoGallery img {
		max-height: 250px;
		min-height: 250px;
		overflow: hidden;
		width: 100%
	}

	.DScroll .col-sm-1 {
		width: 12%;
		float: left;
	}

	.DScroll .col-sm-11 {
		width: 88%;
		float: left;
	}

	.DBreaking .col-sm-1 {
		width: 12%;
		float: left;
	}

	.DBreaking .col-sm-11 {
		width: 88%;
		float: left;
	}

	.mt-md-10 {
		padding-top: 10px;
	}

	.mt-md-20 {
		padding-top: 20px;
	}

	.mb-md-10 {
		padding-bottom: 10px;
	}

	.mb-md-20 {
		padding-bottom: 20px;
	}

	.my-md-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.my-md-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (max-width:480px) {
	.container {
		width: 100vw;
	}

	.DLogo {
		margin-right: 140px;
	}

	.DPhotoGallery img {
		max-height: 250px;
		min-height: 250px;
		overflow: hidden;
		width: 100%
	}

	.DScroll .col-sm-1 {
		width: 15%;
		float: left;
	}

	.DScroll .col-sm-11 {
		width: 85%;
		float: left;
	}

	.DBreaking .col-sm-1 {
		width: 15%;
		float: left;
	}

	.DBreaking .col-sm-11 {
		width: 85%;
		float: left;
	}

	.footer-logo img {
		height: 45px;
	}
}

@media screen and (max-width:414px) {
	.container {
		width: 100vw;
	}

	.DLogo {
		margin-right: 100px;
	}

	.DPhotoGallery img {
		max-height: 200px;
		min-height: 200px;
		overflow: hidden;
		width: 100%
	}
}

@media screen and (max-width:375px) {
	.container {
		width: 100vw;
	}

	.caption h1 {
		font-size: 30px;
	}

	.DHeaderDate p {
		font-size: 14px;
	}

	.DTRNewsList .col-sm-4 {
		width: 30%;
		float: left;
	}

	.DTRNewsList .col-sm-8 {
		width: 70%;
		float: left;
	}

	.DCategoryNewsList .col-sm-4 {
		width: 30%;
		float: left;
	}

	.DCategoryNewsList .col-sm-8 {
		width: 70%;
		float: left;
	}

	.DCatNewsList3 .col-sm-8 {
		width: 70%;
		float: left;
	}

	.DCatNewsList3 .col-sm-4 {
		width: 30%;
		float: left;
	}

	.DCatNewsList4 .col-sm-4 {
		width: 30%;
		float: left;
	}

	.DCatNewsList4 .col-sm-8 {
		width: 70%;
		float: left;
	}

	.DSpecialNews .col-sm-4 {
		width: 30%;
		float: left;
	}

	.DSpecialNews .col-sm-8 {
		width: 70%;
		float: left;
	}

	.DLogo {
		margin-right: 100px;
	}

	.DPhotoGallery img {
		max-height: 200px;
		min-height: 200px;
		overflow: hidden;
		width: 100%
	}

	.DScroll .col-sm-1 {
		width: 20%;
		float: left;
	}

	.DScroll .col-sm-11 {
		width: 80%;
		float: left;
	}

	.DBreaking .col-sm-1 {
		width: 20%;
		float: left;
	}

	.DBreaking .col-sm-11 {
		width: 80%;
		float: left;
	}
}

@media screen and (max-width:360px) {
	.container {
		width: 100vw;
	}

	.DLogo {
		margin-right: 100px;
	}

	.DPhotoGallery img {
		max-height: 200px;
		min-height: 200px;
		overflow: hidden;
		width: 100%
	}

	.footer-logo {
		gap: 5px;
	}
}

@media screen and (max-width:320px) {
	.container {
		width: 100vw;
	}

	.caption h1 {
		font-size: 26px;
	}

	.DTRNewsList .col-sm-4 {
		width: 35%;
		float: left;
	}

	.DTRNewsList .col-sm-8 {
		width: 65%;
		float: left;
	}

	.DCategoryNewsList .col-sm-4 {
		width: 35%;
		float: left;
	}

	.DCategoryNewsList .col-sm-8 {
		width: 65%;
		float: left;
	}

	.DCatNewsList3 .col-sm-8 {
		width: 65%;
		float: left;
	}

	.DCatNewsList3 .col-sm-4 {
		width: 35%;
		float: left;
	}

	.DCatNewsList4 .col-sm-4 {
		width: 35%;
		float: left;
	}

	.DCatNewsList4 .col-sm-8 {
		width: 65%;
		float: left;
	}

	.DSpecialNews .col-sm-4 {
		width: 35%;
		float: left;
	}

	.DSpecialNews .col-sm-8 {
		width: 65%;
		float: left;
	}

	.DLogo {
		margin-right: 100px;
	}

	.DPhotoGallery img {
		max-height: 200px;
		min-height: 200px;
		overflow: hidden;
		width: 100%
	}

	.footer-logo img {
		height: 40px;
	}
}