/* Fonts */
@font-face {
	font-family: 'Roboto-Regular';
	src: url('../fonts/Roboto-Regular.woff');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Bold';
	src: url('../fonts/Roboto-Bold.woff');
	font-display: swap;
}

@font-face {
	font-family: 'Roboto-Black';
	src: url('../fonts/Roboto-Black.woff');
	font-display: swap;
}

@font-face {
    font-family: 'UTM_HelvetIns';
    src: url('../fonts/UTMHelvetIns.woff2') format('woff2'),
        url('../fonts/UTMHelvetIns.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

@font-face {
    font-family: 'SVN-Poppins_m';
    src: url('../fonts/SVN-PoppinsMedium.woff2') format('woff2'),
        url('../fonts/SVN-PoppinsMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins_b';
    src: url('../fonts/FzPoppins-Black.woff2') format('woff2'),
        url('../fonts/FzPoppins-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff2') format('woff2'),
        url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

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

@font-face {
    font-family: 'Mulish_et';
    src: url('../fonts/Mulish-ExtraBold.woff2') format('woff2'),
        url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Playfair Display';
    src: url('../fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pinyon Script';
    src: url('../fonts/PinyonScript-Regular.woff2') format('woff2'),
        url('../fonts/PinyonScript-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: '1FTV VIP Blacksword';
    src: url('../fonts/1FTVVIPBlacksword.woff2') format('woff2'),
        url('../fonts/1FTVVIPBlacksword.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


/* @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: 'Mulish';
	/* background: linear-gradient(180deg, rgba(222, 241, 250, 0.00) 0%, #DEF1FA 60.43%); */
	top: 0px!important;
}
.container_full {overflow: hidden;}
.skiptranslate{display: none;}
.snow-canvas {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	pointer-events: none;
	z-index: 9999999;
}


.wrap-content {
	max-width: 1200px;
	margin: 0px auto;
}
.max-width {
	width: 90%;
	max-width: 1200px;
	margin: 0px auto;
}

.mw-700 {
	max-width: 700px;
}
img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

.text-split1{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}
.line1{
	-webkit-line-clamp: 1;
}
.line2{
	-webkit-line-clamp: 2;
}
.line3{
	-webkit-line-clamp: 3;
}
.line4{
	-webkit-line-clamp: 4;
}
.line7{
	-webkit-line-clamp: 7;
}



.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;
}
.gutter-x-20{--bs-gutter-x: 20px;}    
.gutter-x-5{--bs-gutter-x: 5px;}   
/*   Header   */
/* .header {
	padding: 20px 0px;
} */
.flex-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cart-head {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 5px;
	position: relative;
	color: #fff;
}
.cart-head:hover {
	color: #fed402;
}
.cart-head i {
	font-size: 20px;
}
.cart-head .count-cart {
	position: absolute;
	z-index: 999;
	color: #fff;
	background: #f00;
	border-radius: 50%;
	top: -10px;
	right: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
.menu-head {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}
.menu-head a {
	color: #fff;
}
.menu-head a:hover {
	color: #fed402;
}
.line-head {
	background-color: #72b2fd;
	height: 32px;
	width: 1px;
}

/* slideshow */
.slideshow {
	position: relative;
}
/* Search */
.search {
	width: 100%;
	max-width: 250px;
	position: relative;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #F5F5F5;
}
.search input {
	width: calc(100% - 35px);
	font-size: 13px;
	color: #333;
	border-radius: 30px;
	border: none;
	height: 35px;
	background-color: #F5F5F5;
}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search label {
    height: 32px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    margin-right: 3px;
    padding: 5px 10px;
}
.search label i {
	font-weight: bold;
	color: #999;
}

.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;
}
.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: 15px;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
}
.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: #008ECC;
    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: #008ECC;
}
.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: #ffffff;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	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;
	gap: 10px;
	border-top: 1px solid #ffffff1f;
}

.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 {
	position: relative;
	z-index: 99;
	width:100%;
}
.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.ulmn > li {
	/* flex: auto; */
}
.menu ul li.line {
	width: 1px;
	height: 15px;
	background-color: rgba(255, 255, 255, 0.5);
	flex: none;
}
.menu ul li a {
	font-size: 16px;
	color: #000000;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	display: block;
	line-height: 45px;
	font-family: 'Mulish_b';
	text-transform: uppercase;
}
.menu ul li a::before{position: absolute;content: '';width: 100%;height: 2px;background-color: #008ECC;border-radius: 5px;left: 0px;bottom: 9px; transform-origin: right;transform: scaleX(0); transition: transform 0.5s;}
.menu ul > li > a.active::before,.menu ul> li:hover > a::before{transform-origin: left;transform: scaleX(1);}

.menu ul li a img {
	vertical-align: middle;
}
.menu ul li a.active,
.menu ul li:hover > a {
	color: #008ECC;
}

.menu ul li ul li:hover > a {
	color: #008ECC;
}


.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: #008ECC;
	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;
}

a.cart-header {
	position: relative;
}
a.cart-header span {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #fff;
	font-size: 11px;
	width: 17px;
	height: 17px;
	text-align: center;
	border-radius: 50%;
}

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

.item-partner{border:1px solid #f1f1f1;display: block;}
.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin: 20px 0px;
}
.title-detail h1 {
	font-size: 25px;
	color: #008ECC;
	text-align: left;
	text-transform: uppercase;
	font-family: 'UTM_HelvetIns';
}
.title-main {
	position: relative;
	text-align: center;
}
.title-main span {
	font-size: 1.5em;
	text-transform: uppercase;
	color: #fff;
	background-color: #008ECC;
	font-family: 'UTM_HelvetIns';
	font-size: 25px;
	border-radius: 5px;overflow: hidden;padding: 5px 20px;;
}
.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: center;
	gap: 20px;
}
.title-cat-main span {
	display: block;
	color: #999;
	background: linear-gradient(64.85deg, #fca600 23.67%, #ffd41d 106.12%);
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	cursor: pointer;
}
.title-cat-main span:hover,
.title-cat-main span.active {
	background: linear-gradient(64.85deg, #ffd41d 23.67%, #fca600 106.12%);
	color: #000;
}
/* 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;
}
.info-news {
}
.info-news h3 {
}
.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: #333333;
	margin: 0px;
	text-align: justify;
}
.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: Roboto-Bold;
	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;
}

/* Partner */
.info-partner {
	background: #f8f8f8;
	padding: 15px 0px;
}

/* Footer */

.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	color: #fff;
}
.info-footer {
	background: url(../images/image/bg_ft2.jpg)no-repeat;background-size: cover;
	position: relative;
	padding: 50px 0px;
}
/* .info-footer::after{position: absolute;content: '';background: url(../images/image/bg_top.png)no-repeat;left: 0px;right: 0px;;bottom: 100%;height: 111px;margin: auto;background-size: 100% 100%;} */
.title-footer {
	margin-bottom:20px;
	font-size: 16px;
	font-weight: 700;
	color: #005579;
	font-family: 'Mulish_b';
	position: relative;
	text-transform: uppercase;
}
.thongtin_desc{font-size: 14px;color: #0B3E53;font-family: 'SVN-Poppins_sm';line-height: 2;}
.title-footer::after{
	position: absolute;content: '';background-color: #008ECC;bottom: -10px;left: 0px;height: 1px;width:50px;
}
.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 30%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 18%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 18%;
}
.info-footer .flex-footer .box-footer:nth-child(4) {
	width: 23%;
}
.social-footer{justify-content: center;margin-top: 10px;}
.map-footer {
	position: relative;
	width: 100%;
	height: 200px;
}
.map-footer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.footer-powered {
	color: #fff;
}
.flex-powered {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.statistic span {
	position: relative;
	padding: 0px 5px;
}
.statistic{display: flex;align-items: center;}

/* Tags */
.title-tags {
	position: relative;
	font-size: 1em;
	font-weight: 600;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #777;
}
.title-tags:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	height: 3px;
	width: 30px;
}
.flex-tags {
	display: flex;
	gap: 5px;
}
.flex-tags a {
	color: #333;
	border: 1px solid;
	border-radius: 3px;
	display: inline-block;
	opacity: 0.8;
	padding: 2px 5px;
}
.flex-tags a:hover {
	background-color: #f00;
	border-color: #f00;
	color: #fff;
	opacity: 1;
}

/*   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 */
.flex-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-about {
	width: 56%;
	position: relative;
	text-align: center;
	position: relative;
}
.content-about::after{position: absolute;content: '';background: url(../images/image/tuyet.png)no-repeat;left: 0px;right: 0px;bottom: -40px;z-index: 1;width: 699px;height: 432px;margin: auto;}
.photo-about {
	width:44%;
	position: relative;
}
.title-about {
	margin-bottom: 20px;
	
}
.title-about h3 {
	font-size: 30;
	color: #333;
	text-transform: uppercase;
}
.view-about {
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	width: 206px;line-height: 55px;background: url(../images/image/bg_xt.png)no-repeat;background-size: 100% 100%;
	display: inline-block;
	font-family: 'SVN-Poppins_sm';
	text-transform: capitalize;
	margin-top: 30px;
	
}
.view-about span {
	position: relative;
	z-index: 1;
	top:2px;
}
.view-about span:hover {
	color: #f00;
}
/* Service */
.item-service {
	position: relative;
}
.item-service h3 {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	font-size: 17px;
	margin: 0px;
}
/* Video */
.flex-video {
	display: flex;
	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: 'SVN-Poppins_sm';}

/* 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 */
.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%);
}
.wrap-product-sale {
	overflow: hidden;
}
.wr-search p {
	font-weight: bold;
	text-transform: uppercase;
}

.product {
	display: block;
	position: relative;
	text-align: center;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 10px #9FCBEA;
	overflow: hidden;
}


.product .pic-product {
	background: #fff;
	display: block;
	position: relative;
}
.product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
}
.first_img {
	position: absolute;
	top: 0;
	transition: all 0.5s ease;
	height: 100%;
}
.product:hover .first_img {
	transform: scale(0);
}
.second_img {
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	transition: all 0.5s ease;
	height: 100%;
}
.product:hover .second_img {
	right: 0;
	top: 0;
	transition: all 0.5s ease;
}
.product .name-product {
	margin-bottom: 15px;
	font-weight: normal;
}
.product .name-product a {
	font-size: 16px;
    color: #000000;
	font-family: 'SVN-Poppins_m';
	margin-top: 5px;
	line-height: 1.3;
}
.product .name-product a:hover {
	color: #3792E8;
	transition: all 0.3s;
}
.product .name-product .text-split {
	-webkit-line-clamp: 2;
}
.product .price-product {
	margin-bottom: 10px;
	color: #555;
}
.product .price-new {
	font-size: 18px;
	color: #3792E8;
	display: inline-block;
	font-family: 'SVN-Poppins_sm';
}
.product .price-old {
	padding: 0 10px;
	font-size: 15px;
	text-decoration: line-through;
	display: block;
	color: #7E7E7E;
	font-family: 'SVN-Poppins_m';
	position: relative;
	top:2px;
}
.product .price-per {
	color: #ff2e00;
	font-size: 13px;
	text-align: center;
	font-weight: 700;
}
.box-cat {
	text-align: center;
}
.box-cat h3 {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.box-cat:hover h3 {
	color: #f00;
}
.cart-product {
	margin: 5px 0 0 0px;
}
.cart-product span {
	cursor: pointer;
	color: #fff;
	text-align: center;
	padding: 0px 5px;
	border-radius: 5px;
	display: inline-block;
	line-height: 34px;
	font-size: 13px;
	font-weight: 700;
}
.cart-add {
	margin-left: 10px;
	background-color: #00a5d9;
	width: 155px;
}
.cart-add:hover {
	background-color: #fed402;
}
.cart-buy {
	background-color: #ff2e00;
	width: 93px;
	height: 33px;
}
.cart-buy:hover {
	background-color: #fed402;
}
.grid-product {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

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

/* product detail */

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

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

.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: #008ECC;
}
.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;
	font-family: 'SVN-Poppins_sm';
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover{background-color: #008ECC;color: #fff;}
/* 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%;
}

/*  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: 20px 0px;
}
.pagination li span {
	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;
}

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

/* News */
.grid-news {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.grid-news1 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 20px;
}

.item-news .ds-news {
	width: 100%;
}
/* .item-news{box-shadow: 0px 0px 10px #888888;} */
.ds-news{padding: 10px;}
.ds-news span {
	display: block;
	line-height: 25px;
	color: #999;
	font-size: 13px;
	margin: 10px 0px 0px;
	font-style: italic;
}

.ds-news h3 {
	font-size: 16px;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	-webkit-line-clamp: 2 !important;
	font-family: 'SVN-Poppins_sm';
	margin-top: 5px!important;margin-bottom: 10px!important;line-height: 1.5;
}
.box-album,.item-video{cursor: pointer;}
.ds-news .desc {
	color: #333;
}

.item-news:hover h3 {
	color: #f00;
	transition: all 0.3s;
}

.item-news-all a {
	display: flex;
	justify-content: space-between;
}
.item-news-all a .ds-news {
	width: calc(100% - 110px);
}
.item-news-all a .ds-news h3 {
	text-transform: capitalize;
	font-size: 15px;
}
.flex-news-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}

.news-left {
	width: 68%;
}
.news-right {
	position: sticky;
	top: 20px;
	width: 30%;
	background: #f1f1f1cc;
	padding: 20px;
	box-shadow: 0px 0px 5px #99999978;
}

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: #008ECC;
}
.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-family: 'SVN-Poppins_sm';
}
.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;
}

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

/* .form_lienhe .newsletter-input span{font-size: 14px;color: #000;margin-bottom: 10px;display: inline-block;}
.form_lienhe .row{margin-bottom: 10px;}
.btn_dk1{font-size: 14px;color: #fff;background-color: #F96B30;border-radius: 30px;border: none;display: inline-block;margin: auto;}
.center{text-align: center;margin-top: 20px;}
.form_lienhe .form-control{font-size: 15px;}
.modal-header{background-color: #F96B30;}
.modal-title{color: #fff;} */


/* //customer */
.slogan{font-size:14px;margin-top: 10px;}
.title_h2{font-size:40px;text-transform: capitalize;font-family: 'Mulish_b';color:#fff;text-transform: uppercase;}
.title_h1{width: 0px;height: 0px;overflow: hidden;}
.nd_top{text-align: center;margin-bottom: 30px;}
.img_line{line-height: 1;margin-top: 20px;margin-bottom: 20px;}
.img_line img{margin: auto;}
h1,h2,h3,h4,p,ul{margin: 0px;padding: 0px;}
.tv{font-size: 14px;color:#000;font-family: 'SVNProductSans';}
.tv1{font-size: 15px;color:#fff;}
.tv1 span{font-family: 'SFProDisplay_b';}
.al-center{align-items: center;}
.hd_top{background-color: #214F99;padding: 3px 0px;}
#google_language_translator {display: none !important;}
.flex1{display: flex;align-items: center;}
.justify{justify-content: space-between;}
#flags{display: flex;}
#flags p{font-size: 16px;color: #000;font-family: 'Mulish_b';cursor: pointer;}
#flags span{margin: 0px 5px;}
#flags .flag.active{text-decoration: underline;}

.hl_r{margin-left: 10px;}
.logo-header{max-width: 184px;width: 100%;}
.hd_top_item {padding-left:300px;}
.search-res{position: relative;}
.search1 .search{position: absolute;right: 0px;top: 40px;width: 0px;opacity: 0;z-index: 9;}
.search1{cursor: pointer;width: 40px;line-height: 40px;border-radius: 30px;background-color: #DFF5FF;text-align: center;}
.search1 .search-res.active .search{border: 1px solid #d9d9d9;}
.menu{max-width: 930px;width: 100%;;}
.header{padding: 20px 0px;}
.langCon{margin-left: 20px;}



/* //gioithieu */
.about_slogan{font-size:40px;color: #000000;font-family:'SVN-Poppins_m'}
.title-about h2{
	background: linear-gradient(0deg, #008ECC 23.53%, #26AFEA 92.65%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #FFF;
	font-family: 'Poppins_b';
	font-size: 115px;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	line-height: 1;

}
.about_ct{font-size: 14px;color: #000;text-align: center;line-height: 2;}
.ha_top{display: inline-block;}
.tc_item_1{padding: 10px;}
.about_box{padding: 70px 0px;}
.img_ha_gt{border-radius: 50%;overflow: hidden;border: 10px solid #fff;}
.photo-about{text-align: center;}
.about_box{padding: 60px 0px;background: url(../images/image/bg_gt.jpg)no-repeat;background-size: 100% 100%;}




/* //sanpham_Nb */
.price-product{display: flex;align-items: center;justify-content: center;}
.info_pro{padding: 10px;}
.btn_xt_sp{width: 100%;line-height: 45px;border: 1px solid #3AB1F0;background-color: #E4F3FB;text-align: center;font-size: 15px;color: #000000;font-family: 'SVN-Poppins_sm';border-radius: 4px;}
.sp_bc_id{padding: 60px 0px;}
.giamgia{font-size: 14px;color: #fff;width: 60px;line-height: 30px;text-align: center;background-color: #3792E8;font-family: 'SVN-Poppins_m';position: absolute;top: 10px;right: 10px;z-index: 11;}
.img_sp{position: relative;}
.free__ship{position: absolute;left: 10px;top:-6px;z-index: 11;}
.product.pro_free::after{position: absolute;content: '';background: url(../images/image/cham.png)no-repeat;top: -4px;left: 10px;right: 0px;width: 55px;height: 19px;z-index: -1;}


/* khampha */
.flex2{display: flex;flex-wrap: wrap;}
.box_khampha_id{justify-content: space-between;}
.tiktok_l{width: 30%;}
.tiktok_md{width: 30%;}
.tiktok_r{width: 36%;}
.name_cs{font-size: 20px;color: #222222;font-family: 'SVN-Poppins_sm';text-transform: capitalize;position: relative;}
.info_cs{
	background: #FFF;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.25);
	padding:16px 10px 20px 40px;
	position: relative;
}
.tiktok-item .tiktok-embed{margin: unset;width: 100%;;}
.a_box_cs:nth-child(1){margin-bottom:20px;display: inline-block;}
.khampha_id{padding: 60px 0px;background: linear-gradient(180deg, #F6F0DF 0%, rgba(246, 240, 223, 0.00) 100%);;}


/* //duan */
.da_item{position: relative;}
.desc_da{font-size: 15px;color: #fff;}
.img_da{width: 54%;}
.stt_id{font-size: 120px;color: #FFFFFF;font-family: 'SVN-Poppins_sm';line-height: 1;}
.name_da{font-size: 32px;color: #FFFFFF;;font-family: 'SVN-Poppins_sm';padding-left: 20px;border-left: 1px solid #fff;padding-right: 20px;line-height: 1;margin: 20px 0px;}
.desc_da{font-size: 14px;color: #FFFFFF;text-align: justify;line-height: 2;}
.xct_da{font-size: 14px;color: #FFFFFF;margin-top: 20px;}
.info_da{background: url(../images/image/bg_if.jpg)no-repeat;background-size: 100% 100%;width: 46%;padding: 0px 40px;align-self: normal;display: flex;flex-wrap: wrap;align-items: baseline;flex-direction: column;justify-content: center;}
.box_da_item{border-radius: 20px;overflow: hidden;;}
/* .box_bg_id{background: url(../images/image/bg_id.jpg)no-repeat;background-size: 100% 100%;} */


/* album */
.box_ab1:nth-child(2) {position: relative;margin-top: -170px;margin-left: -200px;align-self: flex-start;}
.box_ab1:nth-child(3) {margin-top:10px;margin-left: 205px;}
.box_ab1:nth-child(4) {align-self: flex-start;position: absolute;right: 0px;bottom: 120px;}
.qc_sl1 {display: flex;flex-wrap: wrap;position: relative;padding-top: 170px;}
.album_anh{padding: 60px 0px;background-size: cover;}
.album_gallery{display: none;}
.box_ab1{padding: 5px;background-color: #fff;}
/* .qc_sl1::after{position: absolute;content: '';background: url(../images/image/mery.png)no-repeat;bottom:0px;left:-40px;width:220px;height:269px;} */

/* //tintuc */
.name_tt{font-size: 18px;color: #222222;font-family: 'Mulish_b';margin-top: 10px;;}
.desc_tt{font-size: 14px;color: #222222;margin: 10px 0px;font-family: 'Mulish_m';line-height: 1.8;}
.img_tt_xct{font-size: 14px;color: #222222;font-family: 'SVN-Poppins_sm';}
.img_tt_xct img{display: inline-block;}
.box_ab__id{background: linear-gradient(180deg, #C1E5F5 0%, rgba(193, 229, 245, 0.00) 100%);}
.album_galery_id{padding: 60px 0px;}
.nd_top_ab{position: absolute;top: 60px;right: 1px;max-width: 350px;text-align: center;}
.sl_tt{
	color: #008ECC;
	text-align: justify;
	font-family: 'Mulish';
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
}

/* //mangxh */
.mxh_l{width: 48.5%;}
.mxh_r{width: 49%;background: #FFF;box-shadow: 0px 0px 20px 0px #CEE4F4;padding: 0px 10px;text-align: center;}
.flex_mxh_id{justify-content: space-between;}
.img_fb{width: 38%;padding: 10px;background-color: #fff;transform: rotate(-10deg);background: #FFF;box-shadow: 0px 0px 20px 0px #CEE4F4;margin: 10px;position: relative;}
.img_fb::after{position: absolute;content: '';background: url(../images/image/nen_top.png);width: 151px;height: 82px;top: -40px;left: 0px;right: 0px;margin: auto;transform: rotate(16deg);}
.info_fb{width: 55%;align-self: flex-start;}
.box_feeback{justify-content: space-between;padding-top: 22px;}
.content_fb{font-size: 14px;color: #222222;text-align: justify;line-height: 2;}
.name_fb{font-size: 18px;color: #000000;font-family: 'SVN-Poppins_sm';margin: 5px 0px;}
.content_fb{font-size: 12px;color: #000000;}
.fb_nd_bg{margin-top:10px;padding-left: 60px;background: url(../images/image/nhay.png)no-repeat left top;}
.desc_fb{font-size: 12px;color: #000000;}
.video_bottom{margin-top: -80px;position: relative;z-index: 2;}
.flex2{display: flex;flex-wrap: wrap;}
.mang_xh_id{padding: 60px 0px;background: linear-gradient(180deg, #C1E5F5 0%, rgba(193, 229, 245, 0.00) 100%);}



/* DANKY */
.frm_contact .title_h2{font-size: 35px;color: #fff;}
.frm_contact .slogan{font-size: 14px;color: #fff;}
.img_dk{margin: 10px 0px;}
.bg_sdt{font-size: 32px;color: #D02D28;font-family: 'UTM_HelvetIns';-webkit-text-stroke-color: #FFF;text-transform: uppercase;
	-webkit-text-stroke-width:1px;
	-webkit-text-stroke-color: color(display-p3 1 1 1);}
.frm_contact input{height: 40px;font-size: 14px;}
.frm_contact #content-contact{height: 60px;font-size: 14px;}
.img_dk img{margin: auto;}
.slogan_dk{font-size: 18px;color: #fff;font-family: 'SFProDisplay_b';}
.slogan_dk1{font-size: 15px;color: #FFFFFF;}
.form_dk_id{padding-top: 90px;background: url(../images/image/bg_ft1.jpg)no-repeat;background-size: 100% 100%;padding-bottom: 40px;}
.btn_dk{background-color: #37B1E6!important;text-transform: uppercase;font-family: 'SVN-Poppins_sm';font-size: 16px;width: 100%;border-radius: 0px;border: none;padding: 9px 0px;}
.form_dk_id .btn_reset{background-color: #2B60EE;text-transform: uppercase;font-family: 'SVN-Poppins_sm';font-size: 16px;border: none;}

.center{text-align: center;}
.btn_xt{width: 150px;color: #fff;background-color: #008ECC;line-height: 40px;font-family: 'SVN-Poppins_sm';text-align: center;display: inline-block;margin-top: 30px;}
.contact-form__lh{background: url(../images/image/bg_dk1.webp)no-repeat;background-size: 100% 100%;max-width: 1015px;margin: auto;height: 560px;padding:30px 180px;text-align: center;border-radius: 150px 150px 0px 0px;position: relative;}
.contact-form__lh::after{position: absolute;content: '';background: url(../images/image/tuyet1.png)no-repeat;width: 202px;height: 103px;top: -20px;left: 85px;}
.contact-form__lh::before{position: absolute;content: '';background: url(../images/image/thong.png)no-repeat;width: 252px;height: 222px;right: -50px;bottom: 13px;}
.title_txt_dk{margin-bottom:20px;}


.info_tt_lh{color: #000;font-family: 'SVN-Poppins_m';line-height: 2;}

/* video */
.btn_video{position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);cursor: pointer;}
.video_top{margin-bottom: 30px;}
/* //footer */
.google_map iframe{width: 100%!important;}
.footer-ul li a{color: #0B3E53;font-size: 15px;font-family: 'Mulish_m';}
.news-name a{font-size: 15px;font-family:'SVN-Poppins_sm';color: #000;line-height: 1.5;}
.news-time{margin:10px 0px}
.new_img_dt{border-radius:10px;}
.news-name a:hover{color: #008ECC;transition: all 0.3s;}

.footer_top_center{text-align: center;}
.name_tatay{color: #005579;font-size: 30px;text-transform: uppercase;font-family: 'Mulish_m';margin-bottom: 10px;}
.txt_hl{font-size: 38px;color: #008ECC;font-family: 'Mulish_b';}
.img_hl img{margin: auto;}
.logo_ft{margin-bottom: 20px;display: block;}
.name_city{background: linear-gradient(0deg, #008ECC 23.53%, #26AFEA 92.65%);background-clip: text;-webkit-background-clip: text;-webkit-text-fill-color: transparent;text-align: center;font-family:'SVN-Poppins_sm' ;font-size: 65px;font-style: normal;font-weight: 600;line-height: normal;margin-bottom: 40px;}
.detail_tc .info-footer::after{display: none;}
.detail_tc .info-footer{padding-top: 60px;}

/* hovver */
/* .tieuchi_item img{transform: rotateY(0deg);transition: all 0.3s;}
.tieuchi_item:hover img{transform: rotateY(180deg);transition: all 0.3s;} */
.img_tc img{margin: auto;}
.name_tc:hover{color: #008ECC;transition: all 0.3s;}
.btn_xt:hover{background-color: #214F99;color: #fff;transition: all 0.3s;}
.btn_xt_da:hover{background-color: #214F99;color: #fff;transition: all 0.3s;}
.da_item .img_da img{transform:scale(1,1);transition: all 0.3s;overflow: hidden;}
.da_item:hover .img_da img{transform:scale(1.2,1.2);transition: all 0.3s;}
.da_item{overflow: hidden;border-radius: 10px;}
.name_da:hover{color: red;transition: all 0.3s;}
header.menu_detail{position: relative;}

.pro_l{width: calc(100% - 350px);}
.pro_r{width: 320px;}
.box_pro_detail{justify-content: space-between;}

.name_block {
    text-align: left;
    padding-bottom: 5px;
    text-transform: capitalize;
    font-size: 25px;
    font-family: 'SVN-Poppins_sm';
    line-height: 1;
    margin-bottom: 10px;
    background-color: #008ECC;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
}


.pic_cart {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: solid 1px #f30c0c;
	background-color: #f30c0c;
    padding: 2px;
}
.pic_cart img{filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(261deg) brightness(104%) contrast(107%);}
.fanpage_l div{padding: 20px;background-color: #fff;}


.cart-fixed {
  position: fixed;
  right: 20px;
  bottom: 450px;
  z-index: 10;
  background: #008ECC;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255) !important;
}

.cart-fixed i {
  font-size: 20px;
}

.cart-fixed span {
  position: absolute;
  top: 0px;
  right: -5px;
  color: rgb(255, 255, 255);
  width: 25px;
  height: 25px;
  background: red;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  border-radius: 100%;
}

.xct_da:hover{color: red;transition: all 0.3s;}


.header.fixed{position: fixed;left: 0px;right: 0px;top: 0px;z-index: 99;animation: fadeInDown;animation-duration: 2s;box-shadow: 0px 0px 10px #888888;background-color: #fff;}
.btn_xt_sp:hover{background-color: #008ECC;transition: all 0.3s;color: #fff;cursor: pointer;}
.name_tt:hover,.img_tt_xct:hover{color: #008ECC;transition: all 0.3s;}
.img_tt_xct img{transform: translateX(0px);transition: all 0.3s;}
.img_tt_xct:hover img{transform: translateX(10px);transition: all 0.3s;}
.info_tt{background-color: #FFF6F6;padding: 20px 15px;border-radius: 5px;margin-top: -80px;position: relative;z-index: 1;margin-left: 20px;margin-right: 20px;}

.view-about img{transform: translateY(-100px);transition: all 0.3s;}
.view-about:hover{transform: translateY(-10px);transition: all 0.3s;}
/* a:hover{color: #fff;} */
.video-image1{cursor: pointer;position: relative;}
.btn_vd{position: absolute;left: 50%;top: 50%;transform: translateX(-50%) translateY(-50%);}
.btn_dk:hover{background-color: #016f9f;transition: all 0.3s;}
.footer-ul li a:hover{color: #008ECC;transition: all 0.3s;}


.video-slide video {
    object-fit: fill;
    aspect-ratio: 1366 / 590;
    width: 100%;
}
.video-slide {
    display: flex
}

.zalo-share-button {
    height: 32px !important;
    background-color: #03a5fa;
    border-radius:5px
}


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


.nd_top.nd_top_id{background:url(../images/image/bg_td.jpg)no-repeat;background-size: cover;border-radius: 100px;overflow: hidden;display: inline-block;margin: auto;padding: 10px 94px;}
.slogan_id{
	color: #FFF;
	font-family: 'Mulish_b';
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 9px;
	text-transform: capitalize;
	transform: translateX(5px);
}
.nd_top.nd_top_id .title_h2{font-size: 36px;}
.center_id{text-align: center;margin-bottom: 20px;}
.album_galery_id .title_h2{color: #000;text-transform: uppercase;}
.slogan_ab{
	color: #3b3636;
	font-family: '1FTV VIP Blacksword';
	font-size: 19px;
	line-height: 1.5;
}
.tintuc_box{padding: 60px 0px;background: url(../images/image/bg_tt.jpg)no-repeat;background-size: cover;}
.slogan_tt{
	color: #DBF4FF;
	text-align: center;
	font-family: 'Mulish';
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 14.4px;
	text-transform: capitalize;
	transform: translateX(10px);
	margin-bottom: 5px;
}


.footer-powered{background-color: #008ECC;justify-content: center;}
.bl_a{color:red;transition: all 0.3s;}
.bl_a span{position: relative;top:2px;}
.title-detail.pro_dt{
	max-width: calc(100% - 336px);
    width: 100%;
}

/* //tieuchi_id */
.tc_l{width:37.5%;position:relative;display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;z-index:1;}
.tc_l::after{position:absolute;content:'';top:0px;bottom:0px;right:0px;left:130px;background:url(../images/image/khung_nen.png)no-repeat;background-size:100% 100%;}
.tc_r{width:60%;}
.box_tc_items{justify-content:space-between;}
.tc_txt{font-size:60px;display:inline-block;width:305px;line-height:88px;background-color:#ffffff3d;font-family:'Mulish_b';color:#333;text-align:center;}
.tc_txt1{color:#333;font-family:'Mulish_b';font-size:22px;font-style:normal;margin:10px 0px;}
.tc_txt2{color:#333;font-family:'Mulish_b';font-size:90px;font-style:normal;font-weight:800;letter-spacing:3.6px;line-height:1;}
.box_tc_id{padding:60px 0px;background: linear-gradient(180deg, #C1E5F5 0%, rgba(193, 229, 245, 0.00) 100%);}
.box_tieuchi{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;}
.name_tc{font-size:18px;color:#333;font-family:'Mulish_b';text-transform:uppercase;}
.info_tc{position:absolute;left:0px;right:0px;bottom:0px;padding:20px 10px;background:linear-gradient(180deg,rgb(0 0 0 / 0%) 66.52%,#000 100%),url(<path-to-image>) #d3d3d300 50% / cover no-repeat;text-align:center;}
.tieuchi_item{position:relative;}
.info_tc_l{position:relative;z-index:99;}
.info_tc_l::after{position:absolute;content:'';background:url(../images/image/tayta.png)no-repeat;width:150px;height:97px;top:90%;right:15%;}
.frm_contact .mb-2{margin-bottom:0.7rem!important;}
.sp__news{color: #fff;padding: 5px 10px;border-radius: 5px;overflow: hidden;background-color: red;position: absolute;top: 10px;right: 10px;font-size: 13px;z-index: 11; animation: blinkFade 1s ease-in-out infinite;}
.product{position: relative;}

@keyframes blinkFade {
  0%, 100% { opacity: 0; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1); }
}