@charset "UTF-8";

/*-----------css reset---------------------*/
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;
}

html,
body,
div,
span {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

body {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	background: #fff !important;
	color: #000;
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

:focus {
	outline: 0
}

ins {
	text-decoration: none
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a,
a:hover,
a:focus {
	outline: none !important;
}


a {
	text-decoration: none;
	color: #1471CE;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

a:hover {
	text-decoration: none !important;
	color: #F00;
}


::-webkit-scrollbar {
	background: #fff;
	width: 10px;
	height: 11px;
}

::-webkit-scrollbar-thumb {
	background: #ccc;
}

/*Prevent Firefox Scrollbar Jump*/
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	height: auto;
}

input,
textarea {
	padding: 0;
	margin: 0;
	resize: none;
	outline: none;
	height: auto !important;
	line-height: 25px !important;
}

select,
.cp {
	cursor: pointer;
}

.clear {
	clear: both;
}

:focus {
	outline: 0;
}

input:focus {
	outline: 1px solid #f97d17;
}

textarea:focus {
	outline: 1px solid #f97d17;
}

del {
	text-decoration: line-through
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button {
	border: 0;
	cursor: pointer;
	font-weight: bold;
	outline: none
}

ul,
ol,
dl {
	margin-left: 15px;
	text-decoration: none !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	font-weight: normal;
	font-size: inherit;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	margin-bottom: 0.5rem;
	font-weight: 700;
	font-size: 2rem;
}

p {
	margin: 0;
}

.content p {
	margin-bottom: 1rem;
}

/* My */
:root {
	--color-red: #ec2d3f;
	--color-medium-red: #cc2c32;
	--color-dark-red: #c31829;
	--color-green: #28a745;
	--color-dark-green: #207d36;
	--color-black: #212529;
	--color-gray: #6c757d;
	--color-main: rgba(255, 84, 0, 1);
	--color-main2: rgba(255, 84, 0, 1);
	--color-sub: #fff179;
	--color-sub2: rgba(255, 84, 0, 1);
}

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

.del {
	text-decoration: line-through;
}

.wrap-content {
	position: relative;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}


.title-detail {
	font-weight: 600;
	margin: 30px 0;
	font-size: 32px;
}

.title-detail h1 {
	margin: 0;
	font-weight: normal;
	font-size: 25px;
	line-height: 28px;
	text-transform: capitalize;
}

.title-detail p {
	display: none;
}

.time-detail {
	margin-bottom: 10px;
	color: #999;
	font-size: .85rem;
}

.time-detail i {
	vertical-align: top;
	margin: 5px 10px 0px 0px;
}

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

/* Container */
#container {
	padding: 30px 15px;
}

#container img {
	height: auto !important;
}

.content {}

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

.left {
	width: calc(100% - 300px)
}

.right {
	width: 270px;
}

/* Breadcrumb */
.breadCrumbs {
	background-color: transparent;
	padding: 10px 0;
}

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

.breadcrumb-item+.breadcrumb-item::before,
.breadCrumbs .breadcrumb-item a {
	color: #000 !important;
}

.breadCrumbs .breadcrumb-item a:hover {
	color: var(--color-medium-red);
}

.breadCrumbs .breadcrumb-item.active a span {
	color: rgba(255, 84, 0, 1);
	pointer-events: none;
}

.breadcrumb {
	background-color: transparent;
}

.wrapPageContent {
	width: calc(100% - 270px);
}

.inPage .wrapPageContent>.wrapBlockHome {
	padding: 10px 20px 30px;
}

.inPage .titleHome {
	margin: 30px auto;
}

/* Header */
#header {
	color: rgba(161, 161, 161, 1);
	background-color: rgba(21, 22, 24, 1);
	width: 270px;
	position: sticky;
	height: 100vh;
	top: 0;
	left: 0;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	gap: 24px;
	z-index: 100;
}

.header-left {
	width: 77.86%;
	display: flex;
	align-items: center;
	gap: 10px 36px;
}

.header-info i {
	margin-right: 7px;
}

.header-right {
	width: 16.39%;
	display: flex;
	justify-content: space-between;
	gap: 4px 5px;
	font-size: 13px;
	white-space: nowrap;
}

.header-mxh {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.header-mxh li a {
	display: flex;
	transition: all .3s ease;
	border-radius: 50%;
}

.header-mxh li a:hover {
	transform: rotate(345deg) scale(1.2);
	box-shadow: 0px 0px 16px #ffffffb9;
}

/* Banner */

/* Menu */
.menu {
	position: relative;
	z-index: 10;
	text-align: center;
	width: 100%;
	font-weight: 500;
}

.menu.fixedMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.menu.fixedMenu .wrap-content {
	padding: 10px;
	max-width: 1000px;
}

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

.menu ul li {
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.menu ul li.line {
	width: 1px;
	height: 15px;
	background-color: rgba(0, 0, 0, 0.1);
}

.menu ul li a i {
	margin-left: 5px;
}

.menu ul li a {
	display: block;
	position: relative;
	font-size: 14px;
	color: inherit;
	padding: 16px 10px;
	text-transform: uppercase;
	text-decoration: none !important;
	margin: 0 10px;
	/* border-bottom: 1px solid rgba(138, 138, 138, 1); */
}

.menu ul li a.has-child {
	padding-right: 16px;
}

.menu ul li a.has-child:after {
	content: '';
	position: absolute;
	bottom: calc(50% - 4px/2);
	right: 5px;
	width: 5px;
	height: 5px;
	border: 1px solid #fafafa;
	border-top: 0px;
	border-left: 0px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}


.menu>.wrap-content>ul>li>a::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--color-main);
	transform: translateX(-50%);
	transition: all .3s ease;
	/* background: linear-gradient(to right, #1c845e00 0%, #1c845e 50%, #1c845e00 100%); */
}

.menu>.wrap-content>ul>li>a.active::before,
.menu>.wrap-content>ul>li:hover>a::before {
	width: 100%;
}

.menu>.wrap-content>ul>li>a.active,
.menu>.wrap-content>ul>li:hover>a {
	color: var(--color-main)
}

.menu ul li a.active,
.menu ul li:hover>a {
	color: rgba(255, 84, 0, 1);
}

.menu ul li:hover>a.has-child:after,
.menu ul li a.active.has-child:after {}

.menu ul li ul {
	position: absolute;
	min-width: 250px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
	-webkit-transform: perspective(600px) rotateX(-90deg) translateY(-50%);
	transform: perspective(600px) rotateX(-90deg) translateY(-50%);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	left: 100%;
	top: 50%;
}

.menu ul li ul li>ul {
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

.menu ul li:hover>ul {
	-webkit-transform: perspective(600px) rotateX(0) translateY(-50%);
	transform: perspective(600px) rotateX(0) translateY(-50%);
	-webkit-transform-origin: 0 0 0;
	opacity: 1;
	visibility: visible;
	transition: all .7s;
}

.menu ul li ul li:hover>ul {
	-webkit-transform: perspective(600px) rotateX(0);
	transform: perspective(600px) rotateX(0);
	-webkit-transform-origin: 0 0 0;
}

.menu ul li ul li {
	padding-left: 0;
	padding-right: 0;
}

.menu ul li ul li a {
	font-weight: 400;
	font-size: 14px;
	text-align: left;
	color: #000;
	border-bottom: 0.5px solid rgb(138 138 138 / 6%);
}

.menu ul li ul li:hover>a {
	background-color: rgba(45, 45, 45, 1);
}

.menu ul li ul li:last-child>a {
	border-bottom: 0px;
}

.menu ul li ul li a.has-child {
	margin-right: 0px;
}

.menu ul li ul li a.has-child:after {
	border-color: #313131;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

.menu ul li ul li:hover>a.has-child:after,
.menu ul li ul li a.active.has-child:after {
	border-color: #fff;
}

.menu ul li ul li a {
	padding: 10px;
	text-transform: uppercase;
	margin: 0;
}

.menu ul li ul li ul {
	top: 0;
	left: 100%;
	margin-top: 0px;
	background: #fff;
}

.btn-search {
	position: relative;
	margin-left: 50px;
}

.btn-search a {
	padding: 5px !important;
	line-height: 30px !important;
	width: 40px;
	font-size: 20px !important;
	background: #fff !important;
	border-radius: 50%;
	color: #0072bc !important;
	text-align: right;
	position: relative;
	top: 0;
}

.btn-search a:after {
	display: none;
}

.btn-search a i {
	position: relative;
	z-index: 10;
	background: transparent;
}

.search_box_hide {
	position: absolute;
	top: 0;
	right: calc(100% + 5px);
	margin-right: 0px;
	z-index: 9;
	transition: all 0s;
	background: #ffffff;
	border-radius: 30px;
}

.search_box_hide input {
	width: 0;
	border: none;
	outline: none;
	border-radius: 20px 0 0 20px;
	font-family: RR;
	font-size: 13px;
	color: #333;
	transition: all 0.5s;
	vertical-align: top;
	padding: 8px 0 7px;
	background: transparent;
}

.search_box_hide.opening input {
	width: 250px;
	padding: 8px 15px 7px;
}

/* Search */
.search {
	width: 230px;
	background: #fff;
}

.search p {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	text-align: center;
	margin: 0px;
	color: var(--color-gray);
	font-size: 16px;
}

.search input {
	width: calc(100% - 35px);
	float: left;
	outline: none;
	padding: 5px 0 5px 10px;
	border: 0px;
	background: transparent;
	font-size: 12px;
}

.search input::-webkit-input-placeholder {
	color: #ccc;
}

.search input:-moz-placeholder {
	color: #ccc;
}

.search input::-moz-placeholder {
	color: #ccc;
}

.search input:-ms-input-placeholder {
	color: #ccc;
}

/*Go top*/
.progress-wrap {
	position: fixed;
	bottom: 80px;
	right: 20px;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	content: '\f077';
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 900;
	color: #979797;
	left: 0;
	top: 0;
	height: 50px;
	width: 50px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #979797;
	stroke-width: 4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	transition: all 400ms linear;
}

/* Menu RP */
#menu-mobile {
	display: none;
	z-index: 10;
	background: #151618de;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 99;
	border: 1px solid #000000a8;
	border-radius: 6px;
}

.menu-bar-res {
	padding: 6px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#hamburger {
	display: block;
	width: 30px;
	height: 22px;
	position: relative;
}

#hamburger:before,
#hamburger:after,
#hamburger span {
	background: #fff;
	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;
	transition-property: transform, top, bottom, left, opacity;
}

#mmenu {
	display: none;
}

.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 {
	transform: rotate(45deg);
}

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

.mm-menu_opened {
	display: block !important;
}

#mmenu h2 {
	font-weight: normal;
	font-size: 15px;
	margin: 0;
}

.mm-listitem.heading {
	font-weight: bold;
	color: var(--color-main);
	background: #dfdfdf;
	line-height: 20px;
	padding: 10px;
	text-transform: capitalize;
	margin-top: -1px;
}

.mm-listitem.heading:after {
	display: none;
}

.mm-wrapper {
	overflow-x: unset
}

.mm-wrapper__blocker {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

div.search_mobi {
	position: absolute;
	z-index: 100;
	background: #fff;
	height: 30px;
	width: 70%;
	top: calc(50% - 15px);
	right: 10px;
}

div.search_mobi:after {
	display: none;
}

div.search_mobi input {
	padding: 0 20px;
	float: left;
	height: 30px !important;
	height: 29px;
	e-height: 30px;
	border: none;
	background: none;
	width: 86%;
	outline: none;
	color: #333;
	text-align: left;
}

div.search_mobi i {
	padding: 8px 11px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

div.search_mobi input::-moz-placeholder {
	color: #333;
}

div.search_mobi input:-ms-input-placeholder {
	color: #333;
}

div.search_mobi input:-moz-placeholder {
	color: #333;
}

/* Slideshow */
.slideshow {
	position: relative;
}

.slideshow a {
	display: block;
	cursor: pointer;
}

.slideshow a img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.slideshow:hover .control-slideshow {
	opacity: 0.3;
}

.slideshow .control-slideshow:hover {
	opacity: 0.8;
}

.footer-title {
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 1px;
}

.footer-content {
	font-size: 14px;
}

.footer-row {
	display: flex;
	padding: 15px 0;
	font-size: 14px
}

.footer-row:not(:nth-child(2)) {
	border-top: 1px solid rgba(87, 87, 87, 1)
}

.footer-row b {
	width: 150px !important;
}

.footer-row span {
	display: block;
	width: calc(100% - 150px);
}

.footer-quickLink {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 5px;
}

.footer-quickLink a {
	display: block;
	height: fit-content;
	line-height: 0;
	transition: all .3s ease;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	padding: 3px;
}

.footer-quickLink a:hover {
	transform: rotate(350deg);
	border: 1px solid #fff;
}

.footer-quickLink a img {
	width: auto;
}

/* Sản Phẩm Detail */
.grid-pro-detail {
	margin-bottom: 50px;
}

.left-pro-detail {
	position: relative;
	float: left;
	width: 40%;
	text-align: center;
	margin-right: 2%;
	/* background: white; */
}

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

.right-pro-detail {
	width: calc(100% - 42%);
	float: left;
}

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

.owl-thumb-pro {
	padding: 0px 40px;
}

.slickroDetailmain {
	border-radius: 10px;
	overflow: hidden;
}

.thumb-pro-detail {
	display: block !important;
	/* border: 1px solid #383838; */
	/* padding: 5px; */
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
	overflow: hidden;
}

.thumb-pro-detail:not(.slick-current) {
	opacity: .5;
}

.thumb-pro-detail:hover {
	opacity: 1
}

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

.title-pro-detail {
	text-transform: uppercase;
	font-size: 28px;
	display: block;
	font-weight: 700;
	margin: 10px 0 15px;
}

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

.desc-pro-detail {
	margin-bottom: 1rem;
}

.attr-pro-detail {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

.attr-pro-detail li {
	margin-bottom: 1.5rem;
}

.attr-label-pro-detail-cart {
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.attr-label-pro-detail-size,
.attr-label-pro-detail-color {
	display: flex;
	align-items: center;
}

.attr-label-pro-detail-size .size-pro-detail {
	color: #767676;
	line-height: 14px;
	margin: 0px 7px;
}

.attr-label-pro-detail-color .attr-content-pro-detail {
	margin-left: 15px;
}

.attr-label-pro-detail {
	margin: 0px 5px 0px 0px;
	color: #767676;
}

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

.attr-content-pro-detail {
	display: inline-block;
	margin-bottom: 0px;
	color: rgba(255, 84, 0, 1);
	font-weight: 700;
}

.attr-label-pro-detail-size .attr-content-pro-detail {
	line-height: 14px;
	height: 14px;
	margin-left: 15px;
}

.price-new-pro-detail {
	font-weight: 700;
	font-size: 24px;
	color: rgba(255, 84, 0, 1);
}

.price-old-pro-detail {
	font-weight: 400;
	color: var(--color-gray);
	text-decoration: line-through;
	padding-left: 40px;
	font-size: 16px;
}

.color-pro-detail {
	display: inline-flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 2px solid transparent;
	padding: 2px;
}

.size-pro-detail {
	display: inline-block;
	position: relative;
}

.size-pro-detail.active {
	color: var(--color-red);
}

.color-pro-detail input[type=radio],
.size-pro-detail input[type=radio] {
	outline: none;
	position: relative;
	cursor: pointer;
	width: 100%;
	height: 100% !important;
	-webkit-appearance: none;
	border: 0px;
	top: 0px;
	left: 0px;
}

.color-pro-detail input[type=radio] {
	border-radius: 50%;
}

.size-pro-detail input[type=radio] {
	position: absolute;
}

.quantity-pro-detail {
	width: 100%;
	max-width: 110px;
	line-height: normal;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	border: 1px solid var(--color-red);
	border-radius: 3px;
}

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

.quantity-pro-detail span.quantity-plus-pro-detail {
	border-left: 0px;
	line-height: 40px;
}

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

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

.cart-pro-detail {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	margin-left: 8px;
}

.cart-pro-detail a {
	width: auto;
	text-align: center;
	color: #fff;
	padding: 9px 30px;
	text-transform: uppercase;
	border-radius: 3px;
	cursor: pointer;
	font-weight: 600;
}

.cart-pro-detail a.addnow:hover {
	background: var(--color-red);
	color: #fff
}

.cart-pro-detail a.addnow {
	margin-right: 10px;
	background: #fd6e1d;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd6e1d), to(#f59000));
	background: var(--color-red);
	background: -moz-linear-gradient(top, #f59000, #fd6e1d);
	background: -ms-linear-gradient(top, #f59000, #fd6e1d);
	background: -o-linear-gradient(top, #f59000, #fd6e1d);
	border: 1px solid var(--color-red);
}

.cart-pro-detail a.buynow {
	background-color: var(--color-green);
}

.cart-pro-detail a.buynow:hover {
	background-color: var(--color-dark-green);
}

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

.tags-pro-detail {
	margin: 1rem 0px 2rem 0px;
}

.tags-pro-detail a {
	float: left;
	font-size: 12px;
	color: #fff;
	padding: 5px 10px 7px 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: var(--color-red);
	border-radius: 3px;
}

.tags-pro-detail a:hover {
	background-color: var(--color-medium-red);
}

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

.tabs-pro-detail {
	margin: 25px 0 0;
	width: 100%;
}

.tabs-pro-detail .ul-tabs-pro-detail {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f1f1f1;
}

.tabs-pro-detail .ul-tabs-pro-detail li {
	cursor: pointer;
	padding: 5px 10px;
	text-align: center;
	border-bottom: 2px solid transparent;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: -1px;
}

.tabs-pro-detail .ul-tabs-pro-detail li.active {
	border-bottom: 2px solid var(--color-red);
}

.tabs-pro-detail .ul-tabs-pro-detail li:last-child {
	margin-right: 0px;
	border-right: 0px;
}

.tabs-pro-detail .content-tabs-pro-detail {
	display: none;
}

.tabs-pro-detail .content-tabs-pro-detail.active {
	display: block;
}

.mgt-25 {
	margin-top: 25px;
}


/* Album */
.box-album {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	cursor: pointer;
}

.pic-album {
	position: relative;
}

.pic-album img {
	width: 100%;
}

.name-album {
	font-size: 16px;
	color: var(--color-black);
	line-height: 22px;
	margin-bottom: 0;
	padding: 10px;
}

/* Video */
.box-video {
	float: left;
	width: 23.5%;
	margin: 0 2% 2% 0;
	text-align: center;
	cursor: pointer;
}

.pic-video {
	position: relative;
	margin-bottom: 10px;
}

.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: var(--color-black);
	line-height: 22px;
	margin-bottom: 0;
	padding: 0 10px;
}

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

.box-readmore li ul>li {
	margin: 0;
	margin-bottom: 8px
}

.box-readmore li ul>li:before {
	content: counters(item, ".") " "
}

.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin: 8px 0;
}

.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px
}

.box-readmore ul li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 5px
}

.box-readmore ul li a {
	color: #333333;
	cursor: pointer;
	font-weight: 600;
}

.box-readmore ul li a:hover {
	color: #767676;
}


/* Phân Trang */
.page-link {
	background-color: #151618;
	border: 1px solid #2a2a2a;
}

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

.page-link:hover {
	color: rgba(255, 84, 0, 1) !important;
	background-color: transparent;
	border-color: #2a2a2a;
}


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

/* Phân Trang Ajax */
.pagination-ajax {
	text-align: center;
}

.pagination-ajax a {
	display: inline-block;
	vertical-align: top;
	margin: 0px 2px 3px 2px;
	color: #333;
	background: #eee;
	border: 1px solid rgba(161, 161, 161, 0.4);
	font-size: 12px;
	cursor: pointer;
	padding: 1px 10px 0;
	border-radius: 2px;
}

.pagination-ajax a.current,
.pagination-ajax a:hover {
	background: var(--color-red);
	color: #fff;
	border-color: var(--color-red);
}

/* Popup custom */
.modal-custom .modal-footer {
	padding: 0.5rem;
}

.modal-custom .modal-footer .btn {
	font-size: 14px;
}

/* Popup */
#popup .modal-body {
	padding: 0px;
}

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


/* Scroll Top */
.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 Hide */
[class*=text-split] {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
}

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

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

.text-split-3 {
	-webkit-line-clamp: 3;
}

/* Transition All */
.transition {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

/* Scale IMG */
.scale-img {
	overflow: hidden;
	display: block;
}

.scale-img img {
	width: 100%;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}

.scale-img:hover img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


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

@-moz-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blink {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/* Button Frame */
.btn-frame {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	right: 20px;
	z-index: 10;
	cursor: pointer;
}

.btn-frame i {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color-main);
	position: relative;
	z-index: 1;
	font-size: 20px;
	color: #ffffff;
}

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

.btn-frame .animated.infinite {
	animation-iteration-count: infinite;
}

.btn-frame .kenit-alo-circle {
	width: 60px;
	height: 60px;
	top: -5px;
	right: -5px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(7, 41, 103, 0.8);
	opacity: .1;
	border-color: var(--color-main);
	opacity: .5;
}

.btn-frame .zoomIn {
	animation-name: zoomIn;
}

.btn-frame .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.btn-frame .kenit-alo-circle-fill {
	width: 70px;
	height: 70px;
	top: -10px;
	right: -10px;
	position: absolute;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: rgba(7, 41, 103, 0.35);
	opacity: .4;
}

.btn-frame .pulse {
	animation-name: pulse;
}

/* Zalo */
.btn-zalo {
	bottom: 230px;
}

/* Phone */
.btn-phone {
	left: 20px;
	right: auto;
	bottom: 70px;
}

.btn-phone span {
	display: flex;
	display: -ms-flex;
	justify-content: center;
	align-items: center;
	-ms-flex-align: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--color-main);
	position: relative;
	z-index: 1;
	font-size: 20px;
	color: #ffffff;
}

.btn-phone i {
	transform: rotate(90deg);
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #ffffff;
	color: red;
}

/* Messenger */
.js-facebook-messenger-container.closed,
.js-facebook-messenger-tooltip.closed {
	display: none !important
}

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

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

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

.js-facebook-messenger-tooltip {
	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);
	box-shadow: rgba(0, 0, 0, 0.15) 0 2pt 10pt;
	z-index: 1.0E+30
}

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

.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-box,
.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: var(--color-main);
	border-radius: 100%;
	overflow: hidden;
	z-index: 99;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.3);
	-moz-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 {
	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;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
}

.js-facebook-messenger-box.rotate svg#close-icon {
	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;
	-moz-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	-o-transition: opacity 160ms ease-in-out, transform 160ms ease-in-out;
	transition: opacity 160ms ease-in-out, 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;
	transform: translateY(50px);
	bottom: 110px;
	right: 90px;
	border-radius: 10px;
	pointer-events: none;
	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;
	-moz-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	-o-transition: transform 160ms ease-in-out, opacity 160ms ease-in-out;
	transition: transform 160ms ease-in-out, opacity 160ms ease-in-out
}

.js-facebook-messenger-top-header {
	width: 300px
}

.js-facebook-messenger-top-header {
	color: #fff;
	background: var(--color-main)
}

.js-facebook-messenger-top-header {
	display: block;
	position: relative;
	width: 300px;
	background: var(--color-main);
	color: #fff;
	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: #fff;
	background: var(--color-main)
}

.js-facebook-messenger-top-header {
	width: 300px
}

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

.js-facebook-messenger-container.open {
	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 {
	transform: rotate(0deg)
}

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

/* Cart fix */
.cart-fixed {
	position: fixed;
	right: 20px;
	bottom: 315px;
	z-index: 10;
	background: #4b4f56;
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff !important;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

/* Fix toolbar */
.fix-toolbar {
	background: var(--color-main);
	width: 100%;
	padding: 5px;
	bottom: 0;
	position: fixed;
	height: auto;
	line-height: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
	border-top: 1px solid #fff;
	z-index: 99;
}

.fix-toolbar img {
	vertical-align: top;
}

.fix-toolbar ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px;
	list-style: none;
	margin: 0;
}

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

.fix-toolbar ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 30px;
}

.fix-toolbar ul li a img {
	height: 25px !important;
	width: auto;
}

.fix-toolbar ul li a span {
	font-weight: 400;
	color: #fff;
	font-size: 13px;
	display: none;
}

.alert-danger {
	background-color: var(--color-main);
	color: #fff;
	border: 1px solid var(--color-main);
}

/* News */
#news {
	padding: 63px 0px 30px 0px;
}

.news-items-slide-container {
	margin: -14px -14px;
}

.news-items-slide {
	padding: 14px 14px;
}

.news-item {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	/* box-shadow: 0px 0px 14px rgba(197, 197, 197, 0.33); */
	border: 1px solid #2a2a2a2b;
}

.news-time {
	color: rgb(151 151 151);
	font-weight: 500;
	line-height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 5px 16px;
	position: relative;
	margin-bottom: 7px;
}

.news-time span {
	position: relative;
}

.news-time span:after {
	position: absolute;
	content: "";
	left: calc(100% + 7px);
	top: 50%;
	transform: translateY(-40%);
	width: 1px;
	height: 14px;
	background-color: rgb(151 151 151);
}

.news-name a {
	font-size: 16px;
	font-weight: 600;
	color: #151618;
	line-height: 24px;
	height: 48px;
}

.news-name a:hover {
	color: var(--color-main2);
}

.news-desc {
	padding: 23px 18px 22px 32px;
}

.news-info {
	color: #7a7a7a;
	line-height: 22px;
}

.news-btn {
	display: inline-block;
	margin-left: 32px;
	color: var(--color-main2);
	font-weight: 600;
	line-height: 22px;
	padding: 12px 0px;
	text-transform: uppercase;
}

.news-btn i {
	margin-left: 5px;
}

.news-btn:hover {
	color: var(--color-sub);
}

/* News2 */
.news-item2 {
	background-color: #fff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 9px rgba(197, 197, 197, 0.33);
	padding: 10px;
}

.news-image2 {
	border-radius: 12px;
}

.news-items-slide-container2 {
	margin: -9px -9px;
}

.news-items-slide2 {
	padding: 9px 9px;
}

.news-name2 a {
	font-size: 16px;
	font-weight: 700;
	color: #191919;
	line-height: 24px;
}

.news-name2 a:hover {
	color: var(--color-main2);
}

.news-desc2 {
	padding: 21px 10px 16px 10px;
	text-align: center;
}

.news-info2 {
	color: #464646;
	line-height: 22px;
	margin-top: 13px;
	padding: 0px 7px;
}

/* News2 */
.news-item3 {
	background-color: #fff;
	position: relative;
}

.news-image3 {
	border-radius: 8px;
}

.news-name3 a {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	line-height: 24px;
	text-transform: uppercase;
}

.news-name3 a:hover {
	color: var(--color-main2);
}

.news-info3 {
	color: #191919;
	line-height: 22px;
	margin-top: 11px;
}

.news-btn3 {
	display: inline-block;
	color: var(--color-main2);
	font-weight: 500;
	line-height: 22px;
	margin-top: 10px;
}

.news-btn3 i {
	margin-left: 5px;
}

.news-btn3:hover {
	color: var(--color-sub);
}

.news-name3 {
	margin-top: 20px;
}

/* Intro */
.wrapBlockHome {
	padding: 30px 0;
	background: #fff;
	margin-bottom: 30px;
	border-top: 1px solid;
}

.wrapIntro .wrap-content {
	max-width: 1040px;
}

.descIntro {
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 1.5;
}

.btnHome {
	padding: 0 24px;
	line-height: 44px;
	display: block;
	width: fit-content;
	background: rgba(241, 241, 241, 1);
	color: rgba(21, 22, 24, 1);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 20px auto;
	border: 1px solid rgba(241, 241, 241, 1);
	transition: all .3s ease;
}

.btnHome:hover {
	background: transparent;
	border-color: #FF5400;
	color: #FF5400
}

.titleHome {
	font-size: 28px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 25px;
	margin: 0 auto 30px;
	position: relative;
	text-align: center;
	width: fit-content;
}

.titleHome::before {
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(138, 138, 138, 1);
	position: absolute;
	left: 0;
	bottom: 0;
}

.titleHome::after {
	content: '';
	width: 40px;
	height: 40px;
	background: #18191b;
	border: 15px solid #fff;
	border-radius: 30px;
	position: absolute;
	left: calc(50% - 20px);
	bottom: -20px;
}

/* productHome */
.gridAlbumPage,
.gridNewsPage,
.gridprojectHome,
.gridProductHome {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 8px;
	margin-bottom: 30px;
}

.gridAlbumPage {
	grid-template-columns: repeat(5, 1fr);
}

.gridNewsPage {
	grid-gap: 20px;
}

.album-name a {
	text-align: center;
	margin: 10px;
	display: block;
	color: inherit;
}

.boxItemHome {
	position: relative;
	overflow: hidden;
}

.boxItemHome--img {
	aspect-ratio: 1/1;
}

.boxItemHome--content {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	bottom: -10px;
	padding: 20px 15px;
	transition: all .5s ease;
}

.boxprojectHome .boxItemHome--content {
	height: 100%;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	bottom: 0;
	background: rgba(0, 0, 0, 0.75);
}

.boxprojectHome:hover .boxItemHome--content {
	transform: unset !important;
	opacity: 1;
}

.boxprojectHome .boxItemHome--name {
	max-width: 293px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {

	line-height: 1.5;
}

.boxItemHome--name a {
	font-size: 15px;
	color: #f1f1f1;
	transition: all .2s ease;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	display: block;
}

.boxItemHome:hover .boxItemHome--content {
	transform: translateY(-10px);
}

.slickServHome .boxServHome {
	margin: 0 5px;
}

.menu-mobile-width {
	width: 35px;
	display: inline-block;
}

.slickPartner .slick-track {
	display: flex;
}

.partnerBox {
	display: flex !important;
	align-items: center;
	justify-content: center;
	height: inherit;
	padding: 10px;
}

.partnerBox img {
	max-width: 100%;
	max-height: 100%;
}

.nav-tabs .nav-link {
	color: inherit;
	border: 0;
}

.nav-tabs {
	border-bottom: 1px solid #ffffff0f;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: rgba(255, 84, 0, 1);
	background-color: unset;
	border-width: 0;
}

.gridCategoryProduct {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 40px 20px;
}

a.boxCategoryProduct-title {
	display: block;
	margin: 10px auto;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: inherit;
}

.boxCategoryProduct-desc {
	text-align: justify;
}

a.boxCategoryProduct-title:hover {
	color: rgba(255, 84, 0, 1);
}

.wrapProduct.wrapBlockHome {
	padding-top: 60px;
	position: relative;
	z-index: 1;
	border: none;
}

.wrapProduct.wrapBlockHome::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 200vw;
	height: 200px;
	background: #151618;
	left: calc(50% - 100vw);
	top: 0;
}

.inPage .wrapProduct .wrap-content {
	padding-left: 0;
	padding-right: 0;
}

a.boxCategoryProduct-img {
	position: relative;
	overflow: hidden;
}

.boxCategoryProduct {
	position: relative;
}

.boxCategoryProduct:nth-child(3n+1):not(:first-child)::after {
	content: '';
	position: absolute;
	z-index: -1;
	width: 200vw;
	height: 200px;
	background: #151618;
	left: calc(50% - 100vw);
	top: -10px;
}

.boxCategoryProduct-num {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	font-size: 100px;
	line-height: 1;
	font-weight: bolder;
	display: block;
	transform: scaleY(1.5) translateY(-5px);
	color: #fff;
	text-shadow: 1px 1px 1px #0000001c
}

@media (min-width:1440px) {
	.inPage .gridProductHome {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width:768px) {
	.gridCategoryProduct {
		grid-template-columns: repeat(2, 1fr);
	}

	.boxCategoryProduct:nth-child(3n+1):not(:first-child)::after {
		content: unset;
	}

	.boxCategoryProduct:nth-child(2n+1):not(:first-child)::after {
		content: '';
		position: absolute;
		z-index: -1;
		width: 200vw;
		height: 200px;
		background: #151618;
		left: calc(50% - 100vw);
		top: -10px;
	}

	a.boxCategoryProduct-title {
		line-height: 1.2;
		font-size: 14px;
		font-weight: 600;
	}

	.boxCategoryProduct-desc {
		line-height: 1.2;
		font-size: 14px;
	}
}

@media (max-height:700px) {
	.menu ul li a {
		padding: 5px 10px;
	}
}

@media (max-width:1199px) {
	.gridAlbumPage {
		grid-template-columns: repeat(4, 1fr);
	}

	.gridNewsPage {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width:992px) and (max-width:1199px) {}

@media (max-width:991px) {
	#header {
		/* left: -275px;
		position: fixed; */
		display: none;
	}

	.gridAlbumPage {
		grid-template-columns: repeat(3, 1fr);
	}

	.wrapPageContent {
		width: 100%;
	}

	#menu-mobile {
		display: flex;
		width: 50px;
		height: 50px;
		position: fixed;
		right: 10px;
		top: 10px;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width:768px) and (max-width:991px) {}

@media (max-width:767px) {

	.btn-zalo,
	.btn-phone,
	#messages-facebook {
		display: none;
	}

	.fix-toolbar {
		display: block;
	}

	.content iframe {
		width: 100% !important;
		height: 45vh;
	}

	.content img {
		height: inherit !important
	}

	.left-pro-detail {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}

	.right-pro-detail {
		float: none;
		width: 100%;
	}

	.news-time {
		font-size: 13px;
	}

	.content-tabs-pro-detail img,
	.content-news img {
		width: auto !important;
		height: auto !important;
	}

	.news-btn {
		margin-left: 15px;
	}

	.news-desc {
		padding: 15px;
	}
}

@media (max-width:767px) {
	.grid-pro-detail>.row {
		margin-left: 0;
		margin-right: 0;
	}

	.gridAlbumPage,
	.gridprojectHome,
	.gridProductHome {
		grid-template-columns: repeat(2, 1fr);
	}

	#toc-content h3 {
		font-size: 1.2rem;
	}

	#toc-content h2 {
		font-size: 1.5rem;
	}
}

@media (max-width:576px) {
	.boxCategoryProduct:nth-child(2n+1):not(:first-child)::after {
		height: 120px;
	}
}

@media (max-width:480px) {
	.titleHome {
		font-size: 24px;
	}

	.gridNewsPage {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer-row {
		flex-direction: column;
	}

	.footer-row span {
		width: 100%;
	}

	.title-pro-detail,
	.title-detail {
		margin: 20px 0;
		font-size: 24px;
	}

	.boxItemHome--content {
		padding: 10px;
	}

	.boxItemHome--name a {
		font-size: 14px;
	}


}

@media (max-width:374px) {}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}