* {
	box-sizing: border-box;
}

/* body>div:first-child {
	  display: none;
  } */

:root {
	--primary-color: #0B3954;
	--second-color: #ffb128;
	--third-color: #5c676d;
	--fourth-color: #FFFFFF;
	--fifth-color: #e1e1e1;
	--sixth-color: #222222;
	--seventh-color: #8c8c8c;
	--eighth-color: #000000;
	--ninth-color: #e6e6e6;
	--tenth-color: #828282;
	--eleventh-color: #c62828;
	--twelfth-color: #777777;
	--thirteenth-color: #edf4f4;
	--fourteenth-color: #fcfcfc;
	--fifteenth-color: #104563;
	--sixteenth-color: 0, 0, 0;
	--seventeenth-color: 24, 24, 24;
	--eighteenth-color: 255, 255, 255;
	--ninteenth-color: #F1F3F3;
	--color-f4f4f4: #f4f4f4;
}

/* @font-face {
	font-family: Plus Jakarta Sans;
	src: url('../fonts/PlusJakartaSans-VariableFont_wght.ttf') format('truetype'),
		url('./fonts/PlusJakartaSans-VariableFont_wght.woff') format('woff');
	font-display: swap;
  } */

body {
	font-family: "Roboto", sans-serif;
	/* font-family: 'Plus Jakarta Sans', sans-serif; */
	font-weight: 500;
}

.adm-glyphicon span {
	background: url("img/setting.png");
	background-size: cover;
	width: 12px;
	height: 12px;
	display: inline-block !important;
	position: relative;
	z-index: 9;
}

.wrap {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

a:hover,
a:focus {
	text-decoration: none;
}

input,
button,
textarea,
select {
	outline: none;
}

input {
	-webkit-appearance: none;
}

ol,
ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

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

.img-404 {
	max-width: 100%;
}

.img-100 {
	position: relative;
	height: 0;
	overflow: hidden;
	display: block;
}

.img-100>img {
	object-fit: cover;
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s linear;
}

/* .img-100:hover img {
	transform: scale(1.05);
  } */

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: unset;
	font-weight: unset;
	margin: 0px;
	padding: 0px;
}

.site-title {
	width: 0px;
	height: 0px;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
}

/* a[href^="tel"] {
	color: inherit; 
	text-decoration: none; 
  } */

#swal2-content {
	font-size: 18px !important;
	text-align: center;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
	font-size: 14px;
}

.swal2-popup {
	width: 350px;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: rgb(var(--sixteenth-color), 0.5);
	border-radius: 10px;
}

.wrap-img {
	display: block;
}

.stop-scroll {
	height: 100%;
	overflow: hidden;
}

/* ---------Navbar---------- */
.navbar-wrap ul {
	padding: 10px 0px;
}

.navbar-wrap ul li {
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.navbar-left-inner ul li {
	color: var(--third-color);
	position: relative;
	padding-left: 20px;
}

.navbar-left-inner ul li svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

.navbar-left-inner ul li:not(:last-child) {
	margin-right: 24px;
}

.navbar-left-inner ul li strong {
	color: var(--primary-color);
}

.navbar-right-inner {
	text-align: right;
}

.navbar-right-inner ul li a {
	color: var(--third-color);
	transition: 0.3s linear;
}

.navbar-right-inner ul li a:hover,
.navbar-right-inner ul li a:focus {
	color: var(--second-color);
}

.navbar-right-inner ul li:not(:first-child) {
	margin-left: 24px;
}

/* ----------------Header--------- */
.header-affix.affix {
	width: 100%;
	top: 0;
	box-shadow: 1px 2px 7px rgba(var(--sixteenth-color), 0.15);
	animation: slide-down 0.5s linear forwards;
	z-index: 8;
}

.header-affix.affix .header-wrap {
	padding: 5px 0px;
}

.header-affix.affix .logo-header {
	line-height: 42px;
}

.header-affix.affix .all-danh-muc {
	padding: 11px 15px;
}

.header-affix.affix .form-search input {
	height: 42px;
	line-height: 42px;
}

.header-affix.affix .form-search button {
	width: 42px;
	height: 42px;
	line-height: 42px;
}

.header-affix.affix .header-contact {
	line-height: 21px;
}

.header-affix.affix .header-contact.phone {
	font-size: 18px;
}

.header-affix.affix .header-contact.email {
	font-size: 16px;
}

.header-affix.affix .header-icon {
	margin-top: 8px;
}

.header-affix.affix .menu-wrap ul li {
	padding: 8px 0px 6px;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.header-wrap {
	/* background: var(--primary-color); */
	background: var(--color-f4f4f4);
	padding: 20px 0px;
}

.logo-header {
	line-height: 52px;
}

.logo-header img {
	height: 70px;
	width: auto;
}

.all-danh-muc-wrap {
	position: relative;
	width: 250px;
}

.all-danh-muc {
	background-color: var(--second-color);
	text-transform: capitalize;
	color: var(--fourth-color);
	padding: 16px 15px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.all-danh-muc .mui-ten-xuong {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
}

#menu-all-departments {
	position: absolute;
	width: 250px;
	background-color: var(--fourth-color);
	padding: 15px 30px;
	border: 1px solid var(--fifth-color);
	display: none;
}

#menu-all-departments .title-level-1 {
	color: var(--sixth-color);
	font-size: 16px;
	line-height: 23px;
	font-weight: 400;
	padding: 10px 20px 10px 0px;
	transition: all 0.2s ease-out;
	display: block;
	position: relative;
}

#menu-all-departments .title-level-1:hover {
	color: var(--seventh-color);
}

#menu-all-departments .item-level-1 svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

#menu-all-departments .item-level-1:hover svg path {
	stroke: var(--seventh-color);
}

#menu-all-departments .item-level-1.has-child {
	cursor: pointer;
}

#menu-all-departments .level-2-wrap {
	padding-left: 30px;
	position: absolute;
	top: 0;
	left: calc(100% - 30px);
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease;
}

#menu-all-departments .level-2 {
	background-color: var(--fourth-color);
	width: 480px;
	border: 1px solid var(--fifth-color);
	padding: 30px;
	min-height: 250px;
}

#menu-all-departments .level-2 .title-level-2 {
	font-size: 15px;
	color: var(--primary-color);
}

#menu-all-departments .level-3 {
	margin-top: 10px;
}

#menu-all-departments .level-3 .item-level-3 {
	line-height: 20px;
	padding: 5px 0px;
}

#menu-all-departments .level-3 .title-level-3 {
	font-size: 14px;
	color: var(--third-color);
	display: inline-block;
	transition: all 0.2s ease-out;
	font-weight: 400;
	position: relative;
}

#menu-all-departments .level-3 .title-level-3::before,
.footer-col ul li a::before,
.sidebar-product .block .cate-child a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: var(--primary-color);
	width: 0;
	transition: all 0.3s linear;
}

#menu-all-departments .level-3 .title-level-3:hover {
	color: var(--primary-color);
}

#menu-all-departments .level-3 .title-level-3:hover::before,
.footer-col ul li a:hover:before,
.sidebar-product .block .cate-child a:hover::before {
	width: 100%;
	right: auto;
}

#menu-all-departments .level-2 .item-level-2.item-bottom {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px dashed var(--fifth-color);
}

.all-danh-muc-wrap:hover #menu-all-departments {
	display: block;
	z-index: 5;
	animation: menu-dropdown 0.3s ease;
}

#menu-all-departments .item-level-1.has-child:hover .level-2-wrap {
	visibility: visible;
	opacity: 1;
}

@keyframes menu-dropdown {
	0% {
		transform-origin: 50% 0;
		transform: perspective(500px) rotateX(-90deg);
	}

	100% {
		transform-origin: 50% 0;
		transform: perspective(500px) rotateX(0);
	}
}

.form-search {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	border: 1px solid var(--primary-color);
}

.form-search input {
	background-color: var(--fourth-color);
	color: var(--third-color);
	height: 52px;
	line-height: 52px;
	width: 100%;
	border: none;
	padding: 0px 60px 0px 15px;
}

.form-search button {
	width: 52px;
	height: 52px;
	line-height: 52px;
	border: none;
	background-color: var(--fourth-color);
	position: absolute;
	top: 0;
	right: 0;
	padding: 0px;
}

.form-search button svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.header-contact {
	display: block;
	color: var(--primary-color);
	line-height: 24px;
}

/* .header-contact:hover, .header-contact:focus{
	color: var(--fourth-color);
  } */

.header-contact.phone {
	font-size: 19px;
}

.header-contact.email {
	font-size: 17px;
}

.header-icon {
	text-align: right;
	margin-top: 12px;
}

.header-icon .icon {
	color: var(--primary-color);
	transition: 0.3s linear;
	display: inline-block;
}

.header-icon .icon:hover {
	color: var(--second-color);
}

.icon.icon-cart {
	margin-left: 20px;
	position: relative;
	padding-right: 12px;
}

/* .header-icon .icon.icon-cart::before{
	content: '';
	position: absolute;
	width: 2px;
	height: 20px;
	display: inline-block;
	background-color: var(--fourth-color);
	opacity: 0.5;
	top: 4px;
	left: -18px;
  } */

.icon.icon-cart .cart-num {
	color: var(--fourth-color);
	position: absolute;
	top: -5px;
	right: 0;
	display: inline-block;
	width: 19px;
	height: 19px;
	background-color: var(--second-color);
	border-radius: 50%;
	line-height: 19px;
	text-align: center;
}

.header-icon .icon.icon-cart:hover .cart-num {
	color: var(--fourth-color);
}

/* -------boxpage----- */
.boxpage {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(var(--seventeenth-color), 0.3);
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
}

.block-content {
	background-color: var(--fourth-color);
	color: var(--eighth-color);
	border-left: 1px solid var(--fifth-color);
	padding: 30px;
	width: 400px;
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	transition: all 0.4s ease-in-out;
	z-index: 12;
	margin-right: -150px;
}

.boxpage.active {
	visibility: visible;
	opacity: 1;
}

.boxpage.active .block-content {
	margin-right: 0px;
}

.close-boxpage {
	cursor: pointer;
	position: absolute;
	top: 9px;
	left: -50px;
	display: inline-block;
	width: 37px;
	height: 37px;
	line-height: 39px;
	text-align: center;
	background-color: var(--fourth-color);
	border-radius: 50%;
}

.block-head {
	text-align: center;
	color: var(--eighth-color);
	margin-bottom: 30px;
}

.block-head .title {
	padding-top: 5px;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}

.block-head .title::before,
.menu-wrap ul li::before {
	content: "";
	height: 2px;
	width: 0;
	right: 0;
	position: absolute;
	transition: width 0.2s ease-in-out;
	bottom: -4px;
	background: var(--eighth-color);
}

.block-head:hover .title::before,
.menu-wrap ul li:hover::before,
.menu-wrap ul li.active::before {
	width: 100%;
	left: 0;
	right: auto;
}

.block-head .icon-cart {
	display: inline-block;
	margin-left: 0px;
	padding-right: 0px;
}

.block-head .icon-cart .cart-num {
	background-color: var(--fifth-color);
	font-size: 11px;
	right: -10px;
	color: var(--primary-color);
}

#box-cart .no-product {
	text-align: center;
}

#box-cart .no-product p {
	font-size: 16px;
	margin-bottom: 20px;
}

#box-cart .no-product a {
	display: inline-block;
	border-radius: 4px;
	font-size: 16px;
	color: var(--fourth-color);
	background-color: var(--second-color);
	transition: all 0.2s ease-out;
	padding: 8px 30px;
}

#box-cart .no-product a:hover {
	background-color: var(--primary-color);
}

#box-cart .view-cart .tong-cong {
	text-transform: uppercase;
	line-height: 23px;
}

#box-cart .view-cart .price-tong-cong {
	text-align: right;
	font-size: 16px;
	line-height: 23px;
}

#box-cart .view-cart .price {
	text-align: right;
}

#box-cart .view-cart .go-to-cart {
	background-color: var(--primary-color);
	color: var(--fourth-color);
	border-radius: 4px;
	text-transform: capitalize;
	display: block;
	text-align: center;
	padding: 12px 24px;
	margin-top: 20px;
	transition: all 0.2s ease-out;
}

#box-cart .view-cart .go-to-cart:hover {
	opacity: 0.85;
}

#box-cart .product-shopping {
	height: calc(100vh - 260px);
	margin-bottom: 30px;
	overflow-y: auto;
	overflow-x: hidden;
}

#box-cart .product-shopping::-webkit-scrollbar {
	width: 5px;
}

#box-cart .product-shopping .item {
	padding: 20px 5px 30px;
	position: relative;
	margin-right: 7px;
}

#box-cart .product-shopping .item:not(:last-child) {
	border-bottom: 1px solid var(--fifth-color);
}

#box-cart .product-shopping .item .delete-pr-cart {
	position: absolute;
	transition: all 0.2s ease-out;
	top: 24px;
	right: 12px;
	z-index: 1;
}

#box-cart .product-shopping .item:not(:hover) .delete-pr-cart {
	opacity: 0;
	visibility: hidden;
	transform: translateX(7px) rotate(20deg);
}

#box-cart .product-shopping .item .item-inner-right {
	margin: 5px 20px 0px -5px;
}

#box-cart .product-shopping .item .wrap-img {
	padding-bottom: 100%;
}

#box-cart .product-shopping .item .product-name {
	font-size: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	color: var(--eighth-color);
}

#box-cart .product-shopping .item .product-name:hover {
	opacity: 0.7;
}

#box-cart .product-shopping .item .group-price {
	font-weight: 400;
	margin-top: 8px;
}

#box-cart .item .group-price .quantity {
	font-size: 11px;
	margin-left: 5px;
}

/* #box-account .tab-login{
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(var(--sixteenth-color), .5);
  }
  
  #box-account .tab-login li{
	display: inline-block;
	width: 49.4%;
	text-align: center;
	opacity: .5;
	padding: 0 5px 10px;
  }
  
  #box-account .tab-login li.active{
	border-bottom: 1.5px solid var(--eighth-color);
	opacity: 1;
  }
  
  #box-account .tab-login li a{
	color: var(--eighth-color);
	text-transform: uppercase;
  }
  
  .form-account .input-wrap{
	margin-bottom: 14px;
  }
  
  .form-account .input-wrap .title{
	font-size: 16px;
	margin-bottom: 5px;
  }
  
  .form-account .input-wrap input{
	width: 100%;
	line-height: 37px;
	padding: 0 17px;
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	font-size: 16px;
  }
  
  .password-wrap {
	position: relative;
  }
  
  .password-wrap svg {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	cursor: pointer;
  }
  
  .form-account .forgot-pass{
	text-align: right;
  }
  
  .form-account .forgot-pass a{
	font-size: 16px;
	color: var(--eighth-color);
	text-decoration: underline;
	transition: all .2s ease-out;
  }
  
  .form-account .forgot-pass a:hover{
	opacity: .7;
  }
  
  .form-account .submit{
	font-size: 12px;
	color: var(--fourth-color);
	background-color: var(--second-color);
	border-radius: 4px;
	padding: 10px 30px;
	text-transform: capitalize;
	width: 100%;
	border: none;
	transition: all .2s ease-out;
  } */

/* ---------Menu---------- */
.menu-wrap {
	background-color: var(--second-color);
}

.menu-wrap ul li {
	display: inline-block;
	margin: 0px 14px;
	padding: 15px 0px;
	position: relative;
}

.menu-wrap ul li a {
	color: var(--fourth-color);
	font-size: 18px;
}

/* .menu-wrap ul li .wishlish{
	display: inline-block;
	padding-left: 23px;
	position: relative;
  }
  
  .menu-wrap ul li .wishlish svg{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
  } */

.menu-wrap ul li::before {
	bottom: 0px;
}

.line {
	margin: 15px 0px;
	height: 1px;
	background-color: var(--ninth-color);
}

/* ------------Banner--------- */
.banner-wrap {
	padding: 30px 0px;
}

.banner-left {
	padding-bottom: 57%;
}

.banner-left .img-cate-content {
	max-width: 520px;
	top: 50%;
	left: 60px;
	transform: translateY(-50%);
}

.banner-wrap .img-cate-content .title {
	color: var(--primary-color);
}

.img-cate-content .title strong {
	color: var(--second-color);
}

.banner-wrap .img-cate-content .kham-pha {
	background-color: var(--second-color);
	font-size: 16px;
	padding: 16px 36px;
	border-radius: 4px;
	transition: all 0.2s ease-out;
	margin-top: 30px;
}

.banner-wrap .img-cate-content .kham-pha:hover {
	background-color: var(--primary-color);
}

.banner-right {
	padding-bottom: 117%;
}

.img-surfing::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 120%;
	height: 100px;
	background: rgba(var(--eighteenth-color), 0.3);
	transition: all 0.6s linear;
	z-index: 1;
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
}

.img-surfing:hover::before {
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(200%);
	left: -100%;
	top: 100%;
}

.banner-right .img-cate-content {
	bottom: 50px;
	text-align: center;
	padding: 0 50px;
}

.banner-right .img-cate-content .kham-pha {
	margin-top: 20px;
}

.img-zoom img {
	transition: all 0.7s ease-in-out;
}

.img-zoom:hover img {
	transform: scale(1.15);
}

.cam-ket-wrap {
	position: relative;
	padding-left: 50px;
	margin-top: 45px;
}

.cam-ket-wrap .title {
	font-size: 19px;
	font-weight: 500;
	color: var(--primary-color);
}

.cam-ket-wrap .des {
	font-size: 16px;
	font-weight: 400;
	color: var(--third-color);
}

.cam-ket-wrap img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
}

/* Bán chạy------ */
.h2-title {
	color: var(--primary-color);
	font-size: 33px;
	font-weight: 600;
}

.h3-des {
	color: var(--seventh-color);
	font-size: 18px;
	margin-top: 10px;
	line-height: 18px;
}

.title-section {
	margin-top: 65px;
	margin-bottom: 35px;
}

.xem-them-wrap {
	text-align: right;
	line-height: 64px;
}

.xem-them-wrap .xem-them {
	font-size: 16px;
	font-weight: 700;
	color: var(--second-color);
	transition: all 0.12s linear;
}

.xem-them-wrap .xem-them svg {
	margin-left: 5px;
	transform: translateY(2px);
}

.xem-them-wrap .xem-them svg path {
	fill: var(--second-color);
	transition: all 0.12s linear;
}

.xem-them-wrap .xem-them:hover {
	color: var(--primary-color);
}

.xem-them-wrap .xem-them:hover svg path {
	fill: var(--primary-color);
}

.item-product {
	padding: 15px;
	border: 1px solid var(--ninth-color);
	border-left: none;
}

.item-product .wrap-img {
	padding-bottom: 100%;
	margin-bottom: 10px;
}

.item-product .wrap-img .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: 0.2s linear;
	z-index: 1;
}

.item-product .option {
	border-radius: 5px;
	background-color: var(--second-color);
	display: inline-block;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	transition: 0.2s linear;
	z-index: 2;
	opacity: 0;
}

.item-product .option a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: block;
	position: relative;
}

.item-product .option a::before {
	content: "";
	background: var(--fourth-color);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s linear;
}

.item-product .option a:hover::before {
	opacity: 0.15;
	visibility: visible;
}

.item-product .option .yeu-thich.da-yeu-thich::before {
	opacity: 0.15;
	visibility: visible;
}

.item-product .option a svg {
	transform: translateY(5px);
}

.item-product:hover .img-hover {
	opacity: 1;
}

.item-product:hover .option {
	right: 10px;
	opacity: 1;
}

.item-product .sale {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 5;
	text-transform: uppercase;
	font-size: 12px;
	padding: 3px 8px;
	background-color: var(--eleventh-color);
	color: var(--fourth-color);
}

.item-product.content {
	margin: 10px 0px;
}

.item-product .content .category {
	font-size: 15px;
	color: var(--seventh-color);
	line-height: 20px;
	margin-bottom: 5px;
	display: block;
}

.item-product .content .name {
	font-size: 18px;
	color: var(--sixth-color);
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
}

#stars {
	margin: 10px 0px 5px;
}

#stars li {
	display: inline-block;
	cursor: pointer;
}

.item-product .price-wrap {
	margin-bottom: 5px;
}

.item-product .price {
	display: inline-block;
}

.item-product .new-price {
	font-size: 15px;
	color: var(--second-color);
}

.item-product .old-price {
	font-size: 12px;
	color: var(--seventh-color);
	margin-left: 5px;
}

.product-wrap {
	display: grid;
	border-left: 1px solid var(--ninth-color);
}

.pr-grid-5 {
	grid-template-columns: 20% 20% 20% 20% 20%;
}

.pr-grid-4 {
	grid-template-columns: 25% 25% 25% 25%;
}

.pr-grid-3 {
	grid-template-columns: 33.3% 33.3% 33.3%;
}

/* ----------More tool-------- */
/* .more-tools-wrap{
	margin-top: 80px;
  }
  
  .more-tools{
	border: 1px solid var(--ninth-color);
	border-radius: 4px;
  }
  
  .more-tools .wrap-img{
	padding-bottom: 118.7%;
  } */

.img-cate-content {
	position: absolute;
}

.img-cate-content .title {
	font-size: 45px;
	color: var(--fourth-color);
	line-height: 53px;
	text-transform: capitalize;
	font-weight: 600;
}

.img-cate-content .kham-pha {
	display: inline-block;
	color: var(--fourth-color);
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 600;
	transition: all 0.2s ease-out;
}

/* .more-tools .img-cate-content{
	bottom: 70px;
	left: 45px;
	max-width: 320px;
  }
  
  .more-tools .img-cate-content .title .strong{
	color: var(--second-color);
  }
  
  .more-tools .img-cate-content .kham-pha,
  .back-in-stock .img-cate-content .kham-pha{
	margin-top: 10px;
  }
  
  .more-tools .img-cate-content .kham-pha:hover,
  .back-in-stock .img-cate-content .kham-pha:hover{
	color: var(--second-color);
  }
  
  .more-tools .more-tool-right{
	margin-left: 50px;
  }
  
  .more-tools .more-tool-right .footer-title{
	font-size: 19px;
	margin-bottom: 10px;
	display: block;
  }
  
  .more-tools .more-tool-right .footer-col{
	margin-top: 30px;
  } */

/* .img-more-tools-wrap{
	min-height: 533px;
  } */

/* -------Back in stock------ */
.back-in-stock .back-in-stock-img {
	/* padding-bottom: 76.55%; */
	border-radius: 4px;
	overflow: hidden;
}

.back-in-stock .back-in-stock-img img {
	object-fit: cover;
	height: 100%;
}

.back-in-stock .img-cate-content {
	right: 0;
	left: 0;
	bottom: 55px;
	padding: 0 45px;
	text-align: center;
}

/* -----Deal Of Week----- */
/* .deal-of-week{ */
/* background: url();
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; */
/* margin-top: 70px; */
/* } */

/* .time-deal{
	padding: 80px 30px 80px 80px;
  }
  
  .time-deal .tag{
	font-size: 13px;
	font-weight: 700;
	line-height: 24px;
	color: var(--fourth-color);
	background-color: var(--second-color);
	border-radius: 4px;
	padding: 2px 9px 1px;
	display: inline-block;
	text-transform: uppercase;
  }
  
  .time-deal .title{
	font-size: 45px;
	color: var(--primary-color);
	line-height: 50px;
	margin: 15px 0px;
  }
  
  .time-deal .des{
	font-size: 17px;
	color: var(--tenth-color);
  }
  
  .time-deal .take-deal{
	font-size: 16px;
	color: var(--fourth-color);
	display: inline-block;
	padding: 16px 36px;
	border-radius: 4px;
	background-color: var(--primary-color);
	transition: all .12s linear;
  }
  
  .time-deal .take-deal:hover{
	background-color: var(--second-color);
  }
  
  .time-deal .countdown-item{
	text-align: center;
	width: 100px;
	float: left;
  }
  
  .time-deal .countdown-wrap{
	margin: 15px 0px 15px -25px;
  
  }
  
  .time-deal .countdown-wrap .phan-cach{
	line-height: 80px;
	width: 2px;
	float: left;
  }
  
  .time-deal .countdown-wrap .time{
	color: var(--primary-color);
	font-size: 16px;
	text-transform: uppercase;
  }
  
  .time-deal .countdown-wrap .digits{
	color: var(--primary-color);
	font-size: 45px;
	font-weight: 400;
	line-height: 57px;
  } */

/* -----------Hãng--------- */
.hang-wrap {
	margin: 80px 0px 65px;
}

.hang-wrap .h2-title {
	margin-bottom: 80px;
	display: inline-block;
	position: relative;
}

.hang-wrap .h2-title::before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 3px;
	background-color: var(--primary-color);
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

.hang-wrap .item img {
	/* opacity: .35; */
	transition: all 0.2s linear;
}

/* .hang-wrap .item:hover img{
	opacity: .7;
  } */

.owl-home,
.owl-has-dots {
	position: relative;
}

.owl-has-dots .owl-dots {
	margin-top: 30px;
	text-align: center;
}

.owl-has-dots .owl-dot span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: var(--ninth-color);
	border-radius: 50%;
	margin: 0 3px;
}

.owl-has-dots .owl-dot.active span {
	background-color: var(--primary-color);
}

.owl-home .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	/* transition: all .3s ease;
	visibility: hidden;
	opacity: 0; */
}

.owl-home .owl-nav .owl-prev {
	left: -15px;
}

.owl-home .owl-nav .owl-next {
	right: -15px;
}

/* .owl-home:hover .owl-nav button{
	opacity: 1;
	visibility: visible;
  }
  
  .owl-home:hover .owl-prev{
	left: 0px;
  }
  
  .owl-home:hover .owl-next{
	right: 0px;
  } */

/* --------News feautured------ */
.news-featured {
	margin: 70px 0px 0px;
	background-color: var(--fourteenth-color);
	/* padding-bottom: 50px; */
}

.news-featured .xem-them-wrap {
	line-height: 36px;
}

.item-news {
	border: 1px solid var(--ninth-color);
	border-radius: 5px;
	margin-bottom: 30px;
}

.item-news .wrap-img {
	padding-bottom: 62.05%;
}

.item-news .time {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 65px;
	background-color: var(--second-color);
	color: var(--fourth-color);
	border-radius: 4px;
	text-align: center;
	padding: 5px 5px;
}

.item-news .time .date {
	font-size: 22px;
}

.item-news .time .month {
	font-size: 12px;
	text-transform: uppercase;
}

.item-news .content {
	background-color: var(--fourth-color);
	padding: 20px 20px 15px;
}

.item-news .content .cate {
	display: inline-block;
	font-size: 13px;
	color: var(--second-color);
	text-transform: uppercase;
	margin-bottom: 15px;
}

.item-news .content .name {
	color: var(--primary-color);
	font-size: 22px;
	line-height: 27px;
	font-weight: 600;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 54px;
}

.item-news .content .des {
	color: var(--seventh-color);
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 68px;
}

.item-news .content .info-news {
	padding: 20px 0px 10px;
	margin-top: 25px;
	border-top: 1px solid var(--fifth-color);
}

.item-news .content .share-title {
	display: inline-block;
	color: var(--primary-color);
}

.item-news .content .social-sharing-button {
	display: inline-block;
	margin-left: 10px;
}

.item-news .content .share-title svg {
	margin-right: 10px;
	transform: translateY(3px);
}

.item-news .content .social-sharing-button a {
	display: inline-block;
	margin-right: 10px;
	height: 15px;
	color: var(--twelfth-color);
}

.item-news .content .comments-wrap {
	text-align: right;
	transform: translateY(-2px);
}

.item-news .content .comments-wrap svg {
	transform: translateY(4px);
}

.item-news .content .views {
	display: inline-block;
}

.item-news .content .comments {
	display: inline-block;
	margin-left: 10px;
}

#news-featured .owl-nav button {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--fourth-color);
	box-shadow: 0 13px 17px rgba(var(--sixteenth-color), 0.1);
	line-height: 50px;
	text-align: center;
}

#news-featured .owl-nav button svg {
	transform: translateY(8px);
}

/* ---------Footer------ */
.footer-wrap {
	padding: 30px 0px;
}

.footer-wrap .footer-left {
	border-right: 1px solid var(--ninth-color);
	padding-right: 50px;
}

.logo-footer {
	max-width: 148px;
	margin-bottom: 15px;
}

.slogan {
	color: var(--seventh-color);
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px;
}

.footer-wrap .phone-company {
	margin-bottom: 15px;
}

.footer-wrap .phone-company .quick-order {
	font-size: 12px;
	color: var(--primary-color);
	text-transform: uppercase;
}

.footer-wrap .phone-company a {
	font-size: 30px;
	color: var(--second-color);
	padding-left: 30px;
	position: relative;
}

.footer-wrap .phone-company a img {
	width: 21px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.footer-wrap .location {
	font-size: 17px;
	color: var(--primary-color);
	line-height: 27px;
	position: relative;
	padding-left: 25px;
}

.footer-wrap .location:not(:last-child) {
	margin-bottom: 5px;
}

.footer-wrap .location img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.footer-wrap .footer-right {
	margin-left: 50px;
}

.footer-col .footer-title {
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
}

.footer-col ul li {
	padding-left: 20px;
}

.footer-col ul li a {
	color: var(--tenth-color);
	font-size: 17px;
	line-height: 27px;
	margin: 5px 0px;
	display: inline-block;
	position: relative;
	transition: all 0.2s ease-out;
}

.footer-col ul li a svg {
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translateY(-50%);
}

.footer-col ul li a:hover {
	color: var(--primary-color);
}

.footer-col ul li a:hover svg path {
	fill: var(--primary-color);
}

/* ----------Contact mail---------- */
.contact-wrap {
	padding: 15px 0px;
}

.contact-wrap .contact-left {
	font-size: 24px;
	font-weight: 500;
	color: var(--primary-color);
	line-height: 24px;
	padding: 5px 0px;
	position: relative;
	padding-left: 67px;
}

.contact-wrap .contact-left img {
	max-width: 47px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.form-contact-mail {
	position: relative;
}

.form-contact-mail input {
	border: 2px solid var(--second-color);
	line-height: 54px;
	width: 100%;
	border-radius: 4px;
	font-size: 16px;
	padding: 0px 150px 0px 15px;
}

.form-contact-mail button {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 17px;
	background-color: var(--second-color);
	color: var(--fourth-color);
	border-radius: 0 4px 4px 0;
	line-height: 54px;
	border: 2px solid var(--second-color);
	padding: 0px 35px;
}

/* ---------Copyright-------- */
.copyright-wrap {
	padding: 15px 0px;
}

.copyright-wrap .copyright {
	font-size: 17px;
	color: var(--tenth-color);
	line-height: 25px;
	padding: 6px 0px;
}

.copyright-wrap .payment {
	text-align: right;
}

.copyright-wrap .payment img {
	max-height: 330px;
}

.btn-fixed-wrap {
	position: fixed;
	right: 20px;
	bottom: 50px;
	transform: translate(150%, 0);
	visibility: hidden;
	transition: all ease 0.5s;
	opacity: 0;
	z-index: 8;
}

.btn-fixed {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.btn-fixed:not(:last-child) {
	margin-bottom: 10px;
}

#back-to-top {
	background-color: var(--eleventh-color);
	color: var(--fourth-color);
}

.phone-1 {
	background-color: var(--second-color);
	color: var(--fourth-color);
}

.zalo-fixed {
	color: var(--fourth-color);
}

.btn-fixed-wrap.show {
	opacity: 1;
	transform: translate(0, 0);
	visibility: visible;
}

#back-to-top svg {
	position: absolute;
	top: 47%;
	left: 48%;
	transform: translate(-50%, -50%);
}

.btn-fixed svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-fixed span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	left: -180px;
	color: var(--second-color);
	background-color: var(--color-f4f4f4);
	padding: 5px 10px;
	border-radius: 10px;
}

/* -----------breadcrumb------- */
.breadcrumb-build {
	height: 43px;
	line-height: 43px;
	margin-bottom: 15px;
}

.breadcrumb-build ol li {
	display: inline-block;
	position: relative;
}

.breadcrumb-build ol li:last-child a {
	pointer-events: none;
}

.breadcrumb-build ol li:not(:first-child) {
	margin-left: 24px;
}

.breadcrumb-build li a {
	font-size: 14px;
	font-weight: 400;
	line-height: 20.44px;
	color: var(--sixth-color);
	transition: 0.3s linear;
}

.breadcrumb-build li a:hover {
	color: var(--primary-color);
}

.breadcrumb-build li:not(:first-child)::before {
	content: url(img/icon-breadcrumb.svg);
	position: absolute;
	top: 0px;
	left: -12px;
}

/* Pagination */
.pagination-box {
	text-align: center;
	margin: 20px 0px;
}

.pagination-box div {
	display: inline-block;
}

.pagination-box div:not(:last-child) {
	margin-right: 5px;
}

.pagination-box div a {
	width: 35px;
	height: 35px;
	display: inline-block;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: var(--primary-color);
	transition: 0.3s ease;
}

.pagination-box div.current a,
.pagination-box div a:hover {
	background: var(--second-color) !important;
	color: var(--fourth-color) !important;
}

.pagination-box div.last a,
.pagination-box div.first a {
	width: auto;
	font-size: 14px;
	padding: 0 19px;
	border-radius: 4px;
	color: var(--primary-color);
}

.news-list {
	padding-bottom: 80px;
}

/* ------News detail-------- */
.news-detail .wrap-img {
	padding-bottom: 62.05%;
	margin-bottom: 22px;
}

.news-detail .wrap-img .cate {
	position: absolute;
	left: 0px;
	top: 30px;
	font-size: 16px;
	background-color: var(--second-color);
	padding: 6px 20px 4px;
}

.news-detail .wrap-img .cate a {
	text-transform: uppercase;
	color: var(--fourth-color);
	display: inline-block;
}

.news-detail .post-title {
	font-size: 26px;
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.news-detail .content-wrap .info-news {
	font-size: 16px;
	color: var(--tenth-color);
	margin-bottom: 20px;
}

.news-detail .info-news .comment {
	color: var(--tenth-color);
}

.news-detail .info-news .gach-cheo {
	margin: 0px 6px;
}

.news-detail .info-news .svg {
	transform: translateY(1px);
}

.news-detail .info-news svg {
	margin-right: 3px;
}

.news-detail .content-news h1,
.news-detail .content-news h2,
.news-detail .content-news h3,
.news-detail .content-news h4 {
	color: var(--primary-color);
	font-weight: unset;
	text-transform: unset;
	font-family: "Plus Jakarta Sans", sans-serif;
}

.news-detail .content-news h1 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.news-detail .content-news h2 {
	font-size: 22px;
	line-height: 36px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.news-detail .content-news h3 {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.news-detail .content-news h4 {
	font-size: 16px;
	line-height: 30px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.news-detail .content-news p,
.news-detail .description-news p {
	margin-bottom: 10px;
	color: var(--tenth-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.news-detail .content-news img {
	margin: 15px 0 10px;
	max-width: 100%;
	text-align: center;
}

.news-detail .content-news ul {
	margin-bottom: 12px;
	padding-left: 20px;
	color: var(--tenth-color);
}

.news-detail .content-news ul li {
	list-style: disc;
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
}

.news-detail .social-sharing-news {
	padding: 32px 0px;
	margin: 30px 0 56px;
	text-align: center;
	border-top: 1px solid var(--fifth-color);
	border-bottom: 1px solid var(--fifth-color);
}

.news-detail .social-sharing-news a {
	display: inline-block;
	color: var(--tenth-color);
}

.news-detail .social-sharing-news a:not(:last-child) {
	margin-right: 20px;
}

.related-post .title,
.comments-news .title {
	font-weight: 700;
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 20px;
}

.related-post #news-featured {
	padding: 0px 1px;
}

.comments-news {
	margin: 40px 0px 80px;
}

.comments-news .des {
	font-size: 16px;
	color: var(--seventh-color);
	margin: 20px 0px;
}

.form-rate textarea {
	padding: 20px;
	border-radius: 4px;
	border: 1px solid var(--fifth-color);
	width: 100%;
	margin-bottom: 15px;
}

.form-rate input {
	width: 100%;
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	padding: 0 20px;
	line-height: 37px;
}

.form-rate .submit,
.form-contact-page .submit-contact {
	color: var(--fourth-color);
	background-color: var(--second-color);
	border-radius: 4px;
	padding: 11px 31px;
	transition: all 0.2s ease-out;
	text-transform: capitalize;
	font-size: 16px;
	border: none;
	margin-top: 30px;
}

.form-rate .submit:hover,
.form-contact-page .submit-contact:hover {
	background-color: var(--primary-color);
}

.list-comment .item {
	position: relative;
	padding: 24px 0 24px 84px;
}

.list-comment .item.item-parent:not(:last-child) {
	border-bottom: 1px solid var(--ninth-color);
}

.list-comment .item .avt-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 0;
}

.list-comment .item .avt-img img {
	object-fit: cover;
}

.list-comment .item .avt {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--color-f2f3f7);
	position: absolute;
	top: 24px;
	left: 0;
}

.list-comment .item .avt .avt-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: var(--fourth-color);
}

.list-comment .item .name {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.list-comment .item .content-cmt {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px;
}

/* ------Contact------ */
.contact-page {
	padding-bottom: 80px;
}

.contact-page .google-map iframe {
	width: 100%;
	height: 500px;
	margin-bottom: 65px;
}

.contact-left .title {
	font-size: 28px;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.faqs {
	margin-bottom: 50px;
}

.faqs .name-faq {
	font-size: 17px;
	color: var(--primary-color);
	display: block;
	padding: 23px 40px 23px 22px;
	border: 1px solid var(--fifth-color);
	position: relative;
}

.faqs .an-hien-faq {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.faqs .name-faq .an {
	transform: translateY(-5px);
}

.faqs .an-hien-faq .hien {
	display: none;
}

.faqs .name-faq.collapsed .an {
	display: none;
}

.faqs .name-faq.collapsed .hien {
	display: unset;
}

.faqs .faq-content {
	padding: 22px 22px 30px;
	background-color: var(--fourteenth-color);
	font-size: 17px;
	color: var(--twelfth-color);
	border: 1px solid var(--fifth-color);
}

.faqs .faq-content h3 {
	font-size: 18px;
	font-weight: 700;
	color: var(--second-color);
	margin-bottom: 10px;
}

.panel {
	margin-bottom: 0px;
	border: 0px solid transparent;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(var(--sixteenth-color), 0);
}

.form-contact-page .labe {
	font-size: 16px;
	color: var(--primary-color);
	margin-bottom: 3px;
}

.form-contact-page input {
	width: 100%;
	line-height: 50px;
	border: 1px solid var(--fifth-color);
	padding: 0px 17px;
	border-radius: 4px;
}

.form-contact-page textarea {
	width: 100%;
	border: 1px solid var(--fifth-color);
	padding: 17px 17px;
	border-radius: 4px;
}

.form-contact-page .input-wrap-contact {
	margin-bottom: 15px;
}

.form-contact-page .submit-contact {
	margin-top: 0px;
}

.contact-right .dich-vu {
	padding: 35px;
	border-radius: 4px;
	margin-bottom: 20px;
}

.contact-right .dich-vu.khach-hang {
	background-color: var(--thirteenth-color);
}

.contact-right .dich-vu .title {
	margin-bottom: 15px;
	font-size: 22px;
	text-transform: capitalize;
}

.contact-right .dich-vu .content {
	font-size: 17px;
	color: var(--tenth-color);
}

.contact-right .dich-vu a {
	display: block;
	background-color: var(--fourth-color);
	color: var(--primary-color);
	font-size: 16px;
	padding: 12px 0px;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 2px 5px 0 rgba(var(--sixteenth-color), 0.05);
	margin-top: 20px;
}

.contact-right .dich-vu a svg {
	transform: translateY(2px);
	margin-right: 5px;
}

.contact-right .dich-vu.store {
	color: var(--fourth-color);
	background-color: var(--primary-color);
}

.contact-right .dich-vu.store .content {
	color: var(--fourth-color);
}

.contact-right .dich-vu.store .visit {
	margin-bottom: 30px;
}

/* ---------Page-detail------- */
.transform {
	display: grid;
	grid-template-columns: 50% 50%;
	min-height: 300px;
}

.transform-left {
	padding: 50px;
	background-color: var(--primary-color);
	color: var(--fourth-color);
}

.title-page-detail {
	font-size: 33px;
	margin-bottom: 20px;
	color: var(--primary-color);
	position: relative;
}

.transform-left .title-page-detail {
	margin: 5px 0px 10px;
	color: var(--fourth-color);
}

.transform-left .des {
	font-size: 16px;
}

.transform-right img {
	height: 100%;
	object-fit: cover;
}

.innovation {
	margin: 65px 0px 80px;
}

.innovation .des {
	font-size: 17px;
	color: var(--twelfth-color);
	line-height: 26px;
}

.innovation .des-mg {
	margin-bottom: 20px;
}

.innovation-right .name {
	font-size: 20px;
	color: var(--primary-color);
	margin-bottom: 10px;
}

.innovation-right .chung-chi {
	position: relative;
	padding-left: 50px;
	margin-bottom: 35px;
}

.innovation-right .chung-chi img {
	position: absolute;
	top: 7px;
	left: 0px;
}

.tam-nhin .wrap-img {
	padding-bottom: 64.35%;
}

.tam-nhin-inner {
	text-align: center;
	background-color: var(--thirteenth-color);
	padding: 20px;
	display: grid;
}

.tam-nhin-wrap {
	margin: auto;
}

.tam-nhin-inner .name {
	font-size: 26px;
	color: var(--primary-color);
	margin-bottom: 15px;
}

.tam-nhin-inner .des {
	font-size: 18px;
	line-height: 27px;
	color: var(--twelfth-color);
}

.tam-nhin {
	display: grid;
	grid-template-columns: auto auto auto;
}

.tam-nhin .wrap-img img {
	height: 100%;
	object-fit: cover;
}

.hai-long {
	padding: 60px 0px 80px;
	margin-top: 85px;
	background-color: var(--primary-color);
	color: var(--fourth-color);
	text-align: center;
}

.hai-long .title-page-detail {
	color: var(--fourth-color);
}

.hai-long .title-page-detail::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background-color: var(--second-color);
	display: inline-block;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	border-radius: 4px;
}

.counting .number {
	padding: 43px;
	background-color: var(--fifteenth-color);
	border-radius: 4px;
	margin-bottom: 10px;
	font-size: 33px;
}

.counting .number .count {
	display: inline-block;
}

.counting .number .ky-hieu {
	display: inline-block;
}

.counting .des {
	font-size: 16px;
}

.counting-wrap {
	margin-top: 70px;
}

.counting-wrap .counting {
	width: 240px;
	display: inline-block;
	margin: 0 10px;
}

.uu-tien-hang-dau {
	margin-top: 75px;
}

.uu-tien-hang-dau .wrap-img {
	padding-bottom: 56.52%;
	border-radius: 4px;
}

.uu-tien-right .des {
	color: var(--twelfth-color);
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 25px;
}

.uu-tien-right .lien-he {
	font-size: 16px;
	font-weight: 700;
	color: var(--fourth-color);
	background-color: var(--second-color);
	border-radius: 4px;
	padding: 15px 30px;
	display: inline-block;
	position: relative;
	transition: all 0.12s linear;
}

.uu-tien-right .lien-he span {
	position: relative;
	z-index: 2;
}

.uu-tien-right .lien-he::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 0.25s;
	border-radius: 4px;
}

.uu-tien-right .lien-he:not(:hover):before {
	right: 100%;
}

.uu-tien-right .lien-he:hover::before {
	background-color: var(--primary-color);
}

.teams {
	margin-top: 65px;
}

.teams .title-page-detail:before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	border-radius: 4px;
	display: inline-block;
	background-color: var(--second-color);
	bottom: -5px;
	left: 0px;
}

.teams .des {
	font-size: 17px;
	color: var(--twelfth-color);
	margin-bottom: 20px;
}

.teams .person .wrap-img {
	padding-bottom: 100%;
}

.teams .person .name {
	font-size: 16px;
	color: var(--primary-color);
	margin: 10px 0 5px;
}

.teams .person .chuc-vu {
	font-size: 16px;
	color: var(--twelfth-color);
}

.teams .person {
	margin-bottom: 30px;
}

.page-detail {
	padding-bottom: 80px;
}

/* --------Cart page-------- */
.cart-page {
	padding: 20px 0px 80px;
}

.cart-items {
	border: 1px solid var(--fifth-color);
	padding: 25px;
}

.cart-items .title-pr-cart {
	font-size: 14px;
	color: var(--sixth-color);
	padding-bottom: 14px;
	text-transform: uppercase;
}

.cart-items .underline {
	border-bottom: 1px solid var(--fifth-color);
}

.cart-summary .discount-coupon {
	margin-top: 10px;
}

.cart-items .cart-item {
	margin-top: 15px;
}

.cart-items .cart-item .wrap-img {
	padding-bottom: 100%;
}

.cart-items .cart-item .product-name {
	display: block;
	color: var(--primary-color);
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 24px;
}

.cart-items .cart-item .delete-cart {
	font-size: 15px;
	color: var(--sixth-color);
	text-decoration: underline;
	display: inline-block;
	margin-top: 10px;
}

.cart-items .cart-item .product-price {
	font-size: 15px;
	color: var(--tenth-color);
}

.cart-items .input-qty {
	text-align: center;
	width: 46%;
	height: 36px;
	padding: 2px 10px;
	border: 1px solid var(--ninth-color);
	color: var(--sixth-color);
	display: block;
	margin-right: 0px;
	float: left;
	border-radius: 0px;
}

/* Chrome, Safari, Edge, Opera */
.cart-items .input-qty::-webkit-outer-spin-button,
.cart-items .input-qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cart-items .minus,
.cart-items .plus {
	width: 27%;
	height: 36px;
	display: block;
	border: 1px solid var(--ninth-color);
	text-align: center;
	font-size: 20px;
	padding: 0;
	cursor: pointer;
	background: var(--fourth-color);
	float: left;
}

.cart-items .minus {
	border-right: 0px;
	border-radius: 3px 0px 0px 3px;
}

.cart-items .plus {
	border-left: 0px;
	border-radius: 0px 3px 3px 0px;
}

.cart-items .minus span {
	display: inline-block;
	transform: translateY(-1px);
}

.cart-items .plus span {
	display: inline-block;
	transform: translateY(-2px);
}

.cart-items .cart-item .product-price.total {
	font-size: 18px;
}

.cart-items .coupon {
	padding-top: 16px;
	border-top: 1px solid var(--fifth-color);
}

.form-coupon {
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.form-coupon input {
	width: 100%;
	line-height: 37px;
	padding: 0px 41px 0px 17px;
	border: none;
}

.form-coupon .submit-coupon {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 37px;
	font-size: 16px;
	border: none;
	background-color: var(--primary-color);
	color: var(--fourth-color);
	padding: 0 12px;
}

.cart-summary {
	border: 1px solid var(--fifth-color);
	padding: 20px;
}

.cart-summary .title {
	font-size: 18px;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid var(--fifth-color);
	text-transform: uppercase;
}

.cart-summary .underline {
	border-bottom: 1px solid var(--fifth-color);
	padding: 15px 0px;
	color: var(--tenth-color);
	font-size: 16px;
}

.cart-summary .tong-cong {
	font-size: 20px;
	color: var(--sixth-color);
	padding: 15px 0px;
	text-transform: uppercase;
}

.form-cart input {
	margin-bottom: 10px;
	padding: 10px 15px;
	width: 100%;
	border-radius: 4px;
	color: var(--tenth-color);
	font-size: 16px;
	border: 1px solid var(--fifth-color);
	font-weight: 500;
}

.form-cart .submit-cart,
.shopping-continue {
	width: 100%;
	border: none;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 32px;
	border-radius: 4px;
	background: var(--primary-color);
	color: var(--fourth-color);
	text-transform: uppercase;
	margin-top: 5px;
	line-height: 18px;
	transition: 0.2s ease-in-out;
}

.form-cart .submit-cart:hover {
	background-color: var(--second-color);
}

.shopping-continue {
	display: block;
	margin-top: 15px;
	background-color: var(--second-color);
	text-align: center;
}

.shopping-continue:hover {
	background-color: var(--primary-color);
	color: var(--fourth-color);
}

/* --------product list---------- */
.product-list-page {
	padding-bottom: 80px;
}

.product-list-page .img-cate {
	padding-bottom: 19.15%;
	border-radius: 4px;
	position: relative;
	margin-bottom: 40px;
}

.product-list-page .banner-content {
	padding: 0% 1% 0% 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--fourth-color);
}

.product-list-page .banner-content .banner-title {
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 10px;
}

.product-list-page .banner-content .content-inner {
	font-size: 18px;
}

#type * {
	font-size: 16px;
}

.products-sort-order #type {
	color: var(--tenth-color);
	padding: 8px 10px;
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	margin-bottom: 10px;
}

/* .sidebar-product .block{
	margin-bottom: 60px;
  } */

.sidebar-product .block .title-block {
	font-weight: 700;
	margin-bottom: 20px;
	font-size: 14px;
	color: var(--primary-color);
	text-transform: uppercase;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--fifth-color);
}

.sidebar-product .block a {
	color: var(--tenth-color);
	font-size: 15px;
}

.sidebar-product .block .cate-child li {
	padding: 5px 0px 5px 0px;
	position: relative;
}

.sidebar-product .block .cate-child li.item-level-1.show .level-2 {
	display: block;
}

.sidebar-product .block .cate-child li.item-level-2.show .level-3 {
	display: block;
}

.sidebar-product .block .cate-child li svg {
	position: absolute;
	top: 15px;
	right: 0;
	cursor: pointer;
	transition: 0.2s;
}

.sidebar-product .block .cate-child .level-2,
.sidebar-product .block .cate-child .level-3 {
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 10px;
	border-left: 1px solid var(--fifth-color);
	display: none;
}

.sidebar-product .block .cate-child .level-3 {
	margin-bottom: 10px;
}

.sidebar-product .block .cate-child li.item-level-2 svg {
	top: 6px;
}

.open_menu_product.active {
	rotate: -180deg;
}

.sidebar-product .block .cate-child li.item-level-2,
.sidebar-product .block .cate-child li.item-level-3 {
	padding: 0px;
}

.sidebar-product .block .cate-child a {
	display: inline-block;
	margin-bottom: 5px;
	position: relative;
	transition: all 0.3s linear;
}

.sidebar-product .block .cate-child a.active {
	color: var(--primary-color);
	font-weight: bold;
}

.sidebar-product .cate-child .item-level-2 a {
	font-size: 13px;
}

.sidebar-product .block .cate-child a:hover {
	color: var(--primary-color);
}

.sidebar-product .block .cate-child a::before {
	height: 1px;
}

/* .sidebar-product .filter-items .select-filter{
	line-height: 29px;
	display: block;
	margin-bottom: 5px;
  }
  
  .sidebar-product .filter-items .select-filter:hover{
	color: var(--second-color);
  }
  
  .sidebar-product .filter-items .select-filter svg{
	transform: translateY(3px);
	margin-right: 5px;
  }
  
  .sidebar-product .filter-items .select-filter .check-filter-success{
	display: none;
  }
  
  .sidebar-product .filter-items .select-filter:hover .check-filter-success,
  .sidebar-product .filter-items .select-filter.active .check-filter-success{
	display: inline-block;
  }
  
  .sidebar-product .filter-items .select-filter:hover .check-filter-none,
  .sidebar-product .filter-items .select-filter.active .check-filter-none{
	display: none;
  } */

/* .sidebar-product .img-sidebar{
	padding-bottom: 160.2%;
	border-radius: 4px;
  }
  
  .sidebar-product .img-sidebar-content{
	position: absolute;
	padding: 20px 15px;
	bottom: 25px;
	left: 0px;
	color: var(--fourth-color);
	text-align: center;
	width: 100%;
  } 
  
  .sidebar-product .img-sidebar-content .subtitle{
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 5px;
  }
  
  .sidebar-product .img-sidebar-content .title{
	font-size: 53px;
	font-weight: 600;
	margin-bottom: 5px;
  }
  
  .sidebar-product .img-sidebar-content .lien-he{
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 4px;
	padding: 16px 20px;
	background-color: var(--primary-color);
	color: var(--fourth-color);
	display: block;
	transition: all .2s ease-out;
  }
  
  .sidebar-product .img-sidebar-content .lien-he:hover{
	background-color: var(--second-color);
  } */

.icon-filter {
	display: none;
}

/* .sidebar-product .price-range {
	width: 96%;
	margin-left: 4px;
	background-color: var(--second-color);
  }
  
  .ui-slider-horizontal {
	height: 2px;
  }
  
  .ui-widget.ui-widget-content {
	border-color: var(--fifth-color) !important;
  }
  
  .ui-slider .ui-slider-handle {
	width: 12px;
	height: 12px;
	border: 2px solid var(--second-color);
	background-color: var(--second-color);
	border-radius: 50% !important;
  }
  
  .ui-slider .ui-slider-range {
	border-color: var(--second-color);
	background-color: var(--second-color);
	height: 2px;
  }
  
  .filter-price-title{
	margin-top: 15px;
  } */
/* -------Product detail------ */
.slider-container {
	position: relative;
}

.slider-container .sale {
	background-color: var(--eleventh-color);
	color: var(--fourth-color);
	font-size: 14px;
	text-transform: uppercase;
	padding: 3px 8px;
	border-radius: 5%;
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 3;
}

#slider {
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 15px;
}

#slider .wrap-img {
	padding-bottom: 100%;
}

.owl-product-detail .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s linear;
}

.owl-product-detail .owl-nav .owl-prev {
	left: 0px;
}

.owl-product-detail .owl-nav .owl-next {
	right: 0px;
}

.owl-product-detail:hover .owl-nav button {
	visibility: visible;
	opacity: 1;
}

.owl-product-detail:hover .owl-nav .owl-prev {
	left: 5px;
}

.owl-product-detail:hover .owl-nav .owl-next {
	right: 5px;
}

#thumbnailSlider .item {
	padding-bottom: 100%;
	border-radius: 4px;
	border: 1px solid var(--fifth-color);
}

#thumbnailSlider .item img {
	opacity: 0.6;
}

#thumbnailSlider .item .active {
	opacity: 1;
}

.product-detail-right .product-name {
	color: var(--primary-color);
	font-size: 28px;
}

.product-detail-right #stars {
	display: inline-block;
}

.product-detail-right .rate {
	color: var(--sixth-color);
	margin-left: 10px;
	display: inline-block;
	transform: translateY(-1px);
}

.product-detail-right .price,
.product-detail-right .price-off {
	display: inline-block;
	margin: 10px 0px;
}

.product-detail-right .price {
	color: var(--eleventh-color);
	font-size: 24px;
}

.product-detail-right .price-off {
	color: var(--tenth-color);
	font-size: 16px;
	margin-left: 15px;
}

.product-detail-right .view {
	font-size: 16px;
	color: var(--sixth-color);
	margin-bottom: 15px;
}

.product-detail-right .view svg {
	transform: translateY(2px);
}

.product-detail-right .multi-fields {
	margin: 25px 0px;
	padding-top: 25px;
	border-top: 1px dashed var(--fifth-color);
}

.product-detail-right .multi-fields .item {
	color: var(--tenth-color);
	font-size: 17px;
	line-height: 26px;
}

.product-detail-right .tinh-trang {
	font-size: 16px;
	color: var(--sixth-color);
	font-weight: 400;
	margin-bottom: 20px;
}

.product-detail-right .tinh-trang.het-hang {
	color: var(--eleventh-color);
}

.product-detail-right #quantity {
	width: 75px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	font-size: 16px;
	color: var(--tenth-color);
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	margin-right: 20px;
}

.product-detail-right .btn-cart {
	display: inline-block;
	color: var(--fourth-color);
	height: 50px;
	line-height: 50px;
	font-size: 17px;
	border-radius: 4px;
	text-align: center;
	transition: 0.3s ease-in-out;
}

.product-detail-right .btn-cart svg {
	margin-right: 5px;
	transform: translateY(3px);
}

.product-detail-right .btn-cart.add-cart {
	background-color: var(--second-color);
	width: calc(100% - 100px);
}

.product-detail-right .btn-cart.add-cart:hover {
	background-color: var(--primary-color);
}

.product-detail-right .btn-cart.buy-now {
	background-color: var(--primary-color);
	width: 100%;
}

.product-detail-right .btn-cart.buy-now:hover {
	background-color: var(--second-color);
}

.product-detail-right .or-wrap {
	margin: 15px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: var(--sixth-color);
	opacity: 0.7;
	text-align: center;
	position: relative;
}

.product-detail-right .or-wrap span {
	display: inline-block;
	padding: 0 10px;
	background-color: var(--fourth-color);
	position: relative;
	z-index: 1;
}

.product-detail-right .or-wrap::before {
	content: "";
	height: 1px;
	background-color: var(--sixth-color);
	opacity: 0.1;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.product-detail-right .add-wishlist {
	font-size: 15px;
	color: var(--eighth-color);
	display: inline-block;
	margin-top: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.product-detail-right .add-wishlist svg {
	transform: translateY(4px);
}

.product-detail-right .cam-ket .item {
	color: var(--primary-color);
	font-size: 15px;
	line-height: 29px;
	font-weight: 400;
}

.product-detail-right .cam-ket {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed var(--fifth-color);
}

.product-detail-right .hang-mucluc {
	font-size: 16px;
	margin-bottom: 7px;
	color: var(--tenth-color);
}

.product-detail-right .hang-mucluc span {
	color: var(--primary-color);
}

.product-detail-right .hang-mucluc a {
	color: var(--tenth-color);
}

.product-detail-right .hang-mucluc a:hover {
	color: var(--primary-color);
}

.product-detail-middle .product-detail-sidebar {
	padding: 60px 0px;
}

.product-detail-content {
	padding: 30px 0px 60px;
	margin-top: 30px;
	position: relative;
	border-top: 1px dashed var(--fifth-color);
}

.product-detail-content .tab-detail {
	text-align: center;
}

.tab-detail li {
	display: inline-block;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.tab-detail li:not(:last-child) {
	margin-right: 15px;
}

.tab-detail li a {
	color: var(--primary-color);
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
}

.tab-detail li.active a,
.tab-detail li a:hover {
	border-bottom: 2px solid var(--primary-color);
}

.tab-content-wrap.product-content h1,
.tab-content-wrap.product-content h2,
.tab-content-wrap.product-content h3,
.tab-content-wrap.product-content h4 .tab-content-wrap.product-content p {
	font-weight: unset;
	text-transform: unset;
	font-family: "Roboto";
}

.tab-content-wrap.product-content h1 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	color: var(--tenth-color);
	margin: 0 0 20px 0;
}

.tab-content-wrap.product-content h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: var(--tenth-color);
}

.tab-content-wrap.product-content h3 {
	font-size: 17px;
	line-height: 23px;
	font-weight: 700;
	color: var(--tenth-color);
	margin: 0 0 15px 0;
}

.tab-content-wrap.product-content h4 {
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	margin: 0 0 10px 0;
}

.tab-content-wrap.product-content p,
.tab-content-wrap.product-content div,
#mo-ta-sp div,
#mo-ta-sp p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 10px;
	color: var(--tenth-color);
}

.tab-content-wrap.product-content img {
	margin: 20px 0px;
	max-width: 100%;
	text-align: center;
}

.tab-content-wrap.product-content ul {
	margin-bottom: 12px;
	padding-left: 20px;
}

.tab-content-wrap.product-content ul li {
	list-style: disc;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: var(--tenth-color);
}

.tab-content-wrap.product-content table {
	margin-bottom: 20px;
	width: 100%;
	font-size: 16px;
	color: var(--tenth-color);
	border: 1px solid var(--ninth-color);
}

.tab-content-wrap.product-content table tr {
	border-bottom: 1px solid var(--ninth-color);
}

.tab-content-wrap.product-content table td {
	padding: 5px 10px;
}

.list-comment .item {
	position: relative;
	padding: 24px 0 24px 84px;
}

.list-comment .item.item-parent:not(:last-child) {
	border-bottom: 1px solid var(--fifth-color);
}

.list-comment .item .avt-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	top: 24px;
	left: 0;
}

.list-comment .item .avt-img img {
	object-fit: cover;
}

.list-comment .item .avt {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: absolute;
	top: 24px;
	left: 0;
}

.list-comment .item .avt .avt-name {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 25px;
	color: var(--fourth-color);
}

.list-comment .item .name {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
}

.list-comment .item .content-cmt {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 12px;
}

.product-detail-bottom {
	padding-bottom: 60px;
}

.related-product-title {
	font-size: 33px;
	color: var(--primary-color);
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}

.product-detail-bottom .item-product {
	border: none;
}

#form-rate-product {
	margin-top: 30px;
}

#form-rate-product .title-form-rate {
	font-size: 26px;
	color: var(--primary-color);
}

#form-rate-product #stars {
	margin: 15px 0px 15px;
}

/* ---------Login-------- */
/* .login-page{
	padding: 20px 0px 80px;
  }
  
  .login-page .form-account .submit{
	font-size: 16px;
  }
  
  .login-page .form-account-title{
	font-size: 24px;
	color: var(--primary-color);
	font-weight: 700;
	margin-bottom: 30px;
  }
  
  .login-page .form-account{
	border: 1px solid var(--fifth-color);
	padding: 50px;
  } */

.search-page {
	padding: 0px 0px 80px;
}

.search-page .sum-product {
	color: var(--primary-color);
	font-size: 24px;
	margin: 20px 0px;
	text-align: center;
}

.sidebar-product .close-filter {
	display: none;
}

/* Wishlist */
/* .wishlist-page{
	padding: 60px 0px;
  }
  
  .wishlist-page .title{
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary-color);
	margin-bottom: 35px;
	padding: 3px 0px;
  }
  
  .item-wishlist{
	border: 1px solid var(--fifth-color);
	border-radius: 4px;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
  }
  
  .item-wishlist .wrap-img{
	padding-bottom: 100%;
  }
  
  .item-wishlist .name{
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 700;
	display: block;
	transition: .3s linear;
  }
  
  .item-wishlist .price{
	color: var(--eleventh-color);
	margin-top: 5px;
	font-size: 16px;
	font-weight: 700;
  }
  
  .item-wishlist .btn-wishlist{
	width: 45px;
	height: 45px;
	line-height: 51px;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
	background-color: var(--primary-color);
	margin-left: 10px;
	transition: .3s linear;
  }
  
  .item-wishlist .btn-wishlist:hover{
	background-color: var(--second-color);
  }
  
  .item-wishlist .day-add{
	text-align: right;
	font-size: 12px;
	color: var(--primary-color);
	margin-top: 10px;
  } */

/* ------category-wrap---- */
.category-wrap {
	margin-top: 65px;
	background-color: var(--fourteenth-color);
}

.category-wrap-inner {
	padding: 44px 0 40px;
	/* background-color: var(--ninteenth-color); */
}

.category-wrap-inner .item {
	text-align: center;
}

.category-wrap-inner .item .wrap-img img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
}

.category-wrap-inner .item .name {
	display: inline-block;
	margin-top: 35px;
	font-size: 24px;
	color: var(--primary-color);
	text-transform: uppercase;
	font-weight: 700;
}

/* ------Cảm nhận---- */
.cam-nhan-wrap {
	background-color: var(--fourteenth-color);
	padding-bottom: 60px;
}

#cam-nhan {
	padding: 40px 100px 0px;
}

#cam-nhan .item {
	padding-left: 160px;
	position: relative;
}

#cam-nhan .item img {
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

#cam-nhan .item .content {
	padding-top: 30px;
	font-weight: 400;
	font-size: 16px;
}

#cam-nhan .item .name {
	font-size: 22px;
	font-weight: 700;
}

#cam-nhan .item .job {
	font-weight: 400;
	margin-top: 10px;
}

.related-post {
	margin-top: 80px;
}

/* Đa ngôn ngữ  */
.language {
	position: relative;
	cursor: pointer;
}

.country .mui-ten {
	transform: translateY(-9px);
	margin-left: 2px;
}

.country-list {
	position: absolute;
	top: 150%;
	padding-top: 12px;
	right: 0px;
	z-index: 999;
	transition: 0.3s linear;
	visibility: hidden;
	opacity: 0;
}

.country-list .country-wrap {
	padding: 18px 22px;
	background-color: var(--fourth-color);
	border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 0px 5px;
	text-align: start;
}

.country-list .country:not(:last-child) {
	margin-bottom: 10px;
}

.language.open .country-list {
	top: 100%;
	visibility: visible;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.banner-left {
		padding-bottom: 149%;
	}

	.banner-left .img-cate-content {
		padding: 0 30px;
		left: 0px;
	}

	.banner-right {
		margin-top: 30px;
	}

	.banner-right .img-cate-content {
		bottom: 30px;
		padding: 0 15px;
	}

	.cam-ket-wrap {
		margin-top: 35px;
	}

	.title-section {
		margin-top: 40px;
		margin-bottom: 15px;
	}

	.pr-grid-5 {
		/* grid-template-columns: 50% 50%; */
		grid-template-columns: 100%;
	}

	.xem-them-wrap {
		text-align: left;
	}

	/* .more-tools-wrap{
		margin-top: 40px;
	}
  
	.more-tools .wrap-img{
		padding-bottom: 135.7%;
	}
  
	.more-tools .img-cate-content{
		bottom: 30px;
		left: 20px;
		max-width: unset;
	}
  
	.img-more-tools-wrap{
		min-height: unset;
	}
  
	.more-tools .more-tool-right{
		margin-left: 20px;
	} */

	.pr-grid-3 {
		grid-template-columns: 100%;
	}

	.back-in-stock .back-in-stock-img {
		margin-top: 30px;
	}

	.back-in-stock .img-cate-content {
		bottom: 30px;
		padding: 0 15px;
	}

	/* .time-deal{
		padding: 70px 15px;
	}
  
	.time-deal .countdown-item{
		width: 50px;
	}
  
	.time-deal .countdown-wrap .digits{
		font-size: 34px;
		line-height: 34px;
	}
  
	.time-deal .countdown-wrap{
		margin: 15px 0px;     
	}
  
	.time-deal .countdown-wrap .phan-cach {
		line-height: 55px;
	} */

	.hang-wrap {
		margin: 50px 0px 30px;
	}

	.recomended.back-in-stock .back-in-stock-img {
		margin-top: 0px;
		margin-bottom: 30px;
	}

	.news-featured {
		margin: 50px 0px 0px;
		/* padding-bottom: 20px; */
	}

	#news-featured .owl-nav button {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.footer-wrap {
		padding: 15px 0px;
	}

	.footer-wrap .footer-left {
		padding-right: 0px;
		border-right: 0px;
	}

	.footer-wrap .footer-right {
		margin-left: 5px;
	}

	.footer-col .footer-title {
		margin-bottom: 15px;
	}

	.footer-wrap .footer-right .footer-col {
		margin-top: 30px;
	}

	.contact-wrap .contact-left {
		margin-bottom: 30px;
	}

	.form-contact-mail button {
		padding: 0px 25px;
	}

	.copyright-wrap {
		padding: 0px;
		margin-bottom: 70px;
	}

	.copyright-wrap .copyright {
		text-align: center;
		margin-bottom: 10px;
	}

	.header-wrap {
		padding: 5px 0px;
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 8;
	}

	.logo-header {
		line-height: unset;
		text-align: center;
	}

	.icon-menu-m {
		display: inline-block;
		margin-top: 12px;
		color: var(--primary-color);
	}

	.header-icon .icon.icon-cart::before {
		content: unset;
	}

	.header-icon {
		margin-top: 9px;
	}

	.form-search {
		margin-top: 10px;
	}

	.form-search input {
		height: 36px;
		line-height: 36px;
		padding: 0px 45px 0px 15px;
	}

	.form-search button {
		width: 36px;
		height: 36px;
		line-height: 36px;
	}

	.icon.icon-cart {
		margin-left: 0px;
	}

	.block-content {
		width: 85vw;
		padding: 20px;
	}

	.block-head {
		margin-bottom: 20px;
	}

	#box-menu-m .block-content {
		background-color: var(--primary-color);
		color: var(--fourth-color);
		border-left: none;
		left: 0;
		right: unset;
		margin-left: -150px;
		margin-right: 0px;
	}

	#box-menu-m .close-boxpage {
		left: unset;
		right: -45px;
	}

	#box-menu-m.boxpage.active .block-content {
		margin-left: 0px;
	}

	#box-menu-m .content-inner ul {
		margin-bottom: 20px;
	}

	#box-menu-m .content-inner ul li a {
		font-size: 17px;
		color: var(--fourth-color);
	}

	#box-menu-m .content-inner ul li {
		padding: 10px 0;
	}

	#box-menu-m .content-inner ul li a svg {
		transform: translateY(3px);
	}

	.btn-fixed-wrap {
		right: 10px;
		bottom: 70px;
	}

	.tab-fixed-m {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background-color: var(--fourth-color);
		z-index: 9;
		padding: 7px 0px 5px;
		box-shadow: 2px 0 12px 0 rgba(var(--sixteenth-color), 0.15);
		height: 57px;
		transition: all 0.3s ease-in-out;
	}

	.tab-fixed-m.outside {
		opacity: 0;
		visibility: hidden;
		transform: translateY(100%);
	}

	.tab-fixed-m .sticky-menu {
		display: block;
		text-align: center;
		color: var(--primary-color);
	}

	.tab-fixed-m .sticky-menu .title {
		display: block;
		font-size: 11px;
		color: var(--primary-color);
	}

	#menu-all-departments-m {
		padding: 20px 10px 20px 20px;
		width: 100%;
		height: calc(100% - 57px);
		top: 0;
		position: fixed;
		z-index: 10;
		background-color: var(--fourth-color);
		transition: all 0.3s ease-in-out;
		opacity: 1;
		visibility: visible;
		border-bottom: 1px solid var(--fifth-color);
	}

	#menu-all-departments-m .level-1 {
		height: calc(100% - 40px);
		overflow: auto;
		padding-right: 10px;
	}

	#menu-all-departments-m .level-1::-webkit-scrollbar {
		width: 5px;
	}

	#menu-all-departments-m:not(.active) {
		opacity: 0;
		visibility: hidden;
		transform: translateY(100%);
	}

	#menu-all-departments-m .title {
		font-size: 16px;
		color: var(--primary-color);
		text-align: center;
		text-transform: uppercase;
		margin-bottom: 20px;
		font-weight: 700;
	}

	#menu-all-departments-m .item-level-1 {
		padding: 5px 0px;
		position: relative;
	}

	#menu-all-departments-m .item-level-1 .title-level-1 {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 700;
	}

	#menu-all-departments-m .item-level-1 a {
		color: var(--primary-color);
	}

	#menu-all-departments-m .item-level-1 .cong-tru-wrap {
		position: absolute;
		width: 20px;
		height: 20px;
		top: 8px;
		right: 0;
		text-align: center;
		line-height: 20px;
	}

	#menu-all-departments-m .item-level-1 .thu-gon {
		transform: translateY(-7px);
		display: none;
	}

	#menu-all-departments-m .item-level-1 .cong-tru-wrap.active .thu-gon {
		display: unset;
	}

	#menu-all-departments-m .item-level-1 .cong-tru-wrap.active .mo-rong {
		display: none;
	}

	#menu-all-departments-m .level-2-wrap {
		margin-left: 10px;
		margin-top: 15px;
		display: none;
	}

	#menu-all-departments-m .level-2-wrap .title-level-2 {
		font-size: 14px;
		font-weight: 700;
		text-transform: capitalize;
		display: inline-block;
		margin-bottom: 10px;
	}

	#menu-all-departments-m .level-2-wrap .item-level-2 {
		padding: 8px 0px;
	}

	#menu-all-departments-m .level-3 {
		margin-left: 15px;
	}

	#menu-all-departments-m .level-3 .title-level-3 {
		font-size: 13px;
		font-weight: 500;
		text-transform: capitalize;
	}

	.close-more {
		display: none;
	}

	.more.active .close-more {
		display: unset;
	}

	.more.active .open-more {
		display: none;
	}

	.news-list {
		padding-bottom: 20px;
		padding-top: 20px;
	}

	.breadcrumb-build {
		display: none;
	}

	/* --------news-detail------- */
	.news-detail {
		padding-top: 20px;
	}

	.news-detail .wrap-img .cate {
		font-size: 14px;
	}

	.news-detail .post-title {
		font-size: 22px;
	}

	.news-detail .content-news h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.news-detail .content-news p {
		font-size: 16px;
		line-height: 26px;
	}

	.news-detail .content-news h3 {
		font-size: 18px;
		line-height: 24px;
	}

	.news-detail .social-sharing-news {
		padding: 20px 0px;
		margin: 30px 0 40px;
	}

	.related-post .title,
	.comments-news .title {
		font-size: 24px;
	}

	.comments-news {
		margin: 20px 0px 40px;
	}

	.form-rate input {
		margin-bottom: 20px;
	}

	.form-rate .submit {
		margin-top: 0px;
	}

	.list-comment .item .avt {
		width: 50px;
		height: 50px;
	}

	.list-comment .item .avt-img {
		width: 50px;
		height: 50px;
	}

	.list-comment .item {
		padding: 20px 0 20px 65px;
	}

	/* -------contact----- */
	.contact-page {
		padding: 20px 0 40px;
	}

	.contact-page .google-map iframe {
		height: 200px;
		margin-bottom: 30px;
	}

	.contact-left .title {
		font-size: 24px;
	}

	.contact-right {
		margin-top: 30px;
	}

	.contact-right .dich-vu {
		padding: 25px;
	}

	/* --------Page detail------ */
	.page-detail {
		padding: 20px 0px 10px;
	}

	.transform {
		display: block;
	}

	.transform-left {
		padding: 15px;
	}

	.transform-right img {
		height: 300px;
	}

	.title-page-detail {
		font-size: 28px;
	}

	.innovation {
		margin: 40px 0px 40px;
	}

	.innovation-right {
		margin-top: 30px;
	}

	.tam-nhin {
		display: block;
	}

	.tam-nhin .wrap-img {
		padding-bottom: 86.35%;
	}

	.tam-nhin-inner {
		height: 300px;
	}

	.uu-tien-hang-dau {
		margin-top: 50px;
	}

	.title-page-detail {
		margin-top: 20px;
		font-size: 26px;
	}

	.teams {
		margin-top: 50px;
	}

	.counting-wrap {
		display: block;
		margin: 50px 0px 0px;
	}

	.hai-long {
		padding: 30px 25px 40px;
		margin-top: 50px;
	}

	.counting-wrap .counting {
		margin-bottom: 15px;
	}

	/* ---------Cart page-------- */
	.cart-items .underline {
		display: none;
	}

	.cart-items {
		padding: 15px;
	}

	.cart-items .cart-item .delete-cart {
		margin-top: 5px;
	}

	.cart-item .buttons_added,
	.cart-item .product-price.total {
		margin-top: 15px;
	}

	.cart-items .cart-item {
		padding-bottom: 40px;
	}

	.cart-page {
		padding: 20px 0px 50px;
	}

	.cart-summary .tong-cong {
		font-size: 16px;
	}

	.cart-summary .underline {
		font-size: 15px;
	}

	.cart-items .cart-item .product-price.total {
		line-height: 36px;
	}

	.cart-summary {
		margin-top: 40px;
	}

	/* ---------Product list------- */
	.product-list-page .img-cate {
		display: none;
	}

	.pr-grid-4 {
		grid-template-columns: 50% 50%;
	}

	.product-list-page {
		padding: 20px 0px 30px;
	}

	.icon-filter {
		display: unset;
		position: fixed;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		z-index: 2;
		border-radius: 0 50% 50% 0;
		border: 1px solid var(--fifth-color);
		border-left: none;
		width: 50px;
		height: 50px;
		line-height: 57px;
		text-align: center;
		background-color: var(--fourth-color);
		transition: 0.3s linear;
	}

	.fade-fade {
		opacity: 0;
	}

	.sidebar-product {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(var(--seventeenth-color), 0.3);
		z-index: 11;
		visibility: hidden;
		opacity: 0;
		transition: all 0.3s ease-in-out;
		z-index: 10;
	}

	.sidebar-product.active {
		opacity: 1;
		visibility: visible;
	}

	#filter-m {
		width: 85vw;
		background-color: var(--fourth-color);
		transition: all 0.3s ease-in-out;
		padding: 20px 10px 20px 30px;
		position: relative;
	}

	#filter-m .filter-wrap-m {
		height: 95vh;
		overflow: auto;
		padding-right: 20px;
	}

	#filter-m .filter-wrap-m::-webkit-scrollbar {
		width: 5px;
	}

	.sidebar-product .block .title-block {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}

	.sidebar-product .block {
		margin-bottom: 35px;
	}

	.sidebar-product .close-filter {
		position: absolute;
		top: 9px;
		right: -45px;
		display: inline-block;
		width: 37px;
		height: 37px;
		line-height: 41px;
		text-align: center;
		background-color: var(--fourth-color);
		border-radius: 50%;
		left: unset;
	}

	#filter-m:not(.active) {
		margin-left: -20px;
	}

	/* Product detail */
	.product-detail-top {
		margin-top: 20px;
	}

	.product-detail-right .product-name {
		margin-top: 20px;
		font-size: 23px;
	}

	.owl-product-detail .owl-nav button {
		opacity: 1;
		visibility: visible;
	}

	.related-product-title {
		font-size: 29px;
	}

	.product-detail-content .tab-detail {
		white-space: nowrap;
		overflow-x: auto;
	}

	.product-detail-content .tab-detail::-webkit-scrollbar {
		height: 5px;
	}

	.tab-detail li {
		margin-bottom: 0px;
	}

	.product-detail-content .tab-content {
		margin-top: 20px;
	}

	#thumbnailSlider .owl-nav button {
		display: none;
	}

	/* .login-page .form-account{
		padding: 30px;
	}
  
	.login-page {
		padding: 20px 0px 40px;
	}
  
	.login-page .form-login2{
		margin-bottom: 40px;
	} */

	.search-page {
		padding: 0px 0px 40px;
	}

	.item-news .content .share-title svg {
		margin-right: 0px;
	}

	.item-news .content .comments-wrap {
		margin-left: -15px;
	}

	/* Wishlist */
	/* .wishlist-page {
		padding: 30px 0px;
	}
  
	.wishlist-page .title{
		font-size: 24px;
		margin-bottom: 25px;
	}
  
	.item-wishlist .btn-wishlist{
		width: 35px;
		height: 35px;
		line-height: 45px;
		border-radius: 4px;
		margin-left: 0px;
	}
  
	.item-wishlist{
		padding: 12px;
	}
  
	.item-wishlist .wrap-img{
		margin-right: -15px;
		padding-bottom: 128%;
	}
  
	.item-wishlist .wishlist-content{
		margin-right: -15px;
	}
  
	.ui-slider-horizontal .ui-slider-handle{
		margin-left: -5px !important;
	} */

	.category-wrap-inner .item .name {
		margin-top: 20px;
		font-size: 20px;
	}

	.category-wrap-inner .item {
		margin-top: 30px;
	}

	.category-wrap-inner {
		padding: 14px 0 40px;
	}

	.category-wrap {
		margin-top: 20px;
	}

	.h2-title {
		font-size: 30px;
	}

	.hang-wrap .h2-title {
		margin-bottom: 60px;
	}

	#cam-nhan {
		padding: 40px 10px 0px;
	}

	#cam-nhan .item .content {
		padding-top: 20px;
	}

	#cam-nhan .item {
		padding-left: 150px;
	}

	.related-post {
		margin-top: 50px;
	}

	.logo-header img {
		height: 43px;
		width: auto;
		margin-top: 5px;
	}

	.header-contact.phone,
	.header-contact.email {
		color: var(--fourth-color);
	}

	#select-language {
		margin-top: 15px;
	}

	#select-language .icon {
		display: inline-block;
		margin-right: 10px;
	}

	.btn-fixed span {
		display: none;
	}
}