/* Reset css */

:root {
	--c1: #c7c7c7;
	--c2: #0f33a8;
	--c3: #f2c300;
	--c4: #f4f4f4;
	--c5: #1e44be;
}

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

body {
    margin: 0;
	font-family: 'Arial', sans-serif;	
}

article,
aside,
footer,
header,
nav,
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,
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;
}

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

a {
    color: inherit;
	text-decoration:none;
}

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

.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: 1200px;
	position: relative;
}
.wrapper::after {
	content:'';
	display:table;
	clear:both;
}

.cnt-wrap {
	overflow: hidden;
	height: auto ! important;
}
.entry ul {
	list-style: disc;
	margin-left: 15px;
}
/* pvt-header style */
#pvt-header {
	background: #fff;
}
#header {
	padding-top:10px;
	padding-bottom:10px;
}
#header h1 {
	margin: 0;
}
#header h1 a {
	display: block;
}
.menu-top-wrap {
	text-align: right;
	margin-bottom: 15px;
}
.menu-top>li {
	position: relative;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
}
.menu-top>li:first-child {
	padding-left: 0;
}
.menu-top>li.last {
	padding-right: 0;
}
.menu-top>li>a {
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
}
.menu-top>li.active>a,
.menu-top>li:hover>a {
	color: var(--c2);
}
.menu-top>li.has-sub>a::after {
	content: '\f107';
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 3px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.menu-top .sub-menu {
	display: none;
}
.box-search-wrap {
	width: 57.144%;
	padding-left: 0;
}
.formsearch {
	background: #fff;
	position: relative;
	border-radius: 4px;
}
.formsearch > label {
	margin: 0;
    color: #999;
    font-weight: 400;
    position: absolute;
    left: 10px;
    top: 50%;
	cursor: text;
	z-index:1;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.formsearch .text-search {
	height: 40px;
	z-index:2;
	border-radius: 3px;
	padding-right: 60px;
	border-color: var(--c1);
	box-shadow: none;
	background: none;
}
.formsearch .btn-search {
	width: 50px;
	height: 36px;
	top: 2px;
	right: 2px;
	border: none;
	font-size: 16px;
	border-radius: 2px;
	color: #FFF;
	outline: none;
	padding: 0;
	text-indent: 60px;
	position: absolute;
	overflow: hidden;
	display: block;
	background: var(--c3);
}
.btn-search::before {
	width: 50px;
	height: 36px;
	display: block;
	text-indent: 0;
	line-height: 33px;
	font-family: FontAwesome;
}

.search-phone-cart {
	width: 100%;
	display: table;
	margin-bottom: 10px;
}
.search-phone-cart>li {
	position: relative;
	white-space: nowrap;
	display: table-cell;
	vertical-align: middle;
}
.box-hotline-wrap {
	width: 21.43%;
	padding-left: 25px;
}
.box-hotline-wrap>a {
	color: #333;
	display: block;
	max-width: 140px;
	position: relative;
	border-radius: 20px;
	border: 1px solid var(--c1);
	padding: 3px 40px 4px 44px;
}
.box-hotline-wrap>a::before {
	top: 0;
    left: -5px;
	content: '';
	width: 40px;
	height:40px;
	position: absolute;
	background: url(../images/skype-icon.png) no-repeat;
	background-size: 40px;
}
.box-hotline-wrap>a::after {
	content: '\f0d7';
	position: absolute;
	top:50%;
	right: 20px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.box-hotline-wrap>a>span {
	display: block;
}
.box-hotline-wrap>a>span.first {
	font-size: 12px;
	text-transform: uppercase;
}
.box-hotline-wrap>a>span.last {
	font-size: 10px;
}

/* box-minicart-wrap */
.box-minicart-wrap {
	width: 21.43%;
	padding-left: 20px;
}
.box-minicart-wrap>a {
	color: #333;
	height: 40px;
	width: 145px;
	display: block;
	position: relative;
	border-radius: 20px;
	text-transform: uppercase;
	padding: 9px 20px 9px 50px;
	border: 1px solid #c7c7c7;
}
.box-minicart-wrap>a::before {
	top: 0;
    left: -5px;
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../images/cart-icon.png) no-repeat;
	background-size: 40px;
}
.box-minicart-wrap>a>span.first {
	font-size: 12px;
}
.box-minicart-wrap>a>span.last {
	color: #FFF;
	width: 28px;
	height: 28px;
	position: absolute;
	background: #0f33a8;
	border-radius: 100%;
	border: 1px solid #FFF;
	line-height: 28px;
	text-align: center;
	font-size: 12px;
	top: -7px;
    left: 20px;
	transition: all. 4s ease-in-out;
	-moz-transition: all. 4s ease-in-out;
	-webkit-transition: all. 4s ease-in-out;
}
.box-minicart-wrap>a::after {
	content: '\f0d7';
	position: absolute;
	top:50%;
	right: 20px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.box-hotline-wrap:hover>a,
.box-minicart-wrap:hover>a {
	background: #f5f5f5;
	border-color: var(--c2);
}
.mini-cart-empty {
	padding: 15px;
}
.mini-cart-empty p::before {
	padding-right: 10px;
	font-family: FontAwesome;
}
.mini-cart-empty a {
	color: var(--c2);
	padding: 0 15px;
	background: #FFF;
	line-height: 30px;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
    border: 1px solid var(--c2);
	transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.mini-cart-empty a:hover {
	color: #fff;
	background-color: var(--c2);
}

/* pvt-navigation style */
#pvt-navigation {
	z-index: 100;
	background: var(--c4);
}
.is-sticky #pvt-navigation {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}
.is-sticky .formsearch .text-search {
	border-color: var(--c2);
}
#navigation {
	height: 45px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    background: var(--c2);
}
#navigation .line {
	height: 5px;
	position: absolute;
	background: var(--c2);
	top: -5px;
	width: 100%;
}
#navigation .line::before {
    left: -6px;
	content: '';
    position: absolute;
    border-bottom: 0 solid transparent;
    border-top: 5px solid transparent;
    border-right: 6px solid var(--c2);
}
#navigation .line::after {
    right: -6px;
	content: '';
    position: absolute;
    border-bottom: 0 solid transparent;
    border-top: 5px solid transparent;
    border-left: 6px solid var(--c2);
}
.btn-pro-menu {
	color: #FFF;
	height: 40px;
	width: 235px;
	border: none;
	outline: none;
	font-weight: 700;
	text-align: left;
	margin-left: -10px;
	border-radius: 2px;
	padding-left: 30px;
	position: relative;
	padding-right: 10px;
	text-transform: uppercase;
	border: 1px solid var(--c5);
	background: var(--c5) url(../images/btn-pro-menu.png) no-repeat 10px center;
	background-size: 12px 12px;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.btn-pro-menu::after {
	top:50%;
	right: 10px;
	font-weight: 400;
	content: '\f0d7';
	position: absolute;
	font-family: FontAwesome;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.open-menu .btn-pro-menu {
	border-color: #FFF;
	background: var(--c2) url(../images/btn-pro-menu.png) no-repeat 10px center;
}

.primary-menu {
	float: left;
	margin-top: -5px;
	margin-left: -60px;
	border-right: 1px solid #FFF;
}
.primary-menu>li {
	float: left;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.primary-menu>li.has-sub>a {
	padding-left: 10px;
	padding-right: 25px;
}
.primary-menu>li>a {
	color: #FFF;
    display: block;
    padding: 13px 20px 13px 12px;
}
.primary-menu>li.active>a,
.primary-menu>li:hover>a {
	background-color: var(--c2);
}
.primary-menu>li.has-sub>a::after {
    top: 50%;
    left: 100%;
	content: '\f107';
    position: absolute;
    margin-left: -20px;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}
.primary-menu>li>a>span.icon {
	width: 24px;
	margin-right: 3px;
	display:inline-block;
	vertical-align: middle;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.primary-menu>li.last>a>span.icon {
	-webkit-animation-duration: 1.25s;
	animation-duration: 1.25s;
	-webkit-animation-name: sonar;
	animation-name: sonar;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.menu-top>li:hover>.sub-menu,
.primary-menu>li:hover>.sub-menu {
	z-index: 99;
	display: block;
}
.menu-top .sub-menu,
.primary-menu .sub-menu {
	top: 100%;
	display: none;
	min-width: 235px;
	background: #FFF;
	padding: 10px 15px;
	position: absolute;
	text-align: left;
	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);
}
.menu-top .sub-menu>li,
.primary-menu .sub-menu>li {
	padding: 7px 0;
	white-space: nowrap;
	border-bottom: 1px dashed #ddd;
}
.menu-top .sub-menu>li:first-child,
.primary-menu .sub-menu>li:first-child {
	padding-top: 0;
}
.menu-top .sub-menu>li.last,
.primary-menu .sub-menu>li.last {
	border-bottom: 0;
	padding-bottom: 0;
}
.menu .sub-menu>li>a,
.primary-menu .sub-menu>li>a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.menu-top .sub-menu>li>a::before,
.primary-menu .sub-menu>li>a::before {
	content: '\f105';
	margin-right: 7px;
}
div.menu-member {
	float: right;
	height: 40px;
	display: table;
	position: relative;
	padding-left: 35px;
}
div.menu-member .inner {
	width: 75px;
	display: table-cell;
	vertical-align: middle;
}
div.menu-member .inner::before {
	left: 0;
	top: 50%;
	color: #fff;
	font-size: 26px;
	position: absolute;
	font-family: FontAwesome;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
div.menu-member .inner>a {
	color: #fff;
	display: block;
	font-size: 13px;
}
div.menu-member a.member-link {
	overflow: hidden;
	position: relative;
	padding-right: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.menu-member a.member-link::after {
	right: 0;
	content: '\f107';
	padding-left: 3px;
	position: absolute;
}
div.menu-member:hover .member-widget-wrap {
	display: block;
}
.member-widget-wrap {
	top: 100%;
	right: -15px;
	z-index: 9999;
	display: none;
	padding-top: 6px;
	position: absolute;
}
.member-widget {
	width: 220px;
	padding: 15px;
	background: #FFF;
	border: 1px solid #1989cd;
	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);
}
.member-widget .avatar-thumb {
	margin-bottom: 10px;
}
.member-widget .avatar-thumb .img {
	display: inline-block;
	vertical-align: middle;
	position:relative;
	width:60px;
	height:60px;
	border-radius: 100%;
	overflow:hidden;
}
.member-widget .avatar-thumb .img img {
	position:absolute;
	top:50%;
	left: 50%;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	max-width: 100%;
	max-height:100%;
}
.member-widget .username {
    font-weight: 700;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
    max-width: 109px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.member-widget .item {
	padding: 7px 0;
	border-bottom: 1px dashed #ddd;
}
.member-widget .item.last {
	border-bottom: 0;
	padding-bottom: 0;
}
.member-widget .item a::before {
	content: '\f105';
	padding-right: 7px;
}

/* pvt-policy style */
#pvt-policy {
	padding-top: 12px;
	background: #f5f5f5;
	padding-bottom: 13px;
	border-top: 4px solid var(--c2);
	border-bottom: 1px solid #dcdcdc;
}
.adv-policy .adv-item {
	display: table;
}
.adv-policy .adv-item-img,
.adv-policy .adv-item-text {
	display: table-cell;
	vertical-align: middle;
}
.adv-policy .adv-item-img {
	width: 60px;
	height: 60px;	
	background: #FFF;
	position: relative;
	border-radius: 100%;
}
.adv-policy .adv-item-img a {
	display:block;
}
.adv-policy .adv-item-img img {
	top:50%;
	left: 50%;
	position:absolute;
	transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
}
.adv-policy .adv-item-text {
	color: var(--c2);
	padding-left: 10px;
}

/* pvt-footer style */
#pvt-footer {
	padding: 20px 0;
}
.box-social-icon {
	margin-bottom: 20px;
}
.box-social-icon ul {
	margin-top: 10px;
	overflow: hidden;
}
.box-social-icon li {
	float: left;
	margin-right: 10px;
}
.box-social-icon li:last-child {
	margin-right: 0;
}
.box-social-icon li a {
	width: 35px;
	height: 35px;
	display: block;
	font-size: 16px;
    overflow: hidden;
	line-height: 35px;
	text-indent: 40px;
	text-align: center;
	border-radius: 100%;
	background: #f2f2f2;
	transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.box-social-icon li a::before {
	text-indent: 0;
	display: block;
}
.box-social-icon li a:hover {
	color: #fff;
	background: var(--c2);
}
.box-bank {
    padding-right: 20px;
}
.box-bank .adv-bank {
	overflow: hidden;
}
.box-bank .adv-item {
	float: left;
	margin: 5px 0;
	overflow: hidden;
	width: 33.3333333%;
}
.box-bank .adv-item a {
	float: left;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #dedede;
}
.box-support li {
	line-height: 2em;
	margin-bottom: 5px;
}
.box-support li strong {
	color: var(--c2);
}
.box-support li strong::before {
    top: -2px;
    font-size: 8px;
	content: "\f111";
	margin-right: 5px;
    position: relative;
	font-family:FontAwesome;
}
.box-fb-page {
	margin-top:20px;
}
.box-contact {
	margin-bottom: 20px;
}
.box-contact li {
	line-height:1.8em;
	margin-bottom: 5px;
	position: relative;
	padding-left: 22px;
}
.box-contact li::before {
	left: 0;
	position: absolute;
	padding-right: 5px;
	font-family: FontAwesome;
}
.footer-menu {
	margin-bottom:20px;
}
.footer-menu li {
	margin-bottom:7px;
}
.footer-menu li a::before {
	content: '\f105';
	margin-right: 5px;
}
#pvt-footer .newsletter {
	margin-bottom: 20px;
}
#pvt-footer .footer-title {
	color: var(--c2);
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 7px;
	text-transform: uppercase;
}
#pvt-footer .newsletter .footer-content {
	color: #666;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 10px;
}
#pvt-footer .newsletter form {
	position:relative;
}
#pvt-footer .newsletter .form-control {
	height: 40px;
	box-shadow: none;
	border-radius: 3px;
	border-color: #e2e2e2;
	padding-right: 40px;
}
#pvt-footer .newsletter button {
	position: absolute;
	outline: none;
	background: none;
	border: none;
	right: 5px;
	top: 50%;
	padding: 0;
	width:22px;
	height:22px;
	overflow: hidden;
	text-indent: -50px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
#pvt-footer .newsletter button::before {
	font-family: FontAwesome;
	font-size: 20px;
	color: var(--c2);
	display: block;
	text-indent: 0;
}

/* pvt-partner style */
#pvt-partner {
	color: #FFF;
	background: var(--c2);
	padding: 21px 0 22px;
}
#pvt-partner .adv-partner {
	overflow: hidden;
}
#pvt-partner .adv-item {
	float: left;
	width: 100px;
	margin-right: 18.7px;
}
#pvt-partner .adv-item.last {
	margin-right: 0;
}
#pvt-partner .adv-item a {
	display: block;
}
#partner {
	padding-left: 15px;
	padding-right: 15px;
}
#partner label {
	margin-bottom:10px;
	text-transform: uppercase;
}

/* pvt-search-menu style */
#pvt-search-menu {
	background: var(--c3);
}
#search-menu {
	padding-left: 15px;
	padding-right: 15px;
}
#search-menu .menu-search {
	color: #444444;
	padding-top: 9px;
	padding-bottom: 9px;
}
#search-menu .menu-search>li.first {
	padding-left: 0;
}
#search-menu .menu-search>li {
	float:left;
	padding: 3px 30px 3px 0;
}
#search-menu .menu-search>li>a::before {
	content: "\f111";
	font-size: 4px;
	position: relative;
	top: -2px;
}

/* pvt-copyright style */
#pvt-copyright {
	padding: 10px 0 25px;
}
#pvt-copyright .adv-bct-txt {
	padding-left: 5px;
}
#pvt-copyright ul::after {
	content: '';
	clear: both;
	display: table;
}
#pvt-copyright li.sap {
	padding: 0 5px;
}
#pvt-copyright li {
	float:left;
	color: #888888;
	display:inline-block;
	vertical-align: middle;
}
#pvt-copyright li span {
	color: var(--c2);
}
#pvt-copyright .adv-bct {
	font-size: 13px;
}
#pvt-copyright .adv-bct-img,
#pvt-copyright .adv-bct-txt {
	color: #666;
	display: inline-block;
	vertical-align: middle;
}
a.madeby {
	color: #888;
}
a.madeby strong {
	color:var(--c2);
	font-weight:400;
	text-transform:uppercase;
}

/* box-result-search style */
.open-search .formsearch {
	z-index: 9999;
}
.overlay .maker,
.open-search .maker {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9998;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
}
.box-result-search {
	width: 100%;
	z-index: 99999;
	position: absolute;
}
.box-result-search .list-item {
	overflow: auto;
	margin-top: 1px;
	background: #FFF;
	max-height: 305px;
	border-radius: 3px;
	border: 1px solid #1286cc;
}
.box-result-search .item {
	border-bottom: 1px dashed #ddd;
}
.box-result-search .item:last-child {
	border-bottom: none;
}
.box-result-search .item a {
	width: 100%;
	padding: 5px;
	display: table;
	white-space: normal;
}
.box-result-search a:hover {
	background: #f5f5f5;
}
.box-result-search .thumb,
.box-result-search .text {
	display: table-cell;
	vertical-align: middle;
}
.box-result-search .thumb {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.box-result-search .thumb img {
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.box-result-search .text {
	font-size: 12px;
	padding-left: 10px;
}
.box-result-search .title {
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 2px;
	white-space: normal;
}
.box-result-search .price {
	float: left;
	color: #f1425b;
}
.box-result-search .price-old {
	color: #999;
	float: left;
	font-size: 10px;
	margin-left: 5px;
	text-decoration: line-through;
}

/* box-product-menu style */
#box-product-menu:hover #product-menu {
	display: block;
}
.open-menu #pvt-header {
	background: #FFF;
}
.open-menu #pvt-header,
.open-menu #pvt-navigation {
	z-index: 9999;
	position: relative;
}
.open-menu .maker {
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	position: fixed;
	background: rgba(0,0,0,0.5);
}
.open-menu .btn-pro-menu::after {
	content: '\f0d8';
}
.open-menu #product-menu {
	display: block;
}

#product-menu {
	left: 0;
	display: none;
	z-index: 9999;
	padding-top: 5px;
	position: absolute;
}
#product-menu .menu-product-wrap {
	float: left;
	width: 240px;
	background: #FFF;
	border: 2px solid var(--c2);
}
#product-menu .sub-menu-wrap {
	display: none;
}
#product-menu>.sub-menu-wrap {
	float: left;
	width: 930px;
	height: 350px;
	display: block;
	background: #FFF;
	padding: 15px 10px;
	overflow-y: auto;
}
.sub-menu-wrap>.sub-menu {
	overflow: hidden;
}
.sub-menu-wrap>.sub-menu>li {
	width: 25%;
    padding: 0 10px;
	margin-bottom: 15px;
    vertical-align: top;
    display: inline-block;
}
.sub-menu-wrap>.sub-menu>li>a {
	display: block;
	color: var(--c5);
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.sub-menu-wrap>.sub-menu .sub-menu>li {
	margin-bottom: 7px;
}
.sub-menu-wrap>.sub-menu .sub-menu>li>a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sub-menu-wrap>.sub-menu .sub-menu>li>a::before {
	content: '\f105';
	padding-right: 5px;
}
.sub-menu-wrap>.sub-menu .sub-menu>li.last {
	margin-bottom: 0;
}
#product-menu .menu-product>li>a {
	display: block;
	position: relative;
	padding: 9px 10px 9px 45px;
	border-bottom: 1px solid #ddd;
}
#product-menu .menu-product>li:hover>a,
#product-menu .menu-product>li.active>a {
	background: #f5f5f5;
}
#product-menu .menu-product>li.has-sub>a::after {
	right: 20px;
	content: '\f105';
	position: absolute;
}
#product-menu .menu-product>li>a>.menu-icon {
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
#product-menu .menu-product>li>a>.menu-icon>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

/* sonar effect */
@-webkit-keyframes sonar {
    0% {
        transform: scale(1)
        -webkit-transform: scale(1);
	}
    100% {
        transform: scale(0.75);
        -webkit-transform: scale(0.75);
	}
}

@keyframes sonar {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
	}
    100% {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
	}
}

/* hover effect */
.hover {
    position: relative;
}

.hover::before,
.hover::after,
.hover .inner::before,
.hover .inner::after {
    content: '';
    display: block;
    position: absolute;
    background: var(--c2);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.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 {
    bottom: -1px;
    left: 50%;
    width: 0;
    z-index: 1;
    height: 1px;
    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%;
}


/* 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 {
    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);
}

/* scroll-product-wrap */
.scroll-product-wrap {
	left: 0;
	top: 50%;
	z-index: 99;
	position: fixed;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: calc((100% - 1170px) / 2);
}
.scroll-product-wrap ul {
	position: absolute;
	left: 100%;
	margin-left: -50px;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.scroll-product-wrap li {
	margin-bottom: 2px;
}
.scroll-product-wrap li.last {
	margin-bottom: 0;
}
.scroll-product-wrap li a {
	position: relative;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #ddd;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	white-space: nowrap;
}
.scroll-product-wrap .menu-icon,
.scroll-product-wrap .menu-title {
	display: inline-block;
	vertical-align: middle;
}
.scroll-product-wrap .menu-title {
    height: 33px;
	display: none;
	font-size: 13px;
	padding: 0 10px;
    line-height: 33px;
	white-space: nowrap;
    transition: all .4s ease-in-out;
}
.scroll-product-wrap .menu-icon {
	width: 33px;
	height: 33px;
	background: #FFF;
	overflow: hidden;
	position: relative;
	border-radius: 3px 0 0 3px;
	
}
.scroll-product-wrap .menu-icon 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%);
}
.scroll-product-wrap li.active a {
	border-color: var(--c2);
}
.scroll-product-wrap li a:hover {
	color: #FFF;
	background: var(--c2);
	border-color: var(--c2);
}
.scroll-product-wrap li a:hover .menu-title {
	display: inline-block;
}

/* scroll-right-wrap */
.scroll-right-wrap {
	top: 50%;
	right: 0;
	z-index: 99;
	position: fixed;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	width: calc((100% - 1170px) / 2);
}
.scroll-right-wrap ul {
	position: absolute;
	right: 100%;
	margin-right: -50px;
	top: 50%;
	transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.scroll-right-wrap li {
	margin-bottom: 2px;
}
.scroll-right-wrap li.last {
	opacity: 0;
	margin-bottom: 0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.scroll-right-wrap li a,
.scroll-right-wrap li span {
	width: 37px;
	height: 37px;
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 100%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}
.scroll-right-wrap img {
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.scroll-right-wrap li.last span {
	color: #666;
	cursor: pointer;
	font-size: 15px;
	background: #FFF;
	line-height: 30px;
	text-align: center;
	border: 1px solid #b4b4b4;
}
.scroll-right-wrap li.last span:hover {
	color: #fff;
	border-color: var(--c2);
	background-color: var(--c2);
}

/* fixed menu scroll */
.sticky-wrapper .formsearch {
	display: none;
}
.is-sticky .outer {
	z-index: 99999 !important;
}
.is-sticky .line {
	display: none;
}
.is-sticky #navigation {
	height: 50px;
	padding-top: 5px;
}
.is-sticky .formsearch {
	float: left;
	width: 60.177%;
	display: block;
	margin-left: -60px;
	border-radius: 4px;
}
.is-sticky .primary-menu {
	margin-left: 19px;
}
.is-sticky .primary-menu .menu-item {
	display: none;
}
.is-sticky .primary-menu .scroll-menu-fixed {
	display: block;
}

/* box mini cart */
.box-minicart-wrap:hover .box-mini-cart {
    display: block;
}
.box-mini-cart {
    right: 0;
    top: 100%;
    z-index: 9999;
    display: none;
    padding-top: 2px;
    position: absolute;
}

.mini-cart-list {
    color: #333;
    width: 310px;
    background: #FFF;
	border: 1px solid var(--c2);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
}
.mini-cart-item {
    padding: 10px 0;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

.mini-cart-item:last-child {
    border-bottom: none;
}

.mini-cart-item .inner {
    position: relative;
}

.mini-cart-item .remove-item {
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    color: #999999;
    font-size: 16px;
    line-height: 32px;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    border: 1px solid #cecece;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.remove-item:hover {
    color: #d10000;
    border-radius: 100%;
    border-color: #d10000;
}

.mini-cart-item .thumb {
    width: 60px;
    position: absolute;
}

.mini-cart-item .thumb a {
    display: block;
    position: relative;
    padding-top: 60px;
}

.mini-cart-item .thumb img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 90%;
    max-height: 90%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.mini-cart-item .text {
    font-size: 13px;
    margin-left: 70px;
    padding-right: 40px;
}
.mini-cart-item .text a {
	white-space: normal;
}

.mini-cart-item .item-price {
    color: #f1425b;
}

.mini-cart-total {
    padding: 15px;
    background: #f2f2f2;
}

.mini-cart-item b {
    color: #f1425b;
}

.mini-cart-total .total {
    color: #f1425b;
    font-size: 20px;
    margin-left: 5px;
    font-weight: 700;
    position: relative;
}

.mini-cart-total a {
    display: block;
    width: 100%;
    background: #FFF;
    color: var(--c2);
    font-weight: 700;
    font-size: 16px;
    height: 40px;
    margin-top: 10px;
    outline: none;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid var(--c2);
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.mini-cart-total a:hover {
    color: #FFF;
    background: var(--c2);
}

.mini-cart-total a::before {
    font-weight: 400;
    padding-right: 5px;
}

/* box-support-menu */
.box-hotline-wrap:hover .box-support-menu {
	display: block;
}
.box-support-menu {
	top: 100%;
	display: none;
	z-index: 99999;
	padding-top: 2px;
	position: absolute;
}
.box-support-menu ul {
	width: 305px;
	padding: 5px 15px;
	background: #FFF;
	border: 1px solid var(--c2);
	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);
}
.box-support-menu ul li {
	padding: 3px 0;
	border-bottom: 1px dashed #ddd;
}
.box-support-menu ul li:last-child {
	border-bottom: none;
}
.box-support-menu ul li a::before {
	color: #1abcf0;
	font-size: 20px;
	padding-right: 10px;
}

/* Responsive 1200px */
@media screen and (max-width: 1200px)
{
    .menu-top>li {
		padding-left: 7px;
		padding-right: 7px;
	}
	.menu-top>li.has-sub {
		padding-right: 11px;
	}
	.box-hotline-wrap {
		padding-left: 20px;
	}
	.box-minicart-wrap {
		padding-left: 15px;
	}
	.box-support-menu ul {
		width: 300px;
	}
	
	#navigation .primary-menu {
		margin-left: -10px;
	}
	#navigation .hidden-ipad {
		display: none;
	}
	.primary-menu>li>a {
		padding: 13px 11px 13px 5px;
	}
	.primary-menu>li.has-sub>a {
		padding-left: 5px;
		padding-right: 20px;
	}
	.primary-menu>li.has-sub>a::after {
		margin-left: -15px;
	}
	.is-sticky .formsearch {
		width: 53%;
		margin-left: -15px;
		margin-right: 16px;
	}
	
	#product-menu>.sub-menu-wrap {
		width: 75.856%;
	}
	
	/* Footer */
	#pvt-footer .box-contact {
		padding-right: 0;
	}
	#pvt-footer .box-fb-page {
		display: block;
	}
	
	#pvt-partner .adv-partner {
		margin-left: -5px;
		margin-right: -5px;
	}
	#pvt-partner .adv-item {
		margin: 0;
		padding: 0 5px;
		width: 10%;
	}
	#search-menu .menu-search>li {
		padding: 3px 10px 3px 0;
	}
	#pvt-footer .newsletter {
		padding-right: 0;
	}
	.footer-column-2 {
		width: 20%;
	}
	.footer-column-4 {
		width: 30%;
	}
}

/* Mobile 992px */
@media screen and (max-width: 992px)
{
	#product-menu>.sub-menu-wrap {
		width: 67.48%;
	}
	.box-search-wrap {
		width: 76%;
	}
	.box-minicart-wrap {
		width: 70px;
		padding-left: 20px;
	}
	.box-hotline-wrap {
		width: 65px;
		padding-left: 25px;
	}
	.box-hotline-wrap>a {
		padding: 0;
		border: none;
		width: 40px;
		height: 40px;
	}
	.box-hotline-wrap>a::after,
	.box-hotline-wrap>a>span {
		display: none;
	}
	.box-minicart-wrap>a {
		left: 0;
		top: 3px;
		padding: 0;
		width: 50px;
		height: 40px;
		border: none;
		border-radius: 0;
	}
	.box-support-menu {
		right: 0;
	}
	.box-hotline-wrap:hover>a, .box-minicart-wrap:hover>a {
		background: none;
		border-color: none;
	}
	.box-minicart-wrap>a::after,
	.box-minicart-wrap>a>span.first {
		display: none;
	}
	#navigation .primary-menu {
		float: none;
		border: none;
		display: block;
		margin-top: -5px;
		position: relative;
		margin-left: -15px;
		margin-right: -15px;
	}
	.primary-menu>li {
		float: none;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
	}
	.primary-menu>li.has-sub>a {
		padding-left: 10px;
		padding-right: 26px;
	}
	.primary-menu>li>a {
		overflow: hidden;
		padding: 15px 12px;
		text-align: center;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.primary-menu>li.has-sub>a::after {
		margin-left: -20px;
	}
	.is-sticky .col-sm-8 {
		padding-left: 0;
		padding-right: 5px;
	}
	.is-sticky .formsearch {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.is-sticky .primary-menu {
		display: none !important;
	}
	.adv-footer,
	.box-bank {
		display: none;
	}
	.footer-column-1 .box-contact {
		width: 60%;
		float: left;
	}
	.footer-column-1 .newsletter {
		width: 40%;
		float: left;
	}
	.footer-column-2 .footer-menu {
		width: 50%;
		float: left;
	}
	.box-social-icon {
		display: none;
	}
	.footer-column-4 .footer-content {
		float: left;
	}
	#pvt-policy {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.adv-policy .adv-item-img,
	.adv-policy .adv-item-text {
		padding: 0;
		margin: auto;
		display: block;
		text-align: center;
	}
	.adv-policy .adv-item-img {
		margin-bottom: 5px;
	}
	#pvt-footer .footer-title {
		font-size: 14px;
	}
	.footer-column-2 {
		padding-right: 10px;
		width: 41.66666667%;
	}
	.footer-column-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.footer-column-4 {
		padding-left: 10px;
		width: 33.33333333%;
	}
	#pvt-footer .box-fb-page {
		display: none;
	}
}

/* Mobile 767px */
@media screen and (max-width: 767px)
{
	.thumb-avatar {
		margin: auto;
		display: block;
		margin-bottom: 15px;
	}
	.error-404 {
		border-bottom: 3px solid var(--c2);
	}
	.mmenu {
		display: none;
	}
	/* mmenu */
	.mm-listview > li.menu-member {
        margin-left: 0;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
        padding: 20px;
        padding-top: 20px;
        background: url(../images/bg-menu-top.jpg) no-repeat;
        background-size: cover;
	}
    .mobile-menu>li.last::after,
    .mobile-menu > li.menu-hotline::after,
    .mobile-menu > li.menu-member::after {
        display: none !important;
	}
    .mobile-menu > li.menu-member>span {
        padding: 0;
        height: 30px;
        color: #1b449c;
        font-size: 14px;
        background: #FFF;
        line-height: 28px;
        border-radius: 20px;
        display: inline-block;
        border: 1px solid #1d469e;
        -webkit-transition: all .4s ease-in-out;
        -webkit-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
	}
    .mobile-menu > li.menu-member>span>a {
        padding: 0 15px;
        position: relative;
        text-transform: none;
	}
    .mobile-menu > li.menu-member a.member-register::after {
        top: 50%;
        content: '';
        left: 100%;
        width: 1px;
        height: 12px;
        position: absolute;
        background: #1d469e;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
	}
    .mobile-menu > li.menu-hotline {
        margin-top: 10px;
	}
    .mobile-menu > li.menu-hotline a {
        padding: 10px;
        border-radius: 5px;
        background: #19469b;
        text-align: center;
        text-transform: none;
        color: #FFF;
        font-size: 20px;
        font-weight: 700;
        position: relative;
        overflow: initial;
        margin-left: 20px;
	}
    .mobile-menu > li.menu-hotline a::before {
        content: '';
        background: url(../images/icon-hotline.png) no-repeat;
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        left: -22px;
        top: 50%;
        border-radius: 100%;
        border: 2px solid #FFF;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
	}
    .mm-btn-close {
        top: 5px;
        right: 12px;
        z-index: 100;
        position: absolute;
        background: none;
        border: none;
        outline: none;
        font-size: 30px;
        padding: 0;
	}
    .mm-btn-close::before {
        font-family: FontAwesome;
	}
    .mm-menu .mm-header {
        background: url(../images/bg-menu-top.jpg) no-repeat;
        background-size: cover;
	}
    .sub-menu.mm-listview > li > a,
    .sub-menu.mm-listview > li > span {
        color: #666666;
        text-transform: none;
	}
	
	/* pvt-header */
	#pvt-header {
		z-index: 99999;
		padding:4px 5px;
		position: relative;
		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);
	}
	#pvt-header .logo {
		float: left;
		max-width: 87px;
	}
	#pvt-header .right-box {
		float: right;
		padding-top: 4px;
		padding-bottom: 3px;
	}
	#pvt-header .right-box>li {
		float: left;
		margin-right: 15px;
	}
	#pvt-header .right-box>li.last {
		margin-right: 0;
	}
	a.btn-menu {
		width: 45px;
		height: 45px;
		display: block;
		border-radius: 100%;
		background: var(--c2) url(../images/btn-menu-mobile.png) no-repeat center center;
		background-size: 45px 45px;
	}
	.search-btn {
		padding: 0;
		width: 45px;
		height: 45px;
		outline: none;
		cursor: pointer;
		color: var(--c2);
		background: #fff;
		border-radius: 100%;
		border: 1px solid var(--c2);
	}
	.search-btn::before {
		font-size: 20px;
		font-family: FontAwesome;
	}
	.open-search .search-btn {
		color: #fff;
		background-color: var(--c2);
	}
	.open-search .formsearch {
		display: block;
	}
	.formsearch {
		left: 10px;
		right: 10px;
		display: none;
		margin-top: 15px;
		position: absolute;
	}
	.open-support .box-support-menu {
		left: 10px;
		right: 10px;
		display: block;
		padding-top: 10px;
	}
	.box-support-menu ul {
		width: 100%;
		border: none;
	}
	.hotline-box {
		padding-top: 3px;
		padding-bottom: 2px;
	}
	.hotline-box>a {
		width: 40px;
		height: 40px;
		display: block;
		background: url(../images/skype-icon.png) no-repeat;
		background-size: 40px;
	}
	.box-minicart {
		padding-top: 5px;
		margin-right: 5px;
	}
	.open-cart .box-mini-cart {
		display: block;
	}
	.box-mini-cart {
		left: 10px;
		right: 10px;
		padding-top: 10px;
	}
	.mini-cart-list {
		width: 100%;
		border: none;
		box-shadow: none;
	}
	.box-minicart>a {
		width: 40px;
		height: 40px;
		display: block;
		position: relative;
		background: url(../images/cart-icon.png) no-repeat;
		background-size: 40px;
	}
	.box-minicart>a>span {
		color: #FFF;
		width: 28px;
		height: 28px;
		position: absolute;
		background: var(--c2);
		border-radius: 100%;
		border: 1px solid #FFF;
		line-height: 28px;
		text-align: center;
		font-size: 12px;
		top: -7px;
		left: 20px;
	}
	
	#pvt-footer {
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 0;
	}
	.footer-menu ul,
	.box-social-icon>ul {
		display: none;
		padding: 10px;
		background: #f2f2f2;
		margin-top: 1px;
	}
	#pvt-copyright {
		font-size: 13px;
		line-height: 1.6em;
		padding: 10px 0 15px;
	}
	#pvt-copyright li {
		float: none;
		display: block;
	}
	#pvt-footer .footer-menu .footer-title,
	#pvt-footer .box-social-icon .footer-title {
		margin: 0;
		position: relative;
		padding-bottom: 5px;
		border-bottom: 1px solid #9f9f9f;
	}
	.box-social-icon .footer-title::after,
	.footer-menu .footer-title::after {
		content:'\f0d7';
		font-family: FontAwesome;
		position: absolute;
		right: 10px;
	}
	#pvt-footer .box-social-icon.open .footer-title,
	#pvt-footer .footer-menu.open .footer-title {
		color: var(--c3);
		border-color: var(--c3);
	}
	.box-social-icon.open .footer-title::after,
	.footer-menu.open .footer-title::after {
		content:'\f0d8';
	}
	.footer-menu li.last {
		margin-bottom: 0;
	}
	#partner {
		padding-left: 5px;
		padding-right: 5px;
	}
	#pvt-partner .adv-partner {
		margin-left: 0;
		margin-right: 0;
	}
	.adv-partner {
		display: none;
	}
	#pvt-partner .adv-item {
		width: 100%;
		float: none;
		padding: 0;
	}
	#pvt-partner .adv-item img {
		width: 100%;
	}
	#pvt-partner {
		margin: 0 -10px;
	}
	.product .icon-brand {
		display: none;
	}
}

/* Mobile 480px */
@media screen and (max-width: 480px)
{
	
}

/* Mobile 479px */
@media screen and (max-width: 479px)
{
	#pvt-header {
		padding: 4px 10px;
	}
	#pvt-footer {
		padding-left: 10px;
		padding-right: 10px;
	}
	.box-social-icon .footer-title::after, 
	.footer-menu .footer-title::after {
		right: 5px;
	}
	#partner {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* Mobile 375px */
@media screen and (max-width: 375px)
{
	
}

/* Mobile 320px */
@media screen and (max-width: 320px)
{
	
}

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


.navation>li>a {
	color: var(--c2);
}

#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;
	display: flex;
}
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;
	font-size: 16px;
    color: var(--c2);
}
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;
}

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