@font-face {
	font-family: 'SVN-Gilroy-B';
	src: url('../fonts/SVN-GilroyBold.woff2') format('woff2'), url('../fonts/SVN-GilroyBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Gilroy-L';
	src: url('../fonts/SVN-GilroyLight.woff2') format('woff2'), url('../fonts/SVN-GilroyLight.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Gilroy-M';
	src: url('../fonts/SVN-GilroyMedium.woff2') format('woff2'), url('../fonts/SVN-GilroyMedium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'SVN-Gilroy-R';
	src: url('../fonts/SVN-Gilroy.woff2') format('woff2'), url('../fonts/SVN-Gilroy.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes shake-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg);
	}
	10%,
	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg);
	}
	20%,
	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg);
	}
	100%,
	50% {
		-moz-transform: rotate(0) scale(1) skew(1deg);
	}
}
@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
@keyframes fadeup {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes pulse-animation {
	0% {
		transform: scale3d(1, 1, 1);
		opacity: 0;
	}
	10% {
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.6, 1.6, 1.6);
		opacity: 0;
	}
}
@keyframes border-animation {
	0% {
		transform: scale3d(0.6, 0.6, 0.6);
		opacity: 0;
	}
	20% {
		transform: scale3d(1.2, 1.2, 1.2);
		opacity: 1;
	}
	100% {
		transform: scale3d(1.4, 1.4, 1.4);
		opacity: 0;
	}
}
:root {
	--color-main: #2557ae;
	--color-social: #2557ae;
	--color-hover: #2557ae;
	--color-text: #2557ae;
}

body {
	font-size: 14px;
	margin: 0px auto;
	font-family: SVN-Gilroy-M;
}

.max-width {
	max-width: 1300px;
	width: 95%;
	margin: 0px auto;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

.social-plugin {
	display: flex;
	margin-top: 10px;
}

.scale-img img {
	transform: scale(1, 1);
}

.scale-img:hover > img {
	transform: scale(1.1, 1.1);
}

.hover-img {
	position: relative;
	overflow: hidden;
	display: block;
}

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}
.p-relative {
	position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
	transition: 0.3s all;
}
.scale-img {
	overflow: hidden;
}
/*   Header   */
.top {
	background: #30505d;
	padding: 5px 0px;
	color: #fff;
}
.social-header {
	display: flex;
	gap: 5px;
}
.header {
	position: relative;
	width: 100%;
	z-index: 99;
}

.menu-fix {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 999;
	-webkit-animation: fadeInDown 1.3s ease backwards;
	-moz-animation: fadeInDown 1.3s ease backwards;
	-o-animation: fadeInDown 1.3s ease backwards;
	-ms-animation: fadeInDown 1.3s ease backwards;
	background: #fff;
	box-shadow: 0 0 5px #adadad;
}

.menu-fix .logo-header{zoom: 0.6;}

.hotline {
	position: relative;
	background: linear-gradient(to right, #15ab3b, #01631a);
	padding: 11px 20px 11px 50px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
}
.hotline:after {
	content: '';
	position: absolute;
	z-index: 99;
	background: url(../images/h_phone.png) no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 23px;
	top: 14px;
	left: 15px;
}

.hotline a {
	font-size: 18px;
	color: #fff;
}

.bg {
	position: relative;
	background: linear-gradient(to right, #e31b0f, #981f24);
	padding: 11px 30px 11px 60px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #fff;
}
.bg:after {
	content: '';
	position: absolute;
	z-index: 99;
	background: url(../images/h_mail.png) no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 23px;
	top: 14px;
	left: 25px;
}

.bg a {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

/* slideshow */
.slideshow {
	margin-top: 10px;
	position: relative;
	width: 100%;
}
.slider-top {
	overflow: hidden;
	position: relative;
	width: 75%;
	border-radius: 10px;
}
.slider-bottom {
	width: 24%;
}
.item-qc-sl {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	padding: 5px 0px;
}
/* Search */
.search {
	width: 200px;
	max-width: 50%;
	background: #fff;
	position: absolute;
	right: 3%;
	top: 90px;
	border-radius: 30px;
	border: 1px solid #30505d;
	display: none;
}
.icon-search {
	color: #333;
	cursor: pointer;
	font-size: 16px;
}
.icon-search i {
	font-weight: bold;
}
.search input {
	width: 100%;
	font-size: 14px;
	color: #333;
	border-radius: 30px;
	border: 1px solid #30505d;
	height: 40px;
	border: none;
}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search p {
	position: absolute;
	right: 2px;
	top: 2px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	font-size: 15px;
	background: #30505d;
	border-radius: 30px;
	margin: 0px;
}
.search p i {
	font-weight: bold;
	color: #fff;
}

.box-search {
	padding: 10px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ds-item-search {
	width: calc(100% - 70px);
}
.ds-item-search a {
	font-size: 14px;
	color: #333;
}
.show-search {
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
}
.box-search .price-product {
	width: 100%;
	margin: 0px;
	text-align: left;
}
.box-search .price-product .price-new {
	color: #f00;
	font-size: 14px;
	font-weight: bold;
}
.box-search .price-product .price-old {
	color: #999;
	text-decoration-line: line-through;
}
/* Menu */

#menu {
	display: none;
}

#hamburger {
	display: none;
	width: 40px;
	height: 23px;
	position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #30505d;
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0px;
}

#hamburger:before {
	top: 0px;
}

#hamburger span {
	top: 10px;
}

#hamburger:after {
	top: 20px;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	-webkit-transition: none 0.5s ease 0.5s;
	transition: none 0.5s ease 0.5s;
	-webkit-transition-property: transform, top, bottom, left, opacity;
	-webkit-transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: top, bottom, left, opacity, -webkit-transform;
	transition-property: transform, top, bottom, left, opacity;
	transition-property: transform, top, bottom, left, opacity, -webkit-transform;
}

.mm-wrapper_opening #hamburger:before,
.mm-wrapper_opening #hamburger:after {
	top: 10px;
}

.mm-wrapper_opening #hamburger span {
	left: -50px;
	opacity: 0;
}

.mm-wrapper_opening #hamburger:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-wrapper_opening #hamburger:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-menu_opened {
	display: block !important;
}

.mm-slideout {
	z-index: unset;
}

.title-menu {
	background-image: linear-gradient(to right, #15ab3b, #01631a);
	border-radius: 10px 10px 0px 0px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	line-height: 50px;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	font-family: UTM-HelvetIns;
}

.menu-left {
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 100%;
	background: #f7f7f7;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0px 0px 5px #999;
	display: none;
}
.menu-left.block {
	display: block;
}
.menu-left > ul {
	overflow-x: hidden;
	max-height: 680px;
}
.menu-left ul {
	padding: 0px;
	margin-bottom: 0px;
}

.menu-left ul::-webkit-scrollbar {
	width: 5px; /* Width of the scrollbar */
}

.menu-left ul::-webkit-scrollbar-thumb {
	background-color: #888; /* Color of the scrollbar thumb */
	border-radius: 4px; /* Round the edges */
}

.menu-left ul::-webkit-scrollbar-thumb:hover {
	background-color: #555; /* Darker color on hover */
}

.menu-left ul::-webkit-scrollbar-track {
	background: #f1f1f1; /* Background of the scrollbar track */
}

.menu-left ul ul {
	position: absolute;
	width: 100%;
	background: #f7f7f7;
	left: 100%;
	top: 0px;
	bottom: 0px;
	overflow-x: hidden;
	display: none;
}
.menu-left ul li:hover ul {
	display: block;
}
.menu-left ul ul ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: none;
	display: block;
	height: auto;
}
.menu-left ul li a {
	position: relative;
	display: block;
	color: #10892f;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	-webkit-line-clamp: 1;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}
.menu-left ul li a:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #fff;
}
.menu-left ul li:last-child a:after {
	border: none;
}

.menu-left ul li a .icon-down {
	position: absolute;
	right: 10px;
	top: 10px;
}

.menu-left ul li a:hover {
	color: #f00;
}

.menu-left ul ul li a {
	border-bottom: none;
	font-size: 15px;
}
.menu-left ul ul ul li a {
	font-weight: normal;
}
.menu {
	position: relative;
	z-index: 99;
	width: calc(100% - 270px);
	padding: 0px 10px;
	border-radius: 10px 10px 0px 0px;
}
.menu .wrap-content {
	position: relative;
}

.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	background: #fff;
}

.menu-product {
	width: 260px;
	position: relative;
}

.menu ul {
	width: 100%;
	padding: 0px;
	margin: 0;
	list-style: none;
}

.menu ul li {
	position: relative;
	z-index: 99;
}

.menu ul li.line {
	width: 1px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	flex: none;
}
.menu ul li a {
	font-size: 17px;
	font-family: 'SVN-Gilroy-B';
	color: #333;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	line-height: 50px;
	position: relative;
}
.menu ul li a span {
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url(../images/down-li.png) no-repeat;
	position: relative;
	top: -3px;
	margin-left: 5px;
}

.menu ul li > a.active,
.menu ul li:hover > a {
	color: #30505d;
}
.menu ul ul li > a.active,
.menu ul ul li:hover > a {
	color: #30505d;
}

.menu ul > li > a:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1px;
	height: 2px;
	background: #fff;
	transition: all 0.5s;
}

.menu ul ul > li > a:after {
	content: '';
	display: none;
}

.menu ul > li > a.active:after,
.menu ul > li:hover > a:after {
	content: '';
	width: 100%;
	background: #30505d;
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	left: -10px;
	top: 100%;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.3);
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}
.menu ul li:hover > ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all 0.7s;
}
.menu ul li ul li {
	text-align: left;
	border-bottom: 1px solid rgb(173 173 173 / 32%);
}
.menu ul li ul li:last-child {
	border-bottom: 0px;
}
.menu ul li ul li a {
	font-size: 14px;
	padding: 10px;
	display: block;
	text-decoration: none !important;
	line-height: 20px;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
	color: #333;
}
.menu ul li ul li ul {
	top: 0px;
	left: 100%;
}
.menu ul li ul li a:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	background: #f00;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	visibility: hidden;
	opacity: 0;
}
.menu ul li ul li a:hover:before,
.menu ul li ul li > a.active:before {
	left: 0;
	visibility: visible;
	opacity: 1;
	width: 30px;
}
.menu ul li ul li a:hover {
	padding-left: 40px;
}

/*   SLider */
.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 22.5px);
}
.control-owl button {
	opacity: 1;
	top: 0px;
	position: absolute;
	outline: none;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 52px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #2b4854;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
}
.control-owl button:hover {
	opacity: 1;
}
.control-owl button.owl-prev {
	left: 20px;
}
.control-owl button.owl-next {
	right: 20px;
}

.control-project{
	position: relative;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
}
.control-project.control-owl button.owl-prev{
	position: relative;
	left: 0px;
}
.control-project.control-owl button.owl-next{
	position: relative;
	right: 0px;
}
.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin: 20px 0px;
}
.title-detail h1 {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
}

.title-main {
	position: relative;
	text-align: center;
	padding-bottom: 15px;
}
.title-right h2{
	font-size: 20px;
    font-family: 'SVN-Gilroy-B';
	margin-bottom: 0px;
}

.title-main h2,
.title-main h1 {
	position: relative;
	color: #30505d;
	text-transform: uppercase;
	margin-bottom: 0px;
	font-size: 40px;
	font-family: 'SVN-Gilroy-B';
}

.title-main::after,
.title-main::after {
	content: '';
	position: absolute;
	width: 180px;
	height: 1px;
	background: #30505d;
	left: calc(50% - 90px);
	bottom: 0px;
}

.title-main::before,
.title-main::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 21px;
	background: url(../images/tt.png) no-repeat;
	left: calc(50% - 9px);
	bottom: -21px;
}

.title-main p {
	color: #333;
	margin: 0px;
}
.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.title-cat-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin: 20px 0px;

}
.title-cat-main span {
    display: block;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    cursor: pointer;
	font-family: 'SVN-Gilroy-M';
	margin-right: 20px;
	margin-bottom: 10px;
}
.title-cat-main span:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #30505D;
	border-radius: 50%;
}
.title-cat-main span:hover,
.title-cat-main span.active {
	border-bottom: 1px solid #30505D;
}
.info-main {
	padding: 30px 0px;
}

/* About */
.flex-about{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.tt-about{
	border: 1px solid #e2ccb8;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    background: #fcf2e9;
    color: #30505D;
    font-family: 'SVN-Gilroy-B';
    font-size: 20px;
    display: inline-block;
	margin-bottom: 20px;
}
.about-left{
	width: 49%;
	background: #fff;
	padding: 30px;
	border-radius: 20px;
}
.about-right{
	width: 49%;
	border-radius: 20px;
	overflow: hidden;
}
/* BG */
.info-bg {
	background: url(../images/bg_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0px;
}

/* News */

.flex-detail{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.news-detail-left{width: calc(100% - 320px);}
.news-detail-right{width: 300px;background: #f1f1f1;padding: 10px;position: sticky;top: 20px;}
.item-news{
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px dashed #ddd;
}
.img-news{
	width: 100px;
	margin-right: 10px;
}
.ds-news{
	width: calc(100% - 110px);
}
.ds-news h3 a{
	font-size: 15px;
	color: #333;
}
.ds-news p{margin-bottom: 0px;}
.view-tt {
	font-weight: 600;
	display: inline-block;
	border: 2px solid #2b4854;
	padding: 10px 20px;
	margin: 10px auto;
	border-radius: 0px 20px 20px 20px;
	color: #333;
	font-size: 15px;
}
.view-tt:hover {
	color: #f00;
}

.grid-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}



.name-news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.name-news h3 {
	width: calc(100% - 55px);
}
.date {
	background: #e32222;
	width: 46px;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
}
.date span {
	display: block;
	color: #fff;
}
.date span:first-child {
	font-size: 18px;

	border-bottom: 1px solid #fff;
}
.grid-tintuc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.news {
	display: block;
	margin-bottom: 20px;
	display: block;
}
.pic-news {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.pic-news img {
	width: 100%;
}
a.views {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 7px 20px;
	border-radius: 20px;
	color: #000;
	font-size: 16px;
}
a.views:hover {
	border: solid 1px #f00;
	color: #f00;
}

.time-news {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.desc-news {
	color: #333333;
	margin-top: 0px;
}
.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
}
.list-news-other {
	padding-left: 17px;
	list-style: square;
}
.list-news-other li {
	margin-bottom: 2px;
}
.list-news-other li a {
	text-transform: none;
	color: #333333;
}
.list-news-other li a:hover {
	color: #fed402;
}
/* Left */
.box-left {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.box-left iframe {
	height: 250px !important;
}
.box-left h4 {
	background: #e32222;
	text-align: center;
	text-transform: uppercase;
	color: #fff;

	font-size: 18px;
	padding: 8px;
	margin: 0px;
}
.box-left ul {
	padding: 0px;
	margin: 0px;
}
.box-left ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
	background: url(../images/page-next.png) no-repeat 0px 17px;
	padding-left: 15px;
}
.box-left ul li:last-child {
	border: none;
}
.box-left ul li a {
	color: #333;
	font-size: 15px;
}
.box-left ul li a:hover {
	color: #f00;
}
/* Contact */
.contact-input textarea {
    height: 80px !important;
    border-radius: 10px;
    padding: 10px !important;
}
.contact-input input {
	height: 50px;
	border-radius: 10px;
}
.contact-form .btn-submit {
    background: #2b4854;
    border-radius: 20px;
    border: 1px solid #2b4854;
}
.contact-form .btn-submit:hover {
	background: #194b61;
}
.wr-setting {
	background: url(../images/Union.png) no-repeat center;
	width: 381px;
	height: 607px;
	position: relative;
}
.box-circle:hover {
	box-shadow: 0px 0px 10px #3e521e !important;
}
.box-circle:nth-child(1) {
	position: absolute;
	width: 278px;
	height: 280px;
	left: -45px;
	top: 15px;
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0px 0px 10px #a6b78a;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
}

.box-circle:nth-child(2) {
	position: absolute;
	left: 114px;
	bottom: 17px;
	width: 316px;
	height: 316px;
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0px 0px 10px #a6b78a;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
}
.box-circle:nth-child(2):after {
	content: '';
	position: absolute;
	left: 3px;
	right: 3px;
	top: 3px;
	bottom: 3px;
	border: 1px solid #a6b78a;
	border-radius: 50%;
}
.box-circle img {
	display: block;
	margin: 0px auto 10px;
}

.box-circle span {
	text-transform: uppercase;
}
.box-circle h4 {
	font-size: 35px;
	margin: 10px 0px;
}
.img-fl {
	position: absolute;
	bottom: -25px;
	left: 42%;
}
/* Blog */
.info-blog {
	padding: 60px 0px;
	background: url(../images/bg_blog.png) no-repeat 95% 82%;
}
.flex-blog {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blog-left {
	width: 50%;
	position: relative;
}
.blog-right {
	position: relative;
	width: 660px;
	position: relative;
	padding-right: 40px;
	margin-left: -80px;
}
.blog-right:after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: 45px;
	width: 310px;
	height: 392px;
	background: url(../images/Subtract.png) no-repeat center;
	background-size: 100% 100%;
}
.box-title-news {
	padding: 7px 0px;
}
.box-title-news a {
	display: block;
	background: #a6b78a;
	padding: 20px 30px;
	color: #fff;
	border-radius: 50px 0px 0px 0px;
}
.box-title-news a h3 {
	font-size: 18px;
}
.box-title-news a h3:hover {
	color: #e7a953;
}
.box-title-news a p {
	margin: 0px;
	-webkit-line-clamp: 1;
}
.title-blog {
	margin-bottom: 20px;
	font-size: 50px;
	text-transform: capitalize;
	color: #414141;
	padding-right: 40px;
	text-align: right;
}
.icon-cricle {
	position: absolute;
	right: -82px;
	top: -83px;
	width: 166px;
	height: 166px;
	background: url(../images/cricle.png) no-repeat;
}
/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}
.box-readmore li ul > li {
	margin: 0;
	margin-bottom: 8px;
}
.box-readmore li ul > li:before {
	content: counters(item, '.') ' ';
}
.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
}
.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px;
}
.box-readmore ul li:before {
	content: counters(item, '.') '. ';
	display: table-cell;
	padding-right: 5px;
}
.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}
.box-readmore ul li a:hover {
	color: #767676;
}

/* Partner */
.info-par {
	background: #f5f5f5;
}
.item-par {
	border: 1px solid #f1f1f1;
}

/* Footer */
.info-footer {
	position: relative;
	background: #fcf2e9;
	background-size: cover;
	padding: 30px 0px 30px;
	color: #333;
}
.info-footer-in {
	position: relative;
	background: #fcf2e9;
	background-size: cover;
	padding: 30px 0px 30px;
	color: #333;
}
.flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.flex-footer .box-footer:nth-child(1) {
	width: 20%;
	text-align: center;
}
.flex-footer .box-footer:nth-child(2) {
	width: 30%;
}
.flex-footer .box-footer:nth-child(3) {
	width: 15%;
}
.flex-footer .box-footer:nth-child(4) {
	width: 15%;
}
.flex-footer .title-footer {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	font-family: 'SVN-Gilroy-B';
}
.social-footer {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin-top: 10px;
}
.menu-footer {
	padding: 0px;
}
.menu-footer li {
	margin-bottom: 10px;
}
.menu-tk li {
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff8f;
	display: flex;
	justify-content: start;
	gap: 10px;
	align-items: center;
}
.footer a {
	color: #333;
}
.fanpage {
	overflow: hidden;
	display: inline-block;
	margin: 0px auto;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}

.map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
}
.map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.title-map{
	position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
    display: flex;
    gap: 10px;
}
.title-map span{
	background: #2b4854;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	padding: 10px;
}
.title-map span:hover, .title-map span.active{
	background: #e7a953;
}
.info-copy {
	background: #2b4854;
	padding: 10px;
	text-align: center;
	color: #fff;
}
/* KH */

.item-dg {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0px;
}

.ds-dg {
	width: calc(100% - 120px);
}
.img-dg {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
.img-dg img {
	position: relative;
	z-index: 9;
	border-radius: 5px;
}
.img-dg:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 50%;
	background: #fff;
	box-shadow: 0px 4px 5px #0000003f;
	border-radius: 5px;
}
.ds-dg h3 {
	color: #333;
	font-size: 15px;

	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	background: url(../images/icon_ds.png) no-repeat left top;
	padding: 5px 0px 0px 35px;
}
.ds-dg p {
	margin: 0px;
	direction: ltr;
}
.box-dg .item-dg:last-child {
	direction: rtl;
	text-align: left;
}
/* Video */
.listvideos {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}
.video-main {
	margin-top: 10px;
}
/* Tags */
.tags-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}
.tags-footer b {
	font-family: SVN-Gilroy-B;
}
.tags-footer a {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 20px;
	border: 1px solid #2b4854;
	font-family: SVN-Gilroy-M;
}
.tags-footer a:hover {
	background: #2b4854;
	color: #fff;
}

.tags-pro-detail a {
    float: left;
    font-size: 13px;
    color: #fff;
    padding: 5px 10px 7px 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #30505d;
    border-radius: 3px;
	border:1px solid #30505d;
}
.tags-pro-detail a i{margin-right: 5px;}
.tags-pro-detail a:hover{
	background: #fff;
	
	color: #30505d;
}
/*   TC   */
.item-criteria a {
	display: flex;
	align-items: center;
	color: #333;
}
.item-criteria a .ds-criteria {
	width: calc(100% - 60px);
	margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: var(--color-main);
}
.item-criteria a .ds-criteria p {
	-webkit-line-clamp: 2;
	margin: 0px;
}

/* About */
.box-about {
	max-width: 700px;
	margin: 0px auto;
	text-align: center;
}
.box-about h3 {
	color: #ca0000;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
.box-about a {
	padding: 10px 20px;
	color: white;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	background: #ca0000;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	font-weight: 600;
	border-radius: 10px;
}

/* Service */
.grid-service {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.img-service {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}
.ds-service {
	background: #fdf7f7;
}
.ds-service .name-service {
	position: relative;
	background: #db2324;
	text-align: center;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
}
.ds-service .name-service:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: calc(50% - 13px);
	width: 26px;
	height: 8px;
	background: #db2324;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.ds-service h3 {
	color: #fff;

	font-size: 15px;
	margin: 0px;
}

.ds-service p {
	margin: 10px;
	color: #333;
	text-align: center;
}
.view-all {
    display: block;
    width: 200px;
    background: #2b4854;
    border-radius: 30px;
    margin: 20px auto 20px;
    text-align: center;
    color: #fff;
    border: 1px solid #2b4854;
    font-family: 'SVN-Gilroy-M';
    font-size: 16px;
    padding: 10px 30px;
    margin: 20px 0px 0px;
}
.view-all:hover{
	background: #1c343f;
	color: #fff;
}

/* Paging */
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3a7288;
	border-color: #3a7288;
}
.page-link {
	color: #333;
}
/* Sort */
.sort-select {
	display: flex;
	justify-content: end;
	margin: 20px 0px;
	position: relative;
}

.sort-select .click-sort {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	padding: 6px 10px 6px 8px;
	margin: 0px;
}

.sort-select-main {
	display: grid;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 6px rgb(0 0 0 / 20%);
	position: absolute;
	padding: 0 7px;
	top: 30px;
	right: 0;
	width: 160px;
	z-index: 2;
}

.sort-select-main p {
	border-bottom: 1px solid #f1f1f1;
	margin: 0px;
	order: 2;
}

.sort-select-main p:has(.check) {
	order: 1;
}

.sort a {
	color: #000;
	font-size: 14px;
	line-height: 17px;
	padding: 11px 3px;
	display: block;
	cursor: pointer;
}

.sort a.check i {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	transform: scale(var(--ggs, 1));
	width: 22px;
	height: 16px;
	border: 2px solid transparent;
	border-radius: 100px;
	vertical-align: middle;
}

.sort a.check i::after {
	content: '';
	display: block;
	box-sizing: border-box;
	position: absolute;
	left: 3px;
	top: -4px;
	width: 6px;
	height: 10px;
	border-width: 0 2px 2px 0;
	border-style: solid;
	transform-origin: bottom left;
	transform: rotate(45deg);
}

.sort-select .sort-show {
	padding-right: 12px;
	position: relative;
}

.sort-select .sort-show::before {
	content: '';
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #333;
	content: '';
	height: 0;
	position: absolute;
	top: 6px;
	right: 0;
	width: 0;
}

/* Product */

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

.tt-flex h2{
	position: relative;
	font-size: 35px;
    color: #30505D;
    font-family: 'SVN-Gilroy-B';
    padding-bottom: 10px;
    margin: 0px;
}

.tt-flex h2:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 1px;
	background: #30505D;
}

.flex-list{
	display: flex;
	justify-content: space-between;
}
.list-left{width: 280px;}
.list-right{
	width: calc(100% - 300px);
}
.filter {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 5px 10px;
	background: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	text-transform: uppercase;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #ddd;
	display: none;
}
.flex-product-main {
	display: flex;
	gap: 20px;
}
.flex-product-main .left-product {
	width: 250px;
	border: 1px solid #f1f1f1;
	padding: 20px;
	border-radius: 5px;
}
.flex-product-main .right-product {
	width: calc(100% - 250px);
}
.wrap-product-sale {
	background-color: #ffa09e;
	border-radius: 10px;
	overflow: hidden;
}
.item-cat {
	text-align: center;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.item-cat h3 {
    font-size: 18px;
    color: #fff;
    padding: 10px 0px;
    background: #30505D;
    font-family: 'SVN-Gilroy-M';
	margin: 0px;
}
.product {
	display: block;
	position: relative;
	max-width: 100%;
	border-radius: 15px;
	overflow: hidden;
}

.product .pic-product {
	background: #fff;
	margin-bottom: 0px;
	display: block;
	position: relative;
}

.ds-product{
	background: #3f5c69;
	padding: 10px;
}
.product .name-product {
	margin-bottom: 5px;
	font-weight: normal;
	width: calc(100% - 80px);
}
.product .name-product a {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.product .name-product a:hover {
	color: #e7a953;
}
.product .name-product .text-split {
	-webkit-line-clamp: 1;
	word-break: break-all;
}
.product .price-product {
	margin-bottom: 0px;
	color: #555;
}
.product .price-new {
	color: #d50d0c;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}
.product .price-old {
	padding: 0 10px;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	text-transform: uppercase;
}
.product .price-per {
	color: #f00;
	font-size: 13px;
	text-align: center;
}
.flex-pr{margin-top: 10px;display: flex;}
.flex-pr a{
    display: inline-block;
    padding: 5px 10px;
    background: #3A7288;
    border-radius: 20px;
    color: #fff;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    font-size: 13px;
}
.flex-pr a:hover{
	background: #e7a953;
}
.view-pro{
	bottom: 14px;
    position: absolute;
    right: 10px;
    height: 50px;
    background: #fff;
    width: 50px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    max-width: 300px;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.view-pro:hover{
	background: #e7a953;
}
.grid-product {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.grid-product .product .product-info {
	margin-top: 10px;
	color: #333;
}
.grid-product .product .product-info h3 {
	font-size: 17px;
	color: #333;
}
.grid-product .product .product-info .price span {
	color: #f00;
}


.info-bc {
	background: url(../images/khung.png) no-repeat;
	background-size: cover;
	padding: 10px;
}

.title-bc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.title-bc h2 {
	font-size: 27px;
	text-transform: uppercase;
	color: #fff;
	line-height: 60px;
	padding: 0px 30px 0px 10px;
	font-family: 'UTM-HelvetIns';
	background: #bc1d1a;
	margin-top: -19px;
	clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
	border-radius: 10px 0px 0px 10px;
	position: relative;
}
.title-bc a {
	background: #bc1d1a;
	color: #fff;
	padding: 9px 20px;
	border-radius: 30px;
}
/* product detail */
.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 20px;
}
#Zoom-1 {
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
}
.items-baseline{
	border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.grid-pro-detail .left-pro-detail {
	width: 43%;
}

.grid-pro-detail .center-pro-detail {
	width: 55%;
}

.grid-pro-detail .right-pro-detail {
	width: 22%;
	border: 1px solid #ddd;
	padding: 10px;
}

.detail-product {
	display: flex;
	justify-content: space-between;
}
.detail-product .left-pro-detail {
	width: 40%;
	border: 1px solid #ddd;
}
.detail-product .right-pro-detail {
	width: 57%;
}
.detail-product .right-pro-detail ul {
	list-style: none;
	padding: 0px;
}
.detail-product .right-pro-detail ul li {
	margin-bottom: 20px;
}
.detail-product .right-pro-detail ul li .title-pro-detail {
	font-size: 18px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
}
.detail-product .right-pro-detail ul li .attr-content-pro-detail .price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #f00;
}
.thumb-pro-detail {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
}
.tabs-pro-detail .tab-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px;
}
.nav-tabs li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	color: #f00;
}

/* modal-detail */
.modal-detail::-webkit-scrollbar {
	width: 10px;
}
.modal-detail::-webkit-scrollbar-thumb {
	width: 10px;
	background: #4d90e0;
	border-radius: 10px;
	height: 50px;
}
.modal-detail {
	position: fixed;
	z-index: 999;
	background: #000000c4;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}
.content-modal-detail {
	background: #fff;
	max-width: 1200px;
	margin: 0px auto;
	min-height: 100vh;
}
.content-modal-detail .tabs {
	display: flex;
	cursor: pointer;
	padding: 0;
	list-style: none;
	justify-content: center;
	border-bottom: 1px solid #e0e0e0;
	position: sticky;
	top: 0px;
	background: #fff;
	z-index: 99;
}
.content-modal-detail .tabs li {
	padding: 20px 20px;
	margin-right: 5px;
	font-weight: bold;
	position: relative;
	border-bottom: 4px solid #fff;
}
.content-modal-detail .tabs li.active {
	color: #2d9cdb;
	border-bottom: 4px solid #2d9cdb;
}
.content-modal-detail .tab-content {
	padding: 20px;
	max-width: 900px;
	margin: 0px auto;
}
.content-modal-detail .tab-content.active {
	display: block;
}

.close-tab {
	position: fixed;
	top: 15px;
	right: 20px;
	z-index: 10;
}

.btn-closemenu {
	position: fixed;
	top: 10px;
	right: 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	color: #333;
	cursor: pointer;
	line-height: 21px;
	padding: 7px;
	text-align: right;
	width: 72px;
}

.btn-closemenu::before {
	transform: rotate(45deg);
}
.btn-closemenu::after {
	transform: rotate(-45deg);
}
.btn-closemenu::before,
.btn-closemenu::after {
	background-color: #333;
	content: '';
	left: 13px;
	height: 14px;
	position: absolute;
	top: 10px;
	width: 1px;
}
.cursor-pointer {
	cursor: pointer;
}
/*css CT */
.box-ct {
	display: flex;
	justify-content: start;
	align-items: center;
	background-color: rgb(233, 230, 230);
	padding: 10px;
	border-radius: 10px;
}
.box-ct img {
	border-radius: 50%;
	margin-right: 10px;
}
.ds-ct h3 a {
	font-size: 17px;
	color: #333;
}
.ds-ct h3 a:hover {
	color: #f00;
}
/*css khuyen mai*/
.block__promo {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	margin-bottom: 10px;
}

.promoadd__list {
	padding: 10px;
}
.promoadd__list li {
	margin-bottom: 15px;
	background: url(../images/tick.png) no-repeat 0px 3px;
	background-size: 15px;
	padding-left: 25px;
}

.pr-top {
	background-color: #f6f6f6;
	border-bottom: 1px solid #e0e0e0;
	padding: 8px 10px;
}

.pr-txtb {
	font-weight: bold;
}

.pr-top .pr-txt {
	color: #666;
	font-size: 12px;
	line-height: 1.4;
	margin-top: 5px;
	font-style: normal;
}

.pr-content .pr-item:last-child {
	border: none;
}

.pr-content .pr-item {
	padding: 15px 10px 10px 10px;
}

.divb {
	margin-bottom: -10px;
}

.divb .nb {
	background-color: #4a90e2;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 11px;
	float: left;
	height: 16px;
	line-height: 16px;
	margin-top: 2px;
	text-align: center;
	width: 16px;
}

.divb-right {
	padding-left: 26px;
}

.pr-content .pr-item p {
	margin: 0px 0px 0px 0px;
}

.divb-right a {
	color: #4a90e2;
}

/* Tien ich */
.wrap-ti {
	padding: 20px 0px;
}
.box-ti {
	background: #f1f1f1;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	min-height: 135px;
}
.wrap-ti .owl-item:nth-child(n + 1) .box-ti {
	background-color: rgb(220, 238, 255);
}
.wrap-ti .owl-item:nth-child(n + 2) .box-ti {
	background-color: rgb(254, 245, 207);
}
.wrap-ti .owl-item:nth-child(n + 3) .box-ti {
	background-color: rgb(255, 239, 219);
}
.wrap-ti .owl-item:nth-child(n + 4) .box-ti {
	background-color: rgb(225, 254, 207);
}
.ds-ti {
	width: calc(100% - 45px);
}
.ds-ti h3 {
	font-size: 15px;
}
.ds-ti h3 a {
	color: #333;
}
.ds-ti h3 a:hover {
	color: #f00;
}
/* Contact */
.contact-map {
	position: relative;
	height: 500px;
	margin-top: 30px;
}
.contact-map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.info-contact{
	padding: 30px 0px;
	background: url(../images/bg_contact.png)no-repeat;
	background-size: cover;
}
.flex-contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.wr-ts{width: 45%;text-align: center;}
.wr-contact{width: 49%;}
.tt-contact{
	color: #fff;
	margin-bottom: 30px;
}
.tt-contact h2{
	position: relative;
	font-size: 40px;
	font-family: 'SVN-Gilroy-B';
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.tt-contact h2:after{
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	background: #fff;
	left: 0px;
	bottom: 0px;
}

.grid-numb {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px;
}
.box-numb{
	position: relative;
	color: #fff;
	text-align: center;
	border-left: 1px solid #ffffff30;
	border-right: 1px solid #ffffff30;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.box-numb:nth-child(1):after, .box-numb:nth-child(2):after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: -10px;
	right: 0px;
	border-top: 1px solid #ffffff30;
}
.box-numb h3{
	font-size: 50px;
	font-family: 'SVN-Gilroy-B';
}
.box-numb p{margin-bottom: 0px;}
/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}
.breadCrumbs ol {
	margin: 0px;
	display: block;
}
.breadCrumbs li {
	display: inline;
}
.breadCrumbs ol li a {
	color: #333;
}
.breadCrumbs ol li a:hover {
	color: #f00;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: none;
}
/* paging */
.pagination {
	margin-top: 30px;
}
.pagination li a {
	cursor: pointer;
}

.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}
.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-frame i img {
	vertical-align: middle;
	width: 70%;
}
.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}
.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: 0.1;
	border-color: #1182fc;
	opacity: 0.5;
}
.btn-frame .zoomIn {
	animation-name: zoomIn;
}
.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: 0.4;
}
.btn-frame .pulse {
	animation-name: pulse;
}

.grid-properties {
	display: flex;
	gap: 10px;
}
.grid-properties span {
	position: relative;
	border: 1px solid #ddd;
	padding: 5px 15px;
	cursor: pointer;
}
.grid-properties span:hover,
.grid-properties span.active {
	border: 1px solid #f00;
	color: #f00;
}
.grid-properties span:hover:after,
.grid-properties span.active:after {
	content: '';
	border: 0.9375rem solid transparent;
	border-bottom: 0.9375rem solid var(#d0011b, #ee4d2d);
	bottom: 0;
	position: absolute;
	right: -0.9375rem;
}
.grid-properties span.outstock {
	pointer-events: none;
	background-color: #fafafa;
	color: rgba(0, 0, 0, 0.26);
	cursor: not-allowed;
}
/* Xu huong */
.wrap-xh {
	background: linear-gradient(90deg, #ffecd2 0%, #fcb69f 100%);
	padding: 10px;
	border-radius: 10px;
}
.title-xh {
	font-size: 25px;
	margin: 20px 0px;
	color: #333;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
}
.image-xh {
	border-radius: 10px;
	overflow: hidden;
}
.name-xh {
	text-align: center;
	color: #333;
	font-size: 16px;
	margin: 10px 0px 0px;
}
/* scrollToTop */
.scrollToTop {
	width: 41px;
	height: 41px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 65px;
	right: 25px;
	display: none;
	z-index: 10;
	cursor: pointer;
}

/* Hidden Google Captcha */
.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden;
}

[x-cloak] {
	display: none !important;
}

/* Album */

.grid-album {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.item-album {
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}

.item-album h3 {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.item-album h3 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #33333357;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
	transition: all 0.5s;
	opacity: 0;
}
.item-album:hover h3 {
	opacity: 1;
}
.box-photo {
	margin-bottom: 20px;
}
.box-photo a {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.box-photo a:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #ffffffb2;
	border-radius: 15px;
}
.box-photo h3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: 100%;
	font-size: 20px;
	color: #00a650;
	text-transform: uppercase;

	text-align: center;
}
/* TS */


.item-ts {
	position: relative;
	z-index: 1;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 10px;
    box-shadow: 0px 3px 10px #f2974430;
}
.item-ts h3 {
	font-size: 16px;
	color: #2b4854;
	margin: 10px 0px 0px;
}

.item-ts:after{
    content: '';
    position: absolute;
    width: 46px;
    height: 46px;
    background: #f1f1f1;
    border-radius: 50%;
    top: 11px;
    z-index: -1;
}
/* Project */
.tt-left{
	color: #2B4854;
    font-size: 32px;
    font-family: 'SVN-Gilroy-B';
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.tt-left:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 3px;
	width: 55px;
	background: #30505D;
}
.info-project{
	padding: 30px 0px;
	background: #fcf2e9;
}

.flex-project{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.project-left{
	width: 30%;
}
.project-center{
	width: 22%;
}
.project-right{
	position: relative;
	width: 44%;
}

.item-project{
	border-radius: 20px;
	position: relative;
	overflow: hidden;
}
.ds-project{
	background: #fcf2e9;
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 10px;
    border-radius: 20px;
    width: calc(100% - 100px);
}
.ds-project h3{font-size: 14px;font-family: 'SVN-Gilroy-B';color: #2B4854;    -webkit-line-clamp: 1;margin: 0px;}
.ds-project:hover{background: #2B4854;}
.ds-project:hover h3{
	color: #fff;
}
.view-project{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #fcf2e9;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* Letter */
.info-letter {
	position: relative;
	z-index: 99;
	padding: 30px 40px 30px 115px;
	background: #2b4854;
	max-width: 1300px;
	margin: 0px auto -75px;
	color: #fff;
	border-radius: 20px;
}
.title-letter {
	background: url(../images/letter.png) no-repeat left center;
	padding: 20px 0px 20px 120px;
}
.title-letter h3 {
	font-size: 36px;
	margin: 0px;
	font-weight: 600;
}
.title-letter p {
	margin-bottom: 0px;
	font-size: 20px;
}
.letter-form {
	width: 500px;
	position: relative;
}
.btn-letter {
	background: #d50d0c;
	border: 1px solid #d50d0c;
	width: 95px;
	position: absolute;
	right: 0px;
	top: 0px;
	height: 58px;
	margin: 0px;
	border-radius: 0px 10px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.img-mouse {
	position: absolute;
	bottom: -70px;
	left: -65px;
}
.tb-download {
	border: 1px solid #ddd;
}
.tb-download tr th {
	background: #fcf2e9;

	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}
.tb-download tr th,
.tb-download tr td {
	border: 1px solid #ddd;
	padding: 10px;
}

.contact-product a {
	position: relative;
	display: inline-block;
	background: #30505d;
	border:1px solid #30505d;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px 10px 50px;
	border-radius: 20px;
}

.contact-product a:first-child:after {
	content: '';
	position: absolute;
	z-index: 99;
	background: url(../images/h_phone.png) no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 23px;
	top: 14px;
	left: 15px;
}

.contact-product a:last-child:after {
	content: '';
	position: absolute;
	z-index: 99;
	background: url(../images/zl.png) no-repeat;
	background-size: 100% 100%;
	width: 23px;
	height: 23px;
	top: 14px;
	left: 15px;
}
.contact-product a:hover{
	background: #e7a953;
	border:1px solid #e7a953;
}
/* CSS cho loading */
.loading-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
	justify-content: center;
	align-items: center;
	z-index: 999;
}

.loading {
	width: 50px;
	height: 50px;
	border: 5px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	border-top: 5px solid #3498db;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
