.fw-bold,h1,h2{font-weight:800!important}.column img,.rowimage img{object-fit:cover}.resizable-image,img{max-width:100%;height:auto}
.Bao_sp h4,.Bao_sp h4 a,.Title_type a {
	line-height: 1rem;
}

.fw-bold,.tit-sp-home,h2 {
	
	font-family: Tahoma, sans-serif;
}

:root {
	--primary: #0057AD;
	--secondary: #34AD54;
	--light: #EEF9FF;
	--dark: #091E3E;
}

.fw-bold,h1 {
	margin: 20px 10px;
	font-family: Tahoma, sans-serif;
	width:95% !important;
}

.fw-bold,h2 {
	
	color: #ad0000 !important;
    text-shadow: -2px -2px 2px #eee;
    margin: 10px 0px !important;
	
}

.fw-medium,.fw-semi-bold,h3,h4,h5,h6 {
	font-weight: 500!important;
}

.fw-semi-bold,h3,h4 {
	margin: 5px 0;
}
.fw-semi-bold,h3,h4 {
	margin: 20px  0px 15px 0px;
	font-weight: bold !important;
	font-size:20px;
}

.btn,.navbar-dark .navbar-nav .nav-link {
	font-family: Nunito,sans-serif;
	font-weight: 600;
	transition: .5s;
}

.btn-primary,.btn-secondary {
	color: #fff;
	box-shadow: inset 0 0 0 50px transparent;
}

.btn-primary:hover {
	box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-secondary:hover {
	box-shadow: inset 0 0 0 0 var(--secondary);
}

.btn-square {
	width: 36px;
	height: 36px;
}

.btn-sm-square {
	width: 30px;
	height: 30px;
}

.btn-lg-square {
	width: 48px;
	height: 48px;
}

.btn-lg-square,.btn-sm-square,.btn-square {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.navbar-dark .navbar-nav .nav-link {
	position: relative;
	margin-left: 25px;
	padding: 35px 0;
	color: #000;
	font-size: 16px;
	outline: 0;
	text-shadow: 1px 1px 1px rgb(253 252 252 / 90%);
}

.sticky-top.navbar-dark .navbar-nav .nav-link {
	padding: 20px 0;
	color: var(--dark);
}

.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link:hover,.sticky-top.navbar-dark .navbar-brand h1 {
	color: var(--primary);
}

.navbar-dark .navbar-brand h1 {
	color: #fff;
}

.navbar-dark .navbar-toggler {
	color: #000!important;
	border-color: maroon!important;
}

@media (max-width:991.98px) {
	.sticky-top.navbar-dark {
		position: relative;
		background: #fff;
	}

	.navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link.show,.sticky-top.navbar-dark .navbar-nav .nav-link {
		padding: 10px 0;
		color: var(--dark);
	}

	.navbar-dark .navbar-brand h1 {
		color: var(--primary);
	}
}

@media (min-width:992px) {
	.navbar-dark {
		width: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		border-bottom: 1px solid rgba(256,256,256,.1);
		z-index: 999;
		padding-left: 15%!important;
		padding-right: 15%!important;
	}
}

.sticky-top.navbar-dark {
	position: fixed;
	background: #fff;
}

.navbar-dark .navbar-nav .nav-link::before {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	bottom: -1px;
	left: 50%;
	background: var(--primary);
	transition: .5s;
}

.navbar-dark .navbar-nav .nav-link.active::before,.navbar-dark .navbar-nav .nav-link:hover::before {
	width: 100%;
	left: 0;
}

#hiddenContent,.navbar-dark .navbar-nav .nav-link.nav-contact::before {
	display: none;
}

@media (max-width:576px) {
	.carousel-caption h5 {
		font-size: 14px;
		font-weight: 500!important;
	}

	.carousel-caption h1 {
		font-size: 30px;
		font-weight: 600!important;
	}
}

.carousel-control-next,.carousel-control-prev {
	width: 10%;
}

.carousel-control-next-icon,.carousel-control-prev-icon {
	width: 3rem;
	height: 3rem;
}

.section-title::before {
	position: absolute;
	content: "";
	width: 150px;
	height: 5px;
	left: 0;
	bottom: 0;
	background: var(--primary);
	border-radius: 2px;
}

.bg-header,.map,body,html {
	background: #fff;
}

.section-title.text-center::before {
	left: 50%;
	margin-left: -75px;
}

.section-title.section-title-sm::before {
	width: 90px;
	height: 3px;
}

.section-title::after {
	position: absolute;
	content: "";
	width: 6px;
	height: 5px;
	bottom: 0;
	background: #fff;
	-webkit-animation: 5s linear infinite section-title-run;
	animation: 5s linear infinite section-title-run;
}

.section-title.text-center::after {
	-webkit-animation: 5s linear infinite section-title-run-center;
	animation: 5s linear infinite section-title-run-center;
}

.section-title.section-title-sm::after {
	width: 4px;
	height: 3px;
	-webkit-animation: 5s linear infinite section-title-run-sm;
	animation: 5s linear infinite section-title-run-sm;
}

@-webkit-keyframes section-title-run {
	0%,100% {
		left: 0;
	}

	50% {
		left: 145px;
	}
}

@-webkit-keyframes section-title-run-center {
	0%,100% {
		left: 50%;
		margin-left: -75px;
	}

	50% {
		left: 50%;
		margin-left: 45px;
	}
}

@-webkit-keyframes section-title-run-sm {
	0%,100% {
		left: 0;
	}

	50% {
		left: 85px;
	}
}

.service-item {
	position: relative;
	height: 300px;
	transition: .5s;
}

.service-item .service-icon {
	margin-bottom: 30px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary);
	border-radius: 2px;
	transform: rotate(-45deg);
}

.service-item .service-icon i {
	transform: rotate(45deg);
}

.service-item a.btn {
	position: absolute;
	width: 60px;
	bottom: -48px;
	left: 50%;
	margin-left: -30px;
	opacity: 0;
}

.service-item:hover a.btn {
	bottom: -24px;
	opacity: 1;
}

.testimonial-carousel .owl-dots {
	margin-top: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: #ddd;
	border-radius: 2px;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	width: 30px;
	background: var(--primary);
}

.testimonial-carousel .owl-item.center {
	position: relative;
	z-index: 1;
}

.blog-item .blog-img img,.team-item,.team-item .team-img img,.testimonial-carousel .owl-item .testimonial-item {
	transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
	background: #fff!important;
	box-shadow: 0 0 30px #ddd;
}

.team-social {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}

.team-social a.btn {
	position: relative;
	margin: 100px 3px 0;
	opacity: 0;
}

.team-item:hover {
	box-shadow: 0 0 30px #ddd;
}

.team-item:hover .team-social {
	background: rgba(9,30,62,.7);
}

.team-item:hover .team-social a.btn:first-child {
	opacity: 1;
	margin-top: 0;
	transition: .3s;
}

.team-item:hover .team-social a.btn:nth-child(2) {
	opacity: 1;
	margin-top: 0;
	transition: .3s .05s;
}

.team-item:hover .team-social a.btn:nth-child(3) {
	opacity: 1;
	margin-top: 0;
	transition: .3s .1s;
}

.team-item:hover .team-social a.btn:nth-child(4) {
	opacity: 1;
	margin-top: 0;
	transition: .3s .15s;
}

.blog-item:hover .blog-img img,.team-item:hover .team-img img {
	transform: scale(1.15);
}

@media (min-width:991.98px) {
	.facts {
		position: relative;
		margin-top: -75px;
		z-index: 1;
	}
}

.back-to-top {
	position: fixed;
	display: none;
	right: 0;
	bottom: 228px;
	z-index: 99;
}

@media (max-width:768px) {
	.link-animated a {
		min-height: 48px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		padding-left: 10px;
	}
}

@media (min-width:769px) {
	.link-animated a {
		display: inline-block;
	}
}

.link-animated a:hover {
	padding-left: 10px;
}

@media (min-width:767.98px) {
	.footer-about {
		margin-bottom: -40px;
	}
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 20px 0;
}

.floating-container,.map {
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
}

.video-container embed,.video-container iframe,.video-container object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:1312px) {
	.box-wr {
		display: flex;
		flex-wrap: wrap;
	}

	.button {
		width: calc(25% - 10px);
		background-color: #fff;
		border: 1px solid #eee;
		color: #fff;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
	}
}

@media only screen and (max-width:1312px) {
	.box-wr {
		display: block;
	}

	.button {
		width: 100%;
		background-color: #fff;
		border: 1px solid #eee;
		color: #fff;
		padding: 15px 32px;
		text-align: center;
		text-decoration: none;
		display: inline-block;
		margin: 4px 2px;
		cursor: pointer;
	}
}

.image-container,.rowimage {
	display: flex;
}

blockquote {
	position: relative;
	padding: 16px;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-align: start;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 4px 20px rgba(92,133,150,.25);
	margin-top: 15px;
}

blockquote p {
    margin: 10px 0;
}
.row.g-5 h2 {
    padding: 0px 0px 5px 0px; 
}
@-webkit-keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-webkit-transform: translateX(-50px) scale(.4);
		transform: translateX(-50px) scale(.4);
	}

	70% {
		-webkit-transform: translateX(0) scale(1.2);
		transform: translateX(0) scale(1.2);
	}

	100% {
		-webkit-transform: translatey(0) scale(1);
		transform: translatey(0) scale(1);
		opacity: 1;
	}
}

@keyframes come-in {
	0% {
		-webkit-transform: translatey(100px);
		transform: translatey(100px);
		opacity: 0;
	}

	30% {
		-webkit-transform: translateX(-50px) scale(.4);
		transform: translateX(-50px) scale(.4);
	}

	70% {
		-webkit-transform: translateX(0) scale(1.2);
		transform: translateX(0) scale(1.2);
	}

	100% {
		-webkit-transform: translatey(0) scale(1);
		transform: translatey(0) scale(1);
		opacity: 1;
	}
}

body,html {
	font-family: Roboto,sans-serif;
}

.floating-container {
	width: 70px;
	height: 100px;
	margin: 35px 0 184px 10px;
	z-index: 11;
}

.floating-container:hover {
	height: 300px;
}

.floating-container:hover .floating-button {
	box-shadow: 0 10px 25px rgba(44,179,240,.6);
	-webkit-transform: translatey(5px);
	transform: translatey(5px);
	-webkit-transition: .3s;
	transition: .3s;
}

.floating-container:hover .element-container .float-element:first-child {
	-webkit-animation: .4s .2s forwards come-in;
	animation: .4s .2s forwards come-in;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
	-webkit-animation: .4s .4s forwards come-in;
	animation: .4s .4s forwards come-in;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
	-webkit-animation: .4s .6s forwards come-in;
	animation: .4s .6s forwards come-in;
}

.floating-container .floating-button {
	position: absolute;
	width: 200px;
	background: #A52A2A;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	text-align: center;
	font-size: 23px;
	z-index: 100;
	box-shadow: 0 10px 25px -5px rgba(44,179,240,.6);
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	height:38px;
}

.floating-container .float-element {
	position: relative;
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin: 15px auto;
	color: #fff;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	z-index: 0;
	opacity: 0;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.floating-container .float-element .material-icons {
	vertical-align: middle;
	font-size: 16px;
}

.floating-container .float-element:first-child {
	background: #B30000;
	box-shadow: 0 20px 20px -10px rgba(66,165,245,.5);
}

.floating-container .float-element:nth-child(2) {
	background: #4caf50;
	box-shadow: 0 20px 20px -10px rgba(76,175,80,.5);
}

.floating-container .float-element:nth-child(3) {
	background: #ff9800;
	box-shadow: 0 20px 20px -10px rgba(255,152,0,.5);
}

.map {
	z-index: 99;
	padding: 10px;
}

.rowimage {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.rowimage img {
	width: 90px;
	height: 60px;
	margin: 15px 0;
}

.containerimage {
	padding: 0;
	position: relative;
}

#imgtext,.closebtn {
	position: absolute;
	color: #fff;
}

.column {
	text-align: center;
}

.column img:hover {
	opacity: 1;
}

.rowimage:after {
	content: "";
	display: table;
	clear: both;
}

#imgtext {
	bottom: 25px;
	left: 15px;
	font-size: 20px;
	color: dodgerblue;
}

.closebtn {
	top: 10px;
	right: 15px;
	font-size: 35px;
	cursor: pointer;
}
.Bao_dong_sp_box,.Bao_sp,.bao_list_nhacc,.box_ct_hd,.box_list_ncc {
	position: relative;
}

.promotion {
	min-height: 20px;
	padding: 10px 19px 19px;
	background-color: #1b58b7;
	color: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	font-size:10px;
}

.Bao_sp h4,.bao_list_nhacc_item h3 a,.tit-sp-home {
	color: #000;
	font-weight: 400;
}

.cottt4 img,.future {
	width: 100%;
	height: auto;
}

.tab_nav {
	margin: 0;
	padding: 15px;
	background-color: #f5f5f5;
	display: inline-block;
	width: 100%;
}

*,:after,:before {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

img {
	border: 0;
}

.bao_list_nhacc {
	margin: 0 auto;
	padding: 6px;
}

.bao_list_nhacc_item {
	float: left;
	height: 279px;
	width: 25%;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
	padding: 2px;
}

.bao_list_nhacc_item img {
	margin: 0 auto;
	height: 180px;
	width: 297px;
}

.bao_list_nhacc_item h3 {
	height: 30px;
	margin-top: 15px;
}

.bao_list_nhacc_item h3 a {
	font-size: 17px;
}

.Bao_sp h4 a:hover,.bao_list_nhacc_item h3 a:hover {
	color: #0582ae;
}

.box_list_ncc {
	padding: 10px;
	margin-bottom: 25px;
	overflow: hidden;
	height: 115px;
}

.box_list_ncc h4 {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 400;
}

.box_list_ncc ul {
	list-style: none;
}

.box_list_ncc ul li {
	display: inline-block;
	float: left;
	padding: 3px 0;
	border: 1px solid #cacaca;
}

.box_list_ncc ul li:first-child {
	border-left: 1px solid #cacaca!important;
}

.box_list_ncc ul li:hover {
	border: 1px solid #333;
}

.box_list_ncc ul li a {
	padding: 10px 11px;
}

.box_list_ncc ul li a img {
	height: 60px;
}

.box_ct_hd {
	margin: 30px 0 0;
}

.Bao_dong_sp_box {
	display: block;
	margin: 15px 0 25px;
	overflow: hidden;
	max-width: 1296px;
	margin:auto;
}

.Title_type {
	display: block;
	height: 30px;
	line-height: 30px;
	margin: 0;
	vertical-align: bottom;
}

.Title_type a {
	font-weight: 400;
	font-size: 2.4rem;
}

.Title_type a span {
	color: #c00;
	font-size: 13px;
	text-transform: lowercase;
	padding-left: 5px;
}

.Title_type a span:hover {
	color: #333;
}

.Bao_sp {
	height: 240px;
    width: 48%;
    padding: 5px 5px;
    float: left;
    overflow: hidden;
    border: 1px solid #cccccc6e;
}

.box_logo_ncc {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 2;
}

.big_space_box,.box_cn,.box_img_info,.tit-sp {
	position: relative;
}

.big_space_box {
	height: 70px;
	display: block;
	width: 100%;
	clear: both;
}

.tit-sp {
	background: url(https://baophuc.vn/img/bg_line.png) bottom left no-repeat;
	line-height: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-transform:uppercase;
	color: darkred;
	margin: 0px 0px 20px 0px;
}

.tit-sp a.xem_t_h2 {
	float: right;
	padding-bottom:15px;
	font-weight: 700;
	color: #333;
	padding-right: 50px;
	margin-right: 30px;
	margin-top: 9px;
	background: url(https://baophuc.vn/img/iconfinder_arrow_right_1303872.png) center right no-repeat;
}

.tit-sp a.xem_t_h2:hover {
	color: #B30000;
}

.tit-sp-home {
	padding: 0;
	margin: 0;
	font-size: 18px;
	display: inline-block;
	flex: 1;
}

.img_nhacc_list {
	margin-top: 30px;
	text-align: center;
	display: block;
}

.Bao_sp h4 {
	font-size: 1.9rem;
}

.Bao_sp h4 a {
	font-weight: 400;
	font-size: 1.1rem;
	color: #024FC5;
}

.Bao_sp p {
	text-align: left;
	margin: 0;
	color: #555;
	font-size: 14px;
	margin-bottom:20px;
}

.box_img_sp img {
	width: 100%;
	height: auto;
	max-height: 210px;
}

.box_img_sp {
	width: 210px;
	height: 210px;
	float: left;
	
}

.box_img_info {
	width: 58%;
	float: right;
	font-size: 14px;
}

@media (max-width:768px) {
	.image-container {
		flex-direction: column;
	}

	.rowimage {
		flex-direction: row;
		margin-top: 10px;
	}

	.rowimage img {
		margin: 0 5px;
	}

	.Bao_sp {
		height: 360px;
		width: 100%;
		padding: 10px;
	}

	.box_img_sp {
		width: 100%;
		padding: 0;
	}

	.box_img_info {
		width: 100%;
	}
}

.box_cn {
	display: contents;
	
}

.box_cn a{
	width: 20%;
	padding: 10px 0;
	text-align: center;
}

.box_cn a:hover {
	border: 1px solid #971b1e;
}


.cottt4 {
	width: calc(33.33% - 20px);
	margin-bottom: 20px;
	min-height: 300px!important;
}

.muctt4 {
	display: flex;
	flex-wrap: wrap;
}

.muctt4>div {
	flex: 0 0 24%;
	padding: 10px;
	border: 1px solid #eee;
	margin: 5px;
}

.html_after_addtocart {
	padding: 16px;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	text-align: start;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 4px 20px rgba(92,133,150,.25);
	margin-top:20px;
}

.html_ads_box {
	padding: 16px;
	display: -ms-flexbox;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: start;
	background-color: gold;
	border-radius: 3px;
	box-shadow: 0 4px 20px rgba(92,133,150,.25);
}

.responsive-table li {
	border-radius: 3px;
	padding: 5px 10px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 12px;
}

.responsive-table {
	margin: 0!important;
}

.responsive-table ul,li {
	margin: 0px 0px 10px 0px!important;
}

.responsive-table .table-header {
	background-color: #eee;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-weight: 700;
}

.responsive-table .table-row {
	background-color: #fff;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
}

.responsive-table .col-1 {
	flex-basis: 5%;
}

.responsive-table .col-2 {
	flex-basis: 30%;
}

.responsive-table .col-3 {
	flex-basis: 45%;
}

.responsive-table .col-4 {
	flex-basis: 20%;
}

@media all and (max-width:767px) {
	.responsive-table .table-header {
		display: none;
	}

	.responsive-table li {
		display: block;
		margin-left: 0!important;
	}

	.responsive-table .col {
		width: 100%;
		display: flex;
		padding: 8px 0;
	}

	.responsive-table .col:before {
		color: #6c7a89;
		padding-right: 10px;
		content: attr(data-label);
		flex-basis: 30%;
		text-align: right;
	}
}

.schema-info {
	margin: 10px 0;
}
.load-more-button {
    background-color: #004FA8; 
    color: #fff; 
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.load-more-button:hover {
    background-color: #0056b3; 
}

.baogia-button {
  background-color: transparent; 
  color: #007BFF; /* Màu xanh đậm cho văn bản */
  border: 2px solid #eee; /* Viền xanh đậm */
  outline: 2px solid #eee; /* Viền ngoài xanh đậm */
  outline-offset: -2px;
  padding: 15px 45px;
  border-radius: 10px;
  cursor: pointer;
  transition: outline-offset 200ms ease, transform 200ms ease, color 200ms ease, background-color 200ms ease;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  margin: 0 auto;
}

.baogia-button:hover {
  color: #fff; /* Văn bản trắng khi hover */
  outline-offset: 3px;
  background-color: #007BFF; /* Nền xanh đậm khi hover */
}

.baogia-button:active {
  transform: scale(0.95);
  background-color: #0056b3; /* Nền xanh đậm hơn khi nhấn */
  color: #fff; /* Văn bản trắng khi nhấn */
}

.protected-image {
    background-image: url('upload');
    width: 100%; /* Adjust as needed */
    height: auto; /* Adjust as needed */
    background-size: cover;
    position: relative;
}

.protected-image img {
    opacity: 0; /* Make the image invisible */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none; /* Prevent right-clicking */
}

.xem-them {
  border-left: 4px solid #666;   /* Gạch dọc bên trái */
  padding: 15px;             /* Khoảng cách chữ với gạch */
  margin: 10px 0;
  font-family: Arial, sans-serif;
  background:#eee;
}

.xem-them span {
  font-weight: bold;
  margin-right: 6px;
  color: #006400;
}

.xem-them a {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
