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

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

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

@font-face {
	font-family: 'Space-Grotesk-S';
	src: url('../fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'),
		url('../fonts/SpaceGrotesk-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

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

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

body {
	font-size: 14px;
	font-family: 'Bai-Jamjuree-R';
	margin: 0px auto;
}

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

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
}

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

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

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

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

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
}
.p-relative {
	position: relative;
}
/* Transition All */
.transition,
.btn-frame .kenit-alo-circle-fill,
.control-owl button,
.carousel-comment-media .carousel-control a span,
.menu ul li a.has-child:after,
.menu ul li ul,
.menu ul li:hover > ul,
.scale-img img,
.scale-img:hover > img,
.support-online .kenit-alo-circle-fill {
	transition: 0.3s all;
}
.scale-img {
	overflow: hidden;
}
/*   Header   */
.header {
	position: relative;
	width: 100%;
	z-index: 99;
	background: url(../images/bg_header.webp);
	background-size: cover;
}
.header.fix_head {
	position: fixed;
	z-index: 999;
	top: 0px;
	width: 100%;
}
.hotline {
	background: url(../images/hotline.png) no-repeat left center;
	padding: 5px 0px 5px 180px;
}
.hotline p {
	margin: 0px;
	color: #fff;
}
.hotline p a {
	font-size: 18px;
	color: #fff;
}
/* slideshow */
.slideshow {
	position: relative;
	width: calc(100% - 270px);
}
.slider-left {
	width: 69%;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.slider-right {
	width: 30%;
	border-radius: 5px;
	overflow: hidden;
}
.item-qc-sl {
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
}
/* Search */
.search {
	width: 500px;
	max-width: 50%;
	background: #fff;
	position: relative;
	border-radius: 30px;
	box-shadow: 0px 0px 5px #780404;
}

.icon-search {
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	background: #ff2147;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	line-height: 35px;
	display: none;
}
.search input {
	width: 100%;
	font-size: 14px;
	color: #333;
	border-radius: 30px;
	height: 50px;
	border: none;
}
.search input:focus {
	border: none;
	box-shadow: none;
}
.search p {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #ff2147;
	border-radius: 50%;
}
.search p i {
	font-weight: bold;
	color: #fff;
}

.search-left {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 20px 0px;
	box-shadow: none;
	border: 1px solid #e32222;
	border-radius: 10px;
}

.search-left input {
	width: 100%;
	font-size: 14px;
	color: #333;
	border-radius: 10px;
	height: 44px;
	border: none;
}

.search-left p {
	position: absolute;
	right: 3px;
	top: 2px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	background: #e32222;
	border-radius: 10px;
}
.search-left p i {
	font-weight: bold;
	color: #fff;
}

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

#menu {
	display: none;
}

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

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

.title-menu {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	line-height: 40px;
	display: block;
	font-family: Space-Grotesk-M;
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 0px 10px 50px;
}

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

.menu-left ul::-webkit-scrollbar {
	width: 3px;
}

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

/* Handle */
.menu-left ul::-webkit-scrollbar-thumb {
	background: #888;
}

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

.menu-left ul ul {
	position: absolute;
	width: 900px;
	background: #f7f7f7;
	left: 100%;
	top: 0px;
	height: 100%;
	display: none;
	overflow-x: hidden;
}
.menu-left ul li:hover ul {
	display: block;
}
.menu-left ul ul:after {
	content: '';
	clear: both;
}
.menu-left ul ul li {
	float: left;
	padding: 5px 10px;
	width: 25%;
}
.menu-left ul ul ul {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	border: none;
	display: block;
	height: auto;
}
.menu-left ul li a {
	position: relative;
	display: block;
	color: #333;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
	font-family: 'Bai-Jamjuree-R';
	-webkit-line-clamp: 1;
}
.menu-left ul li a:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #fff;
}
.menu-left ul li:last-child a:after {
	border: none;
}

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

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

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

.fix_menu {
	position: fixed !important;
	box-shadow: 0 0 1px #999;
	background: #fff;
}
.wrap-menu {
	background: #e32222;
	box-shadow: inset 0px 3px 8px #ad0d0d;
	border-top: 1px solid #fa3636;
}
.wrap-menu.fix_head {
	position: fixed;
	z-index: 1000;
	top: 0px;
	width: 100%;
}
.wrap-menu.fix_head .menu-left {
	display: none;
}
.menu-product {
	width: 260px;
	position: relative;
}
.title-menu {
	background: url(../images/bg_menu_product.png) no-repeat;
	background-size: 100% 100%;
	height: 60px;
}
.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 {
	position: relative;
	font-size: 16px;
	color: #fff;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	text-decoration: none !important;
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	font-family: Space-Grotesk-M;
}
.menu ul li a span {
	display: inline-block;
	width: 9px;
	height: 5px;
	background: url(../images/down-li.png) no-repeat;
	position: relative;
	top: -3px;
	margin-left: 5px;
}

.menu > ul > li > a:hover:after,
.menu > ul > li > a.active:after {
	content: '';
	position: absolute;
	left: -10px;
	top: 0px;
	bottom: 0px;
	right: -10px;
	border: 1px solid #ff0;
	border-radius: 5px;
}

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

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

.box-photo-ct {
	border-radius: 20px;
	overflow: hidden;
}
.title-detail {
	position: relative;
	margin: 20px 0px;
}
.title-detail h1 {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-family: Space-Grotesk-M;
}

.title-main {
	margin-bottom: 1.5rem;
	text-align: center;
	background: url(../images/title.png) no-repeat center bottom;
	padding-bottom: 35px;
	font-family: Space-Grotesk-B;
}

.title-main h2,
.title-main h1 {
	font-size: 35px;
	color: #333;
	text-transform: uppercase;
}

.title-main p {
	font-size: 25px;
	color: #e32222;
	margin: 0px;
}
.tt-week {
	font-size: 25px;
	text-align: center;
	margin: 20px 0px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.title-cat-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 20px 0px;
	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;
}
.info-main {
	padding: 30px 0px;
}

/* About */
.info-about {
	padding: 40px 0px;
	background: url(../images/bg_about.png) no-repeat;
	background-size: 100% 100%;
}
.flex-about {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.photo-about {
	width: 55%;
}
.ds-about {
	width: 43%;
}
.title-about {
	margin-bottom: 20px;
}
.title-about p {
	font-size: 40px;
	margin: 0px;
}
.title-about h2 {
	font-size: 50px;
	color: #e32222;
	font-family: Space-Grotesk-B;
}
.view-about {
	display: block;
	font-size: 18px;
	margin: 30px 0px 20px;
	color: #fff;
	text-align: center;
	background: #e32222;
	width: 150px;
	line-height: 52px;
	border-radius: 5px;
	box-shadow: 4px 4px 0px #ec8786;
}
.view-about:hover {
	color: #ff0;
}
/* BG */
.info-bg {
	background: url(../images/bg_bg.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px 0px;
}
/* News */
.wr-news,
.wr-video {
	width: 49%;
}
.info-news {
	background: #f5eeef;
}
.news-left {
	width: 275px;
	position: sticky;
	top: 80px;
}
.news-right {
	width: calc(100% - 290px);
}
.grid-news {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.item-news {
	padding: 20px 0px;
	border-bottom: 1px dashed #ddd;
}
.item-news:nth-child(even) a {
	direction: rtl;
	text-align: left;
}
.img-news {
	border-radius: 5px;
	overflow: hidden;
}
.box-left .ds-news {
	width: calc(100% - 120px);
}
.box-left .ds-news h3 {
	font-size: 14px;
	color: #333;
	font-family: 'Space-Grotesk-M';
	line-height: 20px;
}
.ds-news {
	width: calc(100% - 230px);
}
.ds-news-left {
	width: calc(100% - 115px);
}
.item-news-left {
	padding: 10px 0px;
}

.item-news-left:nth-child(even) a {
	direction: rtl;
	text-align: left;
}
.ds-news-left p {
	font-size: 14px;
	color: #9c9c9c;
	margin-bottom: 5px;
	direction: ltr;
}
.ds-news-left p i {
	color: #e32222;
}
.ds-news-left h3 {
	font-size: 14px;
	color: #222;
}
.ds-news-left h3:hover {
	color: #f00;
}
.ds-news h3 {
	font-size: 17px;
	color: #333;
	font-family: Space-Grotesk-B;
}
.ds-news p {
	color: #424242;
	margin: 0px;
	font-size: 15px;
	font-family: Space-Grotesk-M;
}

.name-news {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.name-news h3 {
	width: calc(100% - 55px);
}
.date {
	background: #e32222;
	width: 46px;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
}
.date span {
	display: block;
	color: #fff;
}
.date span:first-child {
	font-size: 18px;
	font-family: Space-Grotesk-B;
	border-bottom: 1px solid #fff;
}
.grid-tintuc {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	justify-content: space-between;
}
.news {
	display: block;
	margin-bottom: 20px;
	display: block;
}
.pic-news {
	border-radius: 10px;
	display: block;
	overflow: hidden;
	position: relative;
}
.pic-news img {
	width: 100%;
}
a.views {
	display: inline-block;
	text-decoration: none;
	margin-top: 10px;
	border: solid 1px #ccc;
	padding: 7px 20px;
	border-radius: 20px;
	color: #000;
	font-size: 16px;
}
a.views:hover {
	border: solid 1px #f00;
	color: #f00;
}

.time-news {
	color: #f00;
	margin-bottom: 0px;
	font-size: 12px;
	margin: 7px 0;
	font-style: italic;
	font-weight: 500;
}
.desc-news {
	color: #333333;
	margin-top: 0px;
}
.share {
	padding: 17px 10px 10px 10px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px;
}
.share b {
	display: block;
	margin-bottom: 5px;
}
.othernews b {
	margin-bottom: 10px;
}
.list-news-other {
	padding-left: 17px;
	list-style: square;
}
.list-news-other li {
	margin-bottom: 2px;
}
.list-news-other li a {
	text-transform: none;
	color: #333333;
}
.list-news-other li a:hover {
	color: #fed402;
}
/* Left */
.box-left {
	border: 1px solid #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.box-left iframe {
	height: 250px !important;
}
.box-left h4 {
	background: #e32222;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: Space-Grotesk-B;
	font-size: 18px;
	padding: 8px;
	margin: 0px;
}
.box-left ul {
	padding: 0px;
	margin: 0px;
}
.box-left ul li {
	border-bottom: 1px solid #ddd;
	padding: 10px 0px;
	background: url(../images/page-next.png) no-repeat 0px 17px;
	padding-left: 15px;
}
.box-left ul li:last-child {
	border: none;
}
.box-left ul li a {
	color: #333;
	font-size: 15px;
	font-family: 'Space-Grotesk-M';
}
.box-left ul li a:hover {
	color: #f00;
}
/* Contact */
.contact-input textarea {
	height: 100px;
	border-radius: 50px;
	padding: 20px;
}
.contact-input input {
	height: 45px;
	border-radius: 30px;
}
.contact-form .btn-submit {
	background: #9aaa7e;
	margin: 0px auto;
	border: 1px solid #9aaa7e;
	border-radius: 30px;
	height: 42px;
	padding: 0px 20px;
	display: block;
}
.contact-form .btn-submit:hover {
	background: #759242;
}
.wr-setting {
	background: url(../images/Union.png) no-repeat center;
	width: 381px;
	height: 607px;
	position: relative;
}
.box-circle:hover {
	box-shadow: 0px 0px 10px #3e521e !important;
}
.box-circle:nth-child(1) {
	position: absolute;
	width: 278px;
	height: 280px;
	left: -45px;
	top: 15px;
	border-radius: 50%;
	padding: 20px;
	box-shadow: 0px 0px 10px #a6b78a;
	background: #fff;
	text-align: center;
	transition: all 0.5s;
}

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

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

/* Partner */

.item-par {
	border: 1px solid #f1f1f1;
}

/* Footer */
.info-footer {
	position: relative;
	background: url(../images/bg_footer.webp) no-repeat;
	background-size: cover;
	padding: 120px 0px 30px;
	color: #fff;
}
.company {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	width: 443px;
	height: 106px;
	background: url(../images/setting.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #333;
}
.company .cp1 {
	font-size: 27px;
	color: #e32222;
	text-transform: uppercase;
	font-family: 'Space-Grotesk-B';
	margin: 0px;
}
.info-footer .flex-footer {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.info-footer .flex-footer .box-footer:nth-child(1) {
	width: 30%;
}
.info-footer .flex-footer .box-footer:nth-child(2) {
	width: 25%;
}
.info-footer .flex-footer .box-footer:nth-child(3) {
	width: 35%;
}
.info-footer .flex-footer .title-footer {
	margin-bottom: 15px;
	font-size: 22px;
	font-family: Space-Grotesk-M;
	text-transform: uppercase;
	color: #e32222;
}
.social-footer {
	display: flex;
}
.menu-footer {
	padding: 0px;
}
.menu-footer li {
	margin-bottom: 10px;
	background: url(../images/icon_li.png) no-repeat left 7px;
	padding-left: 15px;
}
.info-footer a {
	color: #fff;
}
.fanpage {
	overflow: hidden;
	display: inline-block;
	margin: 0px auto;
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}

.map {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 450px;
}
.map iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.flex-copy {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	white-space: nowrap;
	gap: 10px;
}
.line-footer {
	border-top: 1px solid #ffffff4b;
	width: 100%;
	margin: 10px 0px;
}
.worktime {
	background: url(../images/open.png) no-repeat left center;
	padding: 15px 10px 15px 60px;
}
/* KH */

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

.ds-dg {
	width: calc(100% - 120px);
}
.img-dg {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
}
.img-dg img {
	position: relative;
	z-index: 9;
	border-radius: 5px;
}
.img-dg:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 50%;
	background: #fff;
	box-shadow: 0px 4px 5px #0000003f;
	border-radius: 5px;
}
.ds-dg h3 {
	color: #333;
	font-size: 15px;
	font-family: Space-Grotesk-M;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	background: url(../images/icon_ds.png) no-repeat left top;
	padding: 5px 0px 0px 35px;
}
.ds-dg p {
	margin: 0px;
	direction: ltr;
}
.box-dg .item-dg:last-child {
	direction: rtl;
	text-align: left;
}
/* Video */
.listvideos {
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	width: 100%;
}
.video-main {
	margin-top: 10px;
}
/* Tags */
.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;
	font-size: 0.8em !important;
	opacity: 0.8;
	padding: 2px 5px;
}
.flex-tags a:hover {
	background-color: #446084;
	border-color: #446084;
	color: #fff;
	opacity: 1;
}
.footer-powered {
	background: #f1f1f1;
}

/*   TC   */
.item-criteria a {
	display: flex;
	align-items: center;
	color: #333;
}
.item-criteria a .ds-criteria {
	width: calc(100% - 60px);
	margin-left: 10px;
}
.item-criteria a .ds-criteria h3 {
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: var(--color-main);
}
.item-criteria a .ds-criteria p {
	-webkit-line-clamp: 2;
	margin: 0px;
}

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

/* Service */
.title-service {
	background: url(../images/icon_title.png) no-repeat 98% center, #e32222;
	color: #fff;
	text-transform: uppercase;
	padding: 15px 10px;
	border-radius: 5px;
	margin-bottom: 25px;
	font-size: 24px;
	font-family: Space-Grotesk-B;
}
.flex-service {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: start;
}
.service-left {
	width: calc(100% - 315px);
}
.service-right {
	width: 295px;
	position: sticky;
	top: 70px;
}

.wr-qt {
	position: relative;
	padding-left: 100px;
	margin-bottom: 30px;
}
.wr-qt h2 {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	background: #e32222;
	padding: 30px 10px;
	color: #fff;
	text-transform: uppercase;
	font-size: 26px;
	font-family: 'Space-Grotesk-M';
	writing-mode: vertical-rl;
	text-orientation: mixed;
	white-space: nowrap;
}
.wr-qt .item-qt {
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 5px;
}
.wr-qt .item-qt span {
	background: #e32222;
	width: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color: #fff;
	font-family: Bai-Jamjuree-B;
	font-size: 26px;
}
.name-qt {
	width: calc(100% - 70px);
}
.name-qt h3 {
	color: #e32222;
	font-size: 15px;
	font-family: Bai-Jamjuree-B;
}
.name-qt p {
	margin-bottom: 0px;
}
.wr-qt .item-qt:nth-child(even) {
	margin-left: 140px;
}
.wr-qt .item-qt:nth-child(odd) {
	background: #f1f1f1;
}
.box-detail-left {
	background: #f8f8f8;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.box-hotline-left {
	border: 2px dashed #e32222;
	border-radius: 10px;
	padding: 15px;
	margin-bottom: 20px;
	text-align: center;
}
.box-hotline-left h4 {
	font-size: 18px;
	font-family: Space-Grotesk-M;
}
.box-hotline-left a {
	display: block;
	font-size: 26px;
	background: #e32222;
	padding: 5px 10px;
	border-radius: 30px;
	font-family: Space-Grotesk-M;
	color: #fff;
	margin: 15px 0px;
}
.box-hotline-left p {
	font-style: italic;
	color: #676767;
	background: url(../images/tick.png) no-repeat left 5px;
	padding-left: 15px;
	text-align: left;
}
.box-news-left {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.title-news-left {
	background: #e32222;
	font-size: 22px;
	text-align: center;
	font-family: Space-Grotesk-M;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
.title-left {
	position: relative;
	padding-bottom: 10px;
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 20px;
	font-family: Space-Grotesk-M;
}
.title-left:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 40px;
	height: 2px;
	background: #e32222;
}
.menu-service-left,
.menu-service-left ul {
	padding: 0px;
	margin: 0px;
}
.menu-service-left li {
	padding: 10px 0px 10px 15px;
	border-bottom: 1px solid #ededed;
	background: url(../images/li.png) no-repeat left 17px, url(../images/icon_down.png) no-repeat right 20px;
}
.menu-service-left li a {
	font-size: 15px;
	color: #333;
}
.menu-service-left li a:hover {
	color: #f00;
}
.desc-service-detail {
	background: #f9f9f9;
	padding: 10px;
	text-align: center;
	font-size: 15px;
}

.title-desc-service {
	color: #9d9d9d;
	font-size: 14px;
	margin-bottom: 10px;
}
.title-detail-service h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: Space-Grotesk-M;
}
.contact-service {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 20px;
}
.contact-service a {
	padding: 10px;
	border: 1px solid #e32222;
	border-radius: 5px;
	color: #e32222;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Space-Grotesk-M;
	width: calc(50% - 10px);
	text-align: center;
}
.contact-service a:hover {
	background: #e32222;
	color: #fff;
}
.dk-bg {
	background: #e32222;
	padding: 10px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: Space-Grotesk-M;
}
.dk-bg:hover {
	color: #ff0;
}
.meta-hidden {
	display: none;
}
.title-content-service {
	background: url(../images/icon_toc.png) no-repeat 98% center #f8f8f8;
	text-transform: uppercase;
	padding: 20px;
	font-size: 20px;
	font-family: Space-Grotesk-M;
	margin: 20px 0px;
	border-radius: 10px;
	cursor: pointer;
}
.grid-service {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.img-service {
	border-radius: 5px 5px 0px 0px;
	overflow: hidden;
}
.ds-service {
	background: #fdf7f7;
}
.ds-service .name-service {
	position: relative;
	background: #db2324;
	text-align: center;
	padding: 10px;
	border-radius: 0px 0px 5px 5px;
}
.ds-service .name-service:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: calc(50% - 13px);
	width: 26px;
	height: 8px;
	background: #db2324;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.ds-service h3 {
	color: #fff;
	font-family: Space-Grotesk-B;
	font-size: 15px;
	margin: 0px;
}

.ds-service p {
	margin: 10px;
	color: #333;
	text-align: center;
}
.view-all {
	width: 160px;
	line-height: 45px;
	background: #fff;
	border-radius: 30px;
	margin: 20px auto 20px;
	text-align: center;
	color: #db2324;
	border: 1px solid #fff;
	text-transform: uppercase;
	font-family: Space-Grotesk-M;
	font-size: 16px;
}
.view-all:hover {
	background: #db2324;
	color: #fff;
}
/* Paging */
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #db2324;
	border-color: #db2324;
}
.page-link {
	color: #333;
}
/* Sort */
.sort-select {
	display: flex;
	justify-content: end;
	margin: 20px 0px;
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

.product {
	display: block;
	position: relative;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	text-align: center;
	border: 1px solid #f1f1f1;
}
.product .pic-product {
	background: #fff;
	margin-bottom: 10px;
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	border: solid 1px transparent;
}
.product:hover .pic-product {
	border: solid 1px #ccc;
}
.product .pic-product img {
	width: 100%;
	-webkit-transform-style: preserve-3d;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
.product .pic-product > a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 10px;
}
.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: 5px;
	font-weight: normal;
}
.product .name-product a {
	font-size: 14px;
	color: #232323;
	line-height: 25px;
	font-family: Space-Grotesk-M;
}
.product .name-product a:hover {
	color: #ff2e00;
}
.product .name-product .text-split {
	-webkit-line-clamp: 1;
}
.product .price-product {
	margin-bottom: 10px;
	color: #555;
	height: 47px;
	overflow: hidden;
}
.product .price-new {
	font-size: 15px;
	color: #f00;
	display: inline-block;
}
.product .price-old {
	padding: 0 10px;
	font-size: 14px;
	text-decoration: line-through;
	display: block;
	text-transform: uppercase;
}
.product .price-per {
	color: #f00;
	font-size: 13px;
	text-align: center;
}

.grid-product {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.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;
}
.grid-product .product .pic-product {
	border: 1px solid #ddd;
}

/* product detail */
.grid-pro-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.grid-pro-detail .left-pro-detail {
	width: 48%;
}

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

.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;
}
.MagicZoom {
	border-radius: 10px;
	overflow: hidden;
}
.thumb-pro-detail {
	border-radius: 5px;
	overflow: hidden;
}
.tabs-pro-detail .tab-content {
	border: 1px solid #ddd;
	border-top: none;
	padding: 20px;
}
.nav-tabs li a {
	text-transform: uppercase;
	font-weight: 500;
	color: #333;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
	color: #f00;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Album */

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

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

.item-album h3 {
	position: absolute;
	left: 10px;
	bottom: 10px;
}
.item-album h3 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #33333357;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 16px;
	transition: all 0.5s;
	opacity: 0;
}
.item-album:hover h3 {
	opacity: 1;
}
.box-photo {
	margin-bottom: 20px;
}
.box-photo a {
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.box-photo a:after {
	content: '';
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
	border: 1px solid #ffffffb2;
	border-radius: 15px;
}
.box-photo h3 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	width: 100%;
	font-size: 20px;
	color: #00a650;
	text-transform: uppercase;
	font-family: Space-Grotesk-M;
	text-align: center;
}
/* TS */
.title-ts {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Space-Grotesk-M';
	padding-left: 20px;
}
.title-ts:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 6px;
	width: 9px;
	height: 9px;
	background: #f32735;
}
.tt-ud {
	font-family: 'Space-Grotesk-B';
	font-size: 60px;
	margin: 20px 0px;
}
.grid-ts {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.content-ts {
	width: 50%;
}
.photo-ts {
	width: 47%;
}
.item-ts h3 {
	font-size: 24px;
	font-family: 'Space-Grotesk-M';
	margin: 10px 0px;
}
.item-ts p {
	font-size: 16px;
	color: #7e7e7e;
}
.img-ts {
	position: relative;
	background: #f00;
	border-radius: 50%;
	padding-left: 0px;
	padding-bottom: 35px;
}
.img-ts img {
	border-radius: 50%;
}
.img-ts:after {
	content: '';
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	width: 271px;
	height: 74px;
	background: url(../images/star.png) no-repeat;
}
/* Combo */
.info-combo {
	background: url(../images/icon_combo.png) no-repeat 50px 50px, url(../images/icon_bg2.png) no-repeat 90% 50px;
}
.box-combo {
	background: url(../images/bg_combo.png) no-repeat;
	background-size: 100% 100%;
	padding: 20px;
}

.name-combo {
	text-align: center;
	padding: 20px 20px 0px 20px;
}
.name-combo h3 {
	color: #a6b78a;
	font-size: 35px;
	margin: 0px;
}
.name-combo p {
	margin: 0px;
}
.name-combo p span {
	font-size: 27px;
}
.content-combo {
	padding: 0px 20px;
}
