@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--blue1: #1e73be;
	--blue2: #2d96cd;
	--blue3: #65b2f5;
	--blue4: #002c43;
	--red1: #ff0000;
	--red2: #b20000;
	--fs-color-success: #7a9c59;
}

.hidden-md {
	display: none
}

body {
	background: #fff;
	font-weight: 400;
	font-size: 16px;
	font-style: normal;
	font-family: "Roboto", sans-serif;
}

a,
a:link,
a:active,
a:visited {
	color: var(--blue1);
}

h1 {
	font-size: 30px;
	font-weight: 500;
}

h2 {
	font-size: 21px;
	font-weight: 500;
}

h3 {
	font-size: 19px;
	font-weight: 500;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

[class*=" col-"],
[class^=col-] {
	padding-left: 15px;
	padding-right: 15px;
}

header {
	box-shadow: 1px 1px 10px rgb(0 0 0 / .15);
	transition: .25s;

}

.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	transition: .25s
}

.breadcrumbs {
	padding: 0;
	margin: 10px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}

.header-top {
	background: var(--blue1);
	color: #fffc;
	display: flex;
	align-items: center;
	padding: 5px 0;
	font-weight: 400;
	font-size: 14px;
	justify-content: flex-end
}

.header-top p {
	margin-bottom: 0;
	display: inline-block
}

.header-top ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0;
	margin: 0
}

.header-top ul li {
	position: relative;
	padding: 0 .7em
}

.header-top ul li:after {
	border-left: 1px solid #ffffff33;
	content: "";
	height: 12px;
	left: 0;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.header-top ul li:first-child:after {
	display: none
}

.header-top a {

	color: #fffc
}

.header-top .fa {
	margin-right: 5px
}

.header-top a:hover {
	color: #fff
}

.btn-hotline {
	background: #b20000;
	border-radius: 20px;
	border-color: rgb(0 0 0 / .05);
	color: #fff !important;
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	padding: 7px 12px;
	border: 1px solid rgb(0 0 0 / .05);
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	text-align: center
}

.btn-hotline:after {
	content: "";
	height: 100%;
	left: -25%;
	position: absolute;
	top: 0;
	width: 150%;
	box-shadow: inset 1px 1px 0 0 hsl(0 0% 100% / .1), inset 0 2em 15px 0 hsl(0 0% 100% / .2);
}

.btn {
	transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
	font-size: 16px;
	padding: 6px 20px
}

.logo img {
	width: 100%;
	height: auto
}

.header-bottom {
	padding: 10px 0;
	background: var(--blue2);

}

.d-flex-center {
	display: flex;
	align-items: center
}

.d-flex-center-r {
	display: flex;
	align-items: center;
	justify-content: flex-end
}

.main-menu {
	padding: 0;
	margin: 0
}

.main-menu {
	padding: 0;
	margin: 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 16px;
	text-transform: uppercase;
}

.main-menu li {
	display: inline-block;
	position: relative;
}

.main-menu li a {
	display: block;
	color: #fff;
	text-align: left;
}

.main-menu>li {
	margin: 0 3px;
}

.main-menu>li>a {
	display: block;
	padding: 5px 12px;
	color: #fff;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	overflow: hidden
}

.main-menu>li>a:hover,
.main-menu .current a {
	color: #fff;
	background: var(--blue1)
}

.main-menu li .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 0;
	margin: 0;
	padding: 0 0 0 0;
	border: 0;
	background: #f1f1f1;
	border-radius: 0;
	z-index: 99;
	opacity: 0;
	transform: translate(0, 10px);
	transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
	width: 250px;
	visibility: hidden;
}

.main-menu .sub-menu li {
	position: relative;
	display: block;
	border-bottom: 1px solid rgb(37 79 133 / .088);
}

.main-menu li .sub-menu a {
	padding: 5px 5px 5px 15px;
	background: #f1f1f1;
	color: #000;
	color: #000;
	min-width: 210px;
	position: relative;
	text-align: left;
	font-size: 14px;
	line-height: 35px;
}

.main-menu li .sub-menu li:last-child {
	border-bottom: none
}

.main-menu li .sub-menu a:hover {
	background: #ddd;
}

.main-menu li .sub-menu-2 {
	position: absolute;
	left: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	min-width: 210px;
	background: #f1f1f1;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	border-radius: 5px;
	z-index: 99;
	display: none
}

.main-menu>li:hover .sub-menu {
	opacity: 1;

	visibility: visible;
	transform: translate(0, 0);
}

.main-menu>li>.sub-menu>li:hover .sub-menu-2 {
	display: block
}

.main-menu .sub-menu .fa {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%)
}

.copyright-box {
	background-color: #002c43;
	padding: 10px;
	text-align: center;

	color: #fff
}

.copyright-box a {
	color: #fff !important
}

.copyright-box a:hover {
	color: #ffffff !important
}

.block-box {
	margin-bottom: 30px;
}

footer {
	margin-top: 30px;
	padding-top: 30px;
	color: var(--blue4);
	font-size: 16px;
	background-color: rgb(241, 241, 241);
}

footer a {
	color: var(--blue4) !important;
}

footer ul {
	padding: 0;
	margin: 0;
}

footer ul li {
	margin-bottom: 10px;
}

footer ul li:last-child {
	margin-bottom: 0
}

footer iframe {
	width: 100%;
	height: 200px;
}

.heading-footer {
	text-transform: uppercase;
	color: var(--blue4);
	font-size: 18px;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 15px;
}

.heading-footer:after {
	content: '';
	width: 80px;
	height: 2px;
	display: inline-block;
	background: var(--blue4);
	position: absolute;
	bottom: 0;
	left: 0;
}

.social-footer {
	display: flex;
	padding: 0;
	margin: 0;
	align-items: center;
	justify-content: space-between
}

.social-footer li,
.social-footer li:last-child {
	margin-bottom: 20px
}

.social-footer li a {
	display: flex;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;

	color: #fff !important
}

.social-footer a:hover {
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / .2);
	color: #fff;
	opacity: 1;
}

.facebook {
	background: #3a589d
}

.instagram {
	background: #3b6994
}

.youtube {
	background: #c33223
}

.twitter {
	background: #2478ba
}

.pinterest {
	background: #cb2320
}

.linkedin {
	background: #0072b7
}

.heading-s1 {
	text-transform: uppercase;
	padding-bottom: 7px;
	margin-bottom: 10px;
	font-size: 20px;
	color: var(--blue4);
	border-bottom: 1px solid var(--blue4)
}

.heading-ss {
	border-bottom: 1px solid #ffd507;
	background: #efefef;
	border-radius: 5px;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin-bottom: 10px
}

.heading-ss h2 {
	margin-right: 15px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
	font-size: 20px;
	color: var(--blue2);
	padding: 4px 0;
}

.heading-sss {
	border-bottom: 1px solid #ffd507;
	background: #efefef;
	border-radius: 5px;
	align-items: center;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	position: relative;
	width: 100%;
	padding: 0 15px 0 0;
	margin-bottom: 10px
}

.heading-sss h2 {
	margin-right: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 20px;
	background: #2d96cd;
	color: #fff !important;
	padding: 0 20px !important;
	font-size: 16px !important;
	position: relative;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.heading-sss h2 a {
	color: #fff !important
}

.heading-sss h2:after {
	border: 18px solid transparent;
	border-left-color: #1e85bb;
	position: absolute;
	top: 0;
	left: 100%;
	content: "";
}

.heading-sss span {
	display: flex;
	align-items: center;
	gap: 20px;
}

.heading-sss .sub-cat {
	padding: 0;
	margin: 0;
}

.heading-sss .sub-cat li {
	display: inline-block;
	margin-right: 10px;
}

.owl-news .product-grid {
	margin-bottom: 10px
}

.bg-gray {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: rgb(236, 236, 236);
}

.img-4-3,
.img-square {
	position: relative;
	overflow: hidden;
	display: block;
}

.img-4-3 {
	padding-top: 75%;
}

.img-square {
	padding-top: 100%;
}

.img-4-3 img,
.img-square img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	width: 100%;
	height: 100%
}

.news-grid {
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 1px 3px -2px rgb(0 0 0 / 6%), 0 1px 2px rgb(0 0 0 / 12%);
}

.news-grid .content {
	background: #fff;
	padding: 15px;
	text-align: center
}

.news-grid h3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 54px;
	position: relative;
	margin-bottom: 0px;
	font-size: 18px;
}

.news-grid .is-divider {

	background-color: rgb(0 0 0 / .1);

	height: 3px;
	width: 30px;
	margin: 10px auto;
}

.news-grid .des {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 46px;
}

.owl-news .owl-nav {
	position: absolute;
	top: 25%;
	width: 100%;
	font-size: 50px;
	opacity: 0;
	transition: .25s;
}

.owl-news .owl-next,
.owl-news .owl-prev {
	background: rgba(210, 210, 210, 0.655);
	padding: 10px 5px;
	color: #fff;
}

.owl-news .owl-prev {
	position: absolute;
	left: -20px;
	transition: .25s
}

.owl-news .owl-next {
	position: absolute;
	right: -20px;
	transition: .25s
}

.owl-news:hover .owl-nav {
	opacity: 1
}

.owl-news:hover .owl-next {
	right: 0;
	transition: .25s
}

.owl-news:hover .owl-prev {
	left: 0;
	transition: .25s
}

.headerSearch {
	position: absolute;
	top: 125%;
	z-index: 234;
	width: 350px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-moz-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	-webkit-box-shadow: 0 0 23px rgba(10, 10, 10, 0.08);
	opacity: 0;
	display: none;
	left: 50%;
	transform: translateX(-50%);
	transition: .25s;
	border: 1px solid #eee
}

.headerSearch input {
	width: 100%;
	padding: 7px 20px;
	border: none;
	border-radius: 20px;
}

.headerSearch.active {
	opacity: 1;
	transition: .25s;
	display: block;
}

.headerSearch .btn-search {
	position: absolute;
	right: 5px;
	top: 5px;
	border: none;
	background: none;
}

.btn-search-click {
	border: none;
	background: none;
	position: relative;
	color: #fff;
	font-size: 25px;
    padding: 0px 17px;
    margin-right: 17px;
}

.btn-search-click:before {
	content: '';
	width: 1px;
	height: 20px;
	background: #ffffff2b;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.btn-search-click:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #ffffff2b;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.search-box {
	position: relative
}

#gom-all-in-one {
	position: fixed;
	bottom: 10%;
	right: 0;
	z-index: 9999;
}

#gom-all-in-one .button-contact {
	transition: 1.6s all;
	-moz-transition: 1.6s all;
	-webkit-transition: 1.6s all;
	position: relative;
	margin-top: -5px;
}

#button-contact-vr .button-contact .phone-vr {
	position: relative;
	visibility: visible;
	background-color: #fff0;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

.phone-vr-circle-fill {
	width: 65px;
	height: 65px;
	top: 12px;
	left: 12px;
	position: absolute;
	box-shadow: 0 0 0 0 #c31d1d;
	background-color: rgb(230 8 8 / .7);
	border-radius: 50%;
	border: 2px solid #fff0;
	-webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
	transition: all .5s;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animuiion: zoom 1.3s infinite;
	animation: zoom 1.3s infinite
}

.phone-vr-img-circle {
	background-color: #e60808;
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: 25px;
	left: 25px;
	position: absolute;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	-webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
	animation: phone-vr-circle-fill 1s infinite ease-in-out
}

.phone-vr-img-circle a {
	display: block;
	line-height: 37px
}

.phone-vr-img-circle img {
	max-height: 25px;
	max-width: 27px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%)
}

.phone-vr {
	position: relative;
	visibility: visible;
	background-color: #fff0;
	width: 90px;
	height: 90px;
	cursor: pointer;
	z-index: 11;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transition: visibility .5s;
	left: 0;
	bottom: 0;
	display: block;
}

#zalo-vr .phone-vr-circle-fill {
	box-shadow: 0 0 0 0 #2196F3;
	background-color: rgb(33 150 243 / .7);
}

#zalo-vr .phone-vr-img-circle {
	background-color: #2196F3;
}

.readmore {
	display: flex;
	align-items: center;
	gap: 10px;
}

@-webkit-keyframes phone-vr-circle-fill {
	0% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0) scale(1) skew(1deg)
	}
}

@-webkit-keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px #fff0
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 #fff0
	}
}

@keyframes zoom {
	0% {
		transform: scale(.9)
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 15px #fff0
	}

	100% {
		transform: scale(.9);
		box-shadow: 0 0 0 0 #fff0
	}
}

.form-control {
	box-shadow: none;
	font-size: 16px;
	height: auto
}

.form-lh textarea {
	resize: vertical;
	height: 130px
}

.fr-contact {
	padding: 0;
	margin: 0
}

.fr-contact li {
	display: flex;
	gap: 20px;
	margin-bottom: 10px
}

.fr-contact li img {
	width: 30px;
	height: 30px;
	margin-top: 10px;

}

.fr-contact h3 {
	font-size: 22px;
	color: var(--blue1)
}

.gmap iframe {
	height: 353px;
	width: 100%
}

.news-detail h1 {
	color: var(--blue1)
}

.hometext {
	font-weight: 500;
	margin-bottom: 20px
}

#news-bodyhtml h1,
#news-bodyhtml h2,
#news-bodyhtml h3,
#news-bodyhtml h4,
#news-bodyhtml h5 {
	color: var(--blue1)
}

.title-center {
	text-align: center;
	color: var(--blue1);
	text-transform: uppercase;
	margin-bottom: 20px
}

.danh-sach {
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	margin-bottom: 20px;
	border-radius: 6px;

}

.danh-sach .fa {
	margin-right: 10px;
}

.head-danh-sach {
	background: none;
	border: none;
	width: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
	font-size: 16px;
	padding: 5px 0;
}

.js-toc {
	margin-bottom: 10px;
	max-height: 400px;
	overflow-y: auto;
}

ol.toc-list {
	padding-left: 20px;
	list-style-type: decimal;
	margin-bottom: 0;
	margin-bottom: 5px;
}

ol.toc-list:last-child {
	margin-bottom: 0
}

ol.toc-list>li:last-child {
	margin-bottom: 0
}

ol.toc-list a {
	width: 100%;
	background: linear-gradient(to right, #ddd 50%, #f3f3f3 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all.25s ease;
	padding: 3px;
	display: inline-block;
}

ol.toc-list .is-active-link {
	background-position: left bottom;
}

ol.toc-list>li>a {
	font-weight: 700;
	color: #000
}

ol.toc-list>li>ol.toc-list>li>a {
	font-weight: 400
}

.is-position-fixed {
	position: fixed !important;
	top: 50px;
	z-index: 999
}

.is-position-fixed .js-toc {
	height: auto !important;
	width: 200px !important;
	visibility: visible !important;
	transition: .25s;
	visibility: hidden;
}

.picaso {
	transition: .25s;
}

.transition--300 {
	transition: all 300ms ease-in-out;
}

.btn-danh-sach-close {
	border: none;
	background: none;
	position: absolute;
	top: 13px;
	right: 0;
	width: 40px;
	padding: 0;
	display: none;
}

.btn-danh-sach-show {
	position: fixed;
	top: 50px;
	font-size: 20px;
	border: 2px solid #000;
	padding: 10px;
	background: #f3f3f3;
	line-height: 1;
	border-radius: 7px;
	z-index: 9;
	display: none;
	opacity: .7;
	transform: .25s
}

.btn-danh-sach-show:hover {
	opacity: 1;
	transform: .25s
}

.is-position-fixed .btn-danh-sach-close,
.is-position-fixed .btn-danh-sach-show {
	display: block;
}

#news-bodyhtml h1:before,
#news-bodyhtml h2:before,
#news-bodyhtml h3:before,
#news-bodyhtml h4:before,
#news-bodyhtml h5:before,
#news-bodyhtml h6:before {
	display: block;
	content: " ";
	height: 85px;
	margin-top: -85px;
	visibility: hidden;
}

#news-bodyhtml h1:before,
#news-bodyhtml h2:before,
#news-bodyhtml h3:before,
#news-bodyhtml h4:before,
#news-bodyhtml h5:before,
#news-bodyhtml h6:before {
	display: block;
	content: " ";
	height: 85px;
	margin-top: -85px;
	visibility: hidden;
}

.is-sticky {
	position: sticky;
	top: 85px
}

.heading-s2 {
	color: #fff;
	background: var(--blue2);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 6px 12px
}

.menu-right {
	padding: 0;
	margin: 0;
}

.menu-right li {
	border-bottom: 1px solid #ddd;
}

.menu-right li:last-child {
	border-bottom: none;
}

.menu-right li a {
	padding: 10px 0;
	display: inline-block
}

a.btn {
	color: #fff !important
}

.nv-list-item li {
	padding: 0;
	margin-bottom: 5px !important
}

.mobile-menu-bg {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.mobile-menu-wrap {
	width: 280px;
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: #fffffff2;
	z-index: 9999;
	visibility: hidden;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
}

.mobile-menu-wrap.animate {
	transition: all 0.25s ease;
}

.mobile-menu-wrap .logo {
	text-align: center;
	padding: 10px;
}

.mobile-menu-wrap .logo img {
	height: 40px;
	width: auto;
}

.mobile-menu-wrap .menu {
	background-color: #fffffff2;
	height: calc(100vh - 170px);
	overflow: auto;
}

.mobile-menu-wrap .mfooter {
	background-color: #fff;
	height: 30px;
	padding: 10px;
	text-align: center;
	color: #777;
}

.mobile-menu-toggle-btn {
	cursor: pointer;
	background: none;

	text-align: center;
	font-size: 30px;
	display: none;
	color: #fff;
	z-index: 999;

	border-radius: 4px;
}

.mobile-menu-toggle-btn:hover {
	background: none;
}


@media (max-width: 767.98px) {
	.mobile-menu-toggle-btn {
		display: inline-block;
		vertical-align: middle;
	}

	.open-menu .mobile-menu-bg {
		display: block;
	}

	.open-menu .mobile-menu-wrap {
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
		-moz-transform: translateX(0px);
		-ms-transform: translateX(0px);
		-o-transform: translateX(0px);
	}
}

.owl-dots {
	margin-top: 10px;
	text-align: center
}

.owl-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ddd;
	margin: 0 5px;
	display: inline-block;

}

.owl-dot.active {
	background: var(--blue2)
}

.owl-news .news-grid {
	margin-bottom: 10px
}

.bg-gray {
	margin-bottom: -30px
}

.cata-vertical {
	padding: 0;
	margin: 0;
	margin-top: 5px;
	overflow-x: auto;
	overflow-y: hidden;
	display: flex;
	gap: 20px;
	flex-wrap: nowrap
}

.cata-vertical li {
	display: inline-block;

}

.cata-vertical a {
	padding: 10px 0;
	display: inline-block;
	color: #fff;
	white-space: nowrap;
}

.cata-vertical::-webkit-scrollbar {
	display: none;
}

a.btn-default {
	color: #1a3f5e !important;
}

.product-grid {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 30px
}

.product-grid .discount-label {
	position: absolute;
	top: 10px;
	left: 10px;
	background: red;
	color: #fff;
	border-radius: 4px;
	padding: 2px 15px;
	z-index: 2
}

.product-grid .add-status {
	display: flex;
	align-items: center;

}

.product-grid .add-status .add-cart {
	padding: 3px 15px;
	background: var(--blue2);
	border-radius: 5px;
	color: #fff !important
}

.product-grid .add-status .in-stock {

	color: var(--blue4)
}

.product-grid img {
	border-radius: 6px
}

.product-grid .info {
	margin-top: 10px;
}

.product-grid .info h3 {
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	margin-bottom: 5px;
}

.product-grid .info .money {
	font-weight: 600;
	font-size: 17px;
	display: inline-block;
	color: red
}

.product-grid .info .discounts_money {
	text-decoration: line-through;
	color: #555;
	display: inline-block;
	font-size: 14px;
	margin-right: 10px;
}

.product-grid .cata {
	font-size: 13px;
	opacity: .7;
	margin-bottom: 3px;
	text-transform: uppercase;
	font-weight: 300
}

.metismenu.metis-lr .sidebar-nav ul a {
	padding: 0;

}

.metismenu.metis-lr .sidebar-nav ul ul a {
	padding: 0 20px;
	font-size: 13px
}

.metismenu.metis-lr .sidebar-nav ul li:last-child a {
	border-bottom: none
}

.block-border {
	padding: 10px;
	border: 1px solid #ddd
}

.discount-label-detail {
	position: absolute;
	padding: 2px 12px;
	background: red;
	color: #fff;
	top: 10px;
	left: 25px;
	z-index: 2
}

.discount-label-detail .fa {
	margin-right: 5px
}

.product-info .status {
	list-style: none;
	padding: 15px;
	background: #eefaff;
	font-weight: 300;
	margin-bottom: 10px
}

.h1-pro {
	color: var(--blue2);
	margin-bottom: 15px
}

.product-info .info-price {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.product-info .info-price label,
.product-info .pro-order-num label {
	margin-bottom: 0;
	margin-right: 10px
}

.product-info .money {
	font-size: 25px;
	font-weight: 700;
	color: red
}

.product-info .discounts_money {
	font-size: 18px;
	text-decoration: line-through;
	color: #555;
	font-weight: 500;
	margin-right: 10px
}

.product-info .pro-order-num {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 20px
}

.product-info .socialicon {
	margin-bottom: 10px;
}

.mini-cart {
	position: relative;
}

.cart-num {
	width: 17px;
	height: 17px;
	background: red;
	border-radius: 50%;
	position: absolute;
	text-align: center;
	color: #fff;
	top: -5px;
	right: 0px;
	box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
	font-size: 11px;
}

.cart-content {
	position: absolute;
	top: 100%;
	left: -50%;
	transform: translateX(-50%);
	background: #fff;
	padding: 0;
	text-align: left;
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	z-index: 10000;
	min-width: 320px;
	border: 2px solid #ddd;
	display: none;
	color: #000;
	padding: 20px
}

.cart-content:before {
	content: '';
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #ddd;
	border-left: 6px solid transparent;
	position: absolute;
	left: 50%;
	top: -13px;
	transform: translateX(-50%)
}

.cart-content:after {
	content: '';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #fff;
	border-left: 4px solid transparent;
	position: absolute;
	left: 50%;
	top: -9px;
	transform: translateX(-50%)
}

.mini-cart:hover .cart-content {
	display: block;
}

.mini-cart .fa {
	font-size: 16px;
}

.cart-content .group {
	font-size: 13px;
	font-weight: 300;
	color: #555
}

.pnum-box {
	display: flex;
}

.giamsl,
.tangsl {
	border-radius: 0;
	background: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	width: 26px;
	vertical-align: middle;
	height: 32px;
	width: 25px;
}

.pnumber {
	width: 65px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 32px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

#pnum {
	width: 65px;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	border-left: none;
	border-right: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	height: 32px;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

.mini-cart .a-cart {
	color: #fff !important;
}

.mini-products-list {
	padding: 0;
	margin: 0;
	font-size: 13px;
	display: block !important
}

.mini-products-list .product-name {
	color: #000;
	display: block;
	font-size: 14px;
}

.mini-products-list .product-name:hover {
	color: #000;
}

.mini-products-list .price {
	margin-bottom: 5px;
}

.mini-products-list .pnumber {
	height: 20px;
	font-size: 13px;
}

.mini-products-list li {
	position: relative;
	padding: 5px 15px 5px 50px !important;
	border-bottom: 1px solid #ddd
}

.mini-products-list li:first-child {
	padding-top: 0
}

.mini-products-list li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none
}

.mini-products-list li .product-image {
	position: absolute;
	top: 10px;
	left: 0
}

.mini-products-list li .product-image img {
	width: 40px;
	height: 40px;

}

.cart-content .btn {
	width: 100%;
	color: #fff
}

.wrap_total {
	text-align: center;
}

.top-subtotal {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.mini-products-list img {
	width: 40px;
	height: 40px
}

.mini-products-list .remove-cart-block {
	position: absolute;
	right: -5px;
	top: 0px;
	padding: 5px;
	color: #000;
	margin: 0;
}

.mini-products-list .remove-cart-block:hover {
	color: #000
}

.mini-products-list .number-sidebar {
	width: calc(100% - 80px);
	height: 20px;
	line-height: 20px;
	vertical-align: top;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
}

.mini-products-list .giamsl,
.mini-products-list .tangsl {
	height: 20px !important;

}

#content,#content1 {
	overflow: hidden;
	height: 130px;
	position: relative;
	transition: height 0.5s ease-in-out;
}

#content:after,#content1:after {
	content: '';
	width: 100%;
	height: 50px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.6307773109243697) 0%, rgba(255, 255, 255, 1) 100%);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
#content.expanded:after,#content1.expanded:after{
	display: none
}
#news-bodyhtml table, #content table {
	border: 2px solid var(--blue4);
	margin: 10px 0
}

#news-bodyhtml td, #content table td,
#news-bodyhtml table th,
#content table th {
	padding: 10px;
	/* Tạo khoảng cách giữa nội dung và viền ô */
	border: 1px solid #ccc;
	/* Định dạng viền */
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
	color: #000;
	background: none;
	border: none;
	border-bottom-color: transparent;
	cursor: default;
	border-bottom: none
}

.nav-tabs {
	border-bottom: none;
	background: #f1f1f1;
	font-weight: 500
}

.tab-pane {
	padding: 20px 0;
}

.toggle-btn:before {
	content: '+ ';
}

.toggle-btn.expanded::before {
	content: '- ';
}

.expanded {
	height: auto !important;
}

.btn-add-cart {
	background: red;
	border: none;
	color: #fff;
	padding: 6px 20px;
	font-size: 16px;

}

.btn-add-cart:hover {
	box-shadow: inset 0 0 0 100px rgb(0 0 0 / .2);
}

.pnum-box #pnum {
	height: 34px;
}

.pnum-box .giamsl,
.pnum-box .tangsl {
	height: 34px;
}

.btn-buy-now {
	display: inline-block;
	overflow: hidden;
	clear: both;
	padding: 6px 0;
	border-radius: 4px;
	font-size: 16px;
	line-height: normal;
	text-transform: uppercase;
	color: #fff !important;
	text-align: center;
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);

	text-decoration: none;
	border-bottom: 0 !important;
	max-width: 100%;
	width: 100%;
	border: none
}

.btn-buy-now:hover {
	text-decoration: none !important;
	background: #f59000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f59000), to(#fd6e1d));
	background: -webkit-linear-gradient(top, #fd6e1d, #f59000);
	background: -moz-linear-gradient(top, #fd6e1d, #f59000);
	background: -ms-linear-gradient(top, #fd6e1d, #f59000);
	background: -o-linear-gradient(top, #fd6e1d, #f59000);
	color: #fff;
}

.btn-buy-now span {
	display: block;
	font-size: 13px;
	color: #fff;
	text-transform: none;
	margin: 2px 0 0;
}

.btn-contact {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 10px;
}

.btn-contact a {
	flex: 0 1 50%;
}

.btn-contact a .fa {
	margin-right: 5px
}

.btn-contact .zalo,
.btn-contact .hotline {
	background: #03A9F4;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding: 6px 15px;
}

.btn-contact .zalo {
	background: #03A9F4;
}

.btn-contact .hotline {
	background: #b20000;

}

.fr-contact-2 {
	background-color: rgba(233, 233, 233, 0.581);
	padding: 5px 10px;
	border-radius: 5px;
}

.fr-contact-2 h3 {
	margin-bottom: 15px;
	font-size: 20px;
	padding: 4px 15px;
	color: var(--blue2);
	border-bottom: 1px solid #ffd507;
}

.fr-contact-2 h3 .fa {
	margin-right: 5px;
}

.fr-contact-2 ul {
	list-style: circle;
	padding-left: 20px
}

#total {
	color: red
}

.heading-sort {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.heading-sort h2 {
	color: var(--blue2)
}
.select-sort button{
background: none;
border: 1px solid #ddd;
padding: 5px 15px;
}
blockquote {
    box-shadow: 1px 2px 10px 1px #2d96cde8 !important;
    border-left: 4px solid #2d96cd !important;
    border-radius: 10px;
    padding: 10px 20px;
    border-radius: 10px;
	background-color: #f7faf9;
	color: rgb(51, 51, 51);
    font-size: 1.2em;
    font-style: italic;
    position: relative;
	margin: 0px 0px 1.25em;
}
#news-bodyhtml{
	line-height: 1.9
}
#news-bodyhtml ul{
	list-style: square
}
#news-bodyhtml h2, #news-bodyhtml h3, #news-bodyhtml h4{
	margin-bottom: 5px;
	margin-top: 10px
}
#news-bodyhtml h2{
	font-size: 20px;
}
#news-bodyhtml h3{
	font-size: 17px;
}
#news-bodyhtml h4{
	font-size: 16px;
}
.news-list{
	position: relative;

	padding: 0;
}
.news-list li{
	margin-top: 10px;
	display: flex;
	gap: 5px;
	border: 1px solid #ddd;
	padding: 10px;
}
.news-list .img{
	flex: 0 0 80px;
}
.news-list .content{
	flex: 1;

}
.news-list .content h3{
	font-size: 14px;

}
.news-list .content .des{
	    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	font-size: 14px;
}