:root {
	--blue: #2C5987;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #2C5987;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--font-size: 14px;
	--color-key-pale: #56B901;
	--color-key-dark: #27831E;
	--color-key-dark-1:#045B33;
	--color-key: #2C5987;
	--color-title-product: #dc3545;
	--color-price-product: #c71c1c;
	--bg-gradient: linear-gradient(90deg, rgba(88, 187, 0, 1) 0%, rgba(2, 89, 52, 1) 100%);
	--bg-gradient-end: linear-gradient(90deg, rgba(2, 89, 52, 1) 0%, rgba(88, 187, 0, 1) 100%);
	--bg-gradient-center: linear-gradient(90deg, rgba(14, 113, 0, 1) 0%, rgba(92, 196, 0, 1) 50%, rgba(14, 113, 0, 1) 100%);
	--bg-gradient-btn-center: linear-gradient(90deg, rgba(51, 177, 94, 1) 0%, rgba(179, 209, 51, 1) 100%);
}

body {
	font-family: 'Roboto', 'Arial', cursive;
	font-weight: 400;
	background: #fff;
	overflow-x: hidden;
	font-size: var(--font-size);
}

.owl-nav {
	margin-top: 0px;
}

button, input, select, textarea, a {
	outline: none;
}

ul, ol {
	list-style: none;
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	color: var(--color-key);
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

strong, b {
	font-weight: 700;
}

h1.hidden-h1 {
	font-size: 0px;
	visibility: hidden;
	overflow: hidden;
	text-indent: -9999999999px;
}

.hidden-micro {
	font-size: 0px;
	visibility: hidden;
	overflow: hidden;
	text-indent: -9999999999px;
	width: 0px;
	height: 0px;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	top: 100000000px;
	position: fixed;
}

.container {
	margin: 0 auto;
	max-width: 1220px;
	padding: 0px 10px;
}

.fixed-menu.fixed-open {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1002;
}

.fixed-menu.fixed-open #menu .item-category {
	display: none;
}

.fixed-menu.fixed-open .menu-category:hover .item-category {
	display: block !important;
}

.fixed-menu.fixed-open .header-two {
	display: none;
}

.img-block {
	max-width: 100%;
	display: block;
}

.img-block-auto {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.img-100 {
	width: 100%;
}

.section {
	background: #FFF;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-justify {
	text-align: justify !important;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.backtop {
	position: fixed;
	bottom: -50px;
	z-index: 99;
	top: auto;
	right: 15px;
	width: 60px;
	height: 60px;
	opacity: 0;
	line-height: 60px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	background: #FFF;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0 !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0px 0px 20px #CCC;
	transition: all cubic-bezier(0.18, 0.89, 0.32, 1.28) 0.6s;
}

.backtop.show {
	bottom: 50px;
	opacity: 1 !important;
	display: block !important;
}

.backtop .fa {
	font-size: 22px;
	color: var(--color-key);
	font-weight: bold;
}

.menu-fixed {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 2010;
}

.left-detail-product {
	position: sticky;
	top: 95px;
}

/*Header*/
.fixed-top {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;
}

.fixed-top.menu-fix {
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 0;
}

/*Slogan home*/
.sloganHome .container {
	max-width: 850px;
}

/*End slogan home*/

/*About*/
.about {
	padding: 20px 0px;
	position: relative;
}

.about h2 {
	font-size: 36px;
	color: #2C5987;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 12px;
}

.about .about-col-1 {
	width: 32.5%;
	text-align: right;
}

.about .about-col-2 {
	width: 70%;
	clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0% 100%);
	margin-left: -45px;
}

.about .desc {
	margin-top: 10px;
	line-height: 30px;
}

.about .desc p {
	margin-bottom: 15px;
}

.about .desc-img {
	position: relative;
	transition: all 0.6s;
	overflow: hidden;
}

/*Danh mục sản phẩm*/
#lists {
	background: #F3F3F3;
}

.title-lists {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	position: relative;
}

.title-lists span {
	color: #2C5987;
}

.title-lists p {
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.title-lists p:before, .title-lists p:after, .title-lists p {
	background: #ead3a2;
	height: 2px;
	width: 20px;
	position: absolute;
}

.title-lists p:before {
	content: "";
	right: calc(100% + 3px);
	top: 0;
}

.title-lists p:after {
	content: "";
	left: calc(100% + 3px);
	top: 0;
}

.item-lists {
	position: relative;
	margin-bottom: 10px;
}

.item-lists h2 a {
	background: #fff;
	text-transform: uppercase;
	color: #333;
	font-size: 15px;
	padding: 15px 70px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 99;
	white-space: nowrap;
	font-weight: bold;
	transition: all 0.4s;
}

.item-lists:hover h2 a {
	background: var(--red);
	color: #fff;
}

/*Product home*/
.title-product {
	font-size: 36px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 25px;
}

.title-product span span {
	color: var(--blue);
}

.title-product p {
	font-size: 13px;
	text-transform: initial;
	color: #7e7e7e;
	font-weight: 200;
	margin-top: 7px;
}

.item-product-home .item-product-main .product-item-main {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
    background: #f3f3f3;
}

.item-product-home .item-product-main .product-item-main .product-thumbnail {
}

.item-product-home .item-product-main .product-item-main .product-bottom {
	padding: 30px 30px 30px 0;
	text-align: left;
}

.item-product-home .item-product-main .product-item-main .product-bottom .product-name {
	font-size: 38px;
	padding: 0 0px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	line-height: initial;
	text-align: left;
}

.item-product-home .item-product-main .product-item-main .product-bottom .product-name a {    
	color: var(--blue);
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
}

.item-product-home .item-product-main .product-item-main .product-bottom .product-desc {
	font-size: 15px;
	line-height: 1.6;
}

.item-product-home .item-product-main .product-item-main .product-bottom .price-box {
    text-align: left;
    font-weight: bold;
    font-size: 30px;
    line-height: initial;
    margin-top: 20px;
    margin-bottom: 20px;
}

.item-product-home .item-product-main .product-item-main .product-bottom .product-price {
	color: #FF0000;
}

.item-product-home .item-product-main .product-item-main .product-bottom .a_url {
    width: 197px;
    position: static;
    height: 60px;
    background: var(--blue);
    color: #fff;
    font-size: 27px;
    border: 4px solid #d0e7ff;
    border-radius: 5px;
    padding: 0;
    line-height: 50px;
    font-family: 'Roboto', 'Arial', cursive;
    margin-top: 10px;
    transition: all 0.4s;
    font-weight: bold;
}

.item-product-home .item-product-main .product-item-main .product-bottom .a_url:hover {
	background: var(--red);
}

.icon-giasi {
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 99;
	background: #F4C601;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
}

/*End product home*/

/*Đăng ký nhận tin*/
.box-newletter .container {
	max-width: 925px;
}

.box-newletter .title-lists {
	font-size: 22px;
	color: #fff;
}

.solgan-newletter, .hotline-newletter {
	text-align: center;
	margin-bottom: 15px;
	color: #fff;
}

.hotline-newletter {
	font-size: 18px;
	font-weight: 300;
}

.hotline-newletter i {
	font-size: 30px;
	display: inline-block;
	margin-right: 8px;
}

.hotline-newletter span {
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
}

.box-newletter .input-control {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 10px;
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}

.box-newletter input.input-control {
	height: 45px;
}

.box-newletter .input-control::placeholder {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}

.box-newletter .button-control {
	width: 220px;
	height: 40px;
	background: #fff;
	color: var(--blue);
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	border: none;
}

.box-newletter .button-control:hover {
	background: var(--red);
	color: #fff;
}

/*End đăng ký nhận tin*/

/*Tiêu chí*/
.box-tieuchi {
	background: #F3F3F3;
}

.itemTieuchi .img {
	width: 40px;
}

.itemTieuchi h3 {
	width: calc(100% - 45px);
}

/*End tiêu chí*/

/*News*/
.news-one {
	padding: 30px 0px 50px;
}

.news-one .slick-news {
	margin-top: -20px;
}

.news-one .title-news {
	text-align: center;
	margin-bottom: 20px;
}

.news-one .title-news h4 {
	font-size: 25px;
	text-transform: uppercase;
	color: #333;
	display: inline-block;
	font-weight: 700;
	position: relative;
	padding-bottom: 5px;
}

.news-one .title-news h4:after, .news-one .title-news h4:before {
	width: 70px;
	height: 1px;
	background: var(--color-key);
	content: '';
	position: absolute;
}

.news-one .title-news h4:after {
	left: 50%;
	margin-left: -35px;
	bottom: 0px;
}

.news-one .title-news h4:before {
	left: 50%;
	margin-left: -25px;
	bottom: -5px;
}

.news-one .post-inner {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 40px;
	padding-left: 14px;
}

.news-one .post-inner .post-img {
	width: 178px;
	position: relative;
	margin-right: 10px;
}

.date-home {
	position: absolute;
	left: -12px;
	top: -23px;
	width: 52px;
	height: 52px;
	background: #fff;
	border-radius: 50%;
	color: #333;
	text-align: center;
	z-index: 99;
	padding: 10px 0;
	line-height: 17px;
}

.date-home:before {
	content: "";
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	position: absolute;
	left: -3px;
	top: -3px;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
}

.date-home b {
	display: block;
	font-size: 18px;
}

.news-one .post-inner .post-img.w-100 {
	width: 100%;
	margin-right: 0px;
}

.news-one .post-inner .post-img img {
	transition: all 0.6s;
}

.news-one .post-inner:hover .post-img img {
	transform: scale(1.04)
}

.news-one .post-inner .meta-time {
	color: #888
}

.news-one .post-inner .meta-time a {
	color: var(--color-key);
	font-weight: 700;
}

.news-one .post-inner .post-content {
	border-top: 0px;
	transition: all 0.6s;
	background: transparent;
	width: calc(100% - 190px);
}

.news-one .post-inner .post-content.w-100 {
	width: 100%;
}

.news-one .post-inner h3.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-one .post-inner .post-content h3 {
	margin-bottom: 5px;
	border-bottom: 0px;
	padding-bottom: 0px;
}

.news-one .post-inner h3 a {
	font-size: 18px;
	color: #fff !important;
	font-weight: 700;
	line-height: 24px !important;
	text-transform: uppercase;
}

.news-one .post-inner:hover h3 a {
	color: var(--color-key);
}

.viewsMore {
	margin-top: 5px;
}

.viewsMore a {
	font-size: 13px;
	color: #fff;
}

.news-one .post-inner .post-content .padd-leftnew {
	width: calc(100% - 50px);
	background: #333;
	padding: 30px 10px 30px 30px;
	position: relative;
	margin-left: 50px;
}

.news-one .post-inner .time-post {
	color: #908e8e;
	position: relative;
	width: 100%;
	background: transparent;
	padding: 0px;
	font-style: italic;
	margin-bottom: 5px;
}

.news-one .post-inner .time-post span:first-child {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.news-one .post-inner .time-post span:last-child {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	text-align: center;
}

.news-one .post-inner .post-content .meta-article {
	font-size: 14px;
	color: #777;
	padding: 10px 0px;
	border-bottom: 1px dashed #e6e6e6;
	font-weight: 400;
	margin-bottom: 10px;
}

.news-one .post-inner .post-content .meta-article i {
	color: var(--color-key);
}

.news-one .post-inner .post-content .meta-content {
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #fff;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-one .post-inner .post-content .meta-view {
	margin-top: 10px;
}

.news-one .post-inner .post-content .meta-view .view-more {
	color: #333;
	display: inline-block;
	padding: 7px 10px;
	border: 1px solid #eee;
	transition: all 0.3s;
}

.news-one .post-inner:hover  .post-content .meta-view .view-more {
	border: 1px solid var(--color-key);
	color: #FFF;
	background: var(--color-key);
}

.news-one .post-inner .post-content .meta-time {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
	font-size: 13px;
}

.news-one .post-inner .post-content .meta-time span:nth-child(1) {
	color: #D90000;
	font-weight: 700;
}

.video-container {
	position: relative;
	padding-bottom: 73%;
	padding-top: 54px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.change-video {
	width: 100%;
	height: 65px;
	border: 1px solid #fff;
	margin-top: 5px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

/*Why*/
#why-box {
	padding: 40px 0px;
}

.box-why {
	width: 100%;
	position: relative;
	padding: 50px 0px;
}

.w-why {
	background: #FFF;
	box-shadow: 0px 0px 20px #333;
}

.box-why .wraptem {
	margin: 15px 30px;
	transition: all 0.6s;
}

.box-why .wraptem .img {
	width: 89px;
	height: 89px;
	background: var(--color-key);
	border: 2px solid #FFF;
	text-align: center;
	line-height: 89px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}

.box-why .wraptem .img img {
	max-width: 100%;
	display: block;
}

.box-why .wraptem .countdown {
	text-align: left;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	color: #008654;
}

.box-why .wraptem .content_right {
	width: 100%;
	display: block;
	text-align: left;
	padding: 10px 0px 10px 0px;
	transition: all 0.6s;
}

.box-why .wraptem .content_right p {
	font-size: 17px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	text-align: left;
	margin-bottom: 5px;
}

.box-why .wraptem .content_right span {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}

.box-why .wraptem:hover .content_right p {
	color: var(--color-key)
}

.box-why .wraptem:hover {
	transform: translateY(-10px)
}

/*Partner*/
.partner-one {
	padding-bottom: 50px;
}

.img-partner {
	border: 1px solid #e5e5e5;
}

.partner-one img {
	max-width: 100%;
}

.desc-partner {
	position: relative;
}

.title-partner {
	width: 100%;
	margin-bottom: 20px;
}

.title-partner h5 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

/*Title - page*/
.title-section-module {
	width: 100%;
	position: relative;
	text-align: center;
}

.title-section-module p {
	font-size: 14px;
	color: #3f3f3f;
	text-align: center;
	font-weight: 400;
	position: relative;
	display: block;
}

.title-section-module p.white {
	color: #FFF;
}

.title-section-module h3, .title-section-module h4 {
	font-size: 30px;
	text-transform: uppercase;
	color: var(--color-key);
	text-align: center;
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding-bottom: 10px;
}

.title-section-module h4.white {
	color: #FFF !important;
}

.title-section-module h3:after, .title-section-module h3:before, .title-section-module h4:after, .title-section-module h4:before {
	position: absolute;
	top: 50%;
	background: var(--color-key);
	height: 1px;
	width: 70px;
	content: '';
	z-index: 10;
}

.title-section-module h3:after, .title-section-module h4:after {
	right: -110px;
}

.title-section-module h3:before, .title-section-module h4:before {
	left: -110px;
}

.title-section-module h4.white:after, .title-section-module h4.white:before {
	background: #FFF;
}

.title-section-module h3 a {
	color: #333;
}

.title-section-module h3 span {
	color: #333;
}

.title-section-module.none h3:after {
	position: absolute;
	bottom: -11px;
	background: var(--color-key);
	height: 5px;
	width: 100%;
	content: '';
	left: 0px;
	z-index: 10;
}

.title-section-module > a {
	position: absolute;
	right: 10px;
	color: #808080;
	top: 22px;
	font-size: 15px;
	padding-right: 20px;
}

.title-section-module > a:after {
	top: 6px;
	right: 0px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #808080;
	border-width: 7px;
	margin-left: -7px;
}

.title-section-module h3:hover a {
	text-decoration: none;
}

.title-section {
	position: relative;
	height: 49px;
	margin-bottom: 24px;
	border-bottom: 1px dotted #eee;
}

.title-section h4 {
	display: inline-block;
	position: relative;
	height: 50px;
	color: #fff;
	font-size: 25px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
}

.title-section h4:before {
	position: absolute;
	content: '';
	width: 90px;
	left: 0px;
	height: 4px;
	background: #fff;
	bottom: 0;
}

.title-section a {
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 15px;
	text-transform: uppercase;
	color: #333;
}

.head-title {
	text-align: left;
}

.head-title h1, .head-title h2 {
	color: #333;
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 15px;
	position: relative;
	font-weight: 700;
}

.head-title h1:after, .head-title h2:after, .head-title h1:before, .head-title h2:before {
	content: '';
	position: absolute;
	left: 0px;
	height: 2px;
	background: var(--color-key);
}

.head-title h1:after, .head-title h2:after {
	width: 100px;
	bottom: 8px;
	left: 0%;
}

.head-title h1:before, .head-title h2:before {
	width: 80px;
	bottom: 12px;
	left: 00%;
}

h1.title-page {
	color: #333333;
	font-size: 25px;
	position: relative;
	font-weight: 700;
	font-family: 'Open Sans Condensed';
	line-height: 30px;
}

/*breadcrumb*/
#title-breadcrumbs {
	background-color: #eee;
}

#breadcrumb {
	padding: 10px 0px;
	list-style: none;
}

#breadcrumb li {
	display: inline;
	font-size: 14px;
}

#breadcrumb li+li:before {
	padding: 8px;
	color: black;
	content: "/\00a0";
}

#breadcrumb li a {
	color: #333;
	text-decoration: none;
}

#breadcrumb li a:hover {
	color: #01447e;
}

/*Menu*/
.cartHeader {
	color: #fff;
	position: absolute;
	z-index: 99;
	top: -5px;
	right: 0;
	font-weight: 100;
	font-size: 13px;
}

.cartHeader img {
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.MenuIn{
	position: static;
	background: rgba(0,0,0,0.7);
}
#menu {
	transition: all 0.6s;
	padding-top: 20px;
}

#menu .container {
	max-width: 1090px;
}

#menu-box {
	width: 100%;
	position: relative;
	align-items: flex-end;
}

.search-btn-right {
	color: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	border: none;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
	font-size: 19px;
	background: transparent;
}

.search-bar {
	position: absolute;
	top: 50%;
	right: 25px;
	width: 0px;
	height: 40px;
	border: 1px solid #ececec;
	background-color: #f5f5f5;
	transition: all 0.6s;
	overflow: hidden;
	z-index: 12;
	transition: all 0.6s;
	visibility: hidden;
	opacity: 0;
	margin-top: -20px;
	border-radius: 30px;
}

.search-bar.show {
	width: 250px;
	visibility: visible;
	opacity: 1;
}

.search-bar input.search-text {
	background-color: transparent;
	border: none;
	height: 40px;
	width: 100%;
	padding: 5px 10px 5px 10px;
	outline: none;
}

.search-bar .search-btn {
	width: 35px;
	height: 33px;
	border: none;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--color-key);
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
}

#menu .item-big {
	text-align: center;
	position: relative;
	margin-bottom: 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: flex-end;
}

#menu .item-big .nav-item {
	display: inline-block;
	position: relative;
}

#menu .item-big .nav-item > a {
	padding: 0px 25px;
	display: block;
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	position: relative;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	position: relative;
	text-transform: uppercase;
	border: 1px solid transparent;
}

#menu .item-big .nav-item.active > a, #menu .item-big .nav-item:hover > a {
	color: #F4C601;
}

#menu .item-big .nav-item > .item_small {
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	position: absolute;
	top: 100%;
	left: 0;
	width: 250px;
	padding: 0;
	background-color: #fff;
	box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	z-index: 99;
}

#menu .item-big .nav-item:hover>ul {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#menu .item-big .nav-item.has-mega {
	position: static !important;
}

#menu .item-big .mega-content {
	background: #fff;
	overflow: hidden;
	display: block;
	max-height: 0px;
	max-width: 0px;
	opacity: 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	-moz-transform: perspective(600px) rotateX(-90deg);
	-ms-transform: perspective(600px) rotateX(-90deg);
	-o-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	margin: 0;
	padding: 15px 15px;
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 99;
	width: 100%;
	border: none;
	text-align: left;
	box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
}

#menu .item-big .nav-item:hover>.mega-content {
	overflow: visible;
	max-height: 3000px;
	max-width: 3000px;
	opacity: 1;
	-webkit-transform: perspective(600px) rotateX(0deg);
	-moz-transform: perspective(600px) rotateX(0deg);
	-ms-transform: perspective(600px) rotateX(0deg);
	-o-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	-o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
	transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
}

#menu .item-big .nav-item:hover>.mega-content {
	display: block;
}

#menu .item-big .mega-content .parent {
	width: calc(100% / 3);
	padding: 0px 20px;
}

#menu .item-big .mega-content .parent h4 a {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	color: #0056BB;
	margin-bottom: 5px;
}

#menu .item-big .mega-content .parent h4 a:hover, #menu .item-big .mega-content .level1 .level2 a:hover, #menu .item-big .nav-item > ul > li > a:hover, #menu .item-big .nav-item > ul > li > ul > li > a:hover {
	color: #ff0000;
}

#menu .item-big .mega-content .level1 .level2 a {
	font-size: 14px;
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 20px;
	padding: 5px 0px 5px;
	border-bottom: 1px dashed #CCC;
}

#menu .item-big .nav-item > ul li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	display: block;
	padding: 7px 5px 7px 0px;
	color: #282828;
	position: relative;
	border-bottom: solid 1px #e5e6ec;
	text-align: left;
}

#menu .item-big .nav-item>ul li:last-child>a {
	border-bottom: 0;
}

#menu .item-big .nav-item > ul li a i {
	position: absolute;
	right: -10px;
	padding: 0px 10px;
	top: 0;
	line-height: 38px;
}

#menu .item-big .nav-item > ul li {
	padding: 0px 10px;
}

#menu .item-big .nav-item li {
	position: relative;
}

#menu .item-big .nav-item>ul li ul {
	display: none;
	left: 100%;
	top: 0px;
}

#menu .item-big .nav-item>ul li:hover>ul {
	display: block;
	position: absolute;
	width: 250px;
	padding: 0;
	background-color: #fff;
	z-index: 99;
	box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-o-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
	-os-box-shadow: 0px 10px 21.6px 2.4px rgba(0, 0, 0, 0.06);
}

/*full-page*/
#full-page {
	margin-top: 0;
}

.in-page .bg-content {
	background: #000000;
}

.wrap-bg-in {
	width: 100%;
	background: #fff;
	margin-top: 30px;
}

/*Product*/
#sort-by {
	text-align: left;
	width: 200px;
}

#sort-by label {
	font-family: 'Arial';
	font-weight: 400;
	line-height: 33px;
	font-size: 14px;
	margin-right: 10px;
	margin-bottom: 0;
	color: #222;
	display: inline-block;
}

#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#sort-by > ul > li {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: .01px;
	cursor: pointer;
	line-height: 34px;
	border-radius: 3px;
	position: relative
}

#sort-by ul ul {
	position: absolute;
	visibility: hidden;
	width: 180px;
	right: 0;
	top: 100%;
	z-index: 10000;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	overflow: hidden;
	background: #fff;
	padding-left: 0px !important;
}

#sort-by li li {
	width: 100%;
	margin-top: 0px;
	border-top: none;
	border-right: none;
	border-left: none;
	padding: 5px 10px;
	line-height: 20px;
}

#sort-by li>a {
	display: inline-block;
	width: 100%;
	line-height: 30px;
	transition: all 0s ease-in-out;
}

#sort-by a:link, #sort-by a:visited {
	color: #333;
	text-decoration: none;
}

#sort-by li:hover>ul {
	visibility: visible;
}

.col-38 {
	width: 380px;
}

.col-62 {
	width: calc(100% - 380px);
}

.item-product-main {
	width: 100%;
	border: solid 1px #ebebeb;
}

.item-product-main.none-border {
	border: dashed 0px #ebebeb;
}

.item-product-main .product-item-main {
	margin-bottom: 0px;
	text-align: center;
	position: relative;
	background: #fff;
}

.item-product-main .product-item-main .product-thumbnail {
	position: relative;
	overflow: hidden;
}

.item-product-main .product-item-main:hover .product-thumbnail .image_thumb:before {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0);
	transition: all 0.6s;
}

.item-product-main .product-item-main:hover .product-thumbnail .image_thumb:before {
	background: rgba(0, 0, 0, 0.2);
}

.item-product-main .product-item-main .product-thumbnail .action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: 9;
	height: 100%;
	top: 0px;
}

.item-product-main .product-item-main .product-thumbnail .action .btn-views {
	text-align: center;
	line-height: 30px;
	padding: 0px 10px;
	box-shadow: none;
	font-size: 15px;
	font-weight: 500;
	margin: 0 5px;
	color: #FFF;
	z-index: 6;
	display: block !important;
	opacity: 0;
	vertical-align: middle;
	transition: all 0.6s;
	cursor: pointer;
	position: relative;
}

.item-product-main .product-item-main .product-thumbnail .action {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 9;
}

.item-product-main .product-item-main .product-thumbnail .action .btn-views {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	border: 1px solid #fff;
	padding: 0px;
	box-shadow: none;
	font-size: 18px;
	font-weight: 500;
	margin: 0 5px;
	color: #303f39;
	border-radius: 5px;
	z-index: 6;
	display: block !important;
	opacity: 0;
	vertical-align: middle;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	transition: all 0.6s;
	cursor: pointer;
}

.item-product-main .product-item-main .product-thumbnail .action .btn-views:hover {
	background: #fe5767;
	border-color: #fe5767;
	color: #fff;
}

.item-product-main .product-item-main:hover .btn-views {
	webkit-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	-moz-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	-o-animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	animation: hover-imagecategory 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1;
	display: block !important;
	opacity: 1 !important;
}

.item-product-main .product-item-main .product-thumbnail .action .btn-views.quick-view {
	font-size: 14px;
}

/*Animate*/
@-webkit-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
	}

}

@-moz-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
	}

}

@-o-keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
	}

}

@keyframes hover-imagecategory {
	0% {
		transform: perspective(200px) rotate3d(0, 1, 0, -90deg) translateX(-100%)
	}

	100% {
		transform: perspective(200px) rotate3d(0, 1, 0, 0deg) translateX(0px)
	}

}

.item-product-main .product-item-main .product-thumbnail .image_thumb {
	justify-content: center;
	display: flex;
	-o-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-os-justify-content: center;
	-o-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	-os-display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}

.item-product-main .product-item-main .product-thumbnail .product-moi {
	display: inline-block;
	width: 39px;
	height: 30px;
	background: url('../images/ico-6.png') no-repeat top center;
	left: 10px;
	top: 10px;
	z-index: 2;
	position: absolute;
	display: none;
}

.item-product-main .product-item-main .product-thumbnail .product-sale {
	display: inline-block;
	width: 42px;
	height: 57px;
	background: url(../images/ico-5.png) no-repeat top center;
	right: 0px;
	top: 0px;
	position: absolute;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	z-index: 2;
	display: none;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb {
	position: relative;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb img {
	height: auto;
	transition: all 0.6s;
	max-width: 100%;
	width: 100%;
}

.item-product-main .product-item-main .product-thumbnail .image_thumb img.post-img {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
	opacity: 0;
}

.item-product-main:hover img {
	transform: scale(1.03);
}

.item-product-main .product-item-main .product-bottom {
	padding: 8px 10px 7px 10px;
	position: relative;
	text-align: center;
	border-top: none;
}

.item-product-main .product-item-main .product-bottom .status span {
	color: var(--color-key);
	font-weight: 700;
}

.item-product-main.none-border-bottom .product-item-main .product-bottom {
	padding: 10px 10px 10px;
	border: 0px dashed #DDD;
}

.item-product-main .product-item-main .product-bottom .product-name {
	font-size: 15px;
	margin: 0px 0 5px;
	word-wrap: break-word;
	line-height: 20px;
	padding: 0 0px;
	text-align: center;
	overflow: hidden;
}

.item-product-main .product-item-main .product-bottom .product-name a {
	text-decoration: none;
	color: #989898;
	font-weight: normal;
	text-transform: capitalize;
	font-weight: bold;
	font-size: 16px;
}

.item-product-main .product-item-main .product-bottom .product-code {
	margin-bottom: 5px;
}

.item-product-main .product-item-main:hover .product-bottom .product-name a {
	color: var(--color-key)
}

.item-product-main .product-item-main .product-bottom .block-width-min-height {
	padding: 10px 10px 0px;
	border-top: solid 1px #ebebeb;
	min-height: 45px;
	position: relative;
	border-top: dashed 1px #ebebeb;
}

.item-product-main .product-item-main .product-bottom .blockprice {
	width: 70%;
	text-align: left;
}

.item-product-main .product-item-main .product-bottom .price-box {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
}

.item-product-main .product-item-main .product-bottom .compare-price {
	color: #aeaeae;
	text-decoration: line-through;
	margin: 2px 5px;
	display: inline-block;
}

.item-product-main .product-item-main .product-bottom .product-price {
	margin: 0 0 0 5px;
	display: inline-block;
}

.item-product-main .product-item-main .product-bottom .a_url {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	color: #fff;
	background: var(--bg-gradient);
	padding: 7px 13px;
	position: absolute;
	width: 90px;
	right: 10px;
	bottom: 10px;
	border-radius: 5px;
	font-family: 'Nunito';
}

.item-product-main .product-item-main .product-bottom .block-width-min-height:after {
	content: "";
	width: 10px;
	height: 18px;
	background: #ffffff;
	position: absolute;
	top: -9px;
	right: -2px;
	bottom: auto;
	border-radius: 18px 0 0 18px;
	border-top: solid #ececec 2px;
	border-left: solid #ececec 1px;
}

.item-product-main .product-item-main .product-bottom .block-width-min-height:before {
	content: "";
	width: 10px;
	height: 18px;
	background: #ffffff;
	position: absolute;
	top: -9px;
	left: -2px;
	border-radius: 0 18px 18px 0;
	border-top: solid #ececec 2px;
	border-right: solid #ececec 1px;
}

.readmore-product {
	text-align: center;
}

.readmore-product a {
	display: inline-block;
	padding: 10px 30px;
	color: #FFF;
	border: 1px solid var(--color-key);
	border-radius: 29px;
	background: var(--color-key);
}

.readmore-product a img {
	vertical-align: middle;
	margin-left: 5px;
}

.adv-product {
	min-height: 300px;
	padding: 40px 0px;
}

.adv-content {
	margin: 0 auto;
}

.adv-content h5 {
	font-size: 30px;
	text-transform: uppercase;
	color: #FFFC00;
	font-family: 'UTMHelvetIns';
	text-align: center;
	position: relative;
	display: block;
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.adv-content h5:after {
	position: absolute;
	bottom: 0px;
	background: #FFFC00;
	height: 3px;
	width: 50px;
	content: '';
	left: 50%;
	margin-left: -25px;
	z-index: 10;
}

.adv-content p {
	font-size: 16px;
	color: #FFF;
	margin-bottom: 20px;
}

.adv-content p a {
	padding: 10px 20px;
	border-radius: 30px;
	background: var(--bg-gradient-btn-center);
	color: #FFF;
	display: inline-block;
	text-transform: uppercase;
}

.adv-content img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.adv-content p a span {
	font-weight: 800
}

.wrap-destitle {
	padding: 40px 40px 0 40px;
}

.wrap-destitle p {
	display: block;
	font-size: 14px;
	color: #282828;
	line-height: 25px;
	margin-bottom: 20px;
}

.wrap-destitle .more {
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	color: #282828;
	position: relative;
	text-transform: uppercase;
}

a.button_more {
	display: inline-block;
	background: transparent;
	padding: 0 25px;
	height: 35px;
	line-height: 35px;
	font-weight: 500;
	font-size: 14px;
	color: #C71C1C;
	border-radius: 30px;
	text-transform: uppercase;
	border: 2px solid #C71C1C;
}

.list-index .img-li {
	text-align: center;
	margin: 0px 15px 10px;
	cursor: pointer;
}

.list-index .img-li .img {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ebebeb;
	border-radius: 50%;
	margin: 0 auto;
}

.list-index .img-li .name {
	margin-top: 10px;
	font-family: 'Nunito';
	font-weight: 800;
	display: block;
	color: #333;
	text-transform: uppercase;
}

.list-index .img-li:hover .name, .list-index .img-li.active .name {
	color: var(--color-key)
}

.slider-one {
	margin: 0 auto;
}

.owl-carousel.in-home .arrowleft, .owl-carousel.in-home .arrowright {
	width: 55px;
	height: 55px;
	position: absolute;
	bottom: 20px;
	background: #FFF;
}

.owl-carousel.in-home .arrowleft {
	right: 120px;
}

.owl-carousel.in-home .arrowright {
	right: 60px;
}

.owl-carousel.in-home .arrowleft svg, .owl-carousel.in-home .arrowright svg {
	width: 55px !important;
	height: 55px !important;
}

.owl-carousel.in-home .a {
	fill: none;
	stroke: #198c5f;
	stroke-width: 560;
	stroke-miterlimit: 10;
}

.owl-carousel.in-home .owl-nav {
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0px;
}

.full-slider {
	position: relative;
}

.full-slider .postion {
	padding: 40px;
	text-align: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.full-slider .postion h5 {
	font-size: 34px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

.full-slider .postion p {
	margin-top: 15px;
	color: #FFF;
	font-size: 15px;
	line-height: 24px;
}

.full-slider .postion p a {
	font-size: 13px;
	padding: 6px 20px;
	color: #FFF;
	border: 1px solid #FFF;
	display: inline-block;
	border-radius: 30px;
	text-transform: uppercase;
}

.full-slider .postion p a:hover {
	color: #FFF;
	border: 1px solid #FFF;
}

.full-slider .active .postion {
	animation: 2s .2s zoomIn both;
}

.owl-carousel.in-home .active .slide-caption__title {
	animation: 1s 1s fadeInUp both;
}

.owl-carousel.in-home .active .slide-caption__desc {
	animation: 1s 1.2s fadeInUp both;
}

.owl-carousel.in-home .active .slide-caption__btn {
	animation: 1s 1.6s fadeInUp both;
}

.adv-slider .adv-img {
	position: relative;
}

.adv-slider .adv-img .post-block {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 70%;
	padding: 30px;
	z-index: 1;
}

.adv-slider .adv-img .post-block h5 {
	font-size: 40px;
	color: #FFF;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: 'Quicksand';
}

.adv-slider .adv-img .post-block p {
	font-size: 14px;
	margin-top: 5px;
	color: #FFF;
	line-height: 20px;
}

.adv-slider .adv-img .post-block p a {
	display: inline-block;
	padding: 8px 20px;
	border: 1px solid #fff;
	color: #fff;
}

#detail-product {
	width: 100%;
	background: #FFF;
	position: relative;
}

#detail-product .img-top img {
	max-width: 100%;
	display: block;
}

#detail-product .img-bottom {
	padding-top: 10px;
	margin-top: 10px;
	position: relative;
	width: 80%;
	margin: auto;
}

#detail-product .img-bottom .img {
	padding: 0px 5px;
}

#detail-product .img-bottom .img img {
	border: 1px solid #e5e5e5;
	padding: 3px;
	max-width: 100%;
	display: block;
}

#detail-product .img-bottom .img .mz-thumb-selected img {
	border: 1px solid var(--color-key) !important;
}

#detail-product .img-bottom .img .mz-thumb:hover img {
	border: 1px solid var(--color-key) !important;
}

#detail-product .img-bottom .owl-prev, #detail-product .img-bottom .owl-next {
	position: absolute;
	font-size: 30px;
	top: 50%;
	margin-top: -20px;
}

#detail-product .img-bottom .owl-prev {
	left: -20px;
}

#detail-product .img-bottom .owl-next {
	right: -20px;
}

#detail-product .header {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}

#detail-product .header h3, #detail-product .header h1 {
	color: var(--color-key);
	font-family: 'OpenSansBold';
}

#detail-product .quickview-info {
	margin-bottom: 10px;
}

#detail-product .quickview-info .status-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-bottom: 10px;
}

#detail-product .quickview-info .status-page .status {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #CCC;
}

#detail-product .quickview-info .status-page .status .status-class {
	color: var(--color-key);
}

#detail-product .quickview-info .status-page .status:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #CCC;
}

#detail-product .quickview-info .reviews {
	margin-bottom: 10px;
}

#detail-product .quickview-info .reviews span {
	color: #ffe20f;
}

#detail-product .quickview-info .prices {
	margin-bottom: 10px;
}

#detail-product .quickview-info .prices .price {
	font-size: 25px;
	color: #FF0000;
	margin-right: 10px;
}

#detail-product .quickview-info .prices .product-price-save {
	font-size: 14px;
	color: #333;
	font-weight: 700;
}

#detail-product .quickview-info .prices .old-price {
	font-size: 18px;
	text-decoration: line-through;
	color: #acacac;
}

#detail-product .product-description {
	color: #707070;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}

#detail-product .product-description a {
	font-size: 14px;
	color: var(--color-key);
	font-weight: 400;
	font-style: italic;
}

#detail-product .qty-ant {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

#detail-product .qty-ant label {
	width: 100px;
	line-height: 35px;
}

#detail-product .qty-ant .custom {
	width: auto;
	border: 1px solid #CCC;
}

#detail-product .qty-ant .custom .btn-cts {
	font-size: 20px;
	line-height: 0px;
	border: none;
	display: block;
	width: 35px;
	height: 35px;
	background: #fff;
	float: left;
	color: #333;
	text-align: center;
	padding: 0px;
	border-radius: 0;
	cursor: pointer;
}

#detail-product .qty-ant .custom .qty {
	height: 35px;
	font-size: 1em;
	margin: 0;
	width: 35px;
	padding: 0 2px;
	text-align: center;
	background: #fff;
	min-height: unset;
	display: block;
	float: left;
	box-shadow: none;
	border-radius: 0px;
	border: none;
}

#detail-product .btn-mua .buy, #detail-product .btn-mua .buypayment {
	color: #fff;
	background-color: #000;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	height: auto;
	line-height: inherit;
	box-shadow: none;
	padding: 15px 30px;
	width: auto;
	border: none;
	cursor: pointer;
}

#detail-product .btn-mua .buy {
	background-color: #aa0844;
}

#detail-product .btn-mua .buypayment {
	background-color: var(--color-key);
}

#detail-product .btn-mua .buy .txt-main, #detail-product .btn-mua .buypayment .txt-main {
	font-size: 15px;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 3px;
	font-weight: 500;
	display: block;
	width: 100%;
}

#detail-product .btn-mua .buy .text-add, #detail-product .btn-mua .buypayment .text-add {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	display: block;
	width: 100%;
}

#detail-product .element {
	margin-bottom: 10px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

#detail-product .element .head {
	margin: 0px 0px 10px;
	text-align: left;
	min-width: 100px;
	font-weight: 400;
	font-size: 14px;
}

#detail-product .element .cont {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#detail-product .element .cont .el {
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
}

#detail-product .element .cont .el label {
	min-width: 35px !important;
	height: 35px !important;
	margin: 0;
	padding: 0 5px;
	border: #d7d7d7 1px solid;
	background-color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	display: inline-block;
	font-weight: normal;
	background-color: unset !important;
	text-transform: uppercase;
}

#detail-product .element .cont .el input:checked + label {
	color: var(--color-key);
	border: 1px solid var(--color-key);
}

#detail-product .element .cont .el input[type="checkbox"], #detail-product .element .cont .el input[type="radio"] {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 40px;
	position: absolute;
	background: transparent;
	outline: none;
	opacity: 0;
	left: 0px;
	cursor: pointer;
}

#detail-product .hotline-product {
	font-size: 15px;
}

#detail-product .hotline-product a {
	color: var(--color-key);
	font-weight: 700;
	font-size: 20px;
}

#detail-product .product-tab ul.tabs {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	margin: 0 0 25px;
	justify-content: flex-start;
}

#detail-product .product-tab .tabs-title li {
	margin-right: 0;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f33;
	display: block;
	padding: 15px 0px;
	position: relative;
	letter-spacing: 1.5px;
	cursor: pointer;
	margin: 0px 10px 0px 0px;
}

#detail-product .product-tab .tabs-title li:hover:after, #detail-product .product-tab .tabs-title li.current:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	height: 2px;
	background: #1c1c1c;
	width: 100%;
	left: 0;
}

#detail-product .product-tab .tabs-title li:hover, #detail-product .product-tab .tabs-title li.current {
	color: #1c1c1c;
}

#detail-product .product-tab .tab-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
	overflow: hidden;
}

#detail-product .product-tab .tab-content.current {
	min-height: 1px;
}

#detail-product .product-tab .tab-content.current {
	opacity: 1;
	visibility: visible;
	height: auto;
}

.detail-set {
	line-height: 22px;
}

.detail-set p, .detail-set h1, .detail-set h2, .detail-set h3, .detail-set h4, .detail-set h5, .detail-set h6 {
	margin-bottom: 10px;
}

.detail-set img {
	max-width: 100% !important;
	height: auto !important;
}

.item-product .img {
	overflow: hidden;
}

.item-product .img img {
	max-width: 100%;
	display: block;
	transition: all 0.6s;
}

.item-product:hover .img img {
	transform: scale(1.05);
}

.item-product .desc a {
	color: #333;
	display: block;
	text-align: center;
	padding: 10px 0px 20px;
	font-size: 15px;
}

.item-product:hover .desc a {
	color: var(--color-key);
}

.item-product .desc p {
	margin-top: 5px;
}

.item-product .desc p .price {
	color: #FF0000;
	font-weight: 700;
}

#detail-product .btn-mua.margin-bottom-10.margin-top-10 .contact-price {
	padding: 12px 50px;
	display: inline-block;
	color: #fff;
	background-color: #aa0844;
	font-size: 12px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	text-transform: uppercase;
	font-weight: 500;
	height: auto;
	line-height: inherit;
	box-shadow: none;
	width: auto;
	border: none;
	cursor: pointer;
}

/*Posts*/
.post-inner {
}

.post-inner .post-img {
	position: relative;
}

.post-inner .meta-time {
	color: #888
}

.post-inner .meta-time a {
	color: var(--color-key);
	font-weight: 700;
}

.post-inner .post-content {
	border-top: 0px;
	background: #FFF;
}

.post-inner .post-content h3.nowrap {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.post-inner .post-content .padd-leftnew {
	width: 100%;
	background: #FFF;
	padding: 10px 10px 10px 10px;
	position: relative;
}

.post-inner .time-post {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: var(--color-key);
	padding: 25px 10px;
	color: #FFF;
	width: 58px;
}

.post-inner .time-post span:first-child {
	font-size: 15px;
	text-transform: uppercase;
	display: block;
	text-align: center;
}

.post-inner .time-post span:last-child {
	font-size: 18px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	text-align: center;
}

.post-inner .post-content h3 {
	padding-bottom: 10px;
}

.post-inner .post-content h3 a {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	line-height: 20px;
}

.post-inner .post-content .meta-article {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-inner .post-content .meta-article i {
	color: #333333;
}

.post-inner .post-content .meta-content {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.post-inner .post-content .meta-view {
	margin-top: 10px;
}

.post-inner .post-content .meta-view .view-more {
	color: #333333;
	display: inline-block;
}

.post-inner .post-content .meta-time {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e2e2e2;
	font-size: 13px;
}

.post-inner .post-content .meta-time span:nth-child(1) {
	color: #D90000;
	font-weight: 700;
}

/*Paging*/
.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #dee2e6
}

.page-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: var(--color-key);
	border-color: var(--color-key)
}

.page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.mfp-close {
	border-radius: 50%;
	top: -22px;
	right: -22px;
	background: #333 !important;
	color: #FFF !important;
	opacity: 1 !important;
}

.mfp-close:active {
	top: -22px;
}

/*Contact*/
#contact-body h4.title {
	font-size: 18px;
	display: block;
	font-weight: 700;
	color: #444;
}

#contact-body .box-frame-map {
	width: 100%;
	padding: 5px;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
}

#contact-body .box-frame-map iframe {
	width: 100% !important;
	height: 350px !important;
	display: block;
}

#contact-body .content-contact {
	line-height: 22px;
}

#contact-body .content-contact p {
	margin-top: 7px;
	margin-bottom: 7px;
}

#contact-body .form-contact .input-control {
	width: 100%;
	padding: 10px 15px;
	border: 1px #c9eee2 dashed;
	box-shadow: none;
	min-height: 42px;
	font-size: 14px;
	border-radius: 5px;
}

#contact-body .form-contact .input-control.error {
	border-color: #ff0000 !important;
}

#contact-body .form-contact .error {
	font-size: 13px;
	display: block;
	margin-top: 5px;
	color: #FF0000;
}

#contact-body .form-contact textarea.input-control {
	height: 146px;
}

#contact-body .form-contact .button-control {
	height: 42px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid var(--color-key);
	padding: 0px 15px;
	background: var(--color-key);
	cursor: pointer;
	text-decoration: none;
	color: #fff;
}

/*Detail box*/
.detail-box {
	line-height: 20px;
}

.detail-box p {
	margin-bottom: 10px;
}

.detail-box h1, .detail-box h2, .detail-box h3, .detail-box h4, .detail-box h5, .detail-box h6 {
	margin-bottom: 20px;
}

.detail-box .meta-desc {
	font-weight: 700;
	margin-bottom: 20px;
	background-color: #e6e6e6;
	padding: 10px 20px;
	border: 3px solid #d0d0d0;
	border-radius: 4px;
	margin: 20px 0px;
	text-align: justify;
	font-family: 'Open Sans Condensed';
}

.detail-box .meta-desc::after {
	content: "";
	background-image: url('../images/after.png');
	display: block;
	width: 32px;
	height: 26px;
	float: right;
}

.detail-box .meta-desc::before {
	content: "";
	background-image: url('../images/before.png');
	display: block;
	width: 32px;
	height: 26px;
	float: left;
	margin-right: 20px;
}

.detail-box img {
	max-width: 100% !important;
	height: auto !important;
}

.detail-box table {
	width: 100%;
	border-collapse: collapse;
}

.detail-box table p {
	margin-bottom: 0px;
}

.detail-box table td {
	padding: 10px;
	border: 1px solid #f0f0f0;
}

.page-scrol-social .detail-box {
	width: calc(100% - 60px);
	margin-left: 20px;
}

.page-scrol-social .detail-box.page {
	width: calc(100% - 60px);
	margin-left: 0px;
	margin-right: 20px;
}

.page-scrol-social .social {
	width: 40px;
}

.page-scrol-social .right-post-other {
	width: 280px;
	margin-left: 20px;
}

.sticky-new {
	position: sticky;
	top: 102px;
}

.page-scrol-social .social ul {
	position: sticky;
	top: 102px;
}

.page-scrol-social .social li {
	margin-bottom: 5px;
}

.page-scrol-social .social button {
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	color: #333333;
}

.tabs-about {
	background: var(--color-key);
	padding: 5px 5px;
}

.tabs-about li {
	font-size: 16px;
	display: inline-block;
	padding: 8px 10px;
	text-transform: uppercase;
	color: #FFF;
	cursor: pointer;
}

.content-page {
	display: none;
	opacity: 0;
}

.tabs-about li.active, .tabs-about li:hover {
	color: var(--color-key);
	background: #FFF;
}

.title-right {
	padding: 10px 10px;
	background: #333333;
}

.title-right h5 {
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
}

.content-other {
	padding: 15px;
	background: #F8F8F8;
}

.content-other h5 {
	color: #222;
	margin: 0;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}

.content-other h3 {
	font-size: 15px;
	margin: 5px 0px;
}

.content-other h3 a {
	color: #222;
	display: table;
}

.content-other h3 a:hover {
	color: var(--color-key)
}

.other-post {
	border: 1px solid #e7e7e7;
}

.other-post li {
	padding: 10px;
	border-bottom: 1px solid #e7e7e7;
}

.other-post.none {
	border: 0px solid #e7e7e7;
}

.other-post li.none {
	padding: 10px 0px;
}

.other-post .img {
	width: 100px;
	margin-right: 10px;
}

.other-post h4 {
	display: inline-block;
	width: calc(100% - 110px);
}

.other-post li:last-child {
	border-bottom: 0px solid #e7e7e7;
}

.other-post li a {
	color: #333;
	font-size: 14px;
	display: block;
	line-height: 18px;
}

.other-post li a:hover {
	color: var(--color-key)
}

/*Tags*/
.tags {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.tags li {
	float: left;
}

.tag {
	background: #eee;
	border-radius: 3px 0 0 3px;
	color: #999;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 20px 0 23px;
	position: relative;
	margin: 0 10px 10px 0;
	text-decoration: none;
	-webkit-transition: color 0.2s;
}

.tag::before {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
	content: '';
	height: 6px;
	left: 10px;
	position: absolute;
	width: 6px;
	top: 10px;
}

.tag::after {
	background: #fff;
	border-bottom: 13px solid transparent;
	border-left: 10px solid #eee;
	border-top: 13px solid transparent;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
}

.tag:hover {
	background-color: crimson;
	color: white;
}

.tag:hover::after {
	border-left-color: crimson;
}

.content-detail-desc {
	color: #5e5f5f;
}

.content-detail-desc p {
	line-height: 22px;
	margin: 0px 0px 15px 0px;
}

/*Menu MObile*/
.opacity-menu.open-opacity {
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0px !important;
	left: 0px;
	z-index: 9999;
}

.header-left-fixwidth {
	top: 0 !important;
	width: 255px;
	min-height: 100vh;
	position: fixed;
	float: left;
	background: #fff;
	width: 290px;
	position: fixed;
	z-index: 999999999999999;
	left: 0;
	top: 0;
	visibility: hidden;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
	-webkit-transform: translateX(-280px);
	-ms-transform: translateX(-280px);
	-o-transform: translateX(-280px);
	transform: translateX(-280px)
}

.header-left-fixwidth.open-sidebar-menu {
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.header-left-fixwidth.open-menu {
	padding-top: 15px;
	visibility: visible;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.header-left-fixwidth .wrap-header {
	overflow-y: auto;
	position: relative;
	min-height: 100vh;
	max-height: 100vh;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	padding: 0 15px
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-track {
	-webkit-box-shadow: inset transparent;
	background-color: transparent
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar {
	width: 1px;
	background-color: transparent
}

.header-left-fixwidth .wrap-header::-webkit-scrollbar-thumb {
	border: 1px solid transparent
}

.header-left-fixwidth .wrap-header .logos-menu {
	padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .logos-menu img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	max-height: 50px;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-bar {
	width: 100%;
	position: relative;
	top: 0px;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-text {
	width: 100%;
	height: 35px;
	border: solid 1px #e5e6ec;
	padding: 0 40px 0 10px;
	outline: none;
	font-size: var(--font-size);
	background: #F0F0F0;
}

.header-left-fixwidth .wrap-header .searchs-menu .search-btn {
	position: absolute;
	right: 0px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #F00;
	top: 0px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.header-left-fixwidth .wrap-header .account-cart-menu {
	text-align: left;
	padding: 20px 0px;
}

.header-left-fixwidth .wrap-header .account-cart-menu a {
	color: var(--color-key);
}

.header-left-fixwidth .wrap-header .account-cart-menu span {
	padding: 0px 5px;
}

.header-left-fixwidth .wrap-header .nav-menu ul a {
	display: block;
	font-size: 15px;
	color: #333;
	padding: 12px 10px;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-left-fixwidth .wrap-header .nav-menu ul li:not(:first-child) {
	position: relative;
	border-top: 1px solid #F0F0F0;
}

.header-left-fixwidth .wrap-header .nav-menu ul li a:hover {
	background-color: #F0F0F0;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu {
	position: absolute;
	right: 0px;
	font-size: 25px;
	display: flex;
	width: 43px;
	height: 43px;
	background: transparent;
	top: 0px;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #8a8987;
	z-index: 1000;
	cursor: pointer;
	transition: all 0.6s;
	border-left: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu i {
	transition: all 0.6s;
}

.header-left-fixwidth .wrap-header .nav-menu ul li span.btn-dropdown-menu.active i {
	transform: rotate(90deg);
	color: var(--color-key);
}

.header-left-fixwidth .wrap-header .nav-menu ul li a i {
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu {
	position: relative;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu a {
	padding: 12px 20px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu ul.sub-menu a {
	padding: 12px 35px;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.none {
	display: none;
}

.header-left-fixwidth .wrap-header .nav-menu ul.sub-menu.block {
	display: block;
}

.left-sub .head-left span {
	display: block;
	position: relative;
	background: #333333;
	height: 45px;
	color: #fff;
	padding-left: 17px;
	padding-right: 17px;
	font-size: 18px;
	line-height: 45px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
}

/*.left-sub .head-left span:after{content:'';width:2px;height:24px;background:#333333;left:50%;top:100%;margin-left:-1px;position:absolute;z-index:2;}*/
.desc-left {
	margin-top: 10px;
	padding: 10px;
	background: #f5f5f5;
}

.menu-left {
	margin-top: 24px;
	margin-bottom: 24px;
	background: #EFEFEF;
}

.menu-left li {
	width: 100%;
	padding: 13px 10px;
	position: relative;
}

.menu-left li:not(:last-child) {
	border-bottom: 1px solid #FFF;
}

.menu-left li:hover {
	background: #F5F5F5
}

.menu-left li a {
	display: block;
	color: #333;
	font-size: 15px;
	transition: all 0.3s;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
}

.menu-left li ul {
	position: absolute;
	width: 250px;
	top: 0px;
	left: 100%;
	background: #f7f7f7;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	margin-top: 20px;
	transition: all 0.6s;
}

.menu-left li:hover ul {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}

.menu-left > li a:hover {
	color: var(--color-key);
}

.menu-left > li > ul > li:hover > a {
	color: var(--color-key);
}

.box-menu {
	position: relative;
}

.menu-mobile {
	width: 40px;
	height: 40px;
	background: #333333;
	padding: 5px 10px;
	border-radius: 50%;
	display: none;
	cursor: pointer;
	margin-right: 50px;
}

.menu-mobile span {
	display: block;
	width: 100%;
	height: 2px;
	margin: 14px 0px;
	background: #FFF;
	position: relative;
}

.menu-mobile span:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: -6px;
	background: #FFF;
	left: 0px;
}

.menu-mobile span:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: -6px;
	background: #FFF;
	left: 0px;
}

#notfound {
	display: block;
	position: relative;
	width: 100%;
	margin: 150px 0;
	text-align: center;
}

#notfound .positioned {
	display: block;
	width: 85%;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #CCCCCC;
}

#notfound .positioned h1 {
	margin: 0 0 0 20px;
	padding: 0;
	display: inline;
	font-size: 60px;
	text-transform: uppercase;
}

#notfound .positioned p {
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 16px;
}

#notfound a.go-back, #notfound a.go-home {
	display: block;
	position: absolute;
	top: 30px;
	width: 100px;
	padding: 20px 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: var(--color-key);
}

#notfound a.go-back {
	left: 0;
}

#notfound a.go-home {
	right: 0;
}

#notfound .positioned, #notfound a.go-back, #notfound a.go-home {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#popup {
	text-align: center;
	position: relative;
	max-width: 820px;
	margin: 0 auto;
}

.content-popup img {
	max-width: 100%;
}

.hotline-box {
	position: fixed;
	right: -200px;
	top: 20%;
	width: 200px;
	min-height: 300px;
	background: #ffffff;
	box-shadow: 0px 0px 10px #f0f0f0;
	transition: all 0.7s;
	z-index: 1001;
}

.hotline-box:hover {
	right: 0px;
}

.hotline-box .name-hotline {
	display: inline-block;
	padding: 5px 10px;
	background: var(--color-key);
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	position: absolute;
	transform: rotate(-90deg);
	left: -100px;
	top: 60px;
	width: 160px;
	line-height: 30px;
	text-align: center;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	z-index: 10;
}

.hotline-box .desc-hotline {
	padding: 10px;
}

.hotline-box .desc-hotline p {
	font-size: 15px;
	padding: 5px 0px;
}

.grecaptcha-badge {
	opacity: 0;
}

.box-Product-like .item {
	padding: 0;
}

/*phone*/
.sticky-info {
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	color: #444;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Nunito';
	font-weight: 800;
	background: rgba(255, 0, 0, 0.3);
	border: 1px solid rgba(255, 0, 0, 0.6);
	border-radius: 5px;
}

#pagination {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#pagination .link {
	padding: 5px 10px;
	background: #FFF;
	border: transparent;
	cursor: pointer;
	color: #333;
	margin: 0px 4px;
	border-radius: 3px;
	display: inline-block;
}

#pagination .disabled {
	cursor: not-allowed;
	color: #bccfd8;
}

#pagination .current {
	background: #FFF;
	box-shadow: 0px 0px 10px #eaeaea;
}

#pagination .link:hover {
	background: #FFF;
	box-shadow: 0px 0px 10px #eaeaea;
}

#pagination .dot {
	padding: 10px 15px;
	background: transparent;
}

#pagination .first {
}

.social-product ul {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}

.social-product li {
	margin-top: 5px;
	margin-right: 5px;
}

.social-product button {
	width: 40px;
	height: 40px;
	border: none;
	cursor: pointer;
	color: var(--color-key)
}

.tool-right {
	position: fixed;
	width: 50px;
	right: 23px;
	bottom: 115px;
	z-index: 9090;
	margin-top: -90px;
}

.tool-right li {
	margin: 5px 0px;
}

/*Toc*/
.box-readmore {
	padding: 10px;
	border: 1px solid #dedede;
	margin-bottom: 1rem
}

.box-readmore li ul>li {
	margin: 0;
	margin-bottom: 8px
}

.box-readmore li ul>li:before {
	content: counters(item, ".") " "
}

.box-readmore ul {
	list-style-type: none;
	counter-reset: item;
	margin-bottom: 0px;
	padding-left: 0px !important;
	margin-top: 8px;
}

.box-readmore ul li {
	display: table;
	counter-increment: item;
	margin-bottom: 5px
}

.box-readmore ul li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 10px
}

.box-readmore ul li a {
	color: #2FCB57 !important;
	cursor: pointer
}

.owl-carousel .owl-item img {
	width: auto;
}

footer.footer {
	width: 100%;
	padding: 40px 0px;
}

footer.footer .cl1 {
	width: 380px;
}

footer.footer .cl2 {
	width: calc(100% - 650px);
}

footer.footer .info-footer {
	color: #FFF;
}

footer.footer .info-footer img {
	vertical-align: middle;
}

footer.footer .info-footer p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
}

footer.footer .name-company {
	font-size: 17px;
	margin-bottom: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
}

footer.footer .name-dangky {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	color: #FFF;
}

footer.footer .info-footer.mb-footer p {
	margin-bottom: 10px;
}

footer.footer .title-menu {
	margin: 0;
	line-height: normal;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 0px;
	color: #333;
}

footer.footer .title-menu a, footer.footer .title-menu span {
	cursor: default;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	color: #FFF;
	display: block;
	padding-bottom: 4px;
}

footer.footer .title-menu a:hover {
	color: #ffa800;
}

footer.footer .title-menu a:before {
	position: absolute;
	left: 0px;
	width: 40px;
	height: 2px;
	background: #FFF;
	content: '';
	bottom: 0px;
}

footer.footer .title-menu a i.fa, footer.footer .title-menu span i.fa {
	display: none;
}

footer.footer .list-menu {
	line-height: 22px;
	padding-left: 0px;
}

footer.footer .list-menu {
	color: #fff;
}

footer.footer .list-menu li {
	margin-bottom: 5px;
}

footer.footer .list-menu .li_menu {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

footer.footer .list-menu .li_menu a {
	color: #fff;
	position: relative;
	display: block;
}

footer.footer .list-menu .li_menu a:hover {
	color: #ffa800;
}

footer.footer .video-container {
	position: relative;
	padding-bottom: 40%;
	padding-top: 66px;
	height: 0;
	overflow: hidden;
}

footer.footer .video-container iframe, footer.footer .video-container object, footer.footer .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

footer.footer .change-video {
	width: 100%;
	height: 43px;
	border: 1px solid #FFF;
	margin-top: 5px;
	background: #1f9000;
	color: #FFF;
}

#subscribe-form {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 30px;
}

#subscribe-form .input {
	width: 100%;
	background: #FFF;
	border: 1px solid #FFF;
	padding: 0px 30px;
	line-height: 45px;
	outline: none;
	font-size: 15px;
}

#subscribe-form button {
	width: 85px;
	background: #ffa800;
	border: none;
	line-height: 47px;
	outline: none;
	cursor: pointer;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	top: 0px;
}

#subscribe-form input.error {
	border: 1px solid #ff2d37;
}

#subscribe-form label.error {
	position: absolute;
	top: calc(100% + 5px);
	color: #ff2d37;
	font-size: 13px;
	display: none !important;
}

.copyright {
	color: #6E6F72;
	display: block;
	width: 100%;
	position: relative;
	font-size: 12px;
	margin-top: 40px;
}

.copyright a {
	color: #6E6F72;
}

.footer .follow_option {
	padding-left: 0px;
	margin-top: 3px;
}

.footer .follow_option li {
	display: inline-block;
	color: #FFF;
}

.footer .follow_option li a {
	height: 40px;
	width: 40px;
	text-align: center;
	background: #ff2d37;
	color: #fff;
	line-height: 40px;
	color: #fff;
	display: block;
	margin-right: 5px;
	border-radius: 50%;
}

.footer .follow_option li a .fa {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}

.footer .follow_option li a.facebook {
	background: #4B69B0
}

.footer .follow_option li a.twitter {
	background: #37B1E1;
}

.footer .follow_option li a.instagram {
	background: #0678B6
}

.footer .follow_option li a.youtube-play {
	background: #E83F3A;
}

.footer .follow_option li a.pinterest {
	background: #E83F3A;
}

#maps-load-frame {
	overflow: hidden;
}

#maps-load-frame iframe {
	width: 100% !important;
	height: 326px !important;
}

#contact-maps {
	position: relative;
	padding: 30px 0px;
	background: url('../images/bg-footer.png');
}

#contact-form-maps {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 30px;
	height: 100%;
	background: var(--color-key);
	border-radius: 30px;
}

#contact-form-maps h6 {
	font-size: 23px;
	text-transform: uppercase;
	color: #FFF;
	position: relative;
	padding-bottom: 10px;
	font-weight: 600;
	display: block;
	text-align: center;
}

#contact-form-maps p {
	text-align: center;
	color: #FFF;
	padding-bottom: 10px;
}

#contact-form-maps .r {
	margin-bottom: 5px;
}

#contact-form-maps .input {
	width: 100%;
	height: 38px;
	background: #FFF;
	padding: 5px 10px;
	color: #666;
	font-size: 15px;
	outline: none;
	border: none;
}

#contact-form-maps .input.text {
	height: 78px;
}

#contact-form-maps .error {
	color: #ff0000;
	margin-top: 5px;
	display: block;
}

#contact-form-maps .button {
	display: inline-block;
	padding: 8px 15px;
	background: #506D00;
	color: #FFF;
	border: none;
	border-radius: 3px;
	margin: 0 auto;
	text-transform: uppercase;
}

ul.social li {
	transition: all 0.6s;
}

ul.social li:hover {
	transform: translateY(10px);
}

ul.social li img {
	transition: all 0.6s;
	border-radius: 50%;
}

ul.social li:hover img {
	-webkit-box-shadow: 0px 0px 6px #666;
	box-shadow: 0px 0px 6px #666;
}

@media screen and (max-width:1248px) {
	#menu .item-big .nav-item > a {
		padding: 0px 10px;
	}

	footer.footer .cl1 {
		width: 100%;
	}

	footer.footer .cl2 {
		width: 100%;
		margin-top: 20px;
	}

}

@media screen and (max-width:1220px) {
	.news-one .row, footer.footer .row, #detail-product .row, .contact-body .row, .product-view .row {
		margin: 0 -5px;
	}

}

@media screen and (max-width:1115px) {
	#menu .item-big .nav-item > a {
		padding: 0px 8px;
	}

}

@media screen and (max-width:1080px) {
	.logo {
		order: 0;
	}

	.search-btn-right {
		margin-top: -15px;
	}

	.fixed-top {
		background: var(--blue) !important;
		position: static;
		padding: 5px 0;
	}

	#menu {
		padding-top: 0;
	}

	#menu .item-big, .cartHeader {
		order: 1;
		display: none;
	}

	.menu-mobile {
		display: block;
	}

	#detail-product > div.container > div > .col-3, .section-info-product .col-3 {
		display: none;
	}

	#detail-product > div.container > div > .col-9, .section-info-product .col-9 {
		width: 100%;
	}

	.full-slider .postion {
		width: 100%;
		padding: 10px;
	}

	footer.footer {
		margin-bottom: 45px;
	}

}

@media screen and (max-width:992px) {
	.news-one .col-8 {
		width: 100%;
	}

	.news-one .col-4 {
		width: 100%;
		margin-top: 20px;
	}

	.left-item {
		display: none;
	}

	.right-item {
		width: 100%;
	}

	.social-top p {
		display: none;
	}

	.page-scrol-social {
		flex-wrap: wrap;
	}

	.page-scrol-social .detail-box {
		width: 100% !important;
		margin-right: 0px !important;
		margin-left: 0px !important;
	}

	.page-scrol-social .social {
		width: 100%;
		order: 1
	}

	.page-scrol-social .social ul {
		width: 100%;
		display: flex;
	}

	.page-scrol-social .social ul li + li {
		margin-left: 10px;
	}

	.page-scrol-social .right-post-other {
		width: 100%;
		margin-left: 0px;
		order: 2;
		margin-top: 8px;
		margin-bottom: 10px
	}

	.about .about-col-1 {
		margin-bottom: 10px;
		text-align: left;
	}

	.about .about-col-1, .about .about-col-2 {
		width: 100%;
		clip-path: none;
		margin: 0;
	}

	.news-one .col-6 {
		width: 100%;
	}

}

@media screen and (max-width:800px) {
	#loadProduct .col--4, .product-view .col--4 {
		width: calc(100% / 2);
	}

}

@media screen and (max-width:768px) {
	.about .col-7, .about .col-5 {
		width: 100%;
	}

	.about .col-4 {
		margin-top: 30px;
	}

	.w-why {
		width: 100%;
	}

	.news-one .col--2 {
		width: 100%;
	}

	.news-one .col--2:not(:last-child) {
		margin-bottom: 20px;
	}

	.album {
		width: calc(100% / 2)
	}

	.owl-carousel.in-home .owl-nav {
		display: none;
	}

	.full-slider .postion h5 {
		font-size: 18px;
	}

	.info-top {
		width: 50%;
	}

	.social-top {
		width: 50%;
	}

	.item-lists.col-4 {
		width: calc(100% / 12 * 6);
	}

	.item-product-home .item-product-main .product-item-main .product-thumbnail, .item-product-home .item-product-main .product-item-main .product-bottom {
		width: 100%;
		margin-bottom: 10px;
	}

	#detail-product #content .col-5, #detail-product #content .col-7, .contact-body .col-4, .contact-body .col-8 {
		width: 100%;
	}

}

@media screen and (max-width:600px) {
	.footer .col-5 {
		width: 100%;
	}

	.footer .col-6 {
		width: 100%;
		margin-top: 20px;
	}

	.album {
		width: calc(100% / 1)
	}

	.post-inner .post-img {
		width: 100%;
	}

	.post-inner .post-content {
		width: 100%;
		margin-top: 10px;
	}

	.item-lists.col-4 {
		width: calc(100% / 12 * 12);
	}
	#product-detail-info,#photo-view-detail{
		width: 100%;
		margin-bottom: 15px;
	}
	.title-product {
		font-size: 32px;
	}
	.item-product-home .item-product-main .product-item-main .product-bottom {
        padding: 0 20px 10px;
    }
	.item-product-home .item-product-main .product-item-main {
		grid-template-columns: minmax(0, auto);
	}
	#product-new .product-item-main .product-thumbnail .image_thumb img {
        max-height: 205px;
    }
}

@media screen and (max-width:450px) {
	.news-one .post-inner .post-img {
		width: 100%;
		margin-bottom: 10px;
		text-align: center;
	}

	.news-one .post-inner .post-img img {
		margin: auto;
	}

	.news-one .post-inner .post-content {
		width: 100%;
	}

	.full-slider .postion {
		display: none !important;
	}

	#detail-product .btn-mua .buy, #detail-product .btn-mua .buypayment {
		padding: 10px;
	}

	#loadProduct .col--4, .product-view .col--4 {
		width: 100%;
	}

}