* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f5f5f5
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

p {
	margin: 0 !important;
}

.header-box-m {
	height: 44px;
	background-color: #B00328;
	display: flex;
	align-items: center;
}

.navbar .logo {
	height: 30px;
	display: block;
}

.navbar .logo img {
	height: 30px;
}

.navbar {
	background-color: #B00328;
}

@media (min-width: 992px) {
	.navbar {
		background-color: #FFFFFF;
	}
.footer-box {
	font-size: 14px;
}
}

@media (min-width: 1800px) {
	.container {
		max-width: 1600px;
	}
}

.text-truncate-2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
}

.header-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.header-time {
	display: flex;
	flex-direction: row;
	align-items: center;
}


.navbar .navbar-nav>li:hover .dropdown-menu {
	display: block;
}


.navbar .navbar-brand img {
	width: 130px;
	height: 44px;
}

header .navbar .nav-item {
	/*width: 14.2%;*/
	text-align: center;
}

header .navbar .nav-item .dropdown-menu {
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

header .navbar .nav-item .dropdown-menu :hover {
	/* width: 14.2%; */
	border: none;
	font-weight: 400;
	font-size: 14px;
	color: #666;
}

header .navbar .nav-item .dropdown-menu li {
	width: fit-content;
	border-radius: 4px;
	background: #f0f0f0;
	margin-bottom: 10px;
	margin-right: 10px;
}

header .navbar .nav-item .dropdown-menu li .dropdown-item {
	width: fit-content;
}

header .navbar .nav-item .dropdown-menu li .dropdown-item:hover {
	color: #fff !important;
	background: #B00328 !important;
	border-radius: 4px !important;
}

header .navbar .offcanvas-end {
	width: 300px;
}

header .navbar .nav-item .nav-link {
	color: #000;
	font-weight: 600;
}

header .navbar .nav-item .nav-link:hover {
	/* color: #B00328 !important; */
	color: #000;
	font-weight: bold;
}

header .navbar .nav-item .nav-link.active:hover {
	font-weight: bold;
}

@media (min-width: 992px) {
	header .navbar .nav-item .nav-link {
		width: 100%;
	}

	header .navbar .nav-item .dropdown-menu {
		border: none;
		font-weight: 400;
		font-size: 14px;
		color: #666;
		padding: 0;
		min-width: 150px;
		width: 100%;
	}

	header .navbar .nav-item .dropdown-menu li {
		width: 100%;
	}

	header .navbar .nav-item .dropdown-menu :hover {
		border: none;
		font-weight: 400;
		font-size: 14px;
		color: #666;
	}

	header .navbar .nav-item .dropdown-menu li {
		width: 100%;
		border-radius: 4px;
		background: #fff;
	}
	header .navbar .nav-item .dropdown-menu li .dropdown-item{
		width: 100%;
		border-radius: 4px;
		background: #fff;
		padding: 18px 0 18px 22px;
	}

	header .navbar .nav-item .dropdown-menu li .dropdown-item:hover {
		width: 100% !important;
		color: #B00328 !important;
		background: #F6F6F6 !important;
	}
}




footer .form-control {
	background-color: transparent;
	color: #fff;
	border: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0;
}

footer .form-control:focus {
	background-color: transparent;
	color: #fff;
	box-shadow: none;
	border: 1px solid #ced4da;
	border-top: none;
	border-left: none;
	border-right: none;
}

footer .form-floating>label {
	color: #ced4da;
}

footer .y-link {
	margin-bottom: 0 !important;
	padding: 20px 0;
	/* 	display: flex;
	flex-direction: row;
	align-items: center; */
}


footer .y-link a:hover {
	color: #B00328;

}

footer .y-link .d-inline-block a:hover:before {
	content: '';
	width: 92%;
	height: 2px;
	border-radius: 50%;
	background-color: #B00328;
	position: absolute;
	left: 13%;
	bottom: -1px;
}

.footer-box {
	background-color: #B00328;
	color: #fff;
}

.footer-box .box {
	margin-top: 16px !important;
}
.footer-box p{
line-height:30px;
}

.container-border {
	border-left: 1px solid rgba(0, 0, 0, 0.07);
	padding-bottom: 30px;
}

.page-banner {
	height: 230px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}

.navbar-brand {
	color: #000 !important;
}

.navbar-toggler-icon {
	color: #000 !important;
}

header .navbar .offcanvas-end {
	/* width: 100% !important; */
}

.offcanvas-header {
	background-color: #B00328;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

.offcanvas-title {
	margin: 0 auto;
}

.btn-close {
	color: #fff !important;
}

header .navbar .nav-item {
	width: 100%;
	font-weight: 700;
	font-size: 15px;
	color: #333;
}

.navbar-dark .navbar-nav .nav-link.active {
	color: #ffffff;
}

header .navbar .nav-item .nav-link.active:hover {
	/* color: #ffffff!; */
}


.header-box {
	width: 100%;
	padding: 30px 0;
	box-sizing: content-box;
	background-color: #B00328;
}

.header-row {
	display: flex;
	flex-direction: column;
}

.logo {
	max-width: 530px;
}

.date-icon {
	margin-left: auto;
}

.time-data {
	font-weight: 400;
	font-size: 14px;
	margin-left: 6px;
	color: #fff;
}

.header-info {
	width: 100%;
}

.header-time {
	margin-top: 10px;
}

.header-serach {
	margin-left: auto;
	width: 200px;
	position: relative;
	margin-top: 10px;
}

.serach-box {
	outline: 0;
	width: 200px;
	height: 28px;
	border: 0px solid #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
	padding: 3px 3px 3px 12px;
	font-size: 12px;
}

.serach-icon {
	position: absolute;
	right: 12px;
	top: 3px;
	cursor: pointer;
	width: 22px;
	height: 22px;
}

.footer-box {
	font-size: 18px;
}

.footer-box .box {
	margin-top: 6px !important;
}

.link-box {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	font-weight: 400;
	font-size: 18px;
	color: #b00328;
}

.link-box .link-icon {
	width: 14px;
	height: 14px;
	margin-right: 2px;
}

.y-link .d-inline-block a {
	font-size: 18px;
	color: #333333;
}

footer .y-link a {
	position: relative;
	padding-left: 4px;
	margin-right: 4px;
	transition: 0.3s;
}

@media (min-width: 1400px) {
	.header-serach {
		position: relative;
		margin-top: 27px;
		width: fit-content;
	}

	.serach-box {
		outline: 0;
		width: 350px !important;
		height: 40px !important;
		border: 0px solid #fff;
		border-radius: 5px;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
		padding: 3px 3px 3px 12px;
	}

	.serach-icon {
		width: 34px;
		height: 34px;
		position: absolute !important;
		right: 13px !important;
		top: 3px !important;
		cursor: pointer;
	}
.footer-box {
	font-size: 14px;
}

}

@media (min-width: 1600px) {
	.header-box {
		width: 100%;
		padding: 30px 0 30px 0;
		box-sizing: content-box;
		background-color: #B00328;
	}

	.header-row {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.header-info {
		width: fit-content;
	}

	.navbar-brand {
		display: none;
	}

	header .navbar .nav-item .nav-link {
		position: relative;
		font-size: 20px;
		transition: 0.3s;
		border-radius: 2px;
		color: #131313;
		font-weight: 400;
		padding: 16px 0;
	}

	header .navbar .nav-item .nav-link:hover {
		color: #B00328;
	}

	header .navbar .nav-item .nav-link.active {
		color: #fff !important;
		background: #B00328;
		/*padding: 25px 0;
	}
	
	header .navbar .nav-item .dropdown-menu li .dropdown-item {
		padding: 18px 0 18px 22px;
	}
	
	header .navbar .nav-item .dropdown-menu li .dropdown-item:hover {}
	
	.date-icon {
		margin-left: auto;
	}
	
	.time-data {
		font-weight: 400;
		font-size: 26px;
		margin-left: 6px;
		color: #fff;
	}
	
	.header-serach {
		position: relative;
		margin-top: 27px;
		/* margin-left: 0;
		width: fit-content;
	}
	
	.serach-box {
		outline: 0;
		width: 408px !important;
		height: 44px !important;
		border: 0px solid #fff;
		border-radius: 5px;
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
		padding: 3px 3px 3px 12px;
	}
	
	.serach-icon {
		width: 38px;
		height: 38px;
		position: absolute !important;
		right: 13px !important;
		top: 3px !important;
		cursor: pointer;
	}
	
	
	
	.link-box {
		display: flex;
		flex-direction: row;
		align-items: baseline;
		font-weight: 400;
		font-size: 18px !important;
		color: #b00328;
	}
	
	.link-box .link-icon {
		width: 16px;
		height: 16px;
		margin-right: 2px;
	}
	
	.y-link .d-inline-block a {
		font-size: 18px;
		color: #333333;
	}
	
	footer .y-link a {
		position: relative;
		padding-left: 14px;
		margin-right: 6px;
		transition: 0.3s;
	}
	
	.footer-box {
		font-size: 14px !important;
	}
}

@media (max-width: 992px) {
	
.footer-box {
	font-size: 14px;
}
}