:root {
	--c1: #3e4095;
	--c2: #00a859;
}

/* scrollbar */
.scrollbar::-webkit-scrollbar {
    width: 6px;
	background: none;
}
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: var(--c1);
}

/* Reset css */

html {
	line-height: 1.15;
	scroll-behavior: smooth;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav {
	display: block;	
}
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

form {
	margin: 0;
}

a::before,
a::after {
	font-family: FontAwesome;
}

a {
	color: inherit;
	text-decoration:none;
	transition: all .3s ease;
}

a:hover,
a:focus {
	outline: none;
	color: var(--c2);
	text-decoration: none;
}

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

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

body.initialize {
	overflow: hidden;
}

.img-transform>img {
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.text-bold {
	font-weight: 700;
}

.no-margin {
	margin: 0 ! important;
}

.hashtag::before {
	content: '#';
}

/* effect style */

.effect {
    display: block;
    overflow: hidden;
    position: relative;
}

.effect::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -75%;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.effect:hover::after {
    animation: 1s ease 0s normal none 1 running fixedAnim;
    animation: 1s ease 0s normal none 1 running fixedAnim;
    -webkit-animation: 1s ease 0s normal none 1 running fixedAnim;
    -moz-animation: 1s ease 0s normal none 1 running fixedAnim;
}

@-webkit-keyframes fixedAnim {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@-moz-keyframes fixedAnim {
    0% {
        right: 125%;
	}
    125% {
        right: 0;
	}
}

@keyframes fixedAnim {
    0% {
        right: 125%
	}
    125% {
        right: 0;
	}
}

/* scale3d */
.scale3d {
    display: block;
    overflow: hidden;
    position: relative;
}

.scale3d img {
    margin:auto;
	transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    backface-visibility: hidden;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    -moz-transition: opacity 1s, -moz-transform 1s;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
}

.scale3d:hover img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

/* loader */
#pre-loader {
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
}
#pre-loader .app-loader {
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
	transform: translate(-50%, -50%);
    background: rgba(250, 250, 255, 0.6);
}
.app-loader .loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 2px var(--c1);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    display: inline-block;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

@-webkit-keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
	} 
}

/* go-to-top */
.go-to-top {
    opacity: 0;
    z-index: 98;
    right: 10px;
    bottom: 25%;
	position: fixed;
    cursor: pointer;
    border-radius: 100%;
    border: 1px solid var(--c1);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    color: var(--c1);
    font-size: 16px;
    background: #FFF;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.go-to-top::before {
	content: '\f077';
	font-family: FontAwesome;
}
.go-to-top:hover {
    color: #ffffff;
    background-color: var(--c1);
    box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}

.clear::after {
	content: "";
	display: table;
	clear: both;
}

.error-404 {
	padding: 100px 0;
	text-align: center;
	color: red;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
}

.wrapper {
	margin: auto;
	max-width: 1260px;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.wrapper::after {
	content:'';
	display:table;
	clear:both;
}

.cnt-wrapper {
	overflow: hidden;
}

/* maker */
.maker.open {
	left: 0;
	top: 70px;
	width: 100%;
	height: 100%;
	z-index: 99;
	position: fixed;
	overflow: hidden;
	background: rgba(0,0,0,0.3);
}
.maker.loading {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	overflow: hidden;
	z-index: 999999;
	background: rgba(0,0,0,0.5);
}
.maker.loading::after {
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: url(assets/images/loading.svg);
}

.awesome::before {
	font-family: FontAwesome;
}
.owl {
	display: none;
}
.offset-20 {
	padding-left: 20px;
	padding-right: 20px;
}

/* breadrumb */
#breadrumb {
    padding: 8px 10px;
    margin-bottom: 20px;
}
#breadrumb .breadrumb {
	float: right;
	font-size: 13px;
}
#breadrumb .breadrumb li {
    float: left;
    color: #808080;
    font-size: 13px;
    position: relative;
    padding-right: 20px;
}
#breadrumb .breadrumb li:last-child {
    padding-right: 0;
}
#breadrumb .breadrumb li:not(:last-child):after {
    top: 50%;
    right: 7px;
    content: '\f105';
    position: absolute;
	font-family: FontAwesome;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

/* box-title */
.box-title {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.box-title h1 {
	margin: 0;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	padding-bottom: 10px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.box-title h1::before {
	left: 50%;
	bottom: 0;
	right: 0;
	width: 70px;
	content: '';
	position: absolute;
	transform: translate(-50%);
	border-bottom: 2px solid var(--c2);
}

/* pagination */
.paginate {
	text-align: center;
}
.pagination {
	margin: 0 auto;
}
.pagination>li {
	margin:0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.pagination>li:last-child {
	margin-right: 0;
}
.pagination>li>a,
.pagination>li>span {
	padding:0;
	width:40px;
	height:40px;
	color:#FFF;
	font-size:16px;
	line-height:38px;
	text-align:center;
	border:1px solid var(--c1);
	background:var(--c1);
	border-radius: 3px !important;
}
.pagination>li>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:hover {
	color: #333333;
	font-weight: 700;
	background: #ffffff;
	border-color:var(--c1);
}

#result {
    width: 100%;
    z-index: 9999;
	display: none;
    margin-top: 41px;
    position: absolute;
}
#result.open {
	display: block;
}
#result .list-item {
    background: white;
    border: 1px solid var(--c2);
    position: relative;
    padding: 1px;
    overflow: hidden;
    max-height: 470px;
}
ul.tags-list {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid var(--c2);
    padding: 1px;
}
ul.tags-list>li {
    padding: 5px 10px;
}
ul.tags-list>li:not(:first-child) {
    cursor: pointer;
}
ul.tags-list>li:not(:first-child):hover {
    color: var(--c1);
    background: #f2f2f2;
}
ul.tags-list>li>label {
    margin: 0;
    color: #f51e1e;
	font-size: 16px;
}
ul.tags-list.suggested {
    float: left;
    width: 150px;
    padding: 10px 1px;
	border: none;
    border-radius: 0;
}
ul.tags-list.suggested>li:not(:first-child) {
	font-style: italic;
}
#result .list-item>.inner {
    margin-left: 150px;
    border-left: 1px solid #e5e5e5;
}
#result .list-item>.inner::after {
    content: "";
    display: table;
    clear: both;
}
#result .scrollbar {
	overflow-y: auto;
	max-height: 425px;
}
#result .list-item .item {
    padding: 8px;
	display: flex;
    cursor: pointer;
	overflow: hidden;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
#result .list-item .item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;	
}
#result .list-item .item:hover {
	background: #e5e5e5;
}
#result .list-item .item .thumb {
    width: 50px;
}
#result .list-item .item .thumb a {
	height: 50px;
	display: block;
    background: white;
    position: relative;
}
#result .list-item .item .thumb a img {
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
#result .list-item .item .text {
    font-size: 12px;
    padding-left: 10px;
	width: calc(100% - 50px);
}
#result .list-item .item .item-maso {
    color: var(--c2);
}
#result .list-item .item .item-price {
    color: #ec0e17;
}
#result .list-item .item .item-price del {
	color: darkgray;
	margin-left: 5px;
}

.hover {
	display: block;
	overflow: hidden;
	position: relative;
}
.hover::before,
.hover::after,
.hover .inner::before,
.hover .inner::after {
	content:'';
	display:block;
	position:absolute;
	background: var(--c2);
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
}
.hover::before {
	left: 0px;
	top: 50%;
	width: 1px;
	z-index: 1;
	height: 0;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.hover::after {
	right:0px;
	top:50%;
	width:1px;
	z-index:1;
	height:0;
	transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
}
.hover>.inner::before {
	top:0px;
	left:50%;
	width:0;
	z-index:1;
	height:1px;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}
.hover>.inner::after {
	width: 0;
	left: 50%;
	bottom: 0;
	height: 1px;
	z-index: 9999;
	transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
}
.hover:hover::before,
.hover:hover::after {
	height:100%;
}
.hover>.inner:hover::before,
.hover>.inner:hover::after {
	width:100%;
}











































.header {
	z-index: 999;
	background: white;
    position: relative;
}
.header-top .logo {
	height: 70px;
	padding: 9px 0;
}
.header-top .logo h1 {
	margin: 0;
}
.header-top .logo a {
	display: inline-flex;
}

.header-top .form-search {
	display: flex;
	padding: 15px 0;
	position: relative;
	margin: 0 -20px 0 0;
}
.header-top .form-search .form-control {
	height: 40px;	
	border-radius: 0;
	box-shadow: none;
	padding-left: 50px;
	appearance: none;
	-webkit-appearance: none;
	width: calc(100% - 100px);
	border: 1px solid var(--c2);
}
.header-top .form-search .btn {
	color: white;
	border: none;
	outline: none;
	width: 100px;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
	background: var(--c2);
	transition: all .3s ease;
	text-transform: uppercase;
}
.header-top .form-search .btn::before {
	content: '\f002';
	font-weight: 400;
	font-family: FontAwesome;
	position: absolute;
	left: 10px;
	color: var(--c2);
	font-size: 20px;
	top: 50%;
	transform: translate(0, -50%);
}
.header-top .form-search .btn::after {
	content: '';
	width: 1px;
	height: 18px;
	top: 50%;
	left: 40px;
	position: absolute;
	background: var(--c2);
	transform: translate(0, -50%);
}
.header-top .form-search .btn:hover {
	background: var(--c1);
}
.header-top .hotlines {
	float: right;
	color: white;
	display: flex;
	margin: 9px 0;
	border-radius: 4px;
	padding: 4px 10px 3px;
	background: var(--c1);
	width: calc(100% - 40px);
}
.header-top .hotlines .hotline {
	padding: 0 18px;
	position: relative;
}
.header-top .hotlines .hotline:not(.last) {
	padding-left: 0;
    margin-left: -30px;
}
.header-top .hotlines .hotline:not(.last)::after {
	content: '';
	width: 2px;
	height: 30px;
	top: 50%;
	left: 100%;
	background: white;
	position: absolute;
	transform: translate(0, -50%);
}
.header-top .hotlines .hotline:not(.last) a::before {
	content: '';
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border-radius: 100%;
	margin-right: 12px;
	border: 1px solid var(--c1);
	background: white url(assets/images/icon-phone.png) no-repeat center center;
	background-size: 24px 24px;
	transition:all .3s ease;
}
.header-top .hotlines .dropdown>a::before {
	content: '';
	width: 45px;
	height: 45px;
	display: block;
	float: left;
	border-radius: 100%;
	margin-right: 12px;
	background: white url(assets/images/icon-zalo.png) no-repeat center center;
	background-size: 26px 29px;
}
.header-top .hotlines .hotline a {
	display: block;
}
.header-top .hotlines .hotline a:hover {
	color: var(--c2);
}
.header-top .hotlines .hotline span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	white-space: nowrap;
}
.header-top .hotlines .zalo small::after {
	content: '\f0d7';
	margin-left: 3px;
	font-family: FontAwesome;
}
.zalo .dropdown-menu {
	left: auto;
	margin: 0;
	padding: 0;
    right: -37px;
	top: calc(100% + 12px);
	border-color: var(--c2);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.zalo .dropdown-menu::after {
	top: -6px;
	right: 15px;
	content: '';
	position: absolute;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid var(--c2);
	z-index: 1;
}
.zalo .dropdown-menu::before {
	top: -4px;
	right: 15px;
	content: '';
	position: absolute;
	border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
	z-index: 2;
}
.zalo .dropdown-menu li {
	transition: all .3s ease;
}
.zalo .dropdown-menu li:not(:last-child) {
	border-bottom: 1px solid #e8e8e8;
}
.zalo .dropdown-menu li a {
	padding: 5px 20px 5px 60px;
	background: url(assets/images/bg-zalo.png) no-repeat 20px center;
	background-size: 30px 30px;
}
.zalo .dropdown-menu li strong {
	line-height: 20px;
}
.zalo .dropdown-menu li span {
	line-height: 20px;
	font-size: 15px ! important;	
	font-weight: 400 ! important;
}
.header-nav {
	background: var(--c1);
}
.mega-menu {
	margin-right: -20px;
}
.mega-menu .btn-product-cat {
	width: 100%;
	height: 40px;
	color: white;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 0;
	font-weight: 700;
	position: relative;
	background: #5658bd;
	text-transform: uppercase;
}
.mega-menu .btn-product-cat::before {
	font-weight: 400;
	margin-right: 10px;
}
.mega-menu.open .btn-product-cat::after {
	top: 100%;
	right: 15px;
	content: '';
	z-index: 9999;
	position: absolute;
    border-top: 6px solid #5658bd;
	border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.mega-menu>.items {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-radius: 0;
}
.mega-menu>.items>li>a {
	display: block;
    overflow: hidden;
	line-height: 20px;
	position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
	background-size: 20px 20px;
	padding: 10px 10px 10px 40px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.mega-menu>.items>li>a.has-sub::before {
	top: 50%;
	right: 10px;
	content: '\f105';
	position: absolute;
	transform: translate(0, -50%);
}
.mega-menu>.items>li:not(:last-child)>a::after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	content: '';
	position: absolute;
	background: rgba(0,0,0,0.1);
}
.mega-menu>.items>li>a:hover {
	color: var(--c2);
	padding-left: 45px;
}

/* box-mini-cart */
.widget-mini-cart {
	position: relative;
}
.widget-mini-cart > a {
	height: 40px;
	position: relative;
	background: #5658bd;
	white-space: nowrap;
	padding: 5px 25px 5px 50px;
}
.widget-mini-cart > a::before {
	content: '';
    width: 25px;
    height: 25px;
	top: 50%;
	left: 15px;
    position: absolute;
    border-radius: 100%;
    transform: translate(0, -50%);
    background: white url(assets/images/icon-cart.png) no-repeat center center;
    background-size: 17px 15px;
}
.widget-mini-cart > a,
.widget-mini-cart > a > span {
	color: white;
	display: block;
	line-height: 1.1;
}
.widget-mini-cart > a > span > i {
	margin-left: 3px;
	font-style: normal;
}
.widget-mini-cart > a > small {
	font-size: 14px;
}
.widget-mini-cart:hover .box-mini-cart {
	display: block;
}
.box-mini-cart {
	top: 100%;
	right: 0;
	color: #333;
	z-index: 999;
	display: none;
	padding-top: 10px;
	position: absolute;	
}
.box-mini-cart>.inner {
	padding: 15px;
	min-width: 270px;
	background: white;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.35);
}
.box-mini-cart>.inner::after {
	top: -8px;
	right: 15px;
	content: '';
	position: absolute;
    border-bottom: 8px solid white;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
	
}
.mini-cart-item:first-child {
	padding-top: 0;
}
.mini-cart-item {
    padding: 10px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.mini-cart-item .inner {
    position: relative;
}
.mini-cart-item .remove-item {
    top: 0;
    right: 0;
    color: #999999;
    font-size: 16px;
    position: absolute;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.mini-cart-item .remove-item:hover {
    color: var(--c1);
    border-color: var(--c1);
}
.mini-cart-item .thumb {
    width: 50px;
    position: absolute;
}
.mini-cart-item .text {
    font-size: 13px;
	min-height: 50px;
    margin-left: 60px;
    padding-right: 25px;
}
.mini-cart-item .thumb a {
    display: block;
    position: relative;
    padding-top: 50px;
}
.mini-cart-item .thumb img {
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.mini-cart-item .item-price {
    color: #da2028;
	font-size: 12px;
    font-weight: 700;
    margin-top: 2px;
}
.mini-cart-total {
	font-size: 14px;
    padding: 15px 0 0;
}
.mini-cart-total .total {
    color: #da2028;
    font-weight: 700;
}
.mini-cart-total a {
    width: 100%;
    height: 35px;
    color: white;
    display: block;
    margin-top: 10px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: var(--c1);
    border: 2px solid var(--c1);
	text-transform: uppercase;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.mini-cart-total a:hover {
	color: var(--c2);
	background: white;
    border: 2px solid var(--c2);
}
.mini-cart-empty {
	font-size: 14px;
}
.mini-cart-empty p {
	white-space: nowrap;
}
.mini-cart-empty p::before {
    padding-right: 10px;
    font-family: FontAwesome;
}
.mini-cart-empty a {
    color: white;
    height: 35px;
	display: block;
    padding: 0 15px;
	font-weight: 700;
	margin-top: 15px;
    line-height: 31px;
	text-align: center;
    border-radius: 4px;
	background: var(--c1);
    border: 2px solid var(--c1);
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.mini-cart-empty a:hover {
	color: var(--c2);
	background: white;
	border: 2px solid var(--c2);
}
.menu-primary {
	color: white;
	display: flex;
}
.menu-primary > li {
	position: relative;
	transition: all .3s ease;
}
.menu-primary > li:not(:last-child)::after {
	top: 50%;
	left: 100%;
	content: '';
	width: 1px;
	height: 25px;
	top: 50%;
	position: absolute;
	background: #5c5ed7;
	transform: translate(0, -50%);
}
.menu-primary > li > a:hover,
.menu-primary > li > a.active {
	background-color: #2f3174 ! important;
}
.menu-primary > li > a {
	color: white;
	display: block;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	transition: all .3s ease;
	padding: 10px 30px 10px 55px;
}
.menu-primary > li > a.icon-promotion {
	background: url(assets/images/icon-promotion.png) no-repeat 30px center;
	background-size: 18px 18px;
}
.menu-primary > li > a.icon-about {
	background: url(assets/images/icon-about.png) no-repeat 30px center;
	background-size: 18px 18px;
}
.menu-primary > li > a.icon-news {
	background: url(assets/images/icon-news.png) no-repeat 30px center;
	background-size: 18px 18px;
}
.menu-primary > li > a.icon-service {
	background: url(assets/images/icon-service.png) no-repeat 30px center;
	background-size: 18px 18px;
}
.menu-primary > li > a.icon-recruitment {
	background: url(assets/images/icon-recruitment.png) no-repeat 30px center;
	background-size: 18px 18px;
}

.footer {
	background: var(--c1);
}

.footer-policy {
	padding: 10px 0;
	background: white;
	border-top: 2px solid var(--c1);
}
.footer-policy .items {
	width: 100%;
	display: flex;
}
.footer-policy .items .advertise {
	width: 20%;
	text-align: center;
}
.footer-policy .advertise .inner {
	text-align: left;
	display: inline-flex;
}
.footer-policy .advertise .img {
	margin-right: 10px;
}
.footer-policy .advertise .txt {
	padding: 5px 0;
}
.footer-policy .advertise .name {
	font-weight: 700;
	color: var(--c1);
	text-transform: uppercase;
}

.footer-menu {
	color: white;
	padding: 30px 0;
	background: url(assets/images/footer-line.jpg) repeat-x bottom left;
}
.footer-menu .widget-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	padding-bottom: 6px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.footer-menu .widget-title::after {
	content: '';
	width: 40px;
	height: 1px;
	top: 100%;
	left: 0;
	background: white;
	position: absolute;
}
.footer-menu li:not(:last-child) {
	margin-bottom: 5px;
}
.footer-menu li a {
	transition: all .3s ease;
}
.footer-menu li a:hover {
	padding-left: 5px;
}

.footer_search li {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.footer_search li a::before {
	font-size: 6px;
	content: '\f111';
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.footer-newsletter {
	color: white;
	padding: 15px 0;
}
.footer-newsletter p {
	margin: 0;
	white-space: nowrap;
}
.footer-newsletter .footer_address {
	padding: 10px 0 10px 80px;
	background: url(assets/images/map.png) no-repeat left center;
	background-size: 60px 60px;
}
.footer-newsletter .newsletter {
	padding: 10px 0 10px 80px;
	background: url(assets/images/email.png) no-repeat left center;
	background-size: 60px 60px;
}

.form-newsletter {
	margin: 0;
	padding: 10px 0;
	position: relative;
}
.form-newsletter .form-control {
	height: 40px;
	box-shadow: none;
	appearance: none;
	border-color: white;
	-webkit-appearance: none;
}
.form-newsletter .btn {
	top: 50%;
	right: 0;
	position: absolute;
	transform: translate(0, -50%);
	color: var(--c2);
	background: none;
}

.footer-copyright {
	color: white;
	padding: 10px 0;
	background: #4b4eb5;
}
.footer-copyright .bct {
	display: flex;
}
.footer-copyright .bct .img {
	margin-right: 10px;
}
.footer-copyright .bct .txt {
	font-size: 12px;
    line-height: 20px;
}
.footer-copyright .bct b {
	text-transform: uppercase;
}
.footer-copyright .socials {
	float: right;
	display: flex;
	padding: 10px 0;
}
.footer-copyright .socials li {
	margin-left: 10px;
	line-height: 20px;
}
.footer-copyright .socials li a {
	display: block;
	font-size: 18px;
}
.footer-copyright .socials li:first-child::after {
	content: ':';
}
.footer-copyright .socials li a img {
	width: 20px;
	margin: auto;
	display: block;
	filter: brightness(10) invert(1);
}

.box-support {
	top: 50%;
	right: 10px;
	z-index: 999;
	position: fixed;
	transform: translate(0, -50%);
}
.box-support .support-inner {
	display: none;
	background: white;
	position: relative;
	padding: 10px 20px;
	border-radius: 10px;
    margin-bottom: 10px;
	-webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.3);
}
.box-support label {
	color: #0363ca;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.box-support .zalo-close {
	width: 20px;
	height: 20px;
	position: absolute;
	background:url(assets/images/icon-zalo-close.png) no-repeat;
	background-size: 20px 20px;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.box-support.open .support-inner {
	display: block;
}

.box-support .support {
	background: url(assets/images/bg-zalo.png) no-repeat left center;
	background-size: 30px 30px;
	padding-left: 40px;
}
.box-support .zalo-title {
	font-weight: 700;
}
.box-support .support:not(:last-child) {
	margin-bottom: 15px;
}
.box-support .btn-zalo {
	width: 40px;
	height: 40px;
	background: url(assets/images/icon-support-zalo.png) no-repeat;
	background-size: 40px 40px;
	border: none;
	outline: none;
	padding: 0;
	float: right;
}
.price-new sup {
	margin-left: 3px;
}

ul.copyright {
    display: flex;
}
ul.copyright li.sap {
    padding: 0 5px;
}

.megamenu-sub {
	top: 0;
    left: 100%;
    height: 100%;
	display: none;
	overflow: hidden;
	background: white;
	position: absolute;
    width: calc(1240px - 100%);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.mega-menu .items>li:hover>div {
	display: block;
}
.megamenu-sub .inner {
	padding: 15px 30px;
	position: relative;
}
.megamenu-sub .widget-title {
	color: #ff5d5d;
	font-size: 16px;
}
.megamenu-sub .items li {
	margin-top: 5px;
}
.megamenu-sub .items li a:hover {
	padding-left: 5px;
}

.box-brand-cat {}
.box-brand-cat .items {
	margin: 0 -5px;
	overflow: hidden;
}
.box-brand-cat .items li {
	float: left;
	padding: 0 5px;
	margin-top: 10px;
	width: 33.3333333%;
}
.box-brand-cat .items li a {
	display: block;
	padding-top: 58px;
	position: relative;
	border: 1px solid #ddd;
}
.box-brand-cat .items li a:hover {
	border-color: var(--c1);
}
.box-brand-cat .items li a img {
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 75%;
	max-height: 75%;
	position: absolute;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px){
	.header-top .logo {
		padding: 10px 0;
	}
	.header-top .logo img {
		width: auto;
		max-height: 50px;
	}
	.header-top .form-search {
		margin: 0;
	}
	.header-top .hotlines {
		width: auto;
		background: none;
		padding: 4px 0 3px;
	}
	.header-top .hotlines .hotline {
		padding: 0;
	}
	.header-top .hotlines .zalo a small,
	.header-top .hotlines .zalo a span,
	.header-top .hotlines .hotline:not(.zalo) a small,
	.header-top .hotlines .hotline:not(.zalo) a span {
		display: none;
	}
	.header-top .hotlines .hotline:not(.last) a::before {
		margin-right: 15px;
	}
	.header-top .hotlines .dropdown>a::before {
		margin-right: 0;
		background-size: 24px 24px;
		border: 1px solid var(--c1);
	}
	.zalo .dropdown-menu {
		right: 0;
		top: calc(100% + 57px);
	}
	.zalo .dropdown-menu li a {
		padding: 10px 15px 10px 50px;
		background: url(assets/images/bg-zalo.png) no-repeat 15px center;
		background-size: 26px 26px;
	}
	.mega-menu .btn-product-cat {
		font-size: 12px;
		white-space: nowrap;
	}
	.mega-menu .btn-product-cat::before {
		margin-right: 5px;
	}
	.mega-menu .items>li>a {
		background-size: 16px 16px;
		padding: 7px 10px 8px 35px;
	}
	.menu-primary > li > a {
		padding: 10px 15px 10px 40px;
		background-position: 15px center ! important;
	}
	.widget-mini-cart > a,
	.widget-mini-cart > a > span {
		font-size: 12px;
		line-height: 1.2;
	}
	.widget-mini-cart > a {
		padding: 5px 15px 5px 50px;
	}
	.footer-copyright .socials {
		padding-right: 50px;
	}
	.footer-newsletter p {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media screen and (max-width: 992px){
	.menu-primary > li > a {
		padding: 10px 15px;
		background: none ! important;
	}
	.menu-primary > li:not(:last-child)::after {
		height: 14px;
	}
	.widget-mini-cart > a {
		background: none;
		padding: 5px 0 5px 25px;
	}
	.widget-mini-cart > a::before {
		left: 0;
	}
	.widget-mini-cart > a > small,
	.widget-mini-cart > a > span {
		display: none;
	}
	.footer-policy {
		display: none;
	}
	.footer_search {
		margin-top: 20px;
	}
	.footer_address {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 767px){
	.wrapper {
		padding-left: 5px;
		padding-right: 5px;
	}
	.maker.open {
		top: 60px;
	}
	.sticky-wrapper.is-sticky {
		z-index: 999;
		position: relative;
	}
	.header-top {
		background: white;
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	}
	.header-top .logo {
		height: 60px;
		padding: 5px 0;
	}
	.header-top .logo a {
		width: 65px;
		overflow: hidden;
	}
	.header-top .logo img {
		max-width: initial;
	}
	.header-top .form-search {
		padding: 0;
		float: left;
		border-radius: 3px;
		width: calc(100% - 30px);
		margin: 10px 0 10px -25px;
		border: 1px solid var(--c2);
	}
	.header-top .form-search .btn {
		width: 40px;
		background: none;
		position: relative;
	}
	.header-top .form-search .btn::after,
	.header-top .form-search .btn span {
		display: none;
	}
	.header-top .form-search .form-control {
		width: 100%;
		border: none;
		padding: 6px 8px;
		background: none;
	}
	.header-nav {
		top: 30%;
		right: 0;
		position: fixed;
		background: none;
		border-radius: 100%;
	}
	.widget-mini-cart > a {
		height: 55px;
		padding: 15px 0 0;
	}
	.widget-mini-cart > a::before {
		display: none;
	}
	.widget-mini-cart > a > span {
		width: 40px;
		height: 40px;
		display: block;
		color: var(--c1);
		border-radius: 100%;
		border: 1px solid var(--c1);
		background: white url(assets/images/icon-cart.png) no-repeat center center;
		background-size: 22px 22px;
	}
	.widget-mini-cart > a > span > b {
		position: absolute;
		right: 0;
		width: 20px;
		height: 20px;
		line-height: 18px;
		text-align: center;
		z-index: 1;
		border-radius: 100%;
		background: white;
		color: var(--c1);
		top: 2px;
		border: 1px solid var(--c1);
	}
	.widget-mini-cart > a > span > i {
		display: none;
	}
	.go-to-top,
	.box-support {
		right: 5px;		
	}
	ul.copyright {
		display: block;
	}
	ul.copyright li.sap {
		display: none;
	}
	.footer-copyright .socials li:first-child {
		margin-left: 0;
	}
	.footer-menu .widget {
		margin: 0 0 15px;
		overflow: hidden;
		border-radius: 3px;
		border: 1px solid white;
	}
	.footer-menu .footer_search {
		margin: 0;
	}
	.footer-menu .widget-title {
		margin: 0;
		padding: 8px 10px;
	}
	.footer-menu .widget-title::after {
		display: none;
	}
	.footer-menu .widget-title::before {
		content: '\f067';
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
		top: 50%;
		font-weight: 400;
		transform: translate(0, -50%);
	}
	.footer-menu .open .widget-title {
		background: #2f3174;
	}
	.footer-menu .open .widget-title::before {
		content: '\f068';
	}
	.footer-menu .widget-content {
		display: none;
		padding: 10px;
		border-top: 1px solid white;
	}
	.footer-newsletter .newsletter,
	.footer-newsletter .footer_address {
		padding: 10px 0 10px 55px;
		background-size: 40px 40px;
	}
	.form-newsletter {
		padding: 0;
	}
	.footer-newsletter .footer_address {
		margin: 0;
	}
	.footer-newsletter .footer_address strong {
		display: none;
	}
	.footer-copyright .bct {
		display: block;
	}	
	.footer-copyright .bct .img {
		margin: 0 0 5px;
	}
	.footer-copyright .socials {
		padding: 0;
		float: none;
	}
	.box-title {
		padding-top: 20px;
		margin-bottom: 20px;
	}
	
	.btn-mmenu {
		width: 45px;
		height: 40px;
		float: right;
		display: block;
		margin: 10px 0;
		padding: 10px 0;
		text-align: center;
		border-radius: 3px;
		position: relative;
		background: var(--c1);
	}
	.btn-mmenu > span {
		display: block;
		width: 26px;
		height: 3px;
		background: white;
		margin: auto;
	}
	.btn-mmenu > span.center {
		margin: 5px auto;
	}
}