@font-face {
	font-family: "font-regular";
	src: url(../fonts/helvetica-neue-regular.ttf);
}

@font-face {
	font-family: "font-medium";
	src: url(../fonts/helvetica-neue-medium.ttf);
}

@font-face {
	font-family: "font-bold";
	src: url(../fonts/helvetica-neue-bold.ttf);
}

@font-face {
	font-family: "font-heavy";
	src: url(../fonts/helveticaneuecondensedblack.ttf);
}

@media (min-width: 1400px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1170px;
	}
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "font-regular";
	background: #feebef;
	overflow-x: hidden;
	color: #000;
	font-size: 15px;
}

.bg_sub_page {
	background-image: url('../img/bg_top_sub_page.png'), url('../img/bg_bottom_sub_page.png');
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	padding: 60px 0px;
}

a {
	text-decoration: none;
}

#form_hide {
	display: none;
}

.grid_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.grid_wrap::after {
	content: "";
	flex: auto;
}

.id_wrap_block {
	margin-bottom: 30px;
}

/* Begin css breadcrumb */
.kmt_breadcrumb {
	color: #666666 !important;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 5px;
	margin-top: 10px
}

.kmt_breadcrumb a {
	color: #666666 !important;
	font-size: 16px;
}

.kmt_breadcrumb a:hover {
	color: #d72121 !important;
	text-decoration: none
}

/* End css breadcrumb  */

.read_more {
	text-align: right;
	margin-top: -40px;
	margin-bottom: 30px;
	width: 100%;
}

.read_more a {
	padding: 5px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #dd0000;
	text-transform: uppercase
}

.read_more a:hover {
	text-decoration: none;
	color: #b4b4b4;
}

a:hover {
	text-decoration: none;
	color: #ff0000
}

.content_article {
	width: 100%;
	clear: both;
	display: inline-block;
	text-align: justify;
	color: #000;
	font-size: 15px;
	line-height: 140%;
}

.content_article p {
	margin-bottom: 10px;
}

.content_article table {
	max-width: 100% !important;
}

.content_article img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 5px;
}

.kmt_title_article {
	font-family: "font-bold";
	font-size: 30px;
	margin-bottom: 10px;
	color: #f26497;
	text-align: left !important;
	margin-top: 0px;
	text-transform: uppercase;
	line-height: 140%
}

.kmt_page {
	clear: both;
}

.kmt_uppercase {
	text-transform: uppercase;
}

.kmt_center {
	text-align: center !important;
}

.kmt_left {
	text-align: left !important;
}

.kmt_right {
	text-align: right;
}

.kmt_justify {
	text-align: justify;
}

/* Begin css list_same */
.same_title {
	color: #f26497 !important;
	margin: 10px 0px 5px 0px !important;
	font-size: 17px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-top: 1px solid #c40305;
	clear: both;
	padding-top: 10px;
}

.same_title:hover {
	color: #f26497 !important;
}

.list_same {
	margin: 0px;
	padding: 10px 0px;
}

.list_same li {
	color: #000;
	margin-bottom: 3px;
	list-style: none
}

.list_same li:hover {
	color: #f26497;
}

.list_same li:hover a {
	color: #f26497;
	text-decoration: none
}

.list_same li a {
	font-size: 15px;
	color: #000;
}

.list_same li a span {
	color: #000;
}

/* End css list_same */

/*Begin Phân trang*/
.kmt_page {
	clear: both;
	display: flex;
	justify-content: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	transition: 0.3s;
}

.pagination>li {
	display: inline;
	margin: 3px;
	transition: 0.3s;
}

.pagination>li>a,
.pagination>li>span {
	padding: 7px 12px;
	font-size: 14px;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	box-shadow: 0px 0px 5px -2px #F26597;
	transition: 0.3s;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	transition: 0.3s;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: 0.3s;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #f26597;
	border-color: #f26597;
}

.pagination>li>a:hover {
	background-color: #f26597;
	border-color: #f26597;
	color: #fff;
}

/*End Phân trang*/


.kmt_note {
	color: #f26497;
}


.kmt_bt {
	background: #f26497;
	border: 0px;
	color: #fff;
	transition: 0.3s;
}

.kmt_bt:hover {
	background: #f26597;
	color: #fff;
}

.kmt_stt_form {
	color: #f26497;
	padding: 0px !important;
	padding-top: 5px !important;
	padding-left: 10px !important;
}

/*Begin wrap_header_bar*/
#wrap_header_bar {
	background: url(../img/bg_header.png) repeat left bottom;
	height: 50px;
	display: flex;
	align-items: center;
}

.wrap_phone {
	margin-bottom: 10px;
}

.wrap_phone span {
	font-size: 15px;
	font-family: "font-medium";
	color: #fff;
}

/*End wrap_header_bar*/

#wrap_block_1 {
	width: 100%;
	clear: both;
	margin: 20px 0px;
}

.wrap_lang_phone_menu {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.wrap_logo img {
	height: 60px;
}

#wrap_phone_lang {
	margin-top: 20px;
}

#wrap_phone {
	float: right;
}

#wrap_lang {
	float: right;
	margin-left: 15px;
}

#wrap_lang a {
	padding-left: 5px;
}

#wrap_phone span {
	font-weight: 600;
	display: inline-block;
	background: url(../img/icon_phone.png) no-repeat left center;
	padding-left: 30px;
	color: #f26597;
	font-size: 16px;
	height: 20px;
	line-height: 25px;
}

#wrap_block_2 {
	width: 100%;
	clear: both;
	display: inline-block;
}

#wrap_menu {
	clear: both;
	float: right;
	margin-top: 15px;
}

#icon_search i {
	margin-top: 5px;
	color: #f26597;
	font-size: 18px;
	cursor: pointer;
}

#icon_search:hover {
	background: none;
}

#icon_search:hover i {
	color: #222;
}

#wrap_search_top {
	width: 100%;
	position: absolute !important;
	z-index: 1000 !important;
	top: 25%;
	right: 0px;
}

#wrap_search {
	float: right;
	width: 350px;
	padding: 20px;
	background: #fff;
	display: none;
}

#wrap_search input:nth-child(1) {
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-left: 5px;
	color: #333;
	float: left;
	margin-right: -90px;
}

#wrap_search input:nth-child(2) {
	width: 90px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	background: #f26497;
	border: 0px;
	float: left;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.3s;
}

#wrap_search input:nth-child(2):hover {
	background: #222;
}

#wrap_block_3 {
	width: 100%;
	clear: both;
	display: inline-block;
}

#wrap_item_home {
	background: url(../img/bg_product_home.png) no-repeat left top #feebef;
	padding: 50px 0px;
}

#wrap_intro_home {
	margin: 80px 0px;
	margin-bottom: 40px;
}

.wrap_intro_left h2 {
	font-family: "font-medium";
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
}

.wrap_intro_left h2 span {
	font-family: "font-bold";
	color: #f26497;
	font-size: 37px;
}

.wrap_intro_right {
	text-align: center;
	margin-top: 20px;
}

.wrap_intro_right img {
	max-width: 100%;
}

.rm_intro {
	margin-top: 20px;
	transition: 0.3s;
}

.rm_intro a {
	font-family: "font-medium";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 35px;
	color: #fff;
	background: url(../img/bg_intro_button.png) no-repeat center;
	background-size: cover;
	font-size: 15px;
	border-radius: 10px;
	transition: 0.3s;
}

.rm_intro:hover a {
	transform: translate(0px, -3px);
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.kmt_title {
	font-family: "font-bold";
	color: #f26497;
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}

.bg_w {
	font-weight: 600;
	display: inline-block;
	padding: 10px;
	position: relative;
}

.bg_w::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	width: 145px;
	height: 5px;
	background: url(../img/title_line_1.png) no-repeat center;
}

.bg_w::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	width: 145px;
	height: 5px;
	background: url(../img/title_line_2.png) no-repeat center;
}

.kmt_title_sub {
	font-family: "font-medium";
	width: 50%;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 35px;
}

.kmt-btn-slider {
	width: 100%;
	position: relative;
	z-index: 500;
}

.kmt-btn-slider button {
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	margin: 0px 5px;
	position: absolute;
}

.prev-item {
	background: url(../img/arr_left.png) no-repeat center;
	left: -30px;
	top: 120px;
	width: 26px;
	height: 46px;
}

.next-item {
	background: url(../img/arr_right.png) no-repeat center;
	right: -30px;
	top: 120px;
	width: 26px;
	height: 46px;
}

.wrap_item {
	margin-bottom: 20px;
	padding: 10px;
	display: flex;
	justify-content: center;
}

.block_item {
	width: 100%;
	height: 100%;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 5px 0px #F26597;
	padding: 5px;
	padding-bottom: 0px;
	transition: 0.3s;
}

.block_item:hover {
	box-shadow: rgba(242, 101, 150, 0.19) 0px 10px 20px, rgba(242, 101, 150, 0.23) 0px 6px 6px;
	transform: translate(0px, -3px);
}

.img_item {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 10px;
}

.img_item a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.img_item img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.title_item {
	display: flex;
	justify-content: center;
	align-items: center;
}

.title_item h3 {
	text-align: center;
	margin: 10px 0px;
}

.block_item h3 a {
	font-family: "font-medium";
	color: #000;
	font-size: 15px;
	line-height: 135%;
	padding: 0px 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.block_item:hover h3 a {
	color: #000;
}

.rm_item {
	margin: 0px auto;
	margin-top: 20px;
	display: flex;
	justify-content: center;
	transition: 0.3s;
}

.rm_item a {
	font-family: "font-medium";
	width: 260px;
	height: 45px;
	border-radius: 5px;
	background: #f26597;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	transition: 0.3s;
	font-size: 18px;
	text-transform: uppercase;
}

.rm_item a:hover {
	background: #000;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	transform: translate(0px, -3px);
}

.wrap_block_same_item .grid_item {
	position: relative;
}

.same-item-btn-slider {
	position: absolute;
	/* hoặc relative nếu bên trong container */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* quan trọng để lấy theo chiều cao slide */
	pointer-events: none;
	/* để nút không chặn nội dung */
}

.same-item-btn-slider button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 55px;
	border: none;
	cursor: pointer;
	z-index: 10;
	pointer-events: auto;
	/* bật lại click cho nút */
	transition: 0.3s;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.same-item-btn-slider button:hover {
	filter: drop-shadow(4px 0px 3px #f26497);
}

.same-item-btn-slider .prev {
	background: url(../img/item-left-arrow.png) no-repeat center;
	left: -25px;
}

.same-item-btn-slider .next {
	background: url(../img/item-right-arrow.png) no-repeat center;
	right: -25px;
}

.is_scroll {
	width: 100%;
}

#wrap_award {
	width: 100%;
	clear: both;
	display: inline-block;
}

#wrap_award .content_article p {
	margin: 0px;
}

.wrap_news {
	padding: 0px 15px;
	margin-bottom: 20px;
}

#wrap_news_home {
	background: url(../img/bg_news.png) no-repeat right center #feebef;
	padding: 50px 0px;
}

.block_news {
	width: 100%;
	height: 100%;
	padding: 5px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	box-shadow: rgba(242, 101, 150, 0.19) 0px 0px 2px, rgba(242, 101, 150, 0.23) 0px 0px 2px;
}

.img_news {
	width: 100%;
	aspect-ratio: 1.636;
	border-radius: 5px;
	text-align: center;
	background: #222;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.img_news img {
	width: auto !important;
	display: unset !important;
	height: 100%;
}

.content_news {
	padding: 20px;
}

.content_news h3 {
	margin: 0px;
	margin-bottom: 10px;
}

.content_news h3 a {
	font-family: "font-bold";
	height: 42px;
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
	line-height: 22px;
	transition: 0.3s;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.content_news:hover h3 a {
	color: #f26597;
}

.content_news div {
	line-height: 22px;
	text-align: justify;
	height: 110px;
	font-size: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rm_news {
	margin-top: 25px;
	margin-bottom: 0px;
	transition: 0.3s;
}

.rm_news a {
	color: #fff;
	font-family: "font-medium";
	background: url(../img/bg_news_button.png) no-repeat center #f26597;
	font-size: 13px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 102px;
	height: 35px;
	border-radius: 5px;
	transition: 0.3s;
}

.rm_news:hover {
	transform: translate(0px, -3px);
}

.rm_news:hover a {
	background: #000;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.rm_sol {
	margin-top: 20px;
}

.rm_sol a {
	font-size: 13px;
	color: #004694;
	text-transform: uppercase;
	border: 2px solid #004694;
	padding: 7px 15px;
	font-weight: 500;
}

.rm_sol a:hover {
	color: #222;
	border: 2px solid #222;
}

#top {
	position: fixed !important;
	position: absolute;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
}

#wrap_block_4 {
	width: 100%;
	clear: both;
	border-top: 2px solid #fcd0dd;
	display: inline-block;
	padding: 20px 0px;
	background: #feebef;
}

#wrap_block_4 h6 {
	font-family: "font-bold";
	color: #f26597;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 135%;
}

.wrap_add_f {
	color: #000;
	line-height: 22px;
}

.wrap_social_f {
	color: #000;
}

.wrap_social_f a {
	color: #000;
}

#wrap_social {
	margin: 10px auto;
}

#wrap_social span {
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
}

#wrap_social a {
	display: inline-block;
	width: 42px;
	text-align: center;
	font-size: 22px;
	padding: 5px 0px;
	color: #000;
	transition: 0.3s;
}

#wrap_social a:hover {
	transform: translate(0px, -3px);
}

.wrap_ca {
	width: 110px;
	height: 110px;
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
}

.wrap_ca div {
	width: 110px;
	height: 110px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #e2dede;
}

.wrap_ca * {
	vertical-align: middle;
}

.wrap_ca img {
	max-width: 110px;
	max-height: 110px;
	border: 3px solid #fff;
	display: inline !important;
}

.wrap_ca_all {
	width: 70%;
	margin-left: -10px;
}

.kmt_tab {
	width: 100%;
	margin: -20px 0px 25px 0px;
	transition: 0.3s;
}

.kmt_tab a {
	font-family: "font-medium";
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid #f26497;
	border-radius: 5px;
	color: #000;
	font-size: 15px;
	margin-bottom: 5px;
	transition: 0.3s;
}

.kmt_tab a:hover,
#active_tab {
	border: 1px solid #f26597;
	color: #fff;
	background: #f26597;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.kmt_tab a:hover {
	transform: translate(0px, -3px);
}

.wrap_map {
	width: 100%;
	aspect-ratio: 2.07;
	overflow: hidden;
	box-shadow: 0px 0px 5px -2px #F26597;
	background: #fff;
	padding: 5px;
}

.kmt_title_sub_2 {
	font-family: "font-bold";
	width: 100%;
	color: #f26497;
	border-bottom: 1px solid #f26497;
	padding-bottom: 5px;
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 25px;
}

.wrap_img_dt {
	margin-bottom: 20px;
}

#wrap_img_dt {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 5px -2px #F26597;
	transition: 0.3s;
}

#wrap_img_dt:hover {
	box-shadow: rgba(242, 101, 150, 0.19) 0px 10px 20px, rgba(242, 101, 150, 0.23) 0px 6px 6px;
	transform: translate(0px, -3px);
}

#wrap_img_dt a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#wrap_img_dt img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 7px;
}

.wrap_info_dt h3 {
	font-family: "font-bold";
	margin-top: 0px;
	color: #f26497;
	text-transform: uppercase;
	line-height: 26px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.wrap_info_dt p {
	padding: 0px;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.wrap_info_dt p span {
	display: inline-block;
	width: 110px;
}

.wrap_info_dt div {
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}

.wrap_info_dt div span {
	display: inline-block;
	width: 110px;
}

.wrap_info_dt div:last-child {
	border-bottom: none;
}

.wrap_info_dt div:last-child span {
	display: contents;
}

#product_price a {
	font-family: "font-medium";
	font-size: 16px;
	color: #f26497;
	transition: 0.3s;
}

#product_price a:hover {
	color: #000;
}

#kmt_hotline {
	font-family: "font-medium";
	font-size: 20px;
	color: #000;
	margin-bottom: 10px;
}

#kmt_hotline span {
	font-family: "font-bold";
	font-size: 30px;
	color: #f26597;
}

#wrap_img_thumbs {
	width: 100%;
	margin-top: 10px;
	display: inline-block;
	margin-left: -5px;
}

#wrap_img_thumbs ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
}

#wrap_img_thumbs ul li {
	padding: 0px 5px;
	transition: 0.3s;
}

#wrap_img_thumbs ul li div {
	width: 100%;
	aspect-ratio: 1;
	box-shadow: 0px 0px 5px -2px #F26597;
	background: #fff;
	overflow: hidden;
	display: flex;
	justify-content: center;
	padding: 3px;
	border-radius: 10px;
	transition: 0.3s;
}

#wrap_img_thumbs ul li div:hover {
	box-shadow: rgba(242, 101, 150, 0.19) 0px 10px 20px, rgba(242, 101, 150, 0.23) 0px 6px 6px;
	transform: translate(0px, -3px);
}

#wrap_img_thumbs ul li div a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#wrap_img_thumbs ul li img {
	max-width: 100%;
	max-height: 100%;
}

.wrap_name {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #f26497;
	font-size: 15px;
	line-height: 20px;
	display: none;
}

a.zalo-fix {
	position: fixed;
	right: 20px;
	z-index: 9999;
	bottom: 65px;
	border-radius: 50%;
	box-shadow: 0 0 10px #000000;
}

a.facebook-fix {
	position: fixed;
	right: 20px;
	z-index: 9999;
	bottom: 195px;
	border-radius: 50%;
	box-shadow: 0 0 10px #000000;
}

.hotlineSupport {
	width: 50px;
	height: 50px;
	position: fixed;
	background: #ed3237;
	right: 20px;
	left: inherit;
	bottom: 130px;
	border-radius: 100%;
	text-align: Center;
	color: #ffffff;
	padding-top: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;

	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
	z-index: 9999;
}

.hotlineSupport.show {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	opacity: 1;
	visibility: initial;
}

.hotlineSupport i.fa-phone {
	font-size: 14px;
	line-height: 14px;
	-webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.hotlineSupport:before {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1s infinite ease;
	-webkit-animation: shadow 1s infinite ease;
	-moz-animation: shadow 1s infinite ease;
	-o-animation: shadow 1s infinite ease;

	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.hotlineSupport:after {
	width: 100%;
	height: 100%;
	position: absolute;
	box-shadow: 0px 0px 20px #ed3237;
	content: "";
	left: 0;
	top: 0;
	border-radius: 100%;
	animation: shadow 1.4s 1000ms infinite;
	-webkit-animation: shadow 1.4s 1000ms infinite;
	-moz-animation: shadow 1.4s 1000ms infinite;
	-o-animation: shadow 1.4s 1000ms infinite;

	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@-webkit-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-o-keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@keyframes shadow {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg);
		opacity: .1
	}

	20% {
		transform: rotate(0deg) scale(1.2) skew(1deg);
		opacity: .2
	}

	40% {
		transform: rotate(0deg) scale(1.3) skew(1deg);
		opacity: .4
	}

	60% {
		transform: rotate(0deg) scale(1.4) skew(1deg);
		opacity: .6
	}

	80% {
		transform: rotate(0deg) scale(1.5) skew(1deg);
		opacity: .4
	}

	100% {
		transform: rotate(0deg) scale(1.6) skew(1deg);
		opacity: .1
	}
}

@-moz-keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-moz-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-moz-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-moz-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-webkit-keyframes quick-alo-circle-img-anim {
	0% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-webkit-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-webkit-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-webkit-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@-o-keyframes quick-alo-circle-img-anim {
	0% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		-o-transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		-o-transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		-o-transform: rotate(0deg) scale(1) skew(1deg)
	}
}

@keyframes quick-alo-circle-img-anim {
	0% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}

	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}

	50% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}

	100% {
		transform: rotate(0deg) scale(1) skew(1deg)
	}
}

#wrap_bg_block_6 {
	width: 100%;
	background: url(../img/bg_footer.png) repeat left bottom;
	min-height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
}

#wrap_bg_block_6 span {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

#wrap_bg_block_6 a {
	color: #fff;
	transition: 0.3s;
}

.wrap_menu_f ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	display: inline-block;
}

.wrap_menu_f ul li {
	width: 50%;
	float: left;
	margin-bottom: 10px;
}

.wrap_menu_f ul li a {
	color: #000;
	font-size: 15px;
	transition: 0.3s;
}

.wrap_menu_f ul li a span {
	font-family: "font-heavy";
}

.wrap_menu_f ul li a:hover {
	color: #f26597;
}

#wrap_block_cats {
	background: url(../img/bg_cats_block.png) no-repeat bottom;
	padding: 30px 0px;
}

.wrap_cats {
	display: flex;
	padding: 20px;
	justify-content: center;
}

.block_cats {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.title_cats {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 20px;
}

.title_cats h3 {
	margin: 0px;
	margin-top: 20px;
}

.title_cats h3 a {
	font-family: "font-bold";
	font-size: 18px;
	text-align: center;
	color: #fff;
	padding: 0px 10px;
	line-height: 140%;
	text-transform: uppercase;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: 0.3s;
}

.img_cats {
	width: 100%;
	aspect-ratio: 1;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 140px;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0px 0px 5px 0px #F26597;
	transition: 0.3s;
}

.img_cats:hover {
	box-shadow: rgba(242, 101, 150, 0.8) 0px 5px 15px;
	transform: translateY(-3px);
}

.img_cats img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 140px;
}

.wrap_project {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.block_project {
	width: 370px;
	height: 330px;
}

.block_img_project {
	display: flex;
	flex-direction: column-reverse;
}

.img_project {
	width: 370px;
	height: 250px;
	overflow: hidden;
	text-align: center;
	background: #222;
	display: flex;
	justify-content: center;
}

.img_project img {
	height: 100%;
	width: unset;
}

.content_project h3 {
	text-align: center;
}

.content_project h3 a {
	font-weight: 600;
	font-size: 15px;
	line-height: 23px;
	color: #000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: uppercase;
	transition: 0.3s;
}

.content_project:hover h3 a {
	color: #f26597;
}

.border_project {
	width: 100%;
	height: 5px;
	background: #f26497;
	margin-top: -5px;
	z-index: 1;
}

#wrap_block_project .kmt-btn-slider {
	width: 100%;
	position: relative;
	z-index: 99;
}

#wrap_block_project .kmt-btn-slider button {
	margin: 0;
	border-radius: 0;
	border: 0;
	cursor: pointer;
	z-index: 1;
	width: 50px;
	position: absolute;
	transition: 0.3s;
}

#wrap_block_project .prev {
	background: url(../img/arr_left_stylist.png) no-repeat center;
	left: -55px;
	height: 250px;
	transition: 0.3s;
}

#wrap_block_project .next {
	background: url(../img/arr_right_stylist.png) no-repeat center;
	right: -55px;
	height: 250px;
	transition: 0.3s;
}

/*Begin wrap_block_video*/
.wrap_video {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.block_video {
	width: 100%;
	aspect-ratio: 1.676;
}

.img_video {
	width: 100%;
	aspect-ratio: 1.676;
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
	align-items: center;
}

.img_video>a>img {
	max-width: 100%;
	max-height: 100%;
}

.black_layer_video {
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.play_video {
	background-size: 75px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.play_video>img {
	width: 80px;
	transition: 0.3s;
}

.play_video:hover>img {
	transform: translate(0px, -4px);
	filter: brightness(200%);
}

/*End wrap_block_video*/

/*Begin quote*/
#wrap_quote {
	background: url(../img/bg_quote.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0px;
}

.wrap_quote {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.button_register h3,
.button_order h3 {
	margin: 0px;
}

.button_register a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 206px;
	height: 50px;
	border-radius: 7px;
	text-align: center;
	text-transform: uppercase;
	font-family: "font-medium";
	font-size: 18px;
	line-height: 140%;
	color: #fff;
	background: url(../img/bg_register.jpg) no-repeat center;
	transition: 0.3s;
	margin-right: 20px;
}

.button_register:hover a {
	background: #000;
	box-shadow: rgba(242, 101, 150, 0.24) 0px 3px 8px;
	transform: translateY(-3px);
}

.button_order a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 206px;
	height: 50px;
	border-radius: 7px;
	text-align: center;
	text-transform: uppercase;
	font-family: "font-medium";
	font-size: 18px;
	line-height: 140%;
	color: #f26597;
	background: #feebef;
	transition: 0.3s;
}

.button_order:hover a {
	background: #000;
	box-shadow: rgba(242, 101, 150, 0.24) 0px 3px 8px;
	transform: translateY(-3px);
}

/*End quote*/

/*Begin header_articles*/
.wrap_header_articles {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 10px;
}

.block_header_article {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0px 13px;
	border-right: 2px solid #fff;
}

.block_header_article:last-child {
	border-right: none;
}

.block_header_article a {
	font-family: "font-medium";
	font-size: 15px;
	line-height: 140%;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
}

.block_header_article a:hover {
	color: #000;
}

/*End header_articles*/

/*Begin menu left*/
.wrap_item_page>.row {
	align-items: flex-start;
}

.block_left {
	margin-bottom: 40px;
}

.title_menu_left {
	font-family: "font-bold";
	width: 100%;
	background: #f26497;
	border-radius: 10px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}

.col-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 1rem;
	left: 0;
	z-index: 2;
	overflow-y: visible;
}

/*End menu left*/

/*Begin wrap_icon_intro*/
.wrap_icon_intro {
	padding: 0px 1%;
	margin-bottom: 10px;
	display: flex;
}

.block_icon_intro {
	background: #fff;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
	border-radius: 10px;
	box-shadow: 0px 0px 5px -2px #F26597;
	padding: 6%;
	transition: 0.3s;
	position: relative;
	margin-top: 80px;
	padding-top: 45px;
}

.block_icon_intro:hover {
	transform: translate(0px, -4px);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.img_icon_intro {
	height: 85px;
	padding: 5px;
	aspect-ratio: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	box-shadow: 0px 0px 5px 0px #F26597;
	position: absolute;
	top: -45px;
	background: #fff;
}

.img_icon_intro img {
	max-width: 100%;
	max-height: 100%;
}

.info_icon_intro {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}

.info_icon_intro h3 {
	font-family: "font-bold";
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0px;
	font-size: 25px;
	line-height: 150%;
	color: #f26597;
}

.info_icon_intro .des_icon_intro {
	font-size: 15px;
	line-height: 180%;
	text-align: center;
}

/*End wrap_icon_intro*/