:root {
    --color-red: #ec2d3f;
    --color-medium-red: #cc2c32;
    --color-dark-red: #c31829;
    --color-green: #28a745;
    --color-dark-green: #207d36;
    --color-black: #212529;
    --color-gray: #6c757d;
    --background-static: #e7931a;
    --background-hover: #0078de;
    --color-static: #000;
    --color-hover: #ec2d3f;
}

/* Fonts */

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

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

@font-face {
    font-family: 'Helvetica-Neue-BL';
    src: url('../fonts/HelveticaNeue-Black.woff2') format('woff2'),
        url('../fonts/HelveticaNeue-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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

ol, ul {
	padding-left: 1rem;
}

/* @keyframe */
@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;
	line-height: 1.5;
	font-family: Helvetica-Neue-R;
	top:0px !important;
}
.skiptranslate{
	display: none;
}
.max-width,
.wrap-content {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}

.mw-700 {
	max-width: 700px;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.loadingPage {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    padding: 1rem;
}

a {
	text-decoration: none;
}

.info-main {
	padding: 20px 0px;
}

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

.scale-img {
	overflow: hidden;
}

.scale-img img, .scale-img picture {
	transition: all 0.5s;
}

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

.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;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.p-relative {
	position: relative;
	z-index: 1;
}
.photo-radius-right{
	border-radius: 0px 30px 30px 0px;
}
.photo-radius-left{
	border-radius: 30px 30px 0px 0px;
}
.line-down{
	transition: all 0.5s;
	text-align: center;
	margin: 50px 0px 10px;
	cursor: pointer;
}
.line-down img{
	margin: 0px auto;
}
.line-down:hover{
	transform: translateY(10px);
}
/* 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;
}

.gutter-x-40 {
	--bs-gutter-x: 40px;
}

.gutter-x-20 {
	--bs-gutter-x: 20px;
}
.gutter-x-10{
	--bs-gutter-x: 10px;
}
.gutter-x-5 {
	--bs-gutter-x: 5px;
}

/*   Header   */

.header {
	position: relative;
	z-index: 99;
	background-color: #FBFEF9;
	padding: 10px 0px;
}

.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hotline{
	position: relative;
	background: url(../images/ph.png)no-repeat left top;
	padding-left: 50px;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.hotline:after{
	content: '';
	position: absolute;
	background: url(../images/line_hotline.png)no-repeat bottom center;
	background-size: 100% 100%;
	left: 0px;
	right: 0px;
	height: 6px;
}
.hotline p{
	margin-bottom: 0px;
}
.hotline span
{ 
    font-size: 20px;
    font-family: Helvetica-Neue-B;
    display: block;
    background: linear-gradient(to right, #7CBB38, #02782D);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
/* slideshow */
.slideshow {
	position: relative;
}

/* Search */
.wr-search{
	position: relative;
	display: none;
}
.icon-search{
	width: 35px;
    line-height: 35px;
    background: #C91325;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.search {
    width: 290px;
	max-width: 60%;
    background: none;
    position: relative;
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 0px 10px;
    border: 1px solid #ffffffa8;
}
.search-mobile{
	position: absolute;
	top: 65px;
	right: 0px;
	width: 200px;
	background: #fff;
	border-radius: 30px;
	padding: 0px 0px 0px 10px;
	z-index: 99;
	display: none;
}

.search:not(.SelectBox) input, .search-mobile input {
	width: calc(100% - 35px);
	height: 36px;
	font-size: 14px;
	color: #fff;
	border: none;
	font-style: italic;
}

.search:not(.SelectBox) input::placeholder{
	color: #fff;
}

.search:not(.SelectBox) input:focus, .search-mobile input:focus, .search:not(.SelectBox) input:focus-visible, .search-mobile input:focus-visible{
	border: none;
	box-shadow: none;
	outline: none;
}

.search:not(.SelectBox) label{
	height: 30px;
	cursor: pointer;
	border-radius: 10px;
	margin-right: 0px;
	padding: 5px 10px;
}
.search-mobile label {
    position: absolute;
    width: 30px;
    line-height: 30px;
    text-align: center;
}
.search:not(.SelectBox) label 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;
}

/* Mmenu */
.offcanvas-body {
	flex-grow: 1;
	padding: 1rem 1rem;
	overflow: scroll;
}

.offcanvas-body::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-thumb {
	background-color: #0d6efd;
	border-radius: 5px;
	transition: all 1s;
}

.offcanvas-body::-webkit-scrollbar-track {
	background: #fff;
	width: 4px;
	height: 4px;
	transition: all 1s;
}

.btn-close-menu {
	position: absolute;
	right: 20px;
	top: 20px;
}

.menu-mobile ul {
	padding: 0px;
	list-style: none;
}

.menu-mobile ul li {
	position: relative;

}

.menu-mobile ul li>span i {
	transition: transform 0.3s ease;
	/* Adjust duration and easing as needed */
}

/* .menu-mobile ul li:last-child a{
	border-bottom: none;
} */
.menu-mobile ul li a {
	display: block;
	padding-right: 30px;
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
	visibility: visible;
}

.menu-mobile ul li a i {
	margin-right: 10px;
}

.menu-mobile ul li li a {
	font-weight: normal;
}

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

.menu-mobile ul li .scroll {
	position: absolute;
	right: 0px;
	top: 9px;
	background: #e7931a;
	font-size: 17px;
	line-height: 18px;
	height: 25px;
	color: #fff;
	width: 35px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

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

.menu-mobile ul ul li .scroll {
	background: none;
	color: #0253a4;
}

.menu-mobile ul li ul {
	padding-left: 10px;
}

.company {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 10px;
}

.company p {
	margin-bottom: 5px;
	font-size: 13px;
}

.company p span {
	color: #007bff;
}

.head-menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.head-menu img {
	max-width: 80px;
}

.search-menu {
	width: 100%;
	position: relative;
	margin: 10px 0px;
}

.search-menu input {
	width: 100%;
	background: #f5f5fa;
	border: 1px solid #f1f1f1;
	height: 40px !important;
	font-size: 13px;
}

.search-menu p {
	position: absolute;
	right: 10px;
	bottom: 8px;
}

/* Menu */

#menu {
	display: none;
}

#hamburger {
	display: none;
	width: 35px;
	height: 23px;
	position: relative;
	cursor: pointer;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #011940;
	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;
}

.wrap-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 250px);
}

.menu-head-left {
	position: relative;
}

.title-menu {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	line-height: 40px;
	display: block;
}

.menu-product-list {
	position: absolute;
	z-index: 99;
	top: 100%;
	width: 250px;
	background: #fff;
	border-radius: 2px;
}

.menu-product-list ul {
	padding: 0px;
	margin-bottom: 0px;
}

.menu-product-list ul ul {
	position: absolute;
	width: 750px;
	background: #fff;
	left: 100%;
	top: 0px;
	border: 1px solid #999;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	height: 100%;
	overflow-x: hidden;
}

.menu-product-list ul ul ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: none;
	display: block;
	height: auto;
}

.menu-product-list ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #ddd;
}

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

.menu-product-list ul ul li a span {
	position: absolute;
	right: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #00a3ff;
}

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

.menu-product-list ul ul li a {
	border-bottom: none;
	font-weight: bold;
}

.menu-product-list ul ul ul li a {
	font-weight: normal;
}

.menu-top{
	width: calc(100% - 200px);
}
.menu {
	position: relative;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.menu .wrap-content {
	position: relative;
}

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

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

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

.menu ul li a {
	font-size: 17px;
	color: #011940;
	margin: 0px;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	display: block;
	line-height: 50px;
	text-transform: uppercase;
	font-family: Helvetica-Neue-M;
	padding: 0px 10px;
}

.menu ul li a.active,
.menu ul li:hover>a {
    color: #073d93;
}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	left: 0;
	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: #073d93;
	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: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 2px solid #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #00a3ff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.control-owl button:hover {
	opacity: 1;
}

.control-owl button.owl-prev {
	left: 20px;
}

.control-owl button.owl-next {
	right: 20px;
}

.view-all{
    display: block;
    width: 195px;
    line-height: 45px;
    border-radius: 30px;
    background: linear-gradient(to right, #7CBB38, #02782D);
    text-align: center;
    color: #fff;
    font-family: Helvetica-Neue-M;
    margin: 20px auto;
    font-size: 15px;
}
.view-all:hover{
	background: linear-gradient(to right, #7dd223, #07b547);
	color: #fff;
}

/* About */
.info-about{
	background: #F9F9FB;
}
.flex-about{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	overflow: hidden;
}
.content-about{
	width: 49%;
}
.photo-about{
	width: 49%;
}
.title-about{
	color: #011940;
}
.title-about span{
	position: relative;
	font-size: 20px;
	padding-left: 20px;
}
.title-about h2{
	font-size: 30px;
	font-family: Helvetica-Neue-B;
}
.title-about span:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FA4E31;
    left: 0px;
    top: 2px;
    border-radius: 50%;
}
.view-about{
    display: block;
    width: 125px;
    line-height: 40px;
    border-radius: 5px;
    background: #1B2945;
    text-align: center;
    color: #fff;
    font-family: Helvetica-Neue-M;
    margin: 20px 0px 0px;
    font-size: 15px;
}
.view-about:hover{
	background: #d5ac05;
	color: #333;
}
/* CN */
.info-cn{
	background: url(../images/bg_cn.webp)no-repeat;
	background-size: cover;
}
.wr-cn{
    max-width: 1115px;
    margin: 0px auto;
    background: url(../images/bg_cn.png) no-repeat bottom center;
    padding: 0px 50px 50px 50px;
    background-size: 100%;
}

.title-detail {
	position: relative;
	margin: 20px 0px;
}

.title-detail h1 {
	font-size: 20px;
	color: #333;
	text-align: left;
	text-transform: uppercase;
	font-family: Helvetica-Neue-B;
}

.title-main {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}


.title-main h2, .title-main h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-family: Helvetica-Neue-B;
	color: #011940;
	margin: 0px;
}

.title-main span{
	position: relative;
	display: inline-block;
	color: #011940;
	font-size: 18px;
	padding-left: 20px;
}

.title-main span:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #FA4E31;
    left: 0px;
    top: 7px;
    border-radius: 50%;
}
/* info-partner */
.info-partner{
	border-top: 1px solid #CCCCCC;
}
.item-partner{
	display: block;
	border-right: 1px solid #CCCCCC;
}
/* Title color */

.title-color h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-family: Helvetica-Neue-B;
	color: #fff;
	margin-bottom: 0px;
}

.title-color span{
	position: relative;
	display: inline-block;
	color: #FFCC00;
	font-family: Helvetica-Neue-B;
	font-size: 18px;
}
.title-color span:after{
	content: '';
	position: absolute;
	width: 49px;
	height: 2px;
	background: url(../images/tt_after.png)no-repeat;
	left: -60px;
	top: 12px;
}
.title-color span:before{
	content: '';
	position: absolute;
	width: 49px;
	height: 2px;
	background: url(../images/tt_before.png)no-repeat;
	right: -60px;
	top: 12px;
}
.title-color p{
	color: #fff;
}

.title-news {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.title-news h2 {
	font-size: 40px;
	text-transform: capitalize;
	font-family: 'Helvetica-Neue-M';
}

.title-news span {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	color: #C91325;
	text-transform: uppercase;
}

/* Tiktok */
.item-tiktok {
	background: #D30000;
	padding: 10px;
}

.img-tiktok {
	position: relative;
	border-radius: 10px 10px 0px 0px;
	overflow: hidden;
}

.img-tiktok .icon-tiktok {
	position: absolute;
	top: calc(50% - 46px);
	left: calc(50% - 46px);
	width: 92px;
	height: 92px;
	background: url(../images/icon_video.png)no-repeat;
	transition: all 0.5s;
}

.item-tiktok:hover .icon-tiktok {
	transform: rotate(360deg);
}

.ds-tiktok {
	background: #fff;
	padding: 10px;
	border-radius: 0px 0px 10px 10px;
}

.ds-tiktok h3 {
	color: #333;
	font-size: 15px;
	font-family: 'Helvetica-Neue-M';
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	background: url(../images/Subtract.png)no-repeat;
	padding-left: 20px;
}

.ds-tiktok p {
	color: #333;
}

/* News */
.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 #fed402;
	color: #fed402;
}

.name-news {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 22px;
	max-height: 40px;
	-webkit-line-clamp: 2 !important;
	font-weight: 400;
}

a.name-news.name1 {
	font-size: 25px;
	line-height: 32px;
	max-height: 64px;
}

.name-news:hover {
	color: #fed402;
}

.time-news {
	color: #fed402;
	margin-bottom: 0px;
	font-size: 12px;
	margin: 7px 0;
	font-style: italic;
	font-weight: 500;
}

.desc-news {
	color: #333;
	margin: 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;
}

/* Toc */
.box-readmore {
	padding: 8px 15px;
	border: 1px solid #dedede;
	margin-bottom: 2rem;
	border-radius: 5px;
	background-color: #eeeeee;
}

.tt-toc {
	position: relative;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Helvetica-Neue-B;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.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;
	display: none;
}

.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;
}


/* Footer */

.info-footer {
	background: url('../images/bg_footer.webp')no-repeat;
	background-size: cover;
	padding: 30px 0px 30px;
	color: #fff;
}

.info-footer .box-footer{
	max-width: 695px;
	margin-left: auto;
}

.contact-wr{
    padding: 30px;
    background: url(../images/form_letter.png) no-repeat;
    background-size: 100% 100%;
}
.title-company{
	text-transform: uppercase;
	font-family: 'Helvetica-Neue-B';
}

.title-company h2{
	font-size: 26px;
}

.map-footer {
	position: relative;
	height: 450px;
	overflow: hidden;
}

.map-footer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flex-powered {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.statistic span {
	position: relative;
	padding: 0px 5px;
}

.flex-social {
	position: relative;
	display: flex;
	justify-content: star;
	align-items: center;
	gap: 10px;
	margin: 10px 0px 0px;
}
.copyright{
	border-top: 1px solid #ffffff3d;
    padding-top: 15px;
}
.flex-footer{display: flex;justify-content: space-between;align-items: center;gap: 10px;}
.logo-footer{
	display: block;
	width: 100px;
}
.ds-footer{width: calc(100% - 110px);}
/* Letter */
.info-bottom {
    background: url(../images/bg_kh.png)no-repeat bottom left #F2FEEC;
	padding: 40px 0px;
}
.flex-bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.kh-wr{
	width: 49%;
}
.wr-kh-img{
	max-width: 360px;
	margin-left: auto;
	margin-top: 40px;
}
.box-kh{
	position: relative;
	padding-top: 20px;
    padding-right: 20px;
	margin-right: 2px;
}
.box-kh:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 70px;
	width: 100%;
	border-top: 2px solid #ddd;
	border-right: 2px solid #ddd;
	border-radius: 0px 50px 0px 0px;
}
.box-kh:before{
    content: '';
    position: absolute;
    left: 40px;
    top: 100px;
    bottom: 0px;
    width: 100%;
    border-bottom: 2px solid #ddd;
    border-left: 2px solid #ddd;
    border-radius: 0px 0px 0px 50px;
}
.item-kh-img{
	border-radius: 50%;
	max-width: 95px;
	margin: 0px auto;
}
.item-kh{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.item-kh:after{
	content: '';
	position: absolute;
	left: 25px;
	top: 0px;
	background: url(../images/kh_after.png)no-repeat;
	width: 38px;
	height: 28px;
}
.item-kh:before{
    content: '';
    background: url(../images/kh_before.png) no-repeat;
    width: 38px;
    height: 28px;
    position: absolute;
    right: -20px;
    bottom: 20px;
}
.img-kh{
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.ds-kh{
	width: calc(100% - 115px);
}
.ds-kh h3{
	font-size: 18px;
	font-family: Helvetica-Neue-B;
	color: #368F42;
}


.contact-wr #content-contact{
    height: 100px !important;
    background: none;
    border: none;
	background: none;
	border-bottom: 1px solid #ffffff45;
    border-radius: 0px;
	font-size: 14px;
	padding: 0px;
}
.contact-wr input{
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff45;
    border-radius: 0px;
    height: 45px;
    font-size: 14px;
    color: #fff;
	padding: 0px;
}


.contact-wr .contact-input input::placeholder, .contact-wr #content-contact::placeholder{
	color: #fff;
}

.contact-wr .btn-contact {
    position: relative;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    background: #294277;
    padding: 10px 20px;
    margin: 10px auto 0px;
    display: block;
}

.form-control:focus{
	background: none;
}
/* Service */
.info-service {
	padding: 30px 0px;
	background: url(../images/bg_service.webp)no-repeat;
	background-size: cover;
}
.flex-service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.service-left{
	width: 25%;
	max-height: 503px;
	overflow-y: auto;
}
.service-right{
	width: 73%;
}
.item-service {
	position: relative;
	background: #F7F8F8;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #ddd;
}
.img-service{
	border-radius: 20px;
}
.ds-service {
	position: relative;
	padding: 20px;
	margin: 0px;
}

.ds-service h3, .ds-service h1 {
	color: #1B2945;
	font-size: 25px;
	font-family: Helvetica-Neue-B;
	text-transform: uppercase;
}
.ds-service h3:hover{
	color: #f00;
}
.ds-service p{
	color: #666;
	margin: 0px;
}
.title-service a{
	display: block;
	background: #fff;
	border:1px solid #ccc;
	padding: 15px;
	border-radius: 10px;
	color: #011940;
	font-size: 16px;
	font-family: Helvetica-Neue-B;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title-service a:hover, .title-service a.active{
	background: #1B2945;
	color: #fff;
}

.flex-service{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-left{
	width: 28%;
}
.service-right{
	width: 70%;
}

.menu-left{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
/* .menu-left li{
	padding: 5px 0px;
} */
.menu-left li a{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 10px 10px;
	display: block;
}
.menu-left li a.active, .menu-left li a:hover{
	color: #fff;
	background: #225BA7;
	text-decoration: inherit;
}
/* Video */
.flex-video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wr-video {
	width: 49%;
}

.wr-form {
	width: 49%;
}

.video-main {
	position: relative;
}

.list-video {
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.img-video span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	border: 1px solid #ff000066;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #f00;
	background: #ffffffa8;
	font-size: 27px;
	cursor: pointer;
	transition: all 1s;
}

.item-video:hover span {
	transform: translateX(-50%) translateY(-50%) rotate(360deg);
}

.item-video h3 {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	font-family: Helvetica-Neue-M;
}

/* 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;
}
/* Projects */
.grid-project {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.item-project{
	background: #F7F8F8;
	border-radius: 10px;
	overflow: hidden;
}
.ds-project{
	position: relative;
	padding: 20px 10px 20px 20px;
	margin-bottom: 20px;
}
.ds-project:after{
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0px;
	border-bottom: 1px solid #ddd;
}
.ds-project:before{
    content: '';
    position: absolute;
    z-index: 9;
    bottom: -9px;
    width: 30px;
    height: 20px;
    background: url(../images/view_project.png) no-repeat left center #F7F8F8;
}
.ds-project h3{
	font-size: 18px;
	color: #011940;
	text-transform: uppercase;
	font-family: 'Helvetica-Neue-B';
}
.ds-project p{
	color: #4A4A4A;
}
/* Product */
.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;
}

.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}

.content-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #101010;
	padding: 30px;
}

.photo-list {
	width: 49%;
}

.ds-list {
	width: 49%;
	color: #fff;
}

.title-list {
	color: #fff;
	background: url(../images/tt_list.png)no-repeat left top;
	padding-left: 15px;
	padding-top: 15px;
}

.title-list span {
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Helvetica-Neue-M';
}

.title-list h2 {
	font-size: 52px;
	text-transform: uppercase;
	font-family: 'Helvetica-Neue-M';
	margin-top: 10px;
}
.info-bc{
	background: url(../images/bg_bc.webp)no-repeat;
	background-size: cover;
}
.info-product{
	padding: 40px 0px;
	background: linear-gradient(to right, #7CBB38, #02782D);
}
.title-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0px;
	gap: 15px;
}
.title-list span{
	background: #fff;
	text-transform: uppercase;
	color: #368F42;
	border-radius: 5px;
	line-height: 45px;
	font-family: 'Helvetica-Neue-B';
	font-size: 16px;
	padding: 0px 10px;
	cursor: pointer;
}
.title-list span.active, .title-list span:hover{
	background: #FFCC00;
	color: #333;
}

.product {
	display: block;
	position: relative;
	text-align: center;
	border-radius: 1px;
	overflow: hidden;
}


.product .pic-product {
	display: block;
	position: relative;
	overflow: hidden;
}

.product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
}

.product .pic-product>a {
	width: 100%;
	text-align: center;
}

.product .name-product {
    color: #333;
    font-size: 15px;
    font-family: 'Helvetica-Neue-B';
    margin: 15px 0px 5px;
}

.product .name-product .text-split {
	-webkit-line-clamp: 2;
}
.product .name-product:hover{
	color: #f00;
}
.img-product{
	border-radius: 5px;
}
.load-product .ds-product h3{
	color: #fff;
}
.load-product .product .price-product {
	color: #fff;
}
.load-product .product .price-product .price-new{
	color: #FFCC00;
}
.product .price-product {
	margin-bottom: 0px;
    color: #555;
    display: flex;
    justify-content: center;
    gap: 5px;
	align-items: center;
}

.product .price-new {
	font-size: 16px;
	color: #368F42;
	font-family: 'Helvetica-Neue-B';
}

.product .price-old {
	padding: 0 10px;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	color: #ff2e00;
	text-transform: uppercase;
}

.product .price-per {
	color: #ff2e00;
	font-size: 14px;
	text-align: center;
}



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

.grid-product>* {
	max-width: 100%;
	/* Giới hạn kích thước */
	min-width: 0;
	/* Ngăn phần tử mở rộng quá mức */
}

.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;
}

.view-dflex{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.view-dflex a{
	width: 115px;
    line-height: 30px;
    border: 1px solid var(--background-static);
    border-radius: 5px;
    font-size: 13px;
    color: var(--background-static);
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-dflex a:nth-child(2) {
    border-color: #000;
    color: #000;
}

/* product detail */

.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.grid-pro-detail .left-pro-detail {
	width: 53%;
}

.grid-pro-detail .right-pro-detail {
	width: 45%;
}

.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;
}

#Zoom-1, .thumb-pro-detail {
	border: 1px solid #f1f1f1;
}

.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: #368F42;
    font-family: 'Helvetica-Neue-M';
}

/* css block actions  */
.ul-actions {
	display: flex;
	justify-content: center;
	margin: 20px;
	gap: 15px;
	align-items: flex-start;
}

.ul-actions li,
.ul-actions>div {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 80px;
	text-align: center;
}

.ul-actions .active .box__tabr,
.ul-actions .box__tabr:hover {
	border-color: #fd6e1d;
}

.ul-actions .box__tabr {
	align-items: center;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	display: flex;
	justify-content: center;
	min-height: 55px;
	padding: 4px;
	height: 60px;
	width: 80px;
}

.icon-action {
	background-image: url('../images/icon_chitiet@2x-min.png');
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	line-height: 30px;
	vertical-align: middle;
	background-size: 300px 180px;
}

.icon-dnb {
	background-position: 0 0;
	height: 28px;
	width: 28px;
}

.icon-tskt {
	background-position: -105px 0;
	height: 30px;
	width: 30px;
}

.icon-ttsp {
	background-position: -140px 0;
	height: 19px;
	width: 23px;
}

.ul-actions p {
	font-size: 14px;
	line-height: 1.3;
	margin-top: 5px;
	white-space: normal;
	color: #000;
}

/* 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;
}

/* Contact */
.contact-map {
	position: relative;
	height: 500px;
	margin-top: 30px;
}

.contact-map iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.frm_contact {
	background: url(../images/bg_contact.png)no-repeat;
	background-size: 100% 100%;
	padding: 50px;
}


.title-contact p {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Helvetica-Neue-B';
	text-align: center;
	margin-bottom: 10px;
}
.title-contact p:last-child{
	color: #3292FF;
}
.frm_contact .btn-primary {
	background: #B40101;
	border: 1px solid #B40101;
	padding: 0px;
	line-height: 50px;
	color: #fff;
	font-family: Helvetica-Neue-B;
	font-size: 20px;
	width: 70%;
	display: block;
	margin: 0px auto;
	text-transform: uppercase;
	clip-path: polygon(5% 0, 100% 0, 100% 75%, 95% 100%, 0 100%, 0 25%);
}

.frm_contact .form-control {
	font-size: 14px;
	height: 45px;
	border-radius: 1px;
}

.frm_contact #content-contact {
	height: 80px !important;
	border-radius: 1px;
}


/*  breadCrumbs */
.breadCrumbs {
	padding: 10px 0px;
	background: #ddd;
}

.breadCrumbs ol {
	margin: 0px;
}

.breadCrumbs ol li a {
	color: #333;
}

.breadCrumbs ol li a:hover {
	color: #f00;
}

/* paging */
.paging-product {
	position: relative;
}

.pagination {
	margin: 30px 0px 0px;
	display: flex;
	flex-wrap: wrap;
	gap:5px;
}

.pagination li span {
	cursor: pointer;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #FFCC00;
	border-color: #FFCC00;
}

.page-link {
	color: #333;
}

.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;
}

/* 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;
}

/* CSSS T */

a.views_dm {
	width: 140px;
	height: 38px;
}

.effect_button {
	transform-style: preserve-3d;
	transform: translateZ(-25px);
	transition: transform 0.25s;
	position: relative;
	display: inline-flex;
	z-index: 1;
}

.effect_button:after,
.effect_button:before {
	position: absolute;
	content: 'xem thêm';
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f00;
	box-sizing: border-box;
	border-radius: 5px;
	z-index: -1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}

.effect_button:before {
	color: #fff;
	background: #f00;
	transform: rotateY(0deg) translateZ(25px);
}

.effect_button:after {
	color: #f00;
	transform: rotateX(90deg) translateZ(25px);
}

.effect_button:hover {
	transform: translateZ(-25px) rotateX(-90deg);
}

/* TC */


.item-tc {
	background: #fff;
	padding: 15px;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 10px #00000015;
	margin: 7px;
}

.item-tc h3 {
	font-size: 17px;
	font-family: 'Helvetica-Neue-B';
	margin: 10px 0px;
	color: #368F42;
}
.ds-tc{
	width: calc(100% - 75px);
}

/* QT */
.info-qt {
	padding: 30px 0px;
	background: url(../images/bg_qt.webp)no-repeat;
	background-size: cover;
}

.grid-qt {
	position: relative;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.grid-qt-1{
	margin-bottom: 40px;
	padding-right: 100px;
}
.grid-qt-2{
	margin-top: 50px;
	padding-left: 100px;
}
.line-qt{
	position: relative;
	border-top: 1px solid #fff;
}

.flex-qt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.item-qt {
	position: relative;
	color: #fff;
	text-align: center;
}


.ds-qt h3 {
	font-size: 15px;
	font-family: 'Helvetica-Neue-M';
	text-transform: capitalize;
}

.ds-qt p {
	margin-bottom: 0px;
}
.img-qt::after{
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.img-qt{
    position: relative;
    background: #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 20px;
	
}
.img-qt img{
transition: all 0.5s;
}
.item-qt:hover .img-qt img{
	transform: rotate(360deg);
}
.img-qt span{
	width: 30px;
    line-height: 30px;
    background: linear-gradient(90deg, #8F0C19, #C91325);
    border-radius: 50%;
    font-family: 'Helvetica-Neue-M';
    position: absolute;
    z-index: 99;
    right: -20px;
    top: 0px;
}
.line-item-qt{
	position: absolute;
    width: 1px;
    height: 40px;
    background: #fff;
    left: 50%;
}
.line-item-qt:after{
    content: '';
    position: absolute;
    left: -2px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
}

.line-item-qt:before{
  	content: '';
    position: absolute;
    left: -4px;
    bottom: -5px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}

.line-item-qt-top
{
	position: absolute;
    width: 1px;
    height: 40px;
    background: #fff;
    left: 50%;
    top: -50px;
    transform: rotate(180deg);
}
.item-qt .doct{
    position: absolute;
    left: calc(50% - 9px);
    top: 146px;
    width: 20px;
    height: 20px;
    background: #ffffff7b;
    border-radius: 50%;
}
.item-qt .doct-top{
    position: absolute;
    left: calc(50% - 10px);
    top: -60px;
    width: 20px;
    height: 20px;
    background: #ffffff7b;
    border-radius: 50%;
}
.item-qt:hover .doct{
	background: #c913256d;
}
.item-qt:hover .line-item-qt:before{
	background: #C91325;
}
/* .item-qt:nth-child(-n+5) {
  margin-right: 100px;
}
.item-qt:nth-child(n+6):nth-child(-n+10) {
  margin-left: 100px;
} */

/* KH */
.info-kh {
	padding: 60px 0px;
	background: url(../images/bg_kh.webp)no-repeat;
	background-size: cover;
}

.flex-kh {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kh-left {
	width: 45%;
	padding-right: 60px;
	max-height: 440px;
	overflow-x: hidden;
}

.kh-left::-webkit-scrollbar {
	width: 6px;
	height: 100px;
}

.kh-left::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.kh-left::-webkit-scrollbar-thumb {
	background: #C91325;
}


.kh-right {
	width: 53%;
}

.item-kh {
	padding: 15px 0px;
}

.name-kh {
	background: url(../images/desc.png)no-repeat left center;
	padding-left: 55px;
}

.name-kh h3 {
	font-family: 'Helvetica-Neue-M';
	font-size: 17px;
	text-transform: uppercase;
}

.name-kh p {
	font-size: 15px;
	color: #C91325;
	margin-bottom: 10px;
}
.numb-tk{
	font-size: 100px;
	color: #C91325;
	font-family: Helvetica-Neue-B;
}
.content-tk {
	font-size: 25px;
	font-family: 'Helvetica-Neue-M';
}
.tk-contact{
    width: 165px;
    line-height: 50px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(90deg, #8F0C19, #C91325);
    display: block;
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
	margin-top: 40px;
}
.tk-contact:hover{
	color: #ff0;
}
/* TK */
.info-tk {
	padding: 40px 0px;
	background: url(../images/bg_tk.webp)no-repeat;
	background-size: cover;
}
.grid-tk {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.item-tk h3 {
	font-size: 17px;
	color: #fff;
	font-family: Helvetica-Neue-B;
	margin: 0px;
}

.item-tk p {
	color: #fff;
}

.item-tk p {
	margin-bottom: 0px;
}

.item-tk p.number {
	font-size: 50px;
	font-family: Helvetica-Neue-B;
}

.ds-tk {
	margin-top: 10px;
}

/* Album */
.info-album {
	padding: 30px 0px;
}
.wr-album:nth-child(even){
	direction: rtl;
}
.wr-album{
	padding: 20px 0px;
	display: flex;
	justify-content: space-between;
}
.album-left{
	width: 28%;
}
.album-right{
	width: calc(72% - 10px);
}
.item-album{
	border-radius: 10px;
	overflow: hidden;
}
/* Demo reset (tuỳ bạn giữ hoặc bỏ) */

.collage {
	--gap: 10px;
	--pad: 10px;
	padding: var(--pad);
	display: grid;
	grid-template-columns: 1.5fr 2fr;
	gap: var(--gap);
}

.collage img {
	object-fit: cover;
	height: 100%;
}

/* Tile chung */
.collage .tile {
	border-radius: 5px;
	overflow: hidden;
}

/* Ảnh lớn bên trái */
/* .collage .tile--big{
  grid-row: 1 / span 2; 
} */

/* Cột phải gồm 2 hàng: top + bottom */
.collage .right {
	display: grid;
	grid-template-rows: 1fr 0.55fr;
	/* hàng trên cao hơn hàng dưới */
	gap: var(--gap);

}

/* Hàng trên: 2 ảnh */
.collage .top {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--gap);
}

/* Hàng dưới: 3 ảnh */
.collage .bottom {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: var(--gap);
}

/* Responsive: màn nhỏ thì xếp dọc */
@media (max-width: 768px) {
	.collage {
		grid-template-columns: 1fr;
	}

	.tile--big {
		grid-row: auto;
		min-height: 220px;
	}

	.right {
		min-height: auto;
	}
}

/* Video */

.grid-video {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px 20px;
}
/* News */
.info-news {
	padding: 30px 0px;
	background: #F1F1F1;
}

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

.item-news {
	border-radius: 15px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 3px #00000078;
    margin: 5px;
    padding: 10px;
}
.img-news{
	border-radius: 10px;
}
.item-news .ds-news {
	width: 100%;
	position: relative;
	padding: 10px 0px;
}

.ds-news .news-menu {
	color: #C91325;
	border-left: 1px solid #C91325;
	padding-left: 10px;
}

.ds-news h3 {
    font-size: 20px;
    margin: 0;
    color: #011940;
    font-family: 'Helvetica-Neue-B';
    text-transform: uppercase;
    -webkit-line-clamp: 1 !important;
    line-height: 1.5;
}

.item-news:hover h3 {
	color: #f00;
}


.ds-news .desc {
	color: #333;
}

.ds-news .view {
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
    color: #294277;
    margin: 10px 0px 0px 0px;
}
.ds-news .view .next {
    font-size: 25px;
    height: 20px;
    line-height: 10px;
}
.time-news-all{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #FA4E31;
    color: #fff;
    padding: 5px 20px;
    border-radius: 2px 2px 0px 0px;
}
.item-news-all{
	padding: 15px 0px;
	border-bottom: 1px dashed #368F42;
}
.img-news-all{ 
	width: 48%;
	max-width: 280px;
	border-radius: 10px;
}
.ds-news-all{
	width: calc(100%  - 300px);
	min-width: 50%;
}
.ds-news-all h3{
	font-size: 17px;
	color: #333333;
	font-family: 'Helvetica-Neue-B';
}
.ds-news-all p{
	color: #333;
	margin: 0px;
}

a.btn_link {
	position: relative;
	margin: 5px;
	height: 36px;
	width: 140px;
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before {
	content: 'facebook';
}

.btn_link.effect_button:first-child:after,
.btn_link.effect_button:first-child:before,
.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	border-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(0 165 217 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
	background-color: rgb(0 165 217 / var(--tw-bg-opacity));
}

.btn_link.effect_button:nth-child(2):after,
.btn_link.effect_button:nth-child(2):before {
	content: 'google map';
}

div.slick.in-page:not(.slick-initialized) {
	display: flex;
	gap: 10px;
	overflow: hidden;
	white-space: nowrap;
}

.attr-pro-detail {
	margin: auto;
	padding: 0;
}

.baonoidung iframe {
	max-width: 100% !important;
}

.baonoidung img {
	height: auto !important;
}

.baonoidung * {
	max-width: 100% !important;
}

.baonoidung table {
	display: block;
	overflow-y: auto;
}

div.desc-pro-detail ul li {
	margin-bottom: 0.75rem;
	list-style-type: circle;
}

div.desc-pro-detail ul li:last-child {
	margin-bottom: 0 !important;
}

div.baonoidung ul li {
	margin-bottom: 0.75rem;
	list-style-type: disc;
}

div.baonoidung ol li {
	margin-bottom: 0.75rem;
	list-style-type: decimal;
}

.price-new-pro-detail {
	font-weight: 700;
	font-size: 20px;
	color: #ff2e00;
}

.price-old-pro-detail {
	font-weight: 500;
	color: #666;
	text-decoration: line-through;
	padding-left: 10px;
}

.color-pro-detail.active,
.size-pro-detail.active,
.size-pro-detail:hover {
	color: #fff !important;
	background: #232323;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	margin-right: 20px;
	font-weight: 500;
}

.quantity-pro-detail span {
	line-height: 40px;
	padding: 0;
	width: 30px;
	height: 40px;
	color: #000;
	cursor: pointer;
	font-size: 22px;
}

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0;
}

.quantity-pro-detail span.quantity-minus-pro-detail {
	border-right: 0;
}

.quantity-pro-detail input {
	height: 40px;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 20px;
	padding: 5px;
	font-weight: 700;
}

.cart-pro-detail {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.cart-pro-detail a {
	text-align: center;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
}

.cart-pro-detail a.addnow {
	margin-right: 10px;
	color: #fff;
	border-radius: 5px;
}

.cart-pro-detail a.addnow:hover {
	background-color: #f00;
	color: #fff;
	border-color: #f00;
}

.cart-pro-detail a.buynow {
	background-color: #000;
}

.cart-pro-detail a.buynow:hover {
	background-color: #f00;
	color: #fff;
}

.cart-pro-detail a i {
	vertical-align: top;
	margin-top: 3px;
	margin-right: 8px;
}

.button-contact-pro-detail a {
    width: calc(50% - 10px);
    text-align: center;
    padding: 10px 15px;
    line-height: 25px;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(to right, #7CBB38, #02782D);
	font-family: 'Helvetica-Neue-M';
    font-size: 18px;
}

/* Swipper */

.swiper .swiper-wrapper {
	width: inherit;
	height: inherit;
}

.swiper.swiper-initialized .swiper-wrapper {
	margin: 0;
	width: 100%;
	height: 100%;
}

.swiper.swiper-initialized .swiper-slide {
	padding: 0;
	margin: 0px;
	overflow: hidden;
}

/* Popup */
.modal-title {
	font-size: 20px;
}

/* 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);
	}
}

.img-shake{
  display:inline-block;
  transition: transform .2s;
  will-change: transform;
}

.img-shake:hover{
  animation: shake .35s linear;
}

@keyframes shake{
  0%   { transform: translateX(0) }
  20%  { transform: translateX(-3px) }
  40%  { transform: translateX(3px) }
  60%  { transform: translateX(-2px) }
  80%  { transform: translateX(2px) }
  100% { transform: translateX(0) }
}

/*HOVER ROTATE */
.hrv-rotateY img { transition: all 0.9s ease 0s; }
.hrv-rotateY:hover { text-decoration: none; }
.hrv-rotateY:hover img { transition: all 0.7s ease 0s; transform: rotateY(180deg); text-decoration: none; }

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}