﻿#sp-toolbar-wrapper {
	background: #81221d;
	color: #e6938e;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/*COMPONENT*/
.no-padding {
	padding: 0;
}

.container {
	/*-webkit-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0 10px 0px rgba(0,0,0,0.2);*/
}
/*END COMPONENT*/
/*MASTER COLOR: #B10101 #B10101*/
/*HEADER*/
	header a, header a:hover {
		color: #6f6f6f;
		text-decoration: none;
	}

	
	header .searchModule {
		float: right;
		padding: 50px 20px 0px 0px;
	}

		header .searchModule input {
			border: 1px solid #bfbfbf;
			-webkit-border-radius: 9px;
			border-radius: 4px;
			width: 250px;
			padding: 5px 6px;
			font-size: 13px;
		}

.main-menu {
	background: #006693 scroll 0 0;
}

	.main-menu .nav-item.dropdown:hover > .dropdown-menu {
		display: block;
	}

	.main-menu .dropdown-menu {
		margin-top: -2px;
	}

.marquee-top {
	padding: 7px;
}

	.marquee-top .top {
		position: absolute;
		margin-top: -7px;
		margin-left: -7px;
		z-index: 1;
	}

.p-tieude {
	font-family: 'Tahoma';
	color: #be1e2d;
	font-size: 13px;
	font-weight: bold;
	display: block;
	padding: 7px 10px 7px 15px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9fe+0,ffffff+100 */
	background: rgb(240,249,254); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(240,249,254,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(240,249,254,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(240,249,254,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9fe', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.marquee-top marquee {
	z-index: 0;
	font-size: 11px;
}


span.datetime {
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
}

nav.navbar {
	padding: 6px 0 1px 0;
}

div#topMenu {
	/*border: 1px solid #ddd;*/
	text-transform: uppercase;
}


.main-menu .nav-item.active {
	background-color: #B10101;
}

	.main-menu .nav-item.active i {
		color: #fff;
	}

.main-menu .nav-item .nav-link {
	color: #fff;
	font-weight: 500;
	border-left: 1px solid #ddd;
	padding: 13px 15px;
	font-size: 14px;
}

	.main-menu .nav-item .nav-link:first-child {
		border-left: none;
	}

.main-menu .nav-item:hover, .main-menu .nav-item:active {
	background-color: #B10101;
}

	.main-menu .nav-item:hover .nav-link {
		color: #ffec68;
	}

.main-menu a.dropdown-item:hover {
	background-color: #b80614;
	color: #fff;
}

/*END HEADER*/

/*MENU TRAi*/
.block-nav-left {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

	.block-nav-left .body {
		padding: 10px 5px 10px 10px;
	}

	.block-nav-left .nav-title {
		text-transform: uppercase;
		/* border-bottom: 2px solid #bb0a0a; */
		padding: 10px 10px 8px;
		color: #B10101;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		text-align: center;
		padding: 10px;
		margin: 0;
		text-shadow: none;
		background: #B10101;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c10514+0,a30513+100 */
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9fe+0,7db9e8+100&1+0,0+100 */
		background: -moz-linear-gradient(top, rgba(240,249,254,1) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(240,249,254,1) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(240,249,254,1) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9fe', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */
	}

	.block-nav-left #left-menu ul {
		border-top: 1px solid #dcdcdc;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.block-nav-left ul#left-menu {
		padding: 0;
		border: 1px solid #e0e0e0;
	}

		.block-nav-left ul#left-menu li {
			border-bottom: 1px solid #cacaca;
			padding-bottom: 5px;
			padding-left: 20px;
			padding-right: 20px;
			padding-top: 6px;
			position: relative;
			color: #143554;
			font-weight: bold;
			font-size: 12px;
			list-style: none;
		}

			.block-nav-left ul#left-menu li > a::before {
				content: "•";
				font-family: 'FontAwesome';
				font-size: 16px;
				line-height: 14px;
				color: #ddd;
				left: 7px;
				position: absolute;
				top: 8px;
			}

			.block-nav-left ul#left-menu li:hover > a::before, .block-nav-left ul#left-menu li:hover > a {
				color: #af1212;
			}

			.block-nav-left ul#left-menu li a {
				color: #143554;
				text-decoration: none;
			}

			.block-nav-left ul#left-menu li > ul {
			}

			.block-nav-left ul#left-menu li:last-child {
				border: none;
			}

		.block-nav-left ul#left-menu > li > ul {
			visibility: hidden;
			opacity: 0;
			position: absolute;
			top: 0;
			width: 100%;
			transform: translateY(-2em);
			z-index: 1;
			transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
			left: calc(100% - 2px);
			left: -webkit-calc(100%);
			left: -moz-calc(100%);
			left: -o-calc(100%);
			border: 1px solid rgba(0,0,0,0.2);
			box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
			background: #fff;
		}

			.block-nav-left ul#left-menu > li > ul > li > ul > li, .block-nav-left ul#left-menu > li > ul > li {
				padding-right: 0px;
			}

		.block-nav-left ul#left-menu > li:hover > ul {
			background: #fff;
			visibility: visible;
			opacity: 1;
			z-index: 1;
			transform: translateY(0%);
			transition-delay: 0s, 0s, 0.3s;
		}

	.block-nav-left .leftbanner_logo img {
		width: 100%;
		padding: 5px 0;
	}

	.block-nav-left > ul > .hasSubmenu::after {
		content: "›";
		position: absolute;
		right: 12px;
		top: 2px;
		font-size: 18px;
		color: #143554;
	}

	.block-nav-left .hasSubmenu:hover::after {
		color: #af1212
	}

.banner-left-block {
	margin: 10px 0;
}

	.banner-left-block > .link-icon {
		padding: 10px 5px;
		position: relative;
		margin: 6px 0;
		border: 1px solid #b1b1b1;
	}

	.banner-left-block .link-icon {
		text-align: justify;
		padding-left: 5px;
		background: url(/style/chinhtritohieu/images/textture1.png) repeat;
	}

	.banner-left-block .banner-icon {
		width: 30px;
		display: inline-table;
		position: absolute;
		top: 50%;
		margin-top: -15px;
	}

	.banner-left-block .banner-icon-text {
		width: 75%;
		margin-left: 35px;
		display: inline-grid;
		font-size: 0.8em;
	}

	.banner-left-block .link-icon:hover .banner-icon-text {
		color: #af1212;
		text-decoration: none;
	}

	.banner-left-block a {
		text-decoration: none;
	}


/*END MENU TRAi*/

/*BLOCK-TRANGCHU*/
#block-tracuu {
	background-image: url(/style/chinhtritohieu/images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 10px 55px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.block-trangchu {
	position: relative;
	padding: 0px;
	border: 1px solid #cecece;
	margin-top: 25px;
	text-align: center;
	height: -moz-calc(100% - 30px);
	/* WebKit */
	height: -webkit-calc(100% - 30px);
	background-color: #fff;
}


	.block-trangchu h3 {
		padding: 15px 15px 5px 15px;
		font-size: 18px;
		text-align: center;
		color: #B10101;
		text-transform: uppercase;
		font-weight: bold;
	}

	.block-trangchu p {
		padding: 0 15px 40px 15px;
		text-align: justify;
		font-size: 14px;
	}


	.block-trangchu ul {
		padding: 0;
	}

		.block-trangchu ul li {
			list-style: none;
			padding-left: 0;
		}

.block-footer {
	bottom: 10px;
	position: absolute;
	width: 100%;
}

/*END BLOCK-TRANGCHU*/

/*BLOCK TINTUC*/
#block-tintuc {
	margin: 0 0 25px 0;
}

	#block-tintuc h2 {
		text-transform: uppercase;
		text-align: center;
		color: #B10101;
		font-size: 24px;
		font-weight: bold;
		padding: 15px 0;
	}

	#block-tintuc a {
		color: #040e19;
	}

		#block-tintuc a:hover {
			color: #bd1701;
			text-decoration: none;
		}

	#block-tintuc h4 {
		font-size: 14px;
	}

	#block-tintuc #tintucnoibat .carousel-caption {
		left: 0;
		right: 0;
		bottom: 0;
		text-align: left;
		padding: 10px;
		background: rgba(0,0,0,0.6);
		text-shadow: none;
		color: #fff;
	}

		#block-tintuc #tintucnoibat .carousel-caption a {
			color: #fff;
		}


	#block-tintuc #tintucnoibat .list-group {
		position: absolute;
		top: 0;
		right: 0;
		max-height: 370px;
		overflow: auto;
	}

	#block-tintuc #tintucnoibat .list-group-item {
		border-radius: 0px;
		cursor: pointer;
		padding: 7px 10px 7px 15px;
	}

	#block-tintuc #tintucnoibat .list-group .active {
		background-color: #eee;
	}

	#block-tintuc #tintucnoibat .list-group-item.active {
		color: #bd0000;
	}

@media (min-width: 992px) {
	#block-tintuc #tintucnoibat {
		padding-right: 33.3333%;
	}

		#block-tintuc #tintucnoibat .carousel-controls {
			display: none;
		}
}

@media (max-width: 991px) {
	.carousel-caption p,
	#block-tintuc #tintucnoibat .list-group {
		display: none;
	}
}
/*END BLOCK TINTUC*/

.featured-news-section {
	margin: 0 0 20px;
	width: 100%;
	min-width: 0;
}

.featured-news {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(235px, 1fr);
	width: 100%;
	background: #fff;
	border: 1px solid #dedede;
	overflow: hidden;
}

.featured-news-main {
	min-width: 0;
	background: #f3f4f6;
}

.featured-news-slides {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

.featured-news-slide {
	position: absolute;
	inset: 0;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
}

.featured-news-slide.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.featured-news-image-link,
.featured-news-image {
	display: block;
	width: 100%;
	height: 100%;
}

.featured-news-image {
	object-fit: cover;
	object-position: center;
}

.featured-news-caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 28px 16px 16px;
	background: linear-gradient(transparent, rgba(0, 0, 0, .9));
}

.featured-news-caption h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.45;
	text-align: left;
	text-transform: none;
	overflow-wrap: anywhere;
}

.featured-news-caption h2 a {
	color: #fff;
	text-decoration: none;
}

.featured-news-caption h2 a:hover {
	color: #ffe3a5;
}

.featured-news-sidebar {
	position: relative;
	min-height: 0;
	min-width: 0;
	border-left: 1px solid #e4e4e4;
}

.featured-news-list {
	position: absolute;
	inset: 0;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #fff;
}

.featured-news-item {
	display: flex;
	align-items: flex-start;
	gap: 9px;
	width: 100%;
	padding: 13px 12px;
	border: 0;
	border-left: 3px solid transparent;
	border-bottom: 1px solid #e4e4e4;
	background: #fff;
	color: #17202a;
	font: inherit;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.45;
	text-align: left;
	white-space: normal;
	overflow-wrap: anywhere;
	cursor: pointer;
}

.featured-news-number {
	flex: 0 0 auto;
	color: #8a9198;
	font-size: 12px;
	line-height: 1.8;
}

.featured-news-item:hover {
	background: #f6f7f8;
}

.featured-news-item.is-active {
	background: #fff3ed;
	border-left-color: #bd1701;
	color: #a40000;
	font-weight: 600;
}

.featured-news-controls {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 8px 12px;
	border-top: 1px solid #e4e4e4;
	background: #fafafa;
}

.featured-news-controls[hidden] {
	display: none;
}

.featured-news-position {
	margin-right: auto;
	color: #4b5563;
	font-size: 13px;
	white-space: nowrap;
}

.featured-news-controls button {
	min-width: 36px;
	min-height: 36px;
	padding: 2px 10px;
	border: 1px solid #d8dce1;
	border-radius: 4px;
	background: #fff;
	color: #8c160c;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.featured-news-controls button:hover {
	background: #fff3ed;
}

.featured-news button:focus-visible,
.featured-news a:focus-visible {
	outline: 2px solid #005fcc;
	outline-offset: -3px;
}

@media (max-width: 991.98px) {
	.featured-news {
		grid-template-columns: minmax(0, 1fr);
	}

	.featured-news-sidebar {
		border-left: 0;
		border-top: 1px solid #e4e4e4;
	}

	.featured-news-list {
		position: relative;
		max-height: 260px;
	}
}

@media (max-width: 575.98px) {
	.featured-news-caption {
		padding: 24px 12px 12px;
	}

	.featured-news-caption h2 {
		font-size: 15px;
	}

	.featured-news-item {
		font-size: 14px;
	}
}
#block-thuvien {
	margin: 25px 0;
}

	#block-thuvien h2 {
		text-transform: uppercase;
		text-align: center;
		color: #B10101;
		font-size: 24px;
		font-weight: bold;
		padding: 15px 0;
	}

	#block-thuvien .image-list a {
		color: #B10101;
		font-weight: 600;
	}

.img-thumbnail {
	border: 2px solid #dee2e6;
}

#block-thuvien .image-list a:hover img {
	border: 2px solid #d50000;
}


/* BLOCK THUVIEN */

/* END BLOCK THUVIEN */

/* FOOTER */
footer {
	background: url(/style/chinhtritohieu/images/bg-footer-1.png) no-repeat center;
	background-size: 100%;
	background-color: rgba(0,0,0,1);
	padding: 20px 0;
	color: #fff;
}

	footer h2 {
		text-transform: uppercase;
		font-weight: bold;
		font-size:24px;
	}
.lienhe-footer, .lienhe-footer a {
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 12px;
    font-size: 14px;
}
#footer-copyright {
	background-color: rgba(0,0,0,0.7);
	color: #fff;
	text-align: center;
	padding: 10px;
}

footer a, footer a:hover {
	color: #fff;
	font-weight: 600;
}

footer h3 {
	font-size: 24px;
}

footer ul {
	padding: 0 0 0 25px;
	font-size: 14px;
}

/* END FOOTER */

/* COVER */
#cover {
	border-bottom: 7px solid #B10101;
	height: 200px;
	background: url(/style/chinhtritohieu/images/pano1.png) repeat-x center center;
	/* background-size: cover; */
}

	#cover .title {
		color: #fff;
		background-color: #ff3e3e;
		display: inline-block;
		margin: 70px auto;
		font-size: 25px;
		text-transform: uppercase;
		padding: 10px 30px;
	}

/* END COVER */

/* GUI Y KIEN FORM */

.formGuiykien {
	margin: 30px 0;
	border: 1px solid #ddd;
	padding: 30px;
	border-radius: 10px;
	background-color: #efefef;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}

	.formGuiykien h4 {
		font-size: 16px;
	}

	.formGuiykien h3 {
		color: #B10101;
	}

.RightBlock {
	margin: 30px 0;
	border: 1px solid #bbb;
}

	.RightBlock .title {
		background-color: #B10101;
		color: #fff;
		padding: 10px 20px;
		text-transform: uppercase;
	}

	.RightBlock .content {
		padding: 10px;
		font-size: 14px;
		text-align: justify;
	}

		.RightBlock .content ul {
			padding-left: 20px;
		}

/*END GUI Y KIEN FORM */


/*NEWS CONTENT*/

#nav-bar {
	width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+100;Grey+Flat */
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(238,238,238,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	background-size: 10% 100%;
	padding: 10px;
	margin-bottom: 10px;
}

	#nav-bar .nav-bar {
		padding: 5px;
		text-transform: uppercase;
	}

		#nav-bar .nav-bar a:first-child {
			color: #d40000;
		}

		#nav-bar .nav-bar a {
			color: #484848;
		}

.newsContent {
	padding: 20px;
}

#nav-bar.article-breadcrumb {
	width: auto;
	margin: 0 16px 18px;
	padding: 12px 32px;
}

#nav-bar.article-breadcrumb .nav-bar {
	padding: 0;
}

.article-page {
	margin: 0 16px 24px;
}

.article-page > .article-layout {
	margin: 0;
	align-items: flex-start;
}

.article-page .article-content {
	min-width: 0;
	padding: 28px 32px 32px;
	background: #fff;
}

.article-page .product-header {
	margin-bottom: 24px;
}

.article-page .product-header h1 {
	margin: 0 0 16px;
	line-height: 1.4;
}

.article-page .product-header .posttime {
	padding-bottom: 16px;
	border-bottom: 1px solid #e5e5e5;
	line-height: 1.6;
}

.article-page .article-content .product-body {
	overflow-wrap: anywhere;
}

.article-page .article-content .product-body img {
	max-width: 100%;
	height: auto;
	padding: 0;
}

.article-page .article-sidebar {
	padding: 0 0 0 24px;
}

.article-page .relate-product {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
}

.article-page .relate-product ul {
	margin-bottom: 0;
	padding-left: 20px;
}

.article-page .relate-product li {
	margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
	#nav-bar.article-breadcrumb {
		padding-right: 24px;
		padding-left: 24px;
	}

	.article-page .article-content {
		padding: 24px;
	}

	.article-page .article-sidebar {
		padding-left: 16px;
	}
}

@media (max-width: 767.98px) {
	#nav-bar.article-breadcrumb {
		margin: 0 8px 12px;
		padding: 12px 16px;
	}

	.article-page {
		margin: 0 8px 16px;
	}

	.article-page .article-content {
		padding: 20px 16px 24px;
	}
}


	.newsContent .product-content h1 {
		font-size: 22px;
		padding: 0px 0 0px;
		color: #B10101;
	}

	.newsContent .posttime {
		font-size: 16px;
		font-style: italic;
		text-align: right;
		padding-bottom: 10px;
	}

	.newsContent .product-body {
		text-align: justify;
	}

		.newsContent .product-body tr, .newsContent .product-body td {
			border: 1px solid #ddd !important;
			padding: 5px 10px;
		}

		.newsContent .product-body img {
			/*max-width: 90%;
			margin: 0 auto;
			display: block;*/
			width: 100%;
			margin: 0 auto;
			display: block;
			padding: 0px 5%;
			border: 1px solid #e8e8e8;
			background-color: #eaeaea;
		}

	.newsContent .noContent {
		font-size: 24px;
		text-align: center;
		padding-top: 30px;
		font-weight: bold;
	}

.newsList .newsItem.media {
	margin: 10px 5px 0px 10px;
}

.newsList .newsItem .media-body {
	text-align: justify;
	font-size: 0.9em;
	padding-left: 15px;
}

.newsList .media-left {
	width: 30%;
}

	.newsList .media-left img {
		width: 100%;
		border: 1px solid #aeaeae;
	}

.newsList .newsItem .media-heading a {
	font-size: 17px;
	font-weight: bold;
	color: #3e3e3e;
}

.newsList .newsItem .posttime {
	text-align: right;
	font-style: italic;
	padding: 0 0 5px 0;
}

.newsList .media-heading a:hover {
	color: #bd1701;
	text-decoration: none;
}

.newsList .media-left img {
	border: 1px solid #ddd;
	padding: 3px;
}

.relate-product.no-print ul li a {
	color: #2261bf;
}

/*END NEWS CONTENT*/

/*LEFT CONTENT*/
.left-content ul {
	list-style: none;
	padding: 20px 0;
}

	.left-content ul li {
		list-style: none;
		padding: 10px 20px 10px 10px;
		height: 50px;
		white-space: normal;
	}

		.left-content ul li.active {
			background: url('/style/chinhtritohieu/images/leftmenu.png') no-repeat center center;
			-webkit-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-o-background-size: 100% 100%;
			background-size: 100% 100%;
		}

			.left-content ul li.active a {
				background-image: url(/style/chinhtritohieu/images/LeftMenu_Arrow_1.png);
				color: #fff;
			}

		.left-content ul li a {
			font-weight: bold;
			color: black;
			background-image: url(/style/chinhtritohieu/images/LeftMenu_Arrow_2.png);
			background-repeat: no-repeat;
			background-position: 0px -18px;
			padding-left: 30px;
		}

			.left-content ul li a:hover {
				background-image: url(/style/chinhtritohieu/images/LeftMenu_Arrow_1.png);
				text-decoration: none;
			}

		.left-content ul li:hover {
			text-align: left;
			background: url('/style/chinhtritohieu/images/leftmenu.png') no-repeat center center;
			-webkit-background-size: 100% 100%;
			-moz-background-size: 100% 100%;
			-o-background-size: 100% 100%;
			background-size: 100% 100%;
			height: 50px;
			table-layout: fixed;
			opacity: 0.8;
			filter: alpha(opacity=80);
			cursor: pointer;
		}

			.left-content ul li:hover a {
				color: #fff;
			}

/*END LEFT CONTENT*/
/*INIT*/
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: -10px;
	margin-left: -15px;
}

.no-padding {
	padding: 0;
}

div#block-banner {
	padding: 10px 0;
}

/*END INIT*/

/* BLOCK TINTUC 2 COT */
.block-new-center, .block-new-right {
	background-color: #fff;
	border-radius: 0px;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 2px #fefefe;
	-webkit-box-shadow: 0 0 2px #fefefe;
	box-shadow: 0 0 2px #fefefe;
	text-align: justify;
}

.nav-title-3 {
	padding-left: 36px;
	margin-bottom: 5px;
	padding: 0px;
	color: #fff;
	border-bottom: 1px solid #006693;
	font-size: 13px;
}

	.nav-title-3 ul {
		padding: 0;
		margin: 0;
		background: #FBFDFE;
	}


	.nav-title-3 li {
		padding: 5px 10px 5px 10px;
		display: inline-block;
	}

		.nav-title-3 li a {
			font-size: 14px;
			background: none !important;
			padding: 2px 2px 2px 2px !important;
		}

		.nav-title-3 li.active {
			background: #006693;
		}

			.nav-title-3 li.active a {
				color: #fff;
				background: none;
			}

	.nav-title-3 a {
		color: #bd1701;
		text-transform: uppercase;
		padding: 0;
	}

.block-new-center a {
	text-decoration: none;
	color: #143554;
	font-size: 16px;
}

	.block-new-center a:hover {
		color: #af1212;
	}

.block-new-center .media-heading {
	font-size: 1.1em;
	padding-right: 10px;
}

.block-new-center a {
	text-decoration: none;
	color: #143554;
}

.block-new-center li {
	list-style: none;
}

.block-new-center > ul > li > a {
	display: block;
	padding: 3px 0 3px 10px;
	background: url(/style/chinhtritohieu/images//arrow2.png) no-repeat left 14px;
}

.block-new-center > ul {
	padding: 5px 10px 10px 15px;
}
/* END BLOCK TINTUC 2 COT */

/*LIEN KET BOTTOM*/
#bottom-link h3 {
	color: rgba(0,0,0,0.4);
}

.bottom-link {
	padding: 20px 0 30px 0;
}

	.bottom-link .item {
		margin-right: 20px;
	}

	.bottom-link img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		border: 1px solid rgba(0,0,0,0.1);
	}

	.bottom-link a:hover img {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
	}

/*END LIEN KET BOTTOM*/

/*BANNER RIGHT*/
.banner-right-block img {
	margin: 5px 0;
}
/*END BANNER RIGHT*/

/*6 DIEU BAC HO DAY*/

.block-nav-left.bachoday .body {
	height: 250px;
	overflow: hidden;
	background-image: url(/style/chinhtritohieu/images/bacho2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150px;
}

	.block-nav-left.bachoday .body .h2 {
		color: #ab0513;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		display: block;
		padding-bottom: 5px;
	}

	.block-nav-left.bachoday .body .h3 {
		font-size: 15px;
		padding-left: 12px;
	}

	.block-nav-left.bachoday .body .h4 {
		font-size: 14px;
		display: block;
		text-align: center;
		color: #b70514;
		padding-top: 10px;
	}
/*END 6 DIEU BAC HO DAY*/

/*THU TUC HANH CHINH*/
.block-nav-left.thutuchanhchinh ul li {
	padding: 4px 0;
	list-style: none;
}

.block-nav-left.thutuchanhchinh ul {
	padding: 0 5px 0 0px;
}

.block-nav-left.thutuchanhchinh li a {
	color: #505050;
	font-weight: 600;
	font-size: 15px;
	background: url(/style/chinhtritohieu/images//arrow2.png) no-repeat left 12px;
	padding: 3px 0 3px 13px;
}

.block-nav-left.thutuchanhchinh li > ul > li a {
	color: #505050;
	font-weight: 600;
	font-size: 13px;
	/*background: url(/style/chinhtritohieu/images//arrow2.png) no-repeat left 12px;*/
	background: none;
	padding: 3px 0 3px 5px;
}

.block-nav-left.thutuchanhchinh li a:hover, .block-nav-left.thutuchanhchinh li a:active {
	color: #006693;
	text-decoration: none;
}
/*END THU TUC HANH CHINH*/

/*LIEN KET WEBSITE*/
.lienketwebsite select {
	width: 96%;
	height: 30px;
	margin: 10px 2%;
}

/*END LIEN KET WEBSITE*/


/*THU VIEN ANH*/

#thuvienanhSlide .carousel-caption {
	bottom: 0;
	padding: 15px 0 10px 0;
	width: 100%;
	margin: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
}

	#thuvienanhSlide .carousel-caption h5 {
		font-size: 14px;
	}

/*END THU VIEN ANH*/

/*HIEN THI CHUYEN MUC*/
nav#pagination {
	text-align: center;
}

.pagination {
	display: inline-flex;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #d21020;
	border-color: #ae0513;
}

.page-link {
	color: #b20513;
}
/*END HIEN THI CHUYEN MUC*/

.SummaryInfoBox .TCenter_khung:before {
	content: url(images/logo_title1.png);
	left: 10px;
	padding-right: 12px;
	position: relative;
	top: 6px;
}

/*DISPLAY IMAGE*/
#imageSlide .carousel-caption {
	left: 0%;
	right: 0%;
	background: rgba(0, 0, 0, 0.7);
	bottom: 0px;
	padding-bottom: 30px;
}

/*END DISPLAY IMAGE*/


@media print {
	.no-print {
		display: none !important;
	}

	.newsContent {
		width: 100% !important;
		flex: 100% !important;
		max-width: 100%;
	}
}


/* BHXH*/
.tinnoibat ul {
	padding: 0;
	margin: 0;
}

	.tinnoibat ul li {
		padding: 0;
		margin: 0;
		vertical-align: top;
	}

	.tinnoibat ul.ful li {
		width: calc((100% / 4) - 12px);
	}

.icon-home-ngang {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ffffff+46 */
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(255,255,255,1) 46%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 46%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(255,255,255,1) 46%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
 

	.icon-home-ngang a { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+54,ededed+100 */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 54%, rgba(237,237,237,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 54%,rgba(237,237,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 54%,rgba(237,237,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
		padding: 25px 0;
		display: block;
		border: 1px solid #ddd;
		text-decoration: none;
		font-weight: bold;
		font-family: Helvetica;
	}

.block-new-center p, .tinnoibat .first-new p {
	font-size: 14px;
}

.block-new-center ul {
	margin: 0;
	padding: 0;
}

	.block-new-center ul li.d-block:last-child {
		border-bottom: none;
	}

	.block-new-center ul li.item {
		border-bottom: 2px dotted #d1d1d1;
	}

	.block-new-center ul li a {
		display: block;
		padding: 7px 0 7px 10px;
		background: url(/style/chinhtritohieu/images/arrow2.png) no-repeat left 14px;
	}

	.block-new-center ul li p {
		margin: 0;
	}

.top-slide.text-center {
	background: #bd1701;
	margin-bottom: 10px;
	color: #fdfc00;
	text-transform: uppercase;
	padding: 9px;
	font-weight: bold;
	line-height: 1.8em;
	font-size: 0.8em;
}

	.top-slide.text-center a {
		color: #fdfc00;
		font-weight: normal;
	}
/*END BHXH*/
body {
	background: url('/style/chinhtritohieu/template/style1/img/84988035.png') repeat;
}
.top-line {
	background: #006693;
	height: 5px;
}
.banner {
	background: url('/style/chinhtritohieu/template/style1/img/header.png') no-repeat;
	min-height: 182px;
}
.banner-bg {
	/* background: url('/style/chinhtritohieu/template/style1/img/banner-bg1.jpg') no-repeat #b5e0f6; */
	background-position-x: 660px;
}
.brand-text {
	padding-top: 40px;
	padding-left: 13em;
}
.brand-text h1 {
	display: block;
	margin: 5px 0 0 0;
	font-size: 38px;
	text-transform: uppercase;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	color: #e81d02;
	font-weight: 700;
}
.brand-text h2 {
	display: inline;
	margin: 0 0 5px;
	font-size: 24px;
	text-transform: uppercase;
	text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	color: #00588f;
	font-weight: 700;
}
.main-page {
	background: rgba(255,255,255,0.6);
	padding: 20px 0 10px 0;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
	box-shadow:  0px 0px 50px 0px rgba(0,0,0,0.1);
}
.block{
	padding: 10px 10px;
	margin-bottom: 20px;
	background: #fff;
}
.news-block-2 .news-item-wrap {
	padding: 5px 5px 10px 5px;
	height: 100%;
}
.bg-white {
	background-color: #fff !important;
}
.news-block-2 .img-caption {
	font-size: 15px;
	color: #333 !important;
	text-decoration: none;
	text-align: justify;
	display: block;
	font-weight: 500;
	padding: 7px;
}
.news-block-2 .news-list ul li:first-child {
	border-top: none;
}
.news-block-2 .news-list ul li {
	list-style: none;
	position: relative;
	border: 0;
	padding: 0;
	clear: both;
	min-height: 75px;
	margin-top: 10px;
}
.news-block-2 .news-list li .news-image {
	float: left;
}
.news-block-2 .news-list .news-image {
	margin-right: 5px;
}
.news-block-2 .news-list img.anhdai {
	height: auto !important;
	margin-bottom: 10px !important;
}
.news-block-2 .news-list img {
	width: 100px;
	height: 75px;
}
.category-news-block img,
.category-news-block .news-list img {
	max-width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: center;
}
.category-news-block .img70 .news-list li {
	display: flow-root;
}
.news-block-2 .news-list a {
	background: none !important;
	font-size: 13px;
}
.block-nav-left .nav-title a {
	color: #B10101;
}

.block-nav-left .body > ul {
	padding-left: 20px;
}

	.block-nav-left .body > ul > li {
		list-style: none;
	}

		.block-nav-left .body > ul > li > a {
			font-weight: 500;
		}

	.block-nav-left .body > ul a {
		color: #444;
		font-size: 0.9em;
	}

	.block-nav-left .body > ul > ::before {
		content: "»";
		color: crimson;
		display: inline-block;
		width: 1em;
		margin-left: -1em;
	}

	.block-nav-left .body > ul > li > ul > li {
		list-style: none;
	}

		.block-nav-left .body > ul > li > ul > li a {
		}

	.block-nav-left .body > ul > li > ul {
		padding-left: 30px;
	}

		.block-nav-left .body > ul > li > ul > ::before {
			content: "+";
			color: crimson;
			display: inline-block;
			width: 1em;
			margin-left: -1em;
		}

.caychuyenmuc-home .block-nav-left {
	background: url('/style/chinhtritohieu/images/right-menu-bg.png');
}

	.caychuyenmuc-home .block-nav-left .nav-title {
		background: #006693;
	}

		.caychuyenmuc-home .block-nav-left .nav-title a {
			color: #fff;
		}

.tinnoibat .col-5 {
	max-height: 650px;
	overflow-x: hidden;
	overflow-y: auto;
}
/*MOBILE*/
@media (max-width: 576px) {
	footer {
		background-size: auto;
	}

	.col-left.pr-3 {
		padding-right: 0 !important;
	}

	.media {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.media-left {
		width: 100% !important;
	}

	.media-body {
		width: 100% !important;
	}

	.icon-home-ngang a {
		margin-bottom: 15px;
	}

	.banner {
		background: none;
		min-height: auto ;
	}

	.banner-bg {
		background-position-x: 0px;
		background-size: 100%;
	}

	.brand-text {
		padding: 10px 10px 5px 0px;
	}
		.brand-text h1 {
			font-size: 22px !important;
			text-shadow: none;
			margin: 0 0 0 0;
			text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
		}

		.brand-text h2 {
			font-size: 18px !important;
			text-shadow: none;
			text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
		}
}
/*END MOBILE*/

@media (min-width: 1200px) {
	.container {
		max-width: 1320px !important;
	}
}

.cay-top .block-nav-left {
	background: none !important;
}

.cay-top .block-nav-left .body ul {
	border-top: 1px solid #dcdcdc;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cay-top .block-nav-left .body {
	padding: 0;
	border: 1px solid #e0e0e0;
}

	.cay-top .block-nav-left .body li {
		border-bottom: 1px solid #cacaca;
		padding-bottom: 5px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 6px;
		position: relative;
		color: #143554;
		font-weight: bold;
		font-size: 14px;
		list-style: none;
	}

		.cay-top .block-nav-left .body li > a::before {
			content: "\f0c8";
			font-family: 'FontAwesome';
			font-size: 4px;
			line-height: 14px;
			color: #ccc;
			left: 7px;
			position: absolute;
			top: 7px;
		}

		.cay-top .block-nav-left .body li:hover > a::before, .cay-top .block-nav-left .body li:hover > a {
			color: #af1212;
		}

		.cay-top .block-nav-left .body li a {
			color: #143554;
			text-decoration: none;
		}

		.cay-top .block-nav-left .body li > ul {
		}

		.cay-top .block-nav-left .body li:last-child {
			border: none;
		}

	.cay-top .block-nav-left .body  li > ul {
		visibility: hidden ;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 100%;
		transform: translateY(-2em);
		z-index: 1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
		left: calc(100% - 2px);
		left: -webkit-calc(100%);
		left: -moz-calc(100%);
		left: -o-calc(100%);
		border: 1px solid rgba(0,0,0,0.2);
		box-shadow: 2px 2px 0px rgba(0,0,0,0.2);
		background: #fff;
	}

		.cay-top .block-nav-left .body  li > ul > li > ul > li, .cay-top .block-nav-left .body > li > ul > li {
			padding-right: 0px;
		}

	.cay-top .block-nav-left .body  li:hover > ul {
		background: #fff;
		visibility: visible;
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s;
	}
.ad {
	padding: 10px 20px;
	background: url('/style/chinhtritohieu/template/style1/img/d92d0449.png') repeat;
	font-weight: bold;
	text-transform: uppercase;
	color: #e81d02;
	border: 1px solid #ddd;
	font-size: 1.1em;
}
.ad.blue{
	color: #001cfa;
}
.ad img{
	height: 60px;
	margin-right: 10px;
}
.img100 img{
	width: 100%;
}
.img100 ul li a {
	background: none;
}
.img70 img {
	width: 70px;
	float: left; 
	margin: 0 10px 10px 0;
}

.img70 ul li a {
	background: none;
	font-size: 0.8em;
}
marquee .ul-marquee  {
	display: flex !important;
}
marquee .ul-marquee li {
	display: inline !important;
	margin-right: 50px;
	height: 20px;
}
