/*@font-face { font-family: 'BrignolaPUAScript'; src: url('../fonts/BrignolaPUAScript.eot'); src: url('../fonts/BrignolaPUAScript.eot') format('embedded-opentype'), url('../fonts/BrignolaPUAScript.woff2') format('woff2'), url('../fonts/BrignolaPUAScript.woff') format('woff'), url('../fonts/BrignolaPUAScript.ttf') format('truetype'), url('../fonts/BrignolaPUAScript.svg#BrignolaPUAScript') format('svg'); }
@font-face { font-family: 'SVNFlamingoScript'; src: url('../fonts/SVNFlamingoScript.eot'); src: url('../fonts/SVNFlamingoScript.eot') format('embedded-opentype'), url('../fonts/SVNFlamingoScript.woff2') format('woff2'), url('../fonts/SVNFlamingoScript.woff') format('woff'), url('../fonts/SVNFlamingoScript.ttf') format('truetype'), url('../fonts/SVNFlamingoScript.svg#SVNFlamingoScript') format('svg'); }
@font-face { font-family: 'MTDHangbird'; src: url('../fonts/MTDHangbird.eot'); src: url('../fonts/MTDHangbird.eot') format('embedded-opentype'), url('../fonts/MTDHangbird.woff2') format('woff2'), url('../fonts/MTDHangbird.woff') format('woff'), url('../fonts/MTDHangbird.ttf') format('truetype'), url('../fonts/MTDHangbird.svg#MTDHangbird') format('svg'); }
*/

/* Main */
:root {
	--maincolor: #1d6734;
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-main: #ffcc00;
	--color-dark-main: #f77900;
	--color-purple: #6f42c1;
	--color-indigo: #6610f2;
}

.btn-i.purple { background-color: var(--color-purple); border-color: var(--color-purple); color: #fff; }
.btn-i.indigo { background-color: var(--color-indigo); border-color: var(--color-indigo); color: #fff; }
.btn-purple { background-color: var(--color-purple); border-color: var(--color-purple); color: #fff; }
.btn-purple:hover { background-color: #5a32a3; border-color: #5a32a3; color: #fff; }

body {
	font-size: 14px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background-size: cover;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a,
input,
textarea {
	outline: none;
	padding: 0px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top
}

a,
input,
textarea {
	outline: none;
	padding: 0px
}

a {
	text-decoration: none !important
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

a.logo-header.shiner img {
	max-height: 30px
}

.w-clear:after {
	display: block;
	content: "";
	clear: both
}

.hidden {
	display: none
}

.clear {
	clear: both
}

.none {
	display: none
}

.hidden-seoh {
	visibility: hidden;
	height: 0px;
	margin: 0px;
	overflow: hidden
}

.wap_1200 {
	max-width: 1200px;
	margin: auto;
	position: relative
}

.wrap-main,
.wrap-content {
	max-width: 1220px;
	margin: 0 auto;
	padding: 0px 10px
}

.wrap-home {
	max-width: 100%;
	padding: 0px
}

.time-main {
	margin-bottom: 0.75rem;
	color: #999999
}

.time-main i {
	vertical-align: top;
	margin: 3px 7px 0px 0px
}

.time-main span {
	vertical-align: top;
	display: inline-block
}

.share {
	padding: 17px 15px 10px 15px;
	line-height: normal;
	background: rgba(128, 128, 128, 0.15);
	margin-top: 15px;
	border-radius: 5px
}

.share b {
	display: block;
	margin-bottom: 5px
}

.control-owl {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0px;
	top: calc(50% - 45px / 2)
}

.control-owl button {
	opacity: 0.5;
	top: 0px;
	position: absolute;
	outline: none;
	border: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	cursor: pointer;
	color: #ffffff;
	width: 45px;
	height: 45px;
	text-align: center;
	font-size: 25px;
	margin: 0px;
	background-color: #000000;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

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

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

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

.form-control,
.form-control-plaintext:not(textarea),
.custom-select {
	height: calc(1em + 1.25rem + 8px)
}

.custom-form-row {
	margin-right: -10px;
	margin-left: -10px
}

.custom-form-row>.col,
.custom-form-row>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px
}

.text-sm {
	font-size: 0.875rem !important
}

img.lazy {
	opacity: 0
}

img:not(.initial) {
	-webkit-transition: opacity 1s;
	transition: opacity 1s
}

img.initial,
img.loaded,
img.error {
	opacity: 1
}

img:not([src]) {
	visibility: hidden
}

.header .header-top {
	background-color: #eee;
}

.header .header-top .wrap-content {
	padding: 6px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header .header-top .info-header {
	margin-bottom: 0px
}

.header .header-top .wrap-content .info-header i {
	vertical-align: baseline;
	margin: 3px 5px 0px 0px;
	font-size: 16px
}

.header-top .info-header {
	line-height: 40px;
	margin-right: 10px;
}

.header .header-bottom .wrap-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.social-header li {
	width: 30px
}

.header-bottom .wrap-content {
	padding: 10px;
	min-height: 80px
}

.logo-company {
	width: 100%;
	text-align: center;
}

.search__input {
	border: 1px solid var(--color-gray);
	border-radius: 20px;
	line-height: 1.5em;
	margin-right: 1em;
	padding: 0.5em;
}

.menu-res {
	height: 55px;
	z-index: 997;
	background: #1146ba;
	position: sticky;
	display: none;
	position: -webkit-sticky;
	top: 0
}

.menu-bar-res {
	height: 55px;
	padding: 0px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

#menu {
	display: none;
	background: #1145b7;
}

#hamburger {
	display: block;
	width: 45px;
	height: 23px;
	position: relative
}

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

#hamburger:before {
	top: 0px
}

#hamburger span {
	top: 10px
}

#hamburger:after {
	top: 20px
}

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

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

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

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

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

.mm-menu_opened {
	display: block !important
}

.mm-slideout {
	z-index: unset
}

.slideshow {
	position: relative;
	overflow: hidden
}

.slideshow-item {
	display: block;
	cursor: pointer
}

.slideshow:hover .control-slideshow {
	opacity: 1
}

.control-slideshow {
	opacity: 0
}

.welcome {
	padding: 45px 0;
}

.wlcm__left {
	float: left;
	margin-right: 15px;
	width: 45%;
	display: flex;
	position: relative;
}

.wlcm__left .seperator {
	height: 20px;
	width: 425px;
	font-size: 70px;
	letter-spacing: 15px;
	color: #e5e5e5;
	transform: rotate(90deg);
	text-transform: uppercase;
	font-family: 'UTM_HelvetIns';
	position: absolute;
	top: 50%;
	right: -59%;
}

.wlcm__right {
	float: right;
	width: 45%;
}

.wlcm__right .name {
	font-family: 'SFU_DinEngAlt';
	font-size: 30px;
}

.wlcm__right .descr {
	color: #da251c;
	font-size: 40px;
	font-family: 'UTM_HelvetIns';
	position: relative;
}

.wlcm__right .descr:after {
	position: absolute;
	content: "";
	bottom: -4px;
	left: 0;
	width: 50px;
	height: 3px;
	border: 1px solid;
	background: #da251c;
}

.wlcm__right .content p {
	font-size: 18px;
	margin-bottom: 55px;
}

.wlcm__right a.more {
	border: 1px solid;
	color: #000;
	font-family: 'Open_Sans-Regular';
	padding: 11px 27px;
	text-transform: uppercase;
	position: relative;
	margin-left: 26px;
}

.wlcm__right a.more:hover {
	color: #fff;
	background: #1e4394;
	border: 1px solid #153a8b;
}

.wlcm__right a.more:after {
	position: absolute;
	content: "";
	bottom: calc(100%/2);
	left: -14px;
	width: 25px;
	border-top: 1px solid #312c2c;
}

.wlcm__right a.more:before {
	position: absolute;
	content: "";
	bottom: calc(100%/2);
	right: -14px;
	width: 25px;
	border-top: 1px solid #312c2c;
}

.title-main {
	text-align: left;
	font-size: 28px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.breadCrumbs {
	padding: 0 1rem;
	background-color: #eee
}

.breadCrumbs .wrap-content {
	padding: 0.75rem 0
}

.breadCrumbs .wrap-content .breadcrumb {
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
	border-radius: 0
}

.breadCrumbs .wrap-content .breadcrumb-item a {
	color: #212529
}

.breadCrumbs .wrap-content .breadcrumb-item.active a {
	color: #6c757d
}

.hover_sang1 {
	position: relative;
	overflow: hidden
}

.hover_sang1:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	z-index: 10;
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0)
}

.hover_sang1:hover:before {
	-webkit-transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0);
	transform: scale3d(2.2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 120%, 0)
}

.hover_sang2 {
	position: relative;
	overflow: hidden
}

.hover_sang2:before {
	position: absolute;
	top: 0;
	left: -85%;
	z-index: 10;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg)
}

.hover_sang2:hover:before {
	transition: 1s;
	left: 100%
}

.wrap-intro {
	background-color: #eeeadd
}

.news-intro:before {
	content: "";
	position: absolute;
	width: 1px;
	height: calc(100% - 50px);
	top: 10px;
	left: 90px;
	background-color: #cacaca
}

.news-scroll:before,
.news-scroll:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	left: 85px;
	border-radius: 100%;
	background-color: #cacaca
}

.news-scroll:before {
	top: 10px
}

.news-scroll:after {
	bottom: 40px
}

.news-control {
	left: 85px;
	font-size: 13px;
	opacity: 0.5;
	z-index: 1;
	cursor: pointer
}

.news-control:hover {
	opacity: 1;
	color: #ec2d3f
}

.news-control#up {
	top: -10px
}

.news-control#down {
	bottom: 20px
}

.news-shadow {
	padding-bottom: 30px
}

.news-shadow .news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative
}

.news-shadow .news-shadow-time {
	font-size: 13px;
	width: 75px;
	margin-right: 45px
}

.news-shadow .news-shadow-time:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: calc(50% - 20px / 2);
	right: -26px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/pattern-news.png)
}

.news-shadow .news-shadow-article {
	width: calc(100% - 120px);
	padding: 14px 15px;
	border-radius: 10px;
	background-color: #ffffff;
	border: 1px solid #cecabb;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.news-shadow .news-shadow-article:before {
	content: "";
	position: absolute;
	top: calc(50% - 26px / 2);
	left: -13px;
	z-index: 0;
	border-top: 13px solid transparent;
	border-right: 13px solid #cecabb;
	border-bottom: 13px solid transparent
}

.news-shadow .news-shadow-article:after {
	content: "";
	position: absolute;
	top: calc(50% - 24px / 2);
	left: -11px;
	z-index: 1;
	border-top: 12px solid transparent;
	border-right: 11px solid #ffffff;
	border-bottom: 12px solid transparent
}

.news-shadow .news-shadow-article .news-shadow-image {
	margin-right: 10px;
	width: 90px
}

.news-shadow .news-shadow-article .news-shadow-info {
	width: calc(100% - 100px)
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name {
	height: 36px;
	font-size: 15px;
	font-weight: 700
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a {
	color: #222222
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a:hover {
	color: #ec2d3f
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-name a .text-split {
	-webkit-line-clamp: 2
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc {
	height: 38px;
	font-size: 13px
}

.news-shadow .news-shadow-article .news-shadow-info .news-shadow-desc.text-split {
	-webkit-line-clamp: 2
}

.album {
	cursor: pointer;
	width: calc(25% - 20px);
	margin: 10px 10px;
	text-align: center;
	cursor: pointer
}

.album-image {
	margin-bottom: 0.75rem
}

.pic-album {
	position: relative
}

.pic-album img {
	width: 100%
}

.name-album {
	font-size: 16px;
	color: #000;
	margin-bottom: 0px
}

.album-name {
	margin-bottom: 0px;
	text-align: center
}

.album-name a {
	display: block;
	font-size: 16px;
	color: #212529;
	margin-bottom: 0px
}

.wrap-brand {
	margin-bottom: 50px;
	padding: 0px 15px
}

.wrap-brand .wrap-content {
	position: relative
}

.brand {
	display: block;
	border: 1px solid #eee;
	max-width: 160px;
	margin: 0px auto
}

.product-gallery {
	text-align: center
}

.product-gallery div.col:first-child {
	padding-left: 0
}

.product-gallery div.col:last-child {
	padding-right: 0
}

.product-gallery img {
	box-shadow: 0 0 15px 2px #6e6f70;
	aspect-ratio: 12/9;
	object-fit: cover;
	transition: all .2s ease-in-out
}

.product-gallery img:hover {
	box-shadow: none;
	transform: scale(1.04)
}

.product-box {
	position: relative;
	text-align: center
}

.product-box:hover img {
	box-shadow: none;
	filter: brightness(50%);
}

.product-box div.col:first-child {
	padding-left: 0
}

.product-box div.col:last-child {
	padding-right: 0
}

.product-box img {
	box-shadow: 0 0 15px 2px #6e6f70;
	aspect-ratio: 12/09;
	object-fit: cover;
	transition: all .2s ease-in-out
}

.product-box:hover .overlay {
	opacity: 1;
}

.product-box .overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	opacity: 0;
	transition: .5s ease;
}

.overlay .more-btn {
	font-family: var(--main-font);
	text-decoration: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 0.5rem 1.5rem;
}

.overlay .more-btn:hover {
	color: #6e6f70;
	background-color: #fff;
}

.wrap-product {
	margin-bottom: 5rem
}

.wrap-product .descr {
	font-size: 1.2em;
	width: 100%;
	max-height: 16em;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.wrap-product .btn-wrapper {
	margin: 3em
}

.wrap-product .btn-wrapper a {
	font-size: 1.3em;
	padding: 1em 2em;
	border-radius: 3em;
	background-color: var(--maincolor);
	color: #fff;
}

.wrap-product .btn-wrapper a:hover {
	opacity: .8;
	color: rgba(0, 0, 0, 0.3);
}

.product {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	position: relative
}

.product:nth-child(4n + 1) {
	clear: both
}

.product:nth-child(4n) {
	margin-right: 0px
}

.box-product {
	position: relative;
	display: block;
	margin-bottom: 1rem
}

.pic-product {
	background: #ffffff;
	border-radius: 5px;
	padding: 5px;
	border: 1px solid #eee
}

.pic-product img {
	width: 100%;
	border-radius: 3px
}

.name-product {
	font-size: 16px;
	color: #212529
}

.name-product.text-split {
	-webkit-line-clamp: 1
}

.price-product {
	margin-bottom: 0px
}

.price-product span {
	font-weight: 700
}

.price-new {
	font-size: 15px;
	font-weight: 500;
	color: #d90000;
}

.price-old {
	padding-left: 10px;
	font-size: 12px;
	color: #6c757d
}

.price-per {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #ffffff;
	background: var(--maincolor);
	font-size: 11px;
	border-radius: 2px;
	width: 45px;
	height: 25px;
	text-align: center;
	line-height: 25px
}

.cart-product {
	margin-bottom: 0px
}

.cart-product span {
	cursor: pointer;
	color: #ffffff;
	text-transform: capitalize;
	text-align: center
}

.grid-pro-detail {
	margin-bottom: 3rem;
	padding-top: 1em
}

.left-pro-detail {
	position: relative;
	text-align: center;
	left: -1rem;
}

.left-pro-detail .MagicZoom {
	border: 1px solid #eee;
	padding: 7px;
	border-radius: 5px;
	background-color: #ffffff
}

.gallery-thumb-pro {
	position: relative;
	margin-top: 10px
}

.owl-pro-detail {
	padding: 0px 30px
}

.control-pro-detail button {
	background-color: transparent;
	color: #222222;
	opacity: 1;
	width: 25px;
	font-size: 23px
}

.control-pro-detail button:hover {
	opacity: 0.7
}

.control-pro-detail button.owl-prev {
	left: 0px
}

.control-pro-detail button.owl-next {
	right: 0px
}

.thumb-pro-detail {
	display: block !important;
	border: 1px solid #eee;
	padding: 5px;
	border-radius: 3px;
	cursor: pointer;
	background-color: #ffffff
}

.thumb-pro-detail.mz-thumb.mz-thumb-selected {
	border-color: #cecfd2
}

.thumb-pro-detail img {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-filter: brightness(100%) !important;
	filter: brightness(100%) !important;
	border-bottom: 0px !important;
	padding-bottom: 0px !important
}

.title-pro-detail {
	text-transform: capitalize;
	font-size: 1.5rem;
	display: block;
	font-weight: 700
}

.comment-pro-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.social-plugin-pro-detail {
	margin-bottom: 1rem;
	margin-top: 0px !important
}

.desc-pro-detail {
	margin-bottom: 3rem;
	font-size: 1.3em;
}

.attr-pro-detail {
	list-style: none;
	padding: 0 0 1em
}

.attr-pro-detail li {
	font-size: 1.3em;
	margin-bottom: 0.5rem
}

.attr-label-pro-detail {
	margin-right: 5px;
	font-size: 1.1rem;
}

.attr-label-pro-detail span {
	font-size: 1.2rem;
}

.attr-label-pro-detail.d-block {
	display: block;
	margin: 0px 0px 5px 0px
}

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px
}

.attr-content-pro-detail--grey {
	display: inline-block;
	margin-bottom: 0px;
	color: #9f9f9f;
}

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

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

.color-pro-detail {
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 35px;
	height: 30px;
	margin: 0px 0px 3px 0px;
	border: 1px solid transparent;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center
}

.size-pro-detail {
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 3px 10px 4px 10px;
	display: inline-block;
	position: relative
}

.size-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d
}

.color-pro-detail.active {
	border-color: #e5101d;
	color: #e5101d
}

.size-pro-detail.active:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png)
}

.color-pro-detail.active:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 13px;
	height: 13px;
	background-repeat: no-repeat;
	background-image: url(../images/check-cart.png)
}

.color-pro-detail input[type="radio"] {
	display: none
}

.size-pro-detail input[type="radio"] {
	display: none
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.quantity-pro-detail span {
	line-height: 25px;
	padding: 0px;
	width: 30px;
	height: 30px;
	color: #5f5f5f;
	cursor: pointer;
	font-size: 22px;
	border: 1px solid #cccccc
}

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

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

.quantity-pro-detail input {
	height: 30px;
	border: 1px solid #cccccc;
	width: calc(100% - 60px);
	text-align: center;
	font-size: 14px;
	padding: 5px
}

.cart-pro-detail {
	margin-bottom: 1rem
}

.cart-pro-detail a {
	font-size: 14px;
	color: #ffffff !important;
	text-transform: uppercase
}

.tags-pro-detail a {
	float: left;
	font-size: 13px;
	padding-bottom: 0.375rem;
	margin: 0px 5px 5px 0px
}

.tags-pro-detail a i {
	font-size: 11px;
	margin: 5px 5px 0px 0px
}

.tabs-pro-detail {
	margin-top: 2rem
}

.tabs-pro-detail .nav-tabs .nav-link {
	border-top-width: 3px;
	font-size: 13px
}

.tabs-pro-detail .nav-tabs .nav-link.active {
	border-top-color: #555555
}

.tabs-pro-detail .nav-tabs .nav-item.show .nav-link {
	border-top-color: #555555
}

.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: var(--maincolor)
}

.contact-article {
	margin-bottom: 3rem
}

.contact-input {
	position: relative;
	margin-bottom: 15px
}

.contact-input textarea {
	resize: none;
	height: 150px
}

.contact-input .custom-file-label::after {
	content: attr(title)
}

.contact-map {
	position: relative;
	height: 500px
}

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

#footer-map {
	position: relative;
	height: 500px
}

#footer-map iframe {
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important
}

.social-plugin {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.social-plugin .at-share-btn {
	margin-bottom: 0px !important
}

.social-plugin .zalo-share-button {
	margin-left: 3px
}

.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: 0.875rem
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555
}

.pagination-ajax {
	text-align: center
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 3px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	color: #666 !important;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #ffffff
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	border-color: #ec2d3f;
	background-color: #ec2d3f
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	text-indent: -9999px;
	position: relative;
	background-color: #ffffff !important
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center
}

.pagination-ajax a.first:before {
	background-image: url(../images/page-first.png)
}

.pagination-ajax a.last:before {
	background-image: url(../images/page-last.png)
}

.pagination-ajax a.prev:before {
	background-image: url(../images/page-prev.png)
}

.pagination-ajax a.next:before {
	background-image: url(../images/page-next.png)
}

#popup .modal-body {
	padding: 0px
}

.grecaptcha-badge {
	display: none !important;
	width: 0px !important;
	height: 0px !important;
	visibility: hidden !important;
	overflow: hidden
}

.coccocgrammar {
	display: none
}

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

.text-split {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3
}

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

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

.transition,
.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,
.btn-frame .kenit-alo-circle-fill,
.support-online .kenit-alo-circle-fill {
	-webkit-transition: 0.3s all;
	transition: 0.3s all
}

.scale-img {
	overflow: hidden;
	display: block
}

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

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

.blink {
	-webkit-animation-name: blink;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blink;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blink;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite
}

.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 997;
	cursor: pointer
}

.btn-frame i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #1182fc;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.btn-frame i img {
	vertical-align: middle;
	width: 70%
}

.btn-frame .animated.infinite {
	-webkit-animation-iteration-count: 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 {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

.btn-frame .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	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 {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

.btn-zalo {
	bottom: 315px
}

.btn-phone {
	bottom: 230px
}

.js-facebook-messenger-container.closed {
	display: none !important
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px;
	color: #404040;
	background: #fff
}

.js-facebook-messenger-tooltip.closed {
	display: none !important
}

.js-facebook-messenger-box,
.js-facebook-messenger-button {
	z-index: 999
}

.js-facebook-messenger-tooltip {
	z-index: 999;
	display: none;
	position: fixed;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	font-size: 12px;
	line-height: 1;
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1000000000000000019884624838656
}

.js-facebook-messenger-close-tooltip {
	width: 10px;
	height: 10px;
	display: inline-block;
	cursor: pointer;
	margin-left: 10px
}

.js-facebook-messenger-box {
	z-index: 999
}

.js-facebook-messenger-box.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

.js-facebook-messenger-box.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-box {
	display: block;
	position: fixed;
	cursor: pointer;
	bottom: 150px;
	right: 17px;
	width: 56px;
	height: 56px;
	text-align: center;
	background: #1182fc;
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3)
}

.js-facebook-messenger-box.rotate svg#fb-msng-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.js-facebook-messenger-box svg#fb-msng-icon {
	width: 32px;
	height: 33px;
	position: absolute;
	top: 13px;
	left: 12px;
	opacity: 1;
	overflow: hidden;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-box.rotate svg#close-icon {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.js-facebook-messenger-box svg#close-icon {
	opacity: 0;
	width: 19px;
	height: 20px;
	position: absolute;
	top: 19px;
	left: 19px;
	-webkit-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out, -webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-container {
	position: fixed;
	opacity: 0;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	-webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06), 0 2px 32px rgba(0, 0, 0, 0.16);
	-webkit-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-webkit-transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out, -webkit-transform 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 220px;
	color: #ffffff;
	background: #1182fc;
	display: block;
	position: relative;
	width: 220px;
	background: #1182fc;
	color: #ffffff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 14px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

.js-facebook-messenger-container iframe,
.js-facebook-messenger-container-button iframe {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}

.js-facebook-messenger-box,
.js-facebook-messenger-button,
.js-facebook-messenger-tooltip {
	z-index: 999
}

.js-facebook-messenger-container,
.js-facebook-messenger-container-button {
	z-index: 1000
}

.js-facebook-messenger-top-header {
	color: #ffffff;
	background: #1182fc;
	width: 220px
}

.js-facebook-messenger-tooltip {
	color: #404040;
	background: #fff
}

.js-facebook-messenger-container.open {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	pointer-events: all
}

.js-facebook-messenger-tooltip {
	bottom: 97px;
	right: 97px
}

.js-facebook-messenger-box.open svg#fb-msng-icon {
	opacity: 0
}

.js-facebook-messenger-box.rotate.open svg#close-icon {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}

.js-facebook-messenger-box.open svg#close-icon {
	opacity: 1
}

.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 390px;
	z-index: 997;
	background: #4b4f56;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

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

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

.toolbar {
	background: var(--maincolor);
	width: 100%;
	padding: 3vw;
	bottom: 0px;
	position: fixed;
	z-index: 500;
	height: auto;
	left: 0px
}

.toolbar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.toolbar ul li {
	text-align: center;
	width: 25%
}

.toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer
}

.toolbar ul li a img {
	height: 6vw;
	width: auto
}

.toolbar ul li a span {
	font-weight: 400;
	color: #ffffff;
	font-size: 3.5vw;
	display: none
}

.fixbar {
	bottom: 0;
	display: block;
	background: #f0eff4;
	border-top: 1px solid #ddd;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: fixed;
	margin: 0;
	z-index: 500;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	height: 50px
}

.fixbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none
}

.fixbar ul li {
	margin: 0 auto 10px;
	text-align: center;
	width: 25%;
	float: left
}

.fixbar .icon-cart-mobile,
.fixbar .icon-cart-new,
.fixbar .icon-home-new,
.fixbar .icon-hotdeal-new {
	width: 20px;
	height: 20px;
	display: block;
	margin: 8px auto 0
}

.fixbar .icon-cart-mobile {
	background: url(../images/cart-mobile.png) no-repeat
}

.cart-total-header-mobile {
	font-size: 10px;
	position: absolute;
	background: red;
	color: #fff !important;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	line-height: 15px;
	top: 5px;
	margin-left: 5px
}

.fixbar ul li a {
	font-size: 11px;
	text-decoration: none;
	color: #333
}

.fixbar ul li a i {
	font-size: 20px
}

.plugbar {
	position: fixed;
	bottom: 0;
	left: 0;
	border-top: 1px solid #eae6e6;
	width: 100%;
	right: 0;
	max-width: 767px;
	margin: 0 auto;
	background: #ffffff;
	padding: 9px 10px 10px 7px;
	z-index: 10
}

.plugbar ul {
	list-style: none;
	padding: 0;
	margin: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.plugbar ul li {
	width: 20%;
	float: left
}

.plugbar ul li a {
	display: block;
	color: #696969;
	font-size: 12px;
	text-align: center;
	position: relative
}

.plugbar ul li a i {
	font-size: 20px;
	color: #696969
}

.plugbar ul li a span {
	position: absolute;
	width: 50px;
	height: 50px;
	top: -40px;
	left: calc(50% - 50px / 2);
	font-size: 14px;
	display: block;
	border: 1px solid rgba(234, 230, 230, 0.5);
	border-radius: 100%
}

.support-online {
	position: fixed;
	z-index: 999;
	left: 10px;
	bottom: 0px
}

.support-online a {
	position: relative;
	margin: 20px 10px;
	text-align: left;
	width: 40px;
	height: 40px
}

.support-online i {
	width: 40px;
	height: 40px;
	background: #43a1f3;
	color: #ffffff;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	line-height: 1.9;
	position: relative;
	z-index: 999
}

.support-online a {
	display: block
}

.support-online a span {
	border-radius: 2px;
	text-align: center;
	background: #67b634;
	padding: 9px;
	display: none;
	width: 180px;
	margin-left: 10px;
	position: absolute;
	color: #ffffff;
	z-index: 999;
	top: 0px;
	left: 40px;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	-webkit-animation: headerAnimation 0.7s 1;
	animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
	display: block
}

.support-online a span:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #67b634 transparent transparent;
	position: absolute;
	left: -10px;
	top: 10px
}

.support-online .kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: -10px;
	position: absolute;
	border-radius: 100%;
	border: 2px solid transparent;
	background-color: rgba(0, 175, 242, 0.5);
	opacity: 0.75;
	right: -10px
}

.support-online .kenit-alo-circle {
	width: 50px;
	height: 50px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	border-radius: 100%;
	border: 2px solid rgba(30, 30, 30, 0.4);
	opacity: 0.1;
	border-color: #0089b9;
	opacity: 0.5
}

.support-online .support-online .btn-support {
	cursor: pointer
}

.support-online .mes i {
	background: orange
}

.support-online .sms i {
	background: red
}

.support-online .call-now i {
	background: green
}

.widget-mobile {
	position: fixed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 10px;
	z-index: 9999999
}

#my-phone-circle {
	position: relative;
	width: 50px !important;
	height: 50px !important
}

.wcircle-open .wcircle-icon i:before {
	content: "\f00d"
}

.wcircle-icon {
	background: #1282fc;
	border-radius: 50%;
	position: relative !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wcircle-icon:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: rgba(18, 130, 252, 0.5);
	border: 1px solid #ffffff;
	border-radius: 50%;
	left: -5px;
	top: -5px;
	-webkit-animation: pulse 1s infinite ease-in-out;
	animation: pulse 1s infinite ease-in-out
}

.wcircle-icon:after {
	position: absolute;
	content: "";
	width: 80px;
	height: 80px;
	background: rgba(18, 130, 252, 0.5);
	border-radius: 50%;
	left: -15px;
	top: -15px;
	-webkit-animation: zoomIn 2s infinite ease-in-out;
	animation: zoomIn 2s infinite ease-in-out
}

.wcircle-menu {
	position: absolute !important;
	left: 0;
	top: 0;
	display: none
}

.wcircle-menu-item {
	width: 50px;
	height: 50px;
	background: #1282fc;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wcircle-menu-item img {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%
}

.wcircle-menu-item i {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	z-index: 9999
}

.wcircle-icon i {
	font-size: 25px;
	color: #ffffff;
	position: relative;
	z-index: 9999
}

.shake-anim {
	-webkit-animation: shake-anim 1s infinite ease-in-out;
	animation: shake-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.page-link.active,
.page-link.bg-primary {
	background: var(--maincolor) !important
}

.page-link.active:hover,
.page-link.bg-primary:hover {
	background: var(--maincolor) !important
}

.page-link {
	cursor: pointer
}

.boxProduct {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px
}

.boxProduct>.product {
	margin: 0 !important;
	width: 100%;
	min-width: 100%
}

.keyword-autocomplete {
	border-radius: 5px;
	position: absolute;
	top: 101%;
	left: 7.5px;
	width: calc(100% - 15px);
	background: #fff;
	border: 1px solid var(--maincolor);
	font-size: 13px;
	z-index: 1;
	display: none
}

.keyword-autocomplete.show {
	display: block;
}

.autocomplete_item {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.autocomplete_item:nth-child(even) {
	background: #f3f3f3;
}

.autocomplete_item:hover,
.autocomplete_item:hover h3 {
	background: var(--color-red);
	color: white
}

.autocomplete_item {
	padding: 0.5rem !important;
	display: flex !important;
	align-items: center;
	gap: 0.5rem;
}

.autocomplete_item picture {
	min-width: 30%;
	max-width: 30%
}

.autocomplete_item section {
	flex-grow: 1;
	position: relative
}

.autocomplete_item h3 {
	font-size: 15px;
	color: #222;
	margin: 0
}

.autocomplete_item p {
	float: none;
	width: 100%;
	text-align: left;
	line-height: unset;
	height: unset
}

.autocomplete_item p span,
.autocomplete_item h3 span {
	font-size: 12px
}

.autocomplete_item p span.price-per {
	top: 0;
	right: 0;
	z-index: 2;
	width: auto;
	height: auto;
	padding: 2.5px 5px;
	font-size: 10px;
	line-height: unset
}

.filter_block {
	display: block;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	padding: 1rem;
	margin-bottom: 1rem
}

.filter_title {
	font-weight: bold;
	font-size: 14px;
	display: flex;
	align-items: center
}

.filter_block ul {
	list-style: none;
	display: block
}

.filter_block ul li {
	margin: 0.5rem 0 0;
	display: block
}

.filter_block ul li a {
	color: #777;
	font-size: 14px;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	cursor: pointer
}

.filter_block ul li a span {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 1rem;
	height: 1rem;
	display: block;
	position: relative
}

.filter_block ul li a.checked span:after {
	content: '\2713';
	filter: brightness(0);
	font-size: 15px;
	position: absolute;
	top: -7px;
	right: -1px;
	z-index: 2
}

.filter_block ul li a i {
	width: 1rem;
	height: 1rem;
	border-radius: 3px
}

.cart-pro-detail .btn-success {
	background: var(--maincolor) !important;
	border-color: var(--maincolor) !important
}

.btn-load-more-comment-parent {
	background: var(--maincolor) !important;
	border-color: var(--maincolor) !important
}

.filter_title:after {
	content: '\f0d7';
	font-family: 'FontAwesome';
	margin-left: auto
}

.line-clamp-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 6;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-7 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.line-clamp-8 {
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
	display: -webkit-box;
	-webkit-box-orient: vertical
}

.contact-form .btn-primary {
	background: var(--maincolor) !important;
	border-color: var(--maincolor) !important
}

.save-listing,
.save-listing-already {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
	font-size: 1rem;
	background: var(--maincolor);
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff !important
}

.save-listing:hover i:before,
.save-listing-already i:before {
	font-weight: bold
}

.liked-fixed {
	bottom: 455px
}

div.box-sanpham-tc {
	padding: 30px 0
}

div.css_flex_baiviet {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

div.css_flex_video {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

div.css_flex_album {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px
}

div.css_flex_product {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0
}

div.css_flex_ajax .pro-in {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
	padding: 0
}

div.css_baiviet_ngang .news {
	width: calc(25% - 20px)
}

div.css_baiviet_ngang .pic-news {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px
}

div.css_baiviet_ngang .info-news {
	width: 100%
}

div.wap-tin-video {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

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

.wrap-tin-video .left-intro {
	width: 49%;
}

.wrap-tin-video .right-intro {
	width: 49%
}

.wrap-tin-video .title {
	font-family: 'UTM_HelvetIns';
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 30px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 10px;
	position: relative;
}

.wrap-tin-video .title .title-intro:after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #ed1c24;
}

div.wap_footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	color: #ffffff;
}

.news {
	width: calc(50% - 20px);
	margin: 0 10px;
	margin-bottom: 25px;
	display: block
}

.pic-news {
	float: left;
	margin-right: 4%;
	width: 36%;
	margin-bottom: 0
}

.pic-news img {
	width: 100%
}

.info-news {
	float: left;
	width: 60%
}

.name-news {
	color: #333;
	font-size: 14px;
	line-height: normal;
	margin-bottom: 5px;
	font-weight: bold
}

.name-news:hover {
	color: #f00
}

.time-news {
	color: #666;
	margin-bottom: 0.25rem
}

.desc-news {
	color: #333333;
	margin-top: 5px;
	line-height: 22px
}

.view-news {
	color: #c00;
	display: block;
	margin-top: 5px
}

.video {
	width: calc(25% - 20px);
	text-align: center;
	cursor: pointer;
	margin: 10px 10px
}

.pic-video {
	position: relative
}

.pic-video:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 35px;
	top: calc(50% - 50px/2);
	left: calc(50% - 35px/2);
	z-index: 1;
	background-repeat: no-repeat;
	background-image: url(../images/play.png)
}

.pic-video img {
	width: 100%
}

.name-video {
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
	font-weight: bold;
	color: #035F67;
}

.name-video:hover {
	color: #d5aa16;
}

.load-video-tc .h-r-v {
	width: 48%;
	position: absolute;
	right: 20px;
	bottom: 26px
}

.load-video-tc .h-l-v iframe {
	height: 540px
}

.load-video-tc div.item-duoi {
	margin: 0 5px;
	border: 1px solid #fff;
	position: relative
}

.load-video-tc div.item-duoi:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon-video.png) no-repeat center;
	background-size: 30px;
	cursor: pointer
}

.load-video-tc div.item-duoi iframe {
	width: 100%;
	height: 100%
}

.load-video-tc div.item-duoi span {
	display: block;
	text-align: left
}

.load-video-tc div.item-duoi span.ten {
	font-size: 14px
}

.load-video-tc div.item-duoi span.ngay {
	font-size: 14px
}

.load-video-tc div.item-video {
	position: relative
}

.load-video-tc div.item-video a {
	position: relative;
	display: block;
	line-height: 0;
	cursor: pointer
}

.load-video-tc div.item-video a img {
	object-fit: cover;
	height: 419px
}

.load-video-tc div.item-video a:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/icon-video.png) no-repeat center
}

.load-video-tc {
	position: relative
}

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

div.wap_copy .copyright,
div.wap_copy .statistic {
	margin-bottom: 0
}

.statistic span {
	margin-left: 8px
}

div#main_footer ul {
	list-style: none;
	padding: 0;
	margin: 0
}

div#main_footer ul li {
	margin: 9px 0;
	font-size: 14px
}

div#main_footer ul li i {
	width: 30px;
	height: 30px;
	border: 1px solid #f9f9f9;
	text-align: center;
	border-radius: 3px;
	line-height: 30px;
	margin-right: 8px;
	font-size: 18px;
	color: #525252
}

.footer-news:nth-child(1) {
	width: 45%
}

.footer-news:nth-child(2) {
	width: 25%
}

.footer-news:nth-child(3) {
	width: 20%
}

.social-header li {
	width: 30px
}

.social {
	margin-bottom: 0;
	padding: 0
}

.social ul {
	padding: 0;
	list-style: none
}

.social li {
	display: inline-block
}

.social li:hover {
	transform: rotateY(360deg);
	transition: all 0.5s linear
}

.list_monnb {
	display: block;
	text-align: center;
	margin-bottom: 20px
}

.list_monnb a {
	font-size: 16px;
	text-transform: uppercase;
	color: inherit;
	display: inline-block;
	vertical-align: top;
	margin: 0 9px;
	padding: 16px 20px;
	line-height: 0;
	cursor: pointer;
	transition: 0.2s;
	margin-bottom: 5px;
	border: 1px solid #1a1918
}

.list_monnb a:hover,
.list_monnb a.active {
	color: #fff;
	background: #1a1918
}

.title-intro {
	margin-bottom: 0px
}

.title-intro span {
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	font-size: 20px;
	color: var(--maincolor)
}

.title-intro span:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0px;
	left: 0px
}

div.box-tintuc-video {
	padding: 50px 0
}

#video-select iframe {
	height: 360px
}

#video-select .listvideos {
	width: 100%;
	height: 40px;
	padding: 0 10px
}

.home-map iframe {
	width: 100%;
}

.proprice_item_color span {
	width: 50px;
	height: 25px;
	border-radius: 6px
}

.prod_details_color {
	display: flex;
	justify-content: start;
	flex-flow: wrap;
	margin: 0 -5px;
	margin-bottom: 10px
}

.prod_details_color .align-items-center {
	margin: 0 5px
}

.proprice_item_color.active>span {
	border: 1px solid #000;
	border-radius: 6px;
	transition: 0.5s
}

.proprice_item_size a {
	display: flex;
	width: 50px;
	height: 25px;
	align-items: center;
	justify-content: center;
	background: #ddd;
	border-radius: 6px
}

.proprice_group {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 0 -5px;
	margin-bottom: 10px
}

.proprice_item_size {
	margin: 0 5px
}

.proprice_item_size.active>a {
	border: 1px solid #000;
	border-radius: 6px
}

.proprice_item_label {
	margin-bottom: 5px !important
}

input.code-coupon {
	max-height: 38px
}

/* Paging */
.pagination-home .pagination .page-item .page-link {
	color: #555555;
	font-size: .875rem;
}

.pagination-home .pagination .page-item.active .page-link {
	color: #ffffff;
	background-color: #555555;
	border-color: #555555;
}

/* Paging Ajax */
.pagination-ajax {
	text-align: center;
	margin-top: 20px;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 3px 3px 3px;
	width: 35px;
	height: 35px;
	line-height: 33px;
	color: #666 !important;
	border: 1px solid #e6e6e6;
	font-size: 13px;
	cursor: pointer;
	text-decoration: none !important;
	background-color: #e6e6e6;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	color: #ffffff !important;
	border-color: #F57C20;
	background-color: #F57C20;
}

.pagination-ajax a.first,
.pagination-ajax a.last,
.pagination-ajax a.prev,
.pagination-ajax a.next {
	text-indent: -9999px;
	position: relative;
	background-color: #ffffff !important;
}

.pagination-ajax a.first:before,
.pagination-ajax a.last:before,
.pagination-ajax a.prev:before,
.pagination-ajax a.next:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination-ajax a.first:before {
	background-image: url(../images/page-first.png);
}

.pagination-ajax a.last:before {
	background-image: url(../images/page-last.png);
}

.pagination-ajax a.prev:before {
	background-image: url(../images/page-prev.png);
}

.pagination-ajax a.next:before {
	background-image: url(../images/page-next.png);
}

/* Newsletter */
.wrap-newsletter {
	position: relative;
	padding: 30px 0px;
	background: #1a3079;
}

.box-newsletter {
	border: 1px solid #b3b3b3;
	padding: 20px;
	width: 55%;
}

.title-newsletter {
	width: 100%;
	margin-bottom: 10px;
}

.title-newsletter p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	color: #1a1a1a;
	width: 100%;
	line-height: 25px;
}

.title-newsletter h2 {
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	text-transform: uppercase;
	padding-bottom: 10px;
	position: relative;
}

.title-newsletter h2:after {
	position: absolute;
	content: '';
	background: #1a3079;
	width: 35px;
	height: 2px;
	bottom: 0;
	left: 0;
}

.form-newsletter {
	position: relative;
}

.newsletter-input {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}

.newsletter-input .custom-file-label {
	margin: 0;
	height: 50px;
	background: transparent;
	line-height: 40px;
	color: #fff;
	border: none;
	padding-left: 55px;
}

.newsletter-input .custom-file-label::after {
	right: unset;
	left: 0;
	line-height: 40px;
	height: 50px;
	background: transparent;
	content: "\f03e";
	font-family: 'Font Awesome 5 Free';
	color: #ffff;
	font-size: 30px;
}

.newsletter-input>input {
	font-size: 14px;
	font-weight: 400;
	text-indent: 0px;
	color: #808080;
	background: #fff;
	height: 40px;
	padding: 0 10px;
	line-height: 40px;
	border-radius: 0;
	border: 1px solid #e6e6e6;
}

.newsletter-input>textarea {
	padding: 10px;
	font-size: 15px;
	color: #333333;
	background: #fff;
	border-radius: 0;
	border: 1px solid #e6e6e6;
	height: 150px;
	/* text-indent: 25px; */
	border-radius: 5px;
}

.newsletter-input.textarea {
	width: 100%;
	margin: 0;
	grid-column: span 3;
}

.newsletter-input.textarea i {
	transform: unset;
	top: 12px;
}

.newsletter-button {
	position: relative;
	width: 100%;
}

.newsletter-input .custom-file {
	border: 1px solid #ccc;
}

.newsletter-button input {
	border: none;
	background: #6c6c6c;
	border-radius: 0;
	font-size: 14px;
	font-weight: 700;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	height: 40px;
	line-height: 40px;
	display: table;
	margin: 0px auto;
}

.newsletter-input input::-webkit-input-placeholder,
.newsletter-input textarea::-webkit-input-placeholder {
	color: #808080;
}

.newsletter-input input:-moz-placeholder,
.newsletter-input textarea:-moz-placeholder {
	color: #808080;
}

.newsletter-input input::-moz-placeholder,
.newsletter-input textarea::-moz-placeholder {
	color: #808080;
}

.newsletter-input input:-ms-input-placeholder,
.newsletter-input textarea:-ms-input-placeholder {
	color: #808080;
}

.newsletter-button input:hover {
	opacity: 0.8;
}

.newsletter-button input[type=submit] {
	background: #007bff !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #fff;
}

.wrap-content-main {
	/* padding: 0 1em; */
}

.header-name {
	background: #0B6C69;
	color: #fff;
	padding: 25px 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 30px;
}

.header-name h2 {
	margin-bottom: 0
}

.content-signature {
	width: 100%;
	max-width: 650px;
	margin: 5em auto
}

.content-signature button {
	border: none !important;
	outline: none !important;
	padding: 10px 35px;
	font-size: 16px;
	margin-right: 15px;
	border-radius: 5px;
}

.SumoSelect {
	width: 100%;
	height: 40px;
}

.SumoSelect>select {
	height: 40px;
}

.SumoSelect>.CaptionCont {
	height: 38px;
	line-height: 24px;
	border-radius: 5px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i,
.SumoSelect .select-all>span i {
	transform: translateY(0%)
}

.SumoSelect .select-all {
	height: auto
}

/*Menu Nav*/
#info:not(.hidden-menu) .nav-menu {
	width: 260px;
	position: fixed;
	top: 0;
	height: 100vh;
	left: 0;
	background: #333;
	z-index: 111;
	transition: all 0.6s
}

#info:not(.hidden-menu) .container-page {
	margin-left: 280px;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
	position: relative;
	transition: all 0.6s
}

body.hidden-nav .nav-menu {
	left: -250px !important;
	transition: all 0.6s
}

body.hidden-nav .container-page,
body.hidden-nav .main-header {
	margin-left: 15px !important;
	transition: all 0.6s
}

body.hidden-nav .nav-menu:hover {
	transition: all 0.6s;
	left: 0 !important
}

.title-header-nav {
	width: 100%;
	padding: 12px 10px;
	background: #F57C20;
}

.title-header-nav h2 {
	font-size: 20px;
	color: #fff;
}

.menu-left-nav {
	list-style: none;
	padding-inline-start: 0px;
}

.menu-left-nav li {
	padding-left: 15px;
	margin: 10px auto;
	padding: 10px;
}

.menu-left-nav li a {
	color: #fff;
}

.menu-left-nav li.active {
	background: #F57C20
}

.btn-personnel a {
	color: #fff
}

.btn-personnel a:hover {
	color: #fff
}

.btn-primary a {
	color: #fff
}

.btn-primary a:hover {
	color: #fff
}

/*Add Personnel*/
.content-box-panel {
	padding: 10px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: 0px -7px 25px #ccc;
	font-size: 13px;
	position: relative;
	border-top: 3px solid #007bff;
}

.content-box-panel>h4 {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700
}

.content-box-panel label {
	margin-bottom: 4px;
}

.content-box-panel.active .form-row {
	display: none
}

.content-box-panel .button-click {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
}

.name-tilte-personnel {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 10px;
	margin-bottom: 30px;
}

.content-box-panel .newsletter-input>input {
	border-radius: 5px
}

.personnel-form .newsletter-button input[type=submit],
.personnel-form .newsletter-button input[type=reset] {
	border-radius: 5px;
}

.content-box-panel .contact-input {
	margin-bottom: 10px;
}

/*HD*/
.btn-create {
	margin: 20px auto;
}

.link-design a,
.dowload-filepsd a {
	text-decoration: none;
	color: #fff !important;
}

.name-tilte {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700
}

.box-contract {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.box-contract.active {
	height: auto
}

a.color-white {
	color: #fff !important
}

.list-feature-add {
	margin-top: 20px;
	max-height: 325px;
	overflow-y: auto;
	padding: 0 5px;
}

.list-feature-add::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
}

.list-feature-add::-webkit-scrollbar {
	width: 5px;
	background-color: #fff;
}

.list-feature-add::-webkit-scrollbar-thumb {
	background-color: #0B6C69;
	border: 2px solid #0B6C69;
}

.list-feature-add>.form-row {
	margin-bottom: 10px;
	padding-top: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.btn-delete {
	padding-left: 10px;
}

/*User*/
.wrap-user {
	max-width: 768px;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #cccccca8;
	border-radius: 5px;
	box-shadow: 0px 0px 5px #ccc;
}

.title-user {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.title-user span {
	font-weight: 700;
	font-size: 2em;
	text-transform: uppercase;
	color: #0B6C69
}

.input-user {
	margin-bottom: 25px;
}

.input-user input {
	padding: 22px 0;
	padding-left: 15px;
}

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

.button-user {
	width: 100%
}

.button-user .btn-primary {
	width: 100%;
	padding: 10px 0;
	margin: 10px auto;
}

.note-user a {
	color: #333
}

.note-user a:hover {
	color: #F57C20
}

/*Statistical*/
.box-statistical {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1.5em;
	text-align: center;
	width: calc((100% / 2) - 20px);
	margin-bottom: 40px;
}

.box-statistical h3 {
	font-size: 1.5em;
	text-transform: capitalize;
}

.box-statistical .count-number {
	font-size: 3.5em;
	color: #f00;
	font-weight: 700
}

.view-more-detail a {
	color: #333;
	font-weight: 500
}

.view-more-detail:hover a {
	color: #f00
}

.show-table p {
	margin-bottom: 5px;
}

.view-file-doc a {
	color: #333
}

.view-file-doc:hover a {
	color: #f00
}

/*Filter group*/
.content-box-panel .jFiler-input-dragDrop {
	width: 100% !important
}

.hidden {
	opacity: 0;
	visibility: hidden;
	display: none !important
}

.list-info-contract>div {
	margin-right: 15px;
	margin-bottom: 0;
	width: 100%;
	display: flex;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.list-info-contract>div h6 {
	margin-right: 10px;
	margin-bottom: 5px;
}

.list-feature {
	border-bottom: none !important;
	flex-wrap: wrap;
	margin-top: 1rem;
}

.list-feature h3 {
	width: 100%;
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 700;
}

.list-feature>div {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.list-feature h6 {
	margin-right: 10px;
}

.list-feature p {
	margin-bottom: 0
}

.container1 {
	max-width: calc(100% - 10px);
	margin: auto
}

.card {
	border-radius: 10px;
	border: none;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-header {
	background-color: #20c997;
	color: black;
	font-weight: bold;
	border-radius: 10px 10px 0 0 !important;
	font-size: 1.2rem;
}

.section-title {
	border-left: 5px solid #20c997;
	padding-left: 15px;
	margin: 25px 0 15px 0;
	color: #343a40;
	font-weight: 700;
}

.form-group label {
	font-weight: 500;
	color: #495057;
}

.btn-primary {
	background-color: #20c997;
	border-color: #20c997;
	transition: all 0.3s;
}

.btn-primary:hover {
	background-color: #1ba87e;
	border-color: #1ba87e;
	transform: translateY(-1px);
}

.select2-container--bootstrap4 .select2-selection--multiple {
	min-height: calc(1.5em + 0.75rem + 2px) !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
	background-color: #20c997 !important;
	border: 1px solid #1ba87e !important;
	color: white !important;
	border-radius: 4px !important;
	padding: 2px 8px !important;
	margin-top: 0.35rem !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove {
	color: white !important;
	margin-right: 5px !important;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #ffc107 !important;
}

.key-search {
	font-size: 15px;
	font-weight: 500;
}

/*Report*/
.mrl0 {
	margin-left: 0 !important
}

.relative-item {
	position: relative;
}

.note {
	color: #f00;
	display: none
}

.note.active {
	display: inline-block;
}

/*Bussi*/
.tab-contract {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.tab-contract span {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 25px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.tab-contract span.active,
.tab-contract span:hover {
	background: #f1f1f1;
	transition: all 0.6s;
}

.click-tab-contract i {
	margin-right: 5px;
	color: #ccc;
}

.btn-font-weight {
	font-weight: 700;
	font-size: 17px;
}

.form-select-notion {
	border: none;
	background: transparent;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 13px;
	color: #37352f;
	cursor: pointer;
	outline: none;
	width: 100%;
}

.form-select-notion:hover {
	background: #f1f1f0;
}

select.tag-source {
	width: auto;
	font-size: 12px;
	font-weight: 500;
}

.notion-tag-trigger {
	padding: 4px 10px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	transition: 0.2s;
}

.notion-tag-trigger:hover {
	filter: brightness(0.9);
}

.notion-dropdown-menu {
	display: none;
	position: absolute;
	z-index: 9999;
	background: white;
	min-width: 240px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	padding: 8px;
	border: 1px solid #e9e9e7;
}

.dropdown-label {
	color: #91918e;
	font-size: 11px;
	padding: 8px 10px;
	font-weight: 500;
}

.notion-option {
	display: flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 4px;
	cursor: pointer;
	gap: 8px;
	color: #37352f;
}

.notion-option:hover {
	background: #f1f1f0;
}

.drag-handle {
	color: #d3d3d2;
	font-size: 14px;
	user-select: none;
}

.bg-website {
	background: #e2ecf3;
	color: #1d4ed8;
}

.bg-referral {
	background: #fdebec;
	color: #eb5757;
}

.bg-social {
	background: #f4effa;
	color: #6940a5;
}

.bg-event {
	background: #faede6;
	color: #d9730d;
}

.show {
	display: block !important;
}

.form-control-notion {
	border: none;
	background: transparent;
	font-size: 13px;
	padding: 2px 5px;
	width: 100%;
	color: #37352f;
}

.form-control-notion:focus {
	background: #f1f1f0;
	outline: none;
	border-radius: 4px;
}

.filter-popover {
	display: none;
	position: absolute;
	z-index: 1000;
	top: 100%;
	right: 0;
	min-width: 280px;
	background: #fff;
	border: 1px solid #e9e9e7;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	padding: 15px;
	margin-top: 5px;
}

.filter-popover.show {
	display: block !important;
}

.filter-group {
	margin-bottom: 12px;
}

.filter-group label {
	display: block;
	font-size: 12px;
	color: #91918e;
	margin-bottom: 4px;
	font-weight: 500;
}

.filter-input {
	width: 100%;
	padding: 6px 8px;
	border: 1px solid #e9e9e7;
	border-radius: 4px;
	font-size: 13px;
	outline: none;
	transition: border-color 0.2s;
}

.filter-input:focus {
	border-color: #2383e2;
}

.filter-actions {
	display: flex;
	justify-content: flex-end;
	gap: 8px;
	margin-top: 15px;
	border-top: 1px solid #e9e9e7;
	padding-top: 10px;
}

.bi-filter.active {
	color: #2383e2;
}

.trigger-filter-popover {
	cursor: pointer;
}

.edit-field:focus {
	background: #fff;
	outline: 2px solid #2383e2;
	border-radius: 2px;
}

.badge-support {
	padding: 2px 8px;
	border-radius: 3px;
	background: #eef3f8;
	color: #37352f;
	font-size: 12px;
	border: 1px solid #d3e1ef;
}

.notion-container {
	max-width: 100%;
	margin: 0 auto;
	padding: 25px 0px;
	background: #fff;
	color: #37352f;
}

.notion-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
}

.notion-tabs {
	display: flex;
	gap: 8px;
	border-bottom: 1px solid #edece9;
	margin-bottom: 15px;
}

.tab-item {
	padding: 6px 12px;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 2px solid transparent;
	color: rgba(55, 53, 47, 0.5);
	transition: all 0.2s;
}

.tab-item:hover {
	background: rgba(55, 53, 47, 0.04);
}

.tab-item.active {
	color: #37352f;
	border-bottom: 2px solid #37352f;
	font-weight: 600;
}

.notion-data-view {
	margin-top: 10px;
}

.notion-table thead {
	background: #f6f6f6;
	width: 100%;
	display: table-row-group;
	font-size: 14px;
}

.edit-field:focus {
	background: #fff;
	outline: 2px solid #2383e2;
	box-shadow: inset 0 0 0 1px #2383e2;
}

.notion-toolbar {
	position: relative;
}

.trigger-filter-popover {
	background: transparent;
	border: none;
	cursor: pointer;
	color: rgba(55, 53, 47, 0.5);
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	padding: 4px 8px;
	border-radius: 4px;
}

.trigger-filter-popover:hover {
	background: rgba(55, 53, 47, 0.08);
}

.new-page-row {
	margin-top: 2px;
	padding: 8px;
	color: rgba(55, 53, 47, 0.45);
	cursor: pointer;
	font-size: 14px;
}

.new-page-row:hover {
	background: rgba(55, 53, 47, 0.05);
	color: #37352f;
}

.notion-divider {
	border: none;
	height: 1px;
	background: #edece9;
	margin: 40px -60px;
}

.notion-table {
	width: 100% !important;
	table-layout: fixed !important;
	border-collapse: collapse;
	font-size: 14px;
}

.no-data-row td {
	text-align: center;
	padding: 40px !important;
	color: #999;
	background: #fcfcfc;
}

.notion-table td,
.notion-table th {
	text-overflow: ellipsis;
}

.col-action {
	width: 50px;
	text-align: center;
}

.btn-delete-row {
	background: transparent;
	border: none;
	color: #ed6a5e;
	opacity: 0.3;
	cursor: pointer;
	transition: all 0.2s;
	padding: 4px 8px;
	border-radius: 4px;
}

tr:hover .btn-delete-row {
	opacity: 1;
}

.btn-delete-row:hover {
	background: #fee2e2;
	color: #dc2626;
}

/**/
.sales-dashboard {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
}

.sales-card {
	flex: 1;
	background: #fff;
	padding: 15px 20px;
	border-radius: 4px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-left: 5px solid #ccc;
}

.card-total {
	border-left-color: #007bff;
}

.card-actual {
	border-left-color: #28a745;
}

.card-label {
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
}

.card-value {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin: 0;
}

.text-green {
	color: #28a745 !important;
}

@media (max-width:768px) {
	.sales-dashboard {
		flex-direction: column;
	}
}

:root {
	--primary-color: #f97316;
	--bg-body: #f1f5f9;
	--bg-card: #ffffff;
	--text-main: #1e293b;
	--text-muted: #64748b;
	--sidebar-bg: #0f172a;
	--radius: 12px;
	--shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
	--header-height: 64px;
	--bg-white: #ffffff;
	--border-color: #e2e8f0;
	--text-main: #1e293b;
	--text-muted: #94a3b8;
	--orange-primary: #f97316;
	--orange-light: #ffedd5;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	background: var(--bg-body);
	color: var(--text-main);
}

.app-wrapper {
	display: flex;
	min-height: 100vh;
	width: 100%;
	overflow: hidden;
}

/* SIDEBAR */
.sidebar {
	width: 260px;
	background: #f3f3f3;
	color: #cbd5e1;
	display: flex;
	flex-direction: column;
	sticky: top 0;
	height: 100vh !important;
}

.sidebar-logo {
	padding: 30px;
	border-bottom: 1px solid #1e293b;
	text-align: center;
}

.sidebar-logo img {
	max-width: 150px;
}

.sidebar-nav {
	padding: 20px;
	flex: 1;
}

.nav-label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
}

.nav-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 15px;
	text-decoration: none;
	color: #333;
	border-radius: 8px;
	margin-bottom: 5px;
	transition: 0.3s;
	font-weight: 600;
}

.nav-item:hover {
	background: #1e293b;
	color: white;
}

.nav-item.active {
	background: var(--primary-color);
	color: white;
	font-weight: bold;
}

.logout {
	color: #f87171;
	margin-top: 50px;
}

/* MAIN CONTENT */
.content-area {
	flex: 1;
	padding: 30px 0;
	max-width: 100%;
	margin: 0 auto;
}

/* DASHBOARD CARDS */
.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
	margin-bottom: 30px;
}

.stat-card {
	background: var(--bg-card);
	padding: 25px;
	border-radius: var(--radius);
	display: flex;
	justify-content: space-between;
	align-items: center;
	shadow: var(--shadow);
	border: 1px solid #e2e8f0;
}

.stat-label {
	font-size: 13px;
	color: var(--text-muted);
	font-weight: 600;
	text-transform: uppercase;
}

.stat-value {
	font-size: 24px;
	font-weight: 800;
	margin-top: 5px;
}

.stat-icon {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.icon-blue {
	background: #eff6ff;
	color: #2563eb;
}

.icon-green {
	background: #f0fdf4;
	color: #16a34a;
}

.text-green {
	color: #16a34a;
}

/* TABLE AREA */
.table-card {
	background: var(--bg-card);
	border-radius: var(--radius);
	border: 1px solid #e2e8f0;
	overflow: hidden;
	shadow: var(--shadow);
}

.table-header {
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #f1f5f9;
}

.filter-tabs {
	display: flex;
	background: #f8fafc;
	padding: 5px;
	border-radius: 10px;
	gap: 5px;
}

.tab {
	border: none;
	padding: 8px 16px;
	border-radius: 8px;
	background: transparent;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-muted);
}

.tab.active {
	background: white;
	color: var(--primary-color);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* MODERN TABLE */
.modern-table {
	width: 100%;
	border-collapse: collapse;
}

.modern-table th {
	background: #f8fafc;
	padding: 15px 20px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--text-muted);
	letter-spacing: 0.5px;
}

.modern-table td {
	padding: 18px 20px;
	border-bottom: 1px solid #f1f5f9;
	font-size: 14px;
}

.modern-table tr:hover {
	background: #f8fafc;
}

.contract-name {
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 4px;
}

.badge-id {
	font-size: 13px;
	font-weight: 800;
	background: #e0f2fe;
	color: #0369a1;
	padding: 3px 8px;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}

.status-pill {
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
}

.status-pill.record {
	background: #ecfeff;
	color: #0891b2;
	border: 1px solid #cffafe;
}

.status-pill.specified {
	background: #eef2ff;
	color: #4f46e5;
	border: 1px solid #e0e7ff;
}

.status-pill.new {
	background: #e0f2fe;
	color: #0369a1;
	border: 1px solid #bae6fd;
}

.status-pill.processing {
	background: #fef3c7;
	color: #92400e;
	border: 1px solid #fde68a;
}

.status-pill.completed {
	background: #dcfce7;
	color: #166534;
	border: 1px solid #bbf7d0;
}

.status-pill.pending {
	background: #ef0000;
	color: #fff;
	border: 1px solid #ef0000;
}

/* BUTTONS */
.btn-i {
	border: none;
	width: 32px;
	height: 32px;
	border-radius: 8px;
	cursor: pointer;
	color: white;
	transition: 0.2s;
}

.btn-i.blue {
	background: #3b82f6;
}

.btn-i.orange {
	background: #f97316;
}

.btn-i.green {
	background: #10b981;
}

.btn-i.btn-ticket {
	background: linear-gradient(135deg, #f472b6 0%, #a855f7 100%);
}

.btn-i:hover {
	opacity: 0.8;
	transform: translateY(-2px);
}

.btn-i.btn-ticket:hover {
	transform: translateY(-2px) scale(1.05);
	box-shadow: 0 4px 12px rgba(168, 85, 247, 0.4);
}

.table-responsive {
	overflow-x: auto;
	position: relative;
	border-radius: var(--radius);
}

.col-contract {
	max-width: 250px;
	min-width: 200px;
}

.contract-name {
	font-weight: 700;
	color: #0f172a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.modern-table th:last-child,
.modern-table td:last-child {
	position: sticky;
	right: 0;
	z-index: 2;
	box-shadow: -5px 0 10px -5px rgba(0, 0, 0, 0.1);
}

.modern-table th:last-child {
	background-color: #f8fafc;
	z-index: 3;
}

.modern-table th,
.modern-table td {
	white-space: nowrap;
	padding: 12px 15px;
}

.btn-i {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	border: none;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.2s ease;
	margin-left: 4px;
	font-size: 13px;
}

.btn-i.btn-send-spec {
	background-color: #f5f3ff;
	color: #7c3aed;
	border: 1px solid #ddd6fe;
}

.btn-i.btn-send-spec:hover {
	background-color: #7c3aed;
	color: #ffffff;
	box-shadow: 0 4px 12px rgba(124, 58, 237, 0.3);
	transform: translateY(-2px);
}

.btn-i:active {
	transform: scale(0.95);
}

.btn-send-spec:hover i {
	transform: rotate(15deg) translateX(2px);
	transition: transform 0.2s ease;
}

.main-header {
	height: var(--header-height);
	background-color: var(--bg-white);
	border-bottom: 1px solid var(--border-color);
	padding: 0 32px;
	position: sticky;
	top: 0;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-title {
	font-size: 18px;
	font-weight: 700;
	color: var(--text-main);
	text-transform: uppercase;
	letter-spacing: -0.025em;
	margin: 0;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 16px;
}

.btn-icon {
	background: none;
	border: none;
	padding: 8px;
	color: var(--text-muted);
	font-size: 20px;
	cursor: pointer;
	transition: color 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-icon:hover {
	color: #475569;
}

.user-avatar {
	height: 32px;
	width: 32px;
	background-color: var(--orange-light);
	color: var(--orange-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	transition: transform 0.2s ease;
}

.user-avatar:hover {
	transform: scale(1.05);
}

.main-header {
	z-index: 11 !important;
}

.mrb2r {
	margin-bottom: 2rem;
}

.user-avatar {
	height: 36px;
	width: 36px;
	background: linear-gradient(135deg, #f97316 0%, #fb923c 100%);
	color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.5px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(249, 115, 22, 0.2);
	transition: all 0.3s ease;
	border: 2px solid #ffffff;
}

.user-avatar:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(249, 115, 22, 0.4);
	filter: brightness(1.1);
}

.revenue-commitment {
	display: flex;
	align-items: center;
	gap: 12px;
	background-color: #f0fdf4;
	padding: 6px 16px;
	border-radius: 50px;
	border: 1px solid #bbf7d0;
	margin: 0 20px;
}

.revenue-commitment i {
	color: #16a34a;
}

.commitment-label {
	font-size: 13px;
	font-weight: 600;
	color: #166534;
	white-space: nowrap;
}

.commitment-input-group {
	display: flex;
	align-items: center;
	gap: 8px;
}

.input-commitment {
	width: 130px;
	height: 28px;
	border-radius: 6px;
	border: 1px solid #86efac;
	padding: 0 8px;
	font-size: 13px;
	font-weight: 700;
	color: #166534;
	outline: none;
	transition: all 0.2s ease;
}

.input-commitment:focus {
	border-color: #22c55e;
	box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.1);
}

.btn-save-commitment {
	height: 28px;
	background-color: #22c55e;
	color: white;
	border: none;
	padding: 0 12px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: 700;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: all 0.2s ease;
}

.btn-save-commitment:hover {
	background-color: #16a34a;
	transform: translateY(-1px);
	box-shadow: 0 2px 4px rgba(22, 163, 74, 0.2);
}

.btn-save-commitment:active {
	transform: translateY(0);
}

@media (max-width:1024px) {
	.commitment-label {
		display: none;
	}

	.revenue-commitment {
		padding: 6px 10px;
	}
}

.none-notion {
	display: none
}

:root {
	--primary-color: #4f46e5;
	--primary-hover: #4338ca;
	--bg-card: #ffffff;
	--bg-body: #f3f4f6;
	--text-main: #1f2937;
	--text-label: #4b5563;
	--border-color: #e5e7eb;
}

.user-profile-container {
	padding: 40px 15px;
	background-color: var(--bg-body);
	display: flex;
	justify-content: center;
}

.profile-card {
	background: var(--bg-card);
	width: 100%;
	max-width: 800px;
	border-radius: 16px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
	padding: 40px;
}

.profile-header {
	margin-bottom: 30px;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 20px;
}

.profile-title {
	font-size: 24px;
	font-weight: 700;
	color: var(--text-main);
}

.profile-subtitle {
	color: var(--text-label);
	font-size: 14px;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.full-width {
	grid-column: span 2;
}

.form-group {
	margin-bottom: 5px;
}

.form-label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-label);
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.input-wrapper {
	position: relative;
	display: flex;
	align-items: center;
}

.input-icon {
	position: absolute;
	left: 15px;
	color: #9ca3af;
	font-size: 16px;
}

.form-input {
	width: 100%;
	padding: 12px 15px 12px 45px;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	font-size: 15px;
	transition: all 0.3s ease;
	background-color: #f9fafb;
}

.form-input:focus {
	outline: none;
	border-color: var(--primary-color);
	background-color: #fff;
	box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.1);
}

.gender-selection {
	display: flex;
	gap: 15px;
}

.gender-item {
	flex: 1;
	cursor: pointer;
}

.gender-item input {
	display: none;
}

.gender-box {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 10px;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	font-size: 14px;
	transition: all 0.3s;
	background: #f9fafb;
}

.gender-item input:checked+.gender-box {
	background: var(--primary-color);
	color: #fff;
	border-color: var(--primary-color);
}

.section-divider {
	margin: 20px 0 10px;
	position: relative;
	text-align: center;
}

.section-divider::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--border-color);
	z-index: 1;
}

.section-divider span {
	position: relative;
	background: #fff;
	padding: 0 15px;
	z-index: 2;
	font-size: 12px;
	color: #9ca3af;
	text-transform: uppercase;
}

.form-footer {
	margin-top: 40px;
	display: flex;
	justify-content: flex-end;
}

.btn-submit {
	background: var(--primary-color);
	color: white;
	padding: 12px 40px;
	border-radius: 10px;
	border: none;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-submit:hover {
	background: var(--primary-hover);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

@media (max-width:600px) {
	.form-grid {
		grid-template-columns: 1fr;
	}

	.full-width {
		grid-column: span 1;
	}

	.profile-card {
		padding: 25px;
	}
}

.none-element {
	display: none
}

.money-revenue {
	color: #f00
}

.close-task-nav {
	margin-right: 15px;
	position: relative;
	bottom: 2px;
	cursor: pointer;
}


.ticket-post {
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.post-header {
	font-size: 0.85rem;
}

.post-body {
	line-height: 1.6;
	color: #444;
}

.ticket-history {
	position: relative;
}

.ticket-post {
	width: 100%;
}

.mrt2r {
	margin-top: 2rem;
}

.btn-i.red {
	background: #f00;
	color: #fff;
}

button:focus {
	outline: none !important;
}

/* Hiệu ứng focus khi bấm nút Trả lời */
#reply-box:target {
	border: 2px solid #007bff;
	animation: highlight 1s ease;
}

@keyframes highlight {
	from {
		background-color: #ffffcf;
	}

	to {
		background-color: #fff;
	}
}

/* Sub-contract features */
.btn-toggle-subs i.toggle-icon {
	transition: transform 0.3s ease;
}

.btn-toggle-subs i.toggle-icon.active {
	transform: rotate(90deg);
}

.sub-table-container {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	padding: 15px;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.sub-table th {
	font-size: 11px !important;
	text-transform: uppercase;
	color: #64748b;
	background-color: #f8fafc !important;
	border-bottom: 2px solid #e2e8f0 !important;
}

.sub-table td {
	font-size: 13px !important;
	border-bottom: 1px solid #f1f5f9;
}

.progress-container .progress {
	background-color: #e2e8f0;
	border-radius: 10px;
	overflow: hidden;
}

.status-pill {
	white-space: nowrap;
}

.badge-success {
	background-color: #dcfce7;
	color: #166534;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
}

.badge-secondary {
	background-color: #f1f5f9;
	color: #64748b;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 11px;
}