footer a {
	color: #000;
	font-size: 14px;
	font-family: 'OpenSans-Medium';
}

.devvn_prod_variable .quantity .screen-reader-text {
	display: block
}

.box_sidebar ul.product_list_widget li {
	list-style: none
}

.screen-reader-text {
	display: none
}

.home-page .content-box-heading .text p {
	margin-bottom: 10px
}

	.home-page .content-box-heading .text p:last-child {
		margin-bottom: 0
	}

.slogan-top .name {
	margin: 0;
	text-align: center;
	color: #d8b604;
	font-size: 20px
}

.slogan-top {
	text-align: center;
	color: #d8b604;
	font-size: 20px
}

	.slogan-top .name {
		margin-bottom: 10px
	}

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

	.animated.infinite {
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite
	}

	.animated.hinge {
		-webkit-animation-duration: 2s;
		animation-duration: 2s
	}

	.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
		-webkit-animation-duration: .75s;
		animation-duration: .75s
	}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		transform: scale3d(1.05,1.05,1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
		transform: scale3d(.9,.9,.9) rotate(-3deg)
	}

	30%,50%,70%,90% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(3deg)
	}

	40%,60%,80% {
		-webkit-transform: scale3d(1.1,1.1,1.1) rotate(-3deg);
		transform: scale3d(1.1,1.1,1.1) rotate(-3deg)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0)
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

.kenit-alo-phone {
	position: fixed;
	left: 0;
	bottom: 10px;
	visibility: visible;
	background-color: transparent;
	width: 110px;
	height: 110px;
	cursor: pointer;
	z-index: 200000 !important
}

.kenit-alo-circle {
	width: 90px;
	height: 90px;
	top: 12px;
	left: 12px;
	position: absolute;
	background-color: transparent;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid rgba(30,30,30,.4);
	opacity: .1;
	border-color: #FBD62A;
	opacity: .5
}

.kenit-alo-circle-fill {
	width: 60px;
	height: 60px;
	top: 28px;
	left: 28px;
	position: absolute;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	background-color: #fbd62ab3;
	opacity: .75 !important
}

.kenit-alo-img-circle {
	width: 30px;
	height: 30px;
	top: 43px;
	left: 43px;
	position: absolute;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 2px solid transparent;
	opacity: .7;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	background-color: #FBD62A;
	background-size: 70%
}

.kenit-alo-phone span {
	display: block;
	background: #FBD62A;
	color: #000;
	font-weight: 700;
	padding: 5px;
	text-align: center;
	position: absolute;
	left: 5px;
	width: 110px;
	top: -15px;
	border-radius: 4px 4px
}

	.kenit-alo-phone span:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 10px 0;
		border-color: #FBD62A transparent transparent;
		position: absolute;
		top: 28px;
		left: 0;
		right: 0;
		text-align: center;
		margin: 0 auto
	}

.support-fix {
	position: fixed;
	right: 20px;
	bottom: 150px;
	z-index: 9999
}

	.support-fix ul li {
		display: block
	}

		.support-fix ul li a {
			width: 54px;
			height: 54px;
			line-height: 44px;
			display: inline-block;
			border: none;
			font-size: 18px;
			color: #fff;
			text-align: center;
			position: relative;
			border-radius: 50%;
			cursor: pointer;
			box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
			background-size: auto;
			background-repeat: no-repeat;
			background-position: center;
			background-color: #f7a400
		}



.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	flex: 0 0 48%;
	max-width: 48%
}

.devvn_prod_variable .quantity {
	display: block
}

.quantity {
	float: left;
	display: none
}

.devvn_prod_variable .quantity input {
	border: 1px solid #ddd;
	width: 100px;
	height: 30px
}

.popup-customer-info-group .devvn-order-btn, .devvn-popup-title {
	background: #d8b604
}

.devvn-popup-quickbuy a.devvn_buy_now_style {
	display: none
}

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

.woocommerce div.product form.cart {
	margin-bottom: 0
}

	.woocommerce div.product form.cart a.devvn_buy_now_style {
		background: #d8b604;
		margin-bottom: 0;
		min-width: auto;
		max-width: inherit;
		width: auto;
		padding: 7px 15px;
		text-transform: none;
		font-size: 14px;
		border-radius: 3px;
		margin-left: 10px
	}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block
}

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

progress {
	vertical-align: baseline
}

template, [hidden] {
	display: none
}

a {
	background-color: transparent
}

	a:active, a:hover {
		outline-width: 0
	}

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

dfn {
	font-style: italic
}

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

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: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

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

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

figure {
	margin: 1em 40px
}

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

button, input, select, textarea {
	font: inherit
}

optgroup {
	font-weight: 700
}

button, input, select {
	overflow: visible
}

button, input, select, textarea {
	margin: 0
}

button, select {
	text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
	cursor: pointer
}

[disabled] {
	cursor: default
}

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

	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0
	}

	button:-moz-focusring, input:-moz-focusring {
		outline: 1px dotted ButtonText
	}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

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

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
}

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

@media print {
	*, :before, :after, :first-letter, :first-line {
		text-shadow: none !important;
		box-shadow: none !important
	}

	a, a:visited {
		text-decoration: underline
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr, img {
		page-break-inside: avoid
	}

	p, h2, h3 {
		orphans: 3;
		widows: 3
	}

	h2, h3 {
		page-break-after: avoid
	}

	.navbar {
		display: none
	}

	.btn > .caret, .dropup > .btn > .caret {
		border-top-color: #000 !important
	}

	.tag {
		border: 1px solid #000
	}

	.table {
		border-collapse: collapse !important
	}

		.table td, .table th {
			background-color: #fff !important
		}

	.table-bordered th, .table-bordered td {
		border: 1px solid #ddd !important
	}
}

html {
	box-sizing: border-box
}

*, :before, :after {
	box-sizing: inherit
}

html {
	font-size: 15px;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Open Sans","Helvatica Neue",Arial,san-serifsans-serif;
	font-size: 1rem;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: none !important
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

p {
	margin-top: 0;
	margin-bottom: 1rem
}

abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #b3b3b3
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem
}

	ol ol, ul ul, ol ul, ul ol {
		margin-bottom: 0
	}

dt {
	font-weight: 700
}

dd {
	margin-bottom: .5rem;
	margin-left: 0
}

blockquote {
	margin: 0 0 1rem
}

a {
	color: #404040;
	text-decoration: none
}

	a:focus, a:hover {
		color: #23527c;
		text-decoration: none;
	}

	a:focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

	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: none
		}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

figure {
	margin: 0 0 1rem
}

img {
	vertical-align: middle
}

[role=button] {
	cursor: pointer
}

a, area, button, [role=button], input, label, select, summary, textarea {
	touch-action: manipulation
}

table {
	border-collapse: collapse;
	background-color: transparent
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #b3b3b3;
	text-align: left;
	caption-side: bottom
}

th {
	text-align: left
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

input, button, select, textarea {
	margin: 0;
	line-height: inherit;
	border-radius: 0
}

	input[type=radio]:disabled, input[type=checkbox]:disabled {
		cursor: not-allowed
	}

	input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
		-webkit-appearance: listbox
	}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: .5rem;
	font-size: 1.5rem;
	line-height: inherit
}

input[type=search] {
	-webkit-appearance: none
}

output {
	display: inline-block
}

[hidden] {
	display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.3;
	color: #404040
}

h1, .h1 {
	font-size: 2.5rem
}

h2, .h2 {
	font-size: 2rem
}

h3, .h3 {
	font-size: 1.75rem
}

h4, .h4 {
	font-size: 1.5rem
}

h5, .h5 {
	font-size: 1.25rem
}

h6, .h6 {
	font-size: 1rem
}

.lead {
	font-size: 1.25rem;
	font-weight: 300
}

.display-1 {
	font-size: 6rem;
	font-weight: 300
}

.display-2 {
	font-size: 5.5rem;
	font-weight: 300
}

.display-3 {
	font-size: 4.5rem;
	font-weight: 300
}

.display-4 {
	font-size: 3.5rem;
	font-weight: 300
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1)
}

small, .small {
	font-size: 80%;
	font-weight: 400
}

mark, .mark {
	padding: .2em;
	background-color: #fcf8e3
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none
}

.list-inline-item {
	display: inline-block
}

	.list-inline-item:not(:last-child) {
		margin-right: 5px
	}

.initialism {
	font-size: 90%;
	text-transform: uppercase
}

.blockquote {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	font-size: 1.25rem;
	border-left: .25rem solid #f2f2f2
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #b3b3b3
}

	.blockquote-footer:before {
		content: "\2014 \00A0"
	}

.blockquote-reverse {
	padding-right: 1rem;
	padding-left: 0;
	text-align: right;
	border-right: .25rem solid #f2f2f2;
	border-left: 0
}

	.blockquote-reverse .blockquote-footer:before {
		content: ""
	}

	.blockquote-reverse .blockquote-footer:after {
		content: "\00A0 \2014"
	}

.img-fluid, .carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.img-rounded {
	border-radius: .3rem
}

.img-thumbnail {
	padding: .25rem;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

.figure {
	display: inline-block
}

.figure-img {
	margin-bottom: .5rem;
	line-height: 1
}

.figure-caption {
	font-size: 90%;
	color: #b3b3b3
}

.head.navbar-fixed-top {
	animation: stuckMoveDown .6s
}

code, kbd, pre, samp {
	font-family: Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
	border-radius: .25rem
}

kbd {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: .2rem
}

	kbd kbd {
		padding: 0;
		font-size: 100%;
		font-weight: 700
	}

pre {
	display: block;
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 90%;
	color: #404040
}

	pre code {
		padding: 0;
		font-size: inherit;
		color: inherit;
		background-color: transparent;
		border-radius: 0
	}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:544px) {
	.container {
		max-width: 576px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 940px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1170px;
	}
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%
}

.col-xs {
	position: relative;
	flex-basis: 0%;
	flex-grow: 1;
	max-width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-xs-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-xs-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-xs-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-xs-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-xs-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-xs-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-xs-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-xs-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-xs-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-xs-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-xs-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.pull-xs-0 {
	right: auto
}

.pull-xs-1 {
	right: 8.33333%
}

.pull-xs-2 {
	right: 16.66667%
}

.pull-xs-3 {
	right: 25%
}

.pull-xs-4 {
	right: 33.33333%
}

.pull-xs-5 {
	right: 41.66667%
}

.pull-xs-6 {
	right: 50%
}

.pull-xs-7 {
	right: 58.33333%
}

.pull-xs-8 {
	right: 66.66667%
}

.pull-xs-9 {
	right: 75%
}

.pull-xs-10 {
	right: 83.33333%
}

.pull-xs-11 {
	right: 91.66667%
}

.pull-xs-12 {
	right: 100%
}

.push-xs-0 {
	left: auto
}

.push-xs-1 {
	left: 8.33333%
}

.push-xs-2 {
	left: 16.66667%
}

.push-xs-3 {
	left: 25%
}

.push-xs-4 {
	left: 33.33333%
}

.push-xs-5 {
	left: 41.66667%
}

.push-xs-6 {
	left: 50%
}

.push-xs-7 {
	left: 58.33333%
}

.push-xs-8 {
	left: 66.66667%
}

.push-xs-9 {
	left: 75%
}

.push-xs-10 {
	left: 83.33333%
}

.push-xs-11 {
	left: 91.66667%
}

.push-xs-12 {
	left: 100%
}

.offset-xs-1 {
	margin-left: 8.33333%
}

.offset-xs-2 {
	margin-left: 16.66667%
}

.offset-xs-3 {
	margin-left: 25%
}

.offset-xs-4 {
	margin-left: 33.33333%
}

.offset-xs-5 {
	margin-left: 41.66667%
}

.offset-xs-6 {
	margin-left: 50%
}

.offset-xs-7 {
	margin-left: 58.33333%
}

.offset-xs-8 {
	margin-left: 66.66667%
}

.offset-xs-9 {
	margin-left: 75%
}

.offset-xs-10 {
	margin-left: 83.33333%
}

.offset-xs-11 {
	margin-left: 91.66667%
}

@media (min-width:544px) {
	.col-sm {
		position: relative;
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}

	.col-sm-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-sm-0 {
		right: auto
	}

	.pull-sm-1 {
		right: 8.33333%
	}

	.pull-sm-2 {
		right: 16.66667%
	}

	.pull-sm-3 {
		right: 25%
	}

	.pull-sm-4 {
		right: 33.33333%
	}

	.pull-sm-5 {
		right: 41.66667%
	}

	.pull-sm-6 {
		right: 50%
	}

	.pull-sm-7 {
		right: 58.33333%
	}

	.pull-sm-8 {
		right: 66.66667%
	}

	.pull-sm-9 {
		right: 75%
	}

	.pull-sm-10 {
		right: 83.33333%
	}

	.pull-sm-11 {
		right: 91.66667%
	}

	.pull-sm-12 {
		right: 100%
	}

	.push-sm-0 {
		left: auto
	}

	.push-sm-1 {
		left: 8.33333%
	}

	.push-sm-2 {
		left: 16.66667%
	}

	.push-sm-3 {
		left: 25%
	}

	.push-sm-4 {
		left: 33.33333%
	}

	.push-sm-5 {
		left: 41.66667%
	}

	.push-sm-6 {
		left: 50%
	}

	.push-sm-7 {
		left: 58.33333%
	}

	.push-sm-8 {
		left: 66.66667%
	}

	.push-sm-9 {
		left: 75%
	}

	.push-sm-10 {
		left: 83.33333%
	}

	.push-sm-11 {
		left: 91.66667%
	}

	.push-sm-12 {
		left: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:768px) {
	.col-md {
		position: relative;
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}

	.col-md-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-md-0 {
		right: auto
	}

	.pull-md-1 {
		right: 8.33333%
	}

	.pull-md-2 {
		right: 16.66667%
	}

	.pull-md-3 {
		right: 25%
	}

	.pull-md-4 {
		right: 33.33333%
	}

	.pull-md-5 {
		right: 41.66667%
	}

	.pull-md-6 {
		right: 50%
	}

	.pull-md-7 {
		right: 58.33333%
	}

	.pull-md-8 {
		right: 66.66667%
	}

	.pull-md-9 {
		right: 75%
	}

	.pull-md-10 {
		right: 83.33333%
	}

	.pull-md-11 {
		right: 91.66667%
	}

	.pull-md-12 {
		right: 100%
	}

	.push-md-0 {
		left: auto
	}

	.push-md-1 {
		left: 8.33333%
	}

	.push-md-2 {
		left: 16.66667%
	}

	.push-md-3 {
		left: 25%
	}

	.push-md-4 {
		left: 33.33333%
	}

	.push-md-5 {
		left: 41.66667%
	}

	.push-md-6 {
		left: 50%
	}

	.push-md-7 {
		left: 58.33333%
	}

	.push-md-8 {
		left: 66.66667%
	}

	.push-md-9 {
		left: 75%
	}

	.push-md-10 {
		left: 83.33333%
	}

	.push-md-11 {
		left: 91.66667%
	}

	.push-md-12 {
		left: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:992px) {
	.col-lg {
		position: relative;
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}

	.col-lg-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-lg-0 {
		right: auto
	}

	.pull-lg-1 {
		right: 8.33333%
	}

	.pull-lg-2 {
		right: 16.66667%
	}

	.pull-lg-3 {
		right: 25%
	}

	.pull-lg-4 {
		right: 33.33333%
	}

	.pull-lg-5 {
		right: 41.66667%
	}

	.pull-lg-6 {
		right: 50%
	}

	.pull-lg-7 {
		right: 58.33333%
	}

	.pull-lg-8 {
		right: 66.66667%
	}

	.pull-lg-9 {
		right: 75%
	}

	.pull-lg-10 {
		right: 83.33333%
	}

	.pull-lg-11 {
		right: 91.66667%
	}

	.pull-lg-12 {
		right: 100%
	}

	.push-lg-0 {
		left: auto
	}

	.push-lg-1 {
		left: 8.33333%
	}

	.push-lg-2 {
		left: 16.66667%
	}

	.push-lg-3 {
		left: 25%
	}

	.push-lg-4 {
		left: 33.33333%
	}

	.push-lg-5 {
		left: 41.66667%
	}

	.push-lg-6 {
		left: 50%
	}

	.push-lg-7 {
		left: 58.33333%
	}

	.push-lg-8 {
		left: 66.66667%
	}

	.push-lg-9 {
		left: 75%
	}

	.push-lg-10 {
		left: 83.33333%
	}

	.push-lg-11 {
		left: 91.66667%
	}

	.push-lg-12 {
		left: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		position: relative;
		flex-basis: 0%;
		flex-grow: 1;
		max-width: 100%;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px
	}

	.col-xl-1 {
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		flex: 0 0 100%;
		max-width: 100%
	}

	.pull-xl-0 {
		right: auto
	}

	.pull-xl-1 {
		right: 8.33333%
	}

	.pull-xl-2 {
		right: 16.66667%
	}

	.pull-xl-3 {
		right: 25%
	}

	.pull-xl-4 {
		right: 33.33333%
	}

	.pull-xl-5 {
		right: 41.66667%
	}

	.pull-xl-6 {
		right: 50%
	}

	.pull-xl-7 {
		right: 58.33333%
	}

	.pull-xl-8 {
		right: 66.66667%
	}

	.pull-xl-9 {
		right: 75%
	}

	.pull-xl-10 {
		right: 83.33333%
	}

	.pull-xl-11 {
		right: 91.66667%
	}

	.pull-xl-12 {
		right: 100%
	}

	.push-xl-0 {
		left: auto
	}

	.push-xl-1 {
		left: 8.33333%
	}

	.push-xl-2 {
		left: 16.66667%
	}

	.push-xl-3 {
		left: 25%
	}

	.push-xl-4 {
		left: 33.33333%
	}

	.push-xl-5 {
		left: 41.66667%
	}

	.push-xl-6 {
		left: 50%
	}

	.push-xl-7 {
		left: 58.33333%
	}

	.push-xl-8 {
		left: 66.66667%
	}

	.push-xl-9 {
		left: 75%
	}

	.push-xl-10 {
		left: 83.33333%
	}

	.push-xl-11 {
		left: 91.66667%
	}

	.push-xl-12 {
		left: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem
}

	.table th, .table td {
		padding: .75rem;
		vertical-align: top;
		border-top: 1px solid #f2f2f2
	}

	.table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #f2f2f2
	}

	.table tbody + tbody {
		border-top: 2px solid #f2f2f2
	}

	.table .table {
		background-color: #fff
	}

.table-sm th, .table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #f2f2f2
}

	.table-bordered th, .table-bordered td {
		border: 1px solid #f2f2f2
	}

	.table-bordered thead th, .table-bordered thead td {
		border-bottom-width: 2px
	}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05)
}

.table-hover tbody tr:hover {
	background-color: rgba(0,0,0,.075)
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0,0,0,.075)
}

.table-hover .table-active:hover {
	background-color: rgba(0,0,0,.075)
}

	.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
		background-color: rgba(0,0,0,.075)
	}

.table-success, .table-success > th, .table-success > td {
	background-color: #dff0d8
}

.table-hover .table-success:hover {
	background-color: #d0e9c6
}

	.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
		background-color: #d0e9c6
	}

.table-info, .table-info > th, .table-info > td {
	background-color: #d9edf7
}

.table-hover .table-info:hover {
	background-color: #c4e3f3
}

	.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
		background-color: #c4e3f3
	}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #fcf8e3
}

.table-hover .table-warning:hover {
	background-color: #faf2cc
}

	.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
		background-color: #faf2cc
	}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f2dede
}

.table-hover .table-danger:hover {
	background-color: #ebcccc
}

	.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
		background-color: #ebcccc
	}

.thead-inverse th {
	color: #fff;
	background-color: #404040
}

.thead-default th {
	color: #595959;
	background-color: #f2f2f2
}

.table-inverse {
	color: #f2f2f2;
	background-color: #404040
}

	.table-inverse th, .table-inverse td, .table-inverse thead th {
		border-color: #595959
	}

	.table-inverse.table-bordered {
		border: 0
	}

.table-responsive {
	display: block;
	width: 100%;
	min-height: .01%;
	overflow-x: auto
}

.table-reflow thead {
	float: left
}

.table-reflow tbody {
	display: block;
	white-space: nowrap
}

.table-reflow th, .table-reflow td {
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2
}

	.table-reflow th:last-child, .table-reflow td:last-child {
		border-right: 1px solid #f2f2f2
	}

.table-reflow thead:last-child tr:last-child th, .table-reflow thead:last-child tr:last-child td, .table-reflow tbody:last-child tr:last-child th, .table-reflow tbody:last-child tr:last-child td, .table-reflow tfoot:last-child tr:last-child th, .table-reflow tfoot:last-child tr:last-child td {
	border-bottom: 1px solid #f2f2f2
}

.table-reflow tr {
	float: left
}

	.table-reflow tr th, .table-reflow tr td {
		display: block !important;
		border: 1px solid #f2f2f2
	}

.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #595959;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

	.form-control::-ms-expand {
		background-color: transparent;
		border: 0
	}

	.form-control:focus {
		color: #595959;
		background-color: #fff;
		border-color: #66afe9;
		outline: none
	}

	.form-control::placeholder {
		color: #999;
		opacity: 1
	}

	.form-control:disabled, .form-control[readonly] {
		background-color: #f2f2f2;
		opacity: 1
	}

	.form-control:disabled {
		cursor: not-allowed
	}

select.form-control:not([size]):not([multiple]) {
	height: 2.42857rem
}

select.form-control:focus::-ms-value {
	color: #595959;
	background-color: #fff
}

.form-control-file, .form-control-range {
	display: block
}

.col-form-label {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0
}

.col-form-label-lg {
	padding-top: .75rem;
	padding-bottom: .75rem;
	font-size: 1.25rem
}

.col-form-label-sm {
	padding-top: .25rem;
	padding-bottom: .25rem;
	font-size: .875rem
}

.col-form-legend {
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0;
	font-size: 1rem
}

.form-control-static {
	min-height: 2.42857rem;
	padding-top: .5rem;
	padding-bottom: .5rem;
	margin-bottom: 0
}

	.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn {
		padding-right: 0;
		padding-left: 0
	}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > select.input-group-addon:not([size]):not([multiple]), .input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: 1.8125rem
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > select.input-group-addon:not([size]):not([multiple]), .input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
	height: 3.16667rem
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-check {
	position: relative;
	display: block;
	margin-bottom: .75rem
}

	.form-check + .form-check {
		margin-top: -.25rem
	}

	.form-check.disabled .form-check-label {
		color: #b3b3b3;
		cursor: not-allowed
	}

.form-check-label {
	padding-left: 1.25rem;
	margin-bottom: 0;
	cursor: pointer
}

.form-check-input {
	position: absolute;
	margin-top: .25rem;
	margin-left: -1.25rem
}

	.form-check-input:only-child {
		position: static
	}

.form-check-inline {
	position: relative;
	display: inline-block;
	padding-left: 1.25rem;
	margin-bottom: 0;
	vertical-align: middle;
	cursor: pointer
}

	.form-check-inline + .form-check-inline {
		margin-left: .75rem
	}

	.form-check-inline.disabled {
		cursor: not-allowed
	}

.form-control-feedback {
	margin-top: .25rem
}

.form-control-success, .form-control-warning, .form-control-danger {
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .60714rem;
	background-size: 1.21429rem 1.21429rem
}

.has-success .form-control-feedback, .has-success .form-control-label, .has-success .form-check-label, .has-success .form-check-inline, .has-success .custom-control {
	color: #5cb85c
}

.has-success .form-control {
	border-color: #5cb85c
}

.has-success .input-group-addon {
	color: #5cb85c;
	border-color: #5cb85c;
	background-color: #eaf6ea
}

.has-success .form-control-feedback {
	color: #5cb85c
}



.has-warning .form-control-feedback, .has-warning .form-control-label, .has-warning .form-check-label, .has-warning .form-check-inline, .has-warning .custom-control {
	color: #d8b604
}

.has-warning .form-control {
	border-color: #d8b604
}

.has-warning .input-group-addon {
	color: #d8b604;
	border-color: #d8b604;
	background-color: #fff
}

.has-warning .form-control-feedback {
	color: #d8b604
}


.has-danger .form-control-feedback, .has-danger .form-control-label, .has-danger .form-check-label, .has-danger .form-check-inline, .has-danger .custom-control {
	color: #d8b604
}

.has-danger .form-control {
	border-color: #d8b604
}

.has-danger .input-group-addon {
	color: #d8b604;
	border-color: #d8b604;
	background-color: #f87fa3
}

.has-danger .form-control-feedback {
	color: #d8b604
}



@media (min-width:544px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

		.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
			width: auto
		}

		.form-inline .input-group > .form-control {
			width: 100%
		}

	.form-inline .form-control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-check {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-check-label {
		padding-left: 0
	}

	.form-inline .form-check-input {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1rem;
	font-size: 1rem;
	border-radius: 19px
}

	.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px
	}

	.btn:focus, .btn:hover {
		text-decoration: none
	}

	.btn.focus {
		text-decoration: none
	}

	.btn:active, .btn.active {
		background-image: none;
		outline: 0
	}

	.btn.disabled, .btn:disabled {
		cursor: not-allowed;
		opacity: .65
	}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-primary {
	color: #fff;
	background-color: #ed1c24;
	border-color: #ed1c24
}

	.btn-primary:hover {
		color: #fff;
		background-color: #c2181f;
		border-color: #c2181f
	}

	.btn-primary:focus, .btn-primary.focus {
		color: #fff;
		background-color: #c2181fc2181f;
		border-color: #c2181f
	}

	.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
		color: #fff;
		background-color: #c2181f;
		border-color: #4196c2181f41;
		background-image: none
	}

		.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
			color: #fff;
			background-color: #398439;
			border-color: #2d672d
		}

	.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
		background-color: #5cb85c;
		border-color: #5cb85c
	}

	.btn-primary.disabled:hover, .btn-primary:disabled:hover {
		background-color: #5cb85c;
		border-color: #5cb85c
	}

.btn-secondary {
	color: #404040;
	background-color: #ed1c24;
	border-color: #ed1c24
}

	.btn-secondary:hover {
		color: #404040;
		background-color: #e6e6e6;
		border-color: #adadad
	}

	.btn-secondary:focus, .btn-secondary.focus {
		color: #404040;
		background-color: #e6e6e6;
		border-color: #adadad
	}

	.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
		color: #404040;
		background-color: #e6e6e6;
		border-color: #adadad;
		background-image: none
	}

		.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
			color: #404040;
			background-color: #d4d4d4;
			border-color: #8c8c8c
		}

	.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
		background-color: #fff;
		border-color: #ccc
	}

	.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
		background-color: #fff;
		border-color: #ccc
	}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de
}

	.btn-info:hover {
		color: #fff;
		background-color: #31b0d5;
		border-color: #2aabd2
	}

	.btn-info:focus, .btn-info.focus {
		color: #fff;
		background-color: #31b0d5;
		border-color: #2aabd2
	}

	.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
		color: #fff;
		background-color: #31b0d5;
		border-color: #2aabd2;
		background-image: none
	}

		.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
			color: #fff;
			background-color: #269abc;
			border-color: #1f7e9a
		}

	.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
		background-color: #5bc0de;
		border-color: #5bc0de
	}

	.btn-info.disabled:hover, .btn-info:disabled:hover {
		background-color: #5bc0de;
		border-color: #5bc0de
	}

.btn-success {
	color: #fff;
	background-color: #d8b604;
	border-color: #d8b604
}

	.btn-success:hover {
		color: #fff;
		background-color: #c2181f;
		border-color: #c2181f
	}

	.btn-success:focus, .btn-success.focus {
		color: #fff;
		background-color: #c2181f;
		border-color: #c2181f
	}

	.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
		color: #fff;
		background-color: #c2181f;
		border-color: #c2181f;
		background-image: none
	}

		.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
			color: #fff;
			background-color: #398439;
			border-color: #2d672d
		}

	.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
		background-color: #5cb85c;
		border-color: #5cb85c
	}

	.btn-success.disabled:hover, .btn-success:disabled:hover {
		background-color: #5cb85c;
		border-color: #5cb85c
	}

.btn-warning {
	color: #fff;
	background-color: #d8b604;
	border-color: #d8b604
}

	.btn-warning:hover {
		color: #fff;
		background-color: #ffe169;
		border-color: #ffdf5f
	}

	.btn-warning:focus, .btn-warning.focus {
		color: #fff;
		background-color: #ffe169;
		border-color: #ffdf5f
	}

	.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
		color: #fff;
		background-color: #ffe169;
		border-color: #ffdf5f;
		background-image: none
	}

		.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
			color: #fff;
			background-color: #ffd945;
			border-color: #ffd11d
		}

	.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
		background-color: #d8b604;
		border-color: #d8b604
	}

	.btn-warning.disabled:hover, .btn-warning:disabled:hover {
		background-color: #d8b604;
		border-color: #d8b604
	}

.btn-danger {
	color: #fff;
	background-color: #d8b604;
	border-color: #d8b604
}

	.btn-danger:hover {
		color: #fff;
		background-color: #720627;
		border-color: #680623
	}

	.btn-danger:focus, .btn-danger.focus {
		color: #fff;
		background-color: #720627;
		border-color: #680623
	}

	.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
		color: #fff;
		background-color: #720627;
		border-color: #680623;
		background-image: none
	}

		.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
			color: #fff;
			background-color: #50041b;
			border-color: #29020e
		}

	.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
		background-color: #d8b604;
		border-color: #d8b604
	}

	.btn-danger.disabled:hover, .btn-danger:disabled:hover {
		background-color: #d8b604;
		border-color: #d8b604
	}

.btn-outline-primary {
	color: #5cb85c;
	background-image: none;
	background-color: transparent;
	border-color: #5cb85c
}

	.btn-outline-primary:hover {
		color: #fff;
		background-color: #5cb85c;
		border-color: #5cb85c
	}

	.btn-outline-primary:focus, .btn-outline-primary.focus {
		color: #fff;
		background-color: #5cb85c;
		border-color: #5cb85c
	}

	.btn-outline-primary:active, .btn-outline-primary.active, .open > .btn-outline-primary.dropdown-toggle {
		color: #fff;
		background-color: #5cb85c;
		border-color: #5cb85c
	}

		.btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus, .open > .btn-outline-primary.dropdown-toggle:hover, .open > .btn-outline-primary.dropdown-toggle:focus, .open > .btn-outline-primary.dropdown-toggle.focus {
			color: #fff;
			background-color: #398439;
			border-color: #2d672d
		}

	.btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
		border-color: #a3d7a3
	}

	.btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
		border-color: #a3d7a3
	}

.btn-outline-secondary {
	color: #ccc;
	background-image: none;
	background-color: transparent;
	border-color: #ccc
}

	.btn-outline-secondary:hover {
		color: #fff;
		background-color: #ccc;
		border-color: #ccc
	}

	.btn-outline-secondary:focus, .btn-outline-secondary.focus {
		color: #fff;
		background-color: #ccc;
		border-color: #ccc
	}

	.btn-outline-secondary:active, .btn-outline-secondary.active, .open > .btn-outline-secondary.dropdown-toggle {
		color: #fff;
		background-color: #ccc;
		border-color: #ccc
	}

		.btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus, .open > .btn-outline-secondary.dropdown-toggle:hover, .open > .btn-outline-secondary.dropdown-toggle:focus, .open > .btn-outline-secondary.dropdown-toggle.focus {
			color: #fff;
			background-color: #a1a1a1;
			border-color: #8c8c8c
		}

	.btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
		border-color: #fff
	}

	.btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
		border-color: #fff
	}

.btn-outline-info {
	color: #5bc0de;
	background-image: none;
	background-color: transparent;
	border-color: #5bc0de
}

	.btn-outline-info:hover {
		color: #fff;
		background-color: #5bc0de;
		border-color: #5bc0de
	}

	.btn-outline-info:focus, .btn-outline-info.focus {
		color: #fff;
		background-color: #5bc0de;
		border-color: #5bc0de
	}

	.btn-outline-info:active, .btn-outline-info.active, .open > .btn-outline-info.dropdown-toggle {
		color: #fff;
		background-color: #5bc0de;
		border-color: #5bc0de
	}

		.btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus, .open > .btn-outline-info.dropdown-toggle:hover, .open > .btn-outline-info.dropdown-toggle:focus, .open > .btn-outline-info.dropdown-toggle.focus {
			color: #fff;
			background-color: #269abc;
			border-color: #1f7e9a
		}

	.btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
		border-color: #b0e1ef
	}

	.btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
		border-color: #b0e1ef
	}

.btn-outline-success {
	color: #5cb85c;
	background-image: none;
	background-color: transparent;
	border-color: #5cb85c
}

	.btn-outline-success:hover {
		color: #fff;
		background-color: #5cb85c;
		border-color: #5cb85c
	}

	.btn-outline-success:focus, .btn-outline-success.focus {
		color: #fff;
		background-color: #5cb85c;
		border-color: #5cb85c
	}

	.btn-outline-success:active, .btn-outline-success.active, .open > .btn-outline-success.dropdown-toggle {
		color: #fff;
		background-color: #5cb85c;
		border-color: #5cb85c
	}

		.btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus, .open > .btn-outline-success.dropdown-toggle:hover, .open > .btn-outline-success.dropdown-toggle:focus, .open > .btn-outline-success.dropdown-toggle.focus {
			color: #fff;
			background-color: #398439;
			border-color: #2d672d
		}

	.btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
		border-color: #a3d7a3
	}

	.btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
		border-color: #a3d7a3
	}

.btn-outline-warning {
	color: #d8b604;
	background-image: none;
	background-color: transparent;
	border-color: #d8b604
}

	.btn-outline-warning:hover {
		color: #fff;
		background-color: #d8b604;
		border-color: #d8b604
	}

	.btn-outline-warning:focus, .btn-outline-warning.focus {
		color: #fff;
		background-color: #d8b604;
		border-color: #d8b604
	}

	.btn-outline-warning:active, .btn-outline-warning.active, .open > .btn-outline-warning.dropdown-toggle {
		color: #fff;
		background-color: #d8b604;
		border-color: #d8b604
	}

		.btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus, .open > .btn-outline-warning.dropdown-toggle:hover, .open > .btn-outline-warning.dropdown-toggle:focus, .open > .btn-outline-warning.dropdown-toggle.focus {
			color: #fff;
			background-color: #ffd945;
			border-color: #ffd11d
		}

	.btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
		border-color: #fff
	}

	.btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
		border-color: #fff
	}

.btn-outline-danger {
	color: #d8b604;
	background-image: none;
	background-color: transparent;
	border-color: #d8b604
}

	.btn-outline-danger:hover {
		color: #fff;
		background-color: #d8b604;
		border-color: #d8b604
	}

	.btn-outline-danger:focus, .btn-outline-danger.focus {
		color: #fff;
		background-color: #d8b604;
		border-color: #d8b604
	}

	.btn-outline-danger:active, .btn-outline-danger.active, .open > .btn-outline-danger.dropdown-toggle {
		color: #fff;
		background-color: #d8b604;
		border-color: #d8b604
	}

		.btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus, .open > .btn-outline-danger.dropdown-toggle:hover, .open > .btn-outline-danger.dropdown-toggle:focus, .open > .btn-outline-danger.dropdown-toggle.focus {
			color: #fff;
			background-color: #50041b;
			border-color: #29020e
		}

	.btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
		border-color: #f31e5e
	}

	.btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
		border-color: #f31e5e
	}

.btn-link {
	font-weight: 400;
	color: #404040;
	border-radius: 0
}

	.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
		background-color: transparent
	}

		.btn-link, .btn-link:focus, .btn-link:active {
			border-color: transparent
		}

			.btn-link:hover {
				border-color: transparent
			}

			.btn-link:focus, .btn-link:hover {
				color: #d8b604;
				text-decoration: underline;
				background-color: transparent
			}

			.btn-link:disabled:focus, .btn-link:disabled:hover {
				color: #b3b3b3;
				text-decoration: none
			}

.btn-lg, .btn-group-lg > .btn {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: 19px
}

.btn-sm, .btn-group-sm > .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
	border-radius: 19px
}

.btn-block {
	display: block;
	width: 100%
}

	.btn-block + .btn-block {
		margin-top: .5rem
	}

input[type=submit].btn-block, input[type=reset].btn-block, input[type=button].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

	.fade.in {
		opacity: 1
	}

.collapse {
	display: none
}

	.collapse.in {
		display: block
	}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: .35s;
	transition-property: height
}

.dropup, .dropdown {
	position: relative
}

.menu-item-has-children > a:after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent
}

.dropdown-toggle:focus {
	outline: 0
}

.dropup .dropdown-toggle:after {
	border-top: 0;
	border-bottom: .3em solid
}

header .main-head .main-nav .navbar-nav .nav-item .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 200px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 1rem;
	color: #595959;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

.dropdown-divider {
	height: 1px;
	margin: .5rem 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	color: #404040;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0
}

	.dropdown-item:focus, .dropdown-menu > li > a:hover {
		color: #333;
		text-decoration: none;
		background-color: #f5f5f5
	}

	.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
		color: #fff;
		text-decoration: none;
		background-color: #d8b604;
		outline: 0
	}

	.dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
		color: #b3b3b3
	}

		.dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
			text-decoration: none;
			cursor: not-allowed;
			background-color: transparent;
			background-image: none;
			filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"
		}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 5px 20px;
	font-size: .875rem;
	color: #b3b3b3;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: .3em solid
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

.btn-group, .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

	.btn-group > .btn, .btn-group-vertical > .btn {
		position: relative;
		float: left
	}

		.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active {
			z-index: 2
		}

		.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
			z-index: 2
		}

	.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
		margin-left: -1px
	}

.btn-toolbar {
	margin-left: -.5rem
}

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

	.btn-toolbar .btn-group, .btn-toolbar .input-group {
		float: left
	}

	.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
		margin-left: .5rem
	}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group > .btn:first-child {
	margin-left: 0
}

	.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group > .btn-group {
	float: left
}

	.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
	outline: 0
}

.btn + .dropdown-toggle-split {
	padding-right: .75rem;
	padding-left: .75rem
}

	.btn + .dropdown-toggle-split:after {
		margin-left: 0
	}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
	padding-right: .375rem;
	padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
	padding-right: 1.125rem;
	padding-left: 1.125rem
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
	border-width: .3em .3em 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
	border-width: 0 .3em .3em
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

	.btn-group-vertical > .btn-group:after {
		content: "";
		display: table;
		clear: both
	}

	.btn-group-vertical > .btn-group > .btn {
		float: none
	}

	.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
		margin-top: -1px;
		margin-left: 0
	}

	.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
		border-radius: 0
	}

	.btn-group-vertical > .btn:first-child:not(:last-child) {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn:last-child:not(:first-child) {
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

	.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
		border-radius: 0
	}

	.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0
	}

	.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

[data-toggle=buttons] > .btn input[type=radio], [data-toggle=buttons] > .btn input[type=checkbox], [data-toggle=buttons] > .btn-group > .btn input[type=radio], [data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}

.input-group {
	position: relative;
	width: 100%;
	display: flex
}

	.input-group .form-control {
		position: relative;
		z-index: 2;
		flex: 1;
		margin-bottom: 0
	}

		.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
			z-index: 3
		}

		.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
			border-radius: 0
		}

.input-group-addon, .input-group-btn {
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: .5rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.25;
	color: #595959;
	text-align: center;
	background-color: #f2f2f2;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem
}

	.input-group-addon.form-control-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
		padding: .25rem .5rem;
		font-size: .875rem;
		border-radius: .2rem
	}

	.input-group-addon.form-control-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
		padding: .75rem 1.5rem;
		font-size: 1.25rem;
		border-radius: .3rem
	}

	.input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
		margin-top: 0
	}

	.input-group .form-control:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
		border-bottom-right-radius: 0;
		border-top-right-radius: 0
	}

	.input-group-addon:not(:last-child) {
		border-right: 0
	}

	.input-group .form-control:not(:first-child), .input-group-addon:not(:first-child), .input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group > .btn, .input-group-btn:not(:first-child) > .dropdown-toggle, .input-group-btn:not(:last-child) > .btn:not(:first-child), .input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

.form-control + .input-group-addon:not(:first-child) {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

	.input-group-btn > .btn {
		position: relative
	}

		.input-group-btn > .btn + .btn {
			margin-left: -1px
		}

		.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
			z-index: 3
		}

	.input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group {
		margin-right: -1px
	}

	.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
		z-index: 2;
		margin-left: -1px
	}

		.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover, .input-group-btn:not(:first-child) > .btn-group:focus, .input-group-btn:not(:first-child) > .btn-group:active, .input-group-btn:not(:first-child) > .btn-group:hover {
			z-index: 3
		}

.custom-control {
	position: relative;
	display: inline;
	padding-left: 1.5rem;
	cursor: pointer
}

	.custom-control + .custom-control {
		margin-left: 1rem
	}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

	.custom-control-input:checked ~ .custom-control-indicator {
		color: #fff;
		background-color: #d8b604
	}

	.custom-control-input:focus ~ .custom-control-indicator {
		box-shadow: 0 0 0 .075rem #fff,0 0 0 .2rem #0074d9
	}

	.custom-control-input:active ~ .custom-control-indicator {
		color: #fff;
		background-color: #84c6ff
	}

	.custom-control-input:disabled ~ .custom-control-indicator {
		cursor: not-allowed;
		background-color: #eee
	}

	.custom-control-input:disabled ~ .custom-control-description {
		color: #767676;
		cursor: not-allowed
	}

.custom-control-indicator {
	position: absolute;
	top: .0625rem;
	left: 0;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	user-select: none;
	background-color: #ddd;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%
}

.custom-checkbox .custom-control-indicator {
	border-radius: .25rem
}


.custom-radio .custom-control-indicator {
	border-radius: 50%
}


.custom-controls-stacked .custom-control {
	display: inline
}

	.custom-controls-stacked .custom-control:after {
		display: block;
		margin-bottom: .25rem;
		content: ""
	}

	.custom-controls-stacked .custom-control + .custom-control {
		margin-left: 0
	}

.custom-select {
	display: inline-block;
	max-width: 100%;
	padding: .375rem 1.75rem .375rem .75rem;
	padding-right: .75rem \9;
	color: #595959;
	vertical-align: middle;
	background-image: none \9;
	background-size: 8px 10px;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	-moz-appearance: none;
	-webkit-appearance: none
}

	.custom-select:focus {
		border-color: #51a7e8;
		outline: none
	}

		.custom-select:focus::-ms-value {
			color: #595959;
			background-color: #fff
		}

	.custom-select:disabled {
		color: #b3b3b3;
		cursor: not-allowed;
		background-color: #f2f2f2
	}

	.custom-select::-ms-expand {
		opacity: 0
	}

.custom-select-sm {
	padding-top: .375rem;
	padding-bottom: .375rem;
	font-size: 75%
}

.custom-file {
	position: relative;
	display: inline-block;
	max-width: 100%;
	height: 2.5rem;
	cursor: pointer
}

.custom-file-input {
	min-width: 14rem;
	max-width: 100%;
	margin: 0;
	filter: alpha(opacity=0);
	opacity: 0
}

.custom-file-control {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 5;
	height: 2.5rem;
	padding: .5rem 1rem;
	line-height: 1.5;
	color: #555;
	user-select: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: .25rem
}

	.custom-file-control:lang(en):after {
		content: "Choose file..."
	}

	.custom-file-control:before {
		position: absolute;
		top: -1px;
		right: -1px;
		bottom: -1px;
		z-index: 6;
		display: block;
		height: 2.5rem;
		padding: .5rem 1rem;
		line-height: 1.5;
		color: #555;
		background-color: #eee;
		border: 1px solid #ddd;
		border-radius: 0 .25rem .25rem 0
	}

	.custom-file-control:lang(en):before {
		content: "Browse"
	}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: inline-block
}

	.nav-link:focus, .nav-link:hover {
		text-decoration: none
	}

	.nav-link.disabled {
		color: #b3b3b3
	}

		.nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
			color: #b3b3b3;
			cursor: not-allowed;
			background-color: transparent
		}

.nav-inline .nav-item {
	display: inline-block
}

	.nav-inline .nav-item + .nav-item, .nav-inline .nav-link + .nav-link {
		margin-left: 1rem
	}

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

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

	.nav-tabs .nav-item {
		float: left;
		margin-bottom: -1px
	}

		.nav-tabs .nav-item + .nav-item {
			margin-left: .2rem
		}

	.nav-tabs .nav-link {
		display: block;
		padding: .5em 1em;
		border: 1px solid transparent;
		border-top-right-radius: .25rem;
		border-top-left-radius: .25rem
	}

		.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
			border-color: #f2f2f2 #f2f2f2 #ddd
		}

		.nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
			color: #b3b3b3;
			background-color: transparent;
			border-color: transparent
		}

		.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover {
			color: #595959;
			background-color: #fff;
			border-color: #ddd #ddd transparent
		}

	.nav-tabs .dropdown-menu {
		margin-top: -1px;
		border-top-right-radius: 0;
		border-top-left-radius: 0
	}

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

.nav-pills .nav-item {
	float: left
}

	.nav-pills .nav-item + .nav-item {
		margin-left: .2rem
	}

.nav-pills .nav-link {
	display: block;
	padding: .5em 1em;
	border-radius: .25rem
}

	.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover, .nav-pills .nav-item.open .nav-link, .nav-pills .nav-item.open .nav-link:focus, .nav-pills .nav-item.open .nav-link:hover {
		color: #fff;
		cursor: default;
		background-color: #d8b604
	}

.nav-stacked .nav-item {
	display: block;
	float: none
}

	.nav-stacked .nav-item + .nav-item {
		margin-top: .2rem;
		margin-left: 0
	}

.tab-content > .tab-pane {
	display: none
}

.tab-content > .active {
	display: block
}

.navbar {
	position: relative;
	padding: .5rem 1rem
}

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

@media (min-width:544px) {
	.navbar {
		border-radius: .25rem
	}
}

.navbar-full {
	z-index: 1000
}

@media (min-width:544px) {
	.navbar-full {
		border-radius: 0
	}
}

.navbar-fixed-top, .navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media (min-width:544px) {
	.navbar-fixed-top, .navbar-fixed-bottom {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0
}

.navbar-fixed-bottom {
	bottom: 0
}

.navbar-sticky-top {
	position: sticky;
	top: 0;
	z-index: 1030;
	width: 100%
}

@media (min-width:544px) {
	.navbar-sticky-top {
		border-radius: 0
	}
}

.navbar-brand {
	float: left;
	padding-top: .25rem;
	padding-bottom: .25rem;
	margin-right: 1rem;
	font-size: 1.25rem
}

	.navbar-brand:focus, .navbar-brand:hover {
		text-decoration: none
	}

	.navbar-brand > img {
		display: block
	}

.navbar-divider {
	float: left;
	width: 1px;
	padding-top: .425rem;
	padding-bottom: .425rem;
	margin-right: 1rem;
	margin-left: 1rem;
	overflow: hidden
}

	.navbar-divider:before {
		content: "\00a0"
	}

.navbar-toggler {
	padding: .5rem .75rem;
	font-size: 1.25rem;
	line-height: 1;
	background: 0 0;
	border: 1px solid transparent;
	border-radius: 19px
}

	.navbar-toggler:focus, .navbar-toggler:hover {
		text-decoration: none
	}

.navbar-nav > li {
	float: left
}

.navbar-nav .nav-link {
	display: block;
	padding-top: .425rem;
	padding-bottom: .425rem
}

	.navbar-nav .nav-link + .nav-link {
		margin-left: 1rem
	}

.navbar-nav > li {
	margin-left: 1rem
}

.navbar-light .navbar-brand {
	color: rgba(0,0,0,.8)
}

	.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
		color: rgba(0,0,0,.8)
	}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0,0,0,.3)
}

	.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
		color: rgba(0,0,0,.6)
	}

	.navbar-light .navbar-nav .open > .nav-link, .navbar-light .navbar-nav .open > .nav-link:focus, .navbar-light .navbar-nav .open > .nav-link:hover, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .active > .nav-link:focus, .navbar-light .navbar-nav .active > .nav-link:hover, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .nav-link.open:focus, .navbar-light .navbar-nav .nav-link.open:hover, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.active:focus, .navbar-light .navbar-nav .nav-link.active:hover {
		color: rgba(0,0,0,.8)
	}

.navbar-light .navbar-divider {
	background-color: rgba(0,0,0,.075)
}

.navbar-dark .navbar-brand {
	color: #fff
}

	.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
		color: #fff
	}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255,255,255,.5)
}

	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
		color: rgba(255,255,255,.75)
	}

	.navbar-dark .navbar-nav .open > .nav-link, .navbar-dark .navbar-nav .open > .nav-link:focus, .navbar-dark .navbar-nav .open > .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .active > .nav-link:focus, .navbar-dark .navbar-nav .active > .nav-link:hover, .navbar-dark .navbar-nav .nav-link.open, .navbar-dark .navbar-nav .nav-link.open:focus, .navbar-dark .navbar-nav .nav-link.open:hover, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.active:focus, .navbar-dark .navbar-nav .nav-link.active:hover {
		color: #fff
	}

.navbar-dark .navbar-divider {
	background-color: rgba(255,255,255,.075)
}

.navbar-toggleable-xs:after {
	content: "";
	display: table;
	clear: both
}

@media (max-width:543px) {
	.navbar-toggleable-xs .navbar-nav .nav-item {
		float: none;
		margin-left: 0
	}
}

@media (min-width:544px) {
	.navbar-toggleable-xs {
		display: block !important
	}
}

.navbar-toggleable-sm:after {
	content: "";
	display: table;
	clear: both
}

@media (max-width:767px) {
	.navbar-toggleable-sm .navbar-nav .nav-item {
		float: none;
		margin-left: 0
	}
}

@media (min-width:768px) {
	.navbar-toggleable-sm {
		display: block !important
	}
}

.navbar-toggleable-md:after {
	content: "";
	display: table;
	clear: both
}

@media (max-width:991px) {
	.navbar-toggleable-md .navbar-nav .nav-item {
		float: none;
		margin-left: 0
	}
}

@media (min-width:992px) {
	.navbar-toggleable-md {
		display: block !important
	}
}

.card {
	position: relative;
	display: block;
	margin-bottom: .75rem;
	background-color: #fff;
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125)
}

.card-block {
	padding: .875rem
}

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

.card-title {
	margin-bottom: .75rem
}

.card-subtitle {
	margin-top: -.375rem;
	margin-bottom: 0
}

.card-text:last-child {
	margin-bottom: 0
}

.card-link:hover {
	text-decoration: none
}

.card-link + .card-link {
	margin-left: .875rem
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.card-header {
	padding: .75rem .875rem;
	background-color: #f5f5f5;
	border-bottom: 1px solid rgba(0,0,0,.125)
}

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

	.card-header:first-child {
		border-radius: .25rem .25rem 0 0
	}

.card-footer {
	padding: .75rem .875rem;
	background-color: #f5f5f5;
	border-top: 1px solid rgba(0,0,0,.125)
}

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

	.card-footer:last-child {
		border-radius: 0 0 .25rem .25rem
	}

.card-header-tabs {
	margin-right: -.4375rem;
	margin-bottom: -.75rem;
	margin-left: -.4375rem;
	border-bottom: 0
}

.card-header-pills {
	margin-right: -.4375rem;
	margin-left: -.4375rem
}

.card-primary {
	background-color: #d8b604;
	border-color: #d8b604
}

	.card-primary .card-header, .card-primary .card-footer {
		background-color: transparent
	}

.card-success {
	background-color: #5cb85c;
	border-color: #5cb85c
}

	.card-success .card-header, .card-success .card-footer {
		background-color: transparent
	}

.card-info {
	background-color: #5bc0de;
	border-color: #5bc0de
}

	.card-info .card-header, .card-info .card-footer {
		background-color: transparent
	}

.card-warning {
	background-color: #d8b604;
	border-color: #d8b604
}

	.card-warning .card-header, .card-warning .card-footer {
		background-color: transparent
	}

.card-danger {
	background-color: #d8b604;
	border-color: #d8b604
}

	.card-danger .card-header, .card-danger .card-footer {
		background-color: transparent
	}

.card-outline-primary {
	background-color: transparent;
	border-color: #5cb85c
}

.card-outline-secondary {
	background-color: transparent;
	border-color: #ccc
}

.card-outline-info {
	background-color: transparent;
	border-color: #5bc0de
}

.card-outline-success {
	background-color: transparent;
	border-color: #5cb85c
}

.card-outline-warning {
	background-color: transparent;
	border-color: #d8b604
}

.card-outline-danger {
	background-color: transparent;
	border-color: #d8b604
}

.card-inverse .card-header, .card-inverse .card-footer {
	border-color: rgba(255,255,255,.2)
}

.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
	color: #fff
}

	.card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
		color: rgba(255,255,255,.65)
	}

		.card-inverse .card-link:focus, .card-inverse .card-link:hover {
			color: #fff
		}

.card-blockquote {
	padding: 0;
	margin-bottom: 0;
	border-left: 0
}

.card-img {
	border-radius: .25rem
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem
}

.card-img-top {
	border-top-right-radius: .25rem;
	border-top-left-radius: .25rem
}

.card-img-bottom {
	border-bottom-right-radius: .25rem;
	border-bottom-left-radius: .25rem
}

@media (min-width:544px) {
	.card-deck {
		display: flex;
		flex-flow: row wrap;
		margin-right: -.625rem;
		margin-bottom: .75rem;
		margin-left: -.625rem
	}

		.card-deck .card {
			flex: 1 0 0%;
			margin-right: .625rem;
			margin-bottom: 0;
			margin-left: .625rem
		}
}

@media (min-width:544px) {
	.card-group {
		display: flex;
		flex-flow: row wrap
	}

		.card-group .card {
			flex: 1 0 0%
		}

			.card-group .card + .card {
				margin-left: 0;
				border-left: 0
			}

			.card-group .card:first-child {
				border-bottom-right-radius: 0;
				border-top-right-radius: 0
			}

				.card-group .card:first-child .card-img-top {
					border-top-right-radius: 0
				}

				.card-group .card:first-child .card-img-bottom {
					border-bottom-right-radius: 0
				}

			.card-group .card:last-child {
				border-bottom-left-radius: 0;
				border-top-left-radius: 0
			}

				.card-group .card:last-child .card-img-top {
					border-top-left-radius: 0
				}

				.card-group .card:last-child .card-img-bottom {
					border-bottom-left-radius: 0
				}

			.card-group .card:not(:first-child):not(:last-child) {
				border-radius: 0
			}

				.card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
					border-radius: 0
				}
}

@media (min-width:544px) {
	.card-columns {
		column-count: 3;
		column-gap: 1.25rem
	}

		.card-columns .card {
			width: 100%
		}
}

.breadcrumb {
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	list-style: none;
	background-color: #fff;
	border-radius: .25rem
}

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

.breadcrumb-item {
	float: left
}

	.breadcrumb-item + .breadcrumb-item:before {
		display: inline-block;
		padding-right: .5rem;
		padding-left: .5rem;
		color: #b3b3b3;
		content: "/"
	}

	.breadcrumb-item + .breadcrumb-item:hover:before {
		text-decoration: underline;
		text-decoration: none
	}

	.breadcrumb-item.active {
		color: #b3b3b3
	}

.pagination, .wp-pagenavi {
	display: inline-block;
	padding-left: 0;
	margin-top: 1rem;
	margin-bottom: 1rem;
	border-radius: .25rem
}

.page-item {
	display: inline
}

	.page-item:first-child .page-link {
		margin-left: 0;
		border-bottom-left-radius: .25rem;
		border-top-left-radius: .25rem
	}

	.page-item:last-child .page-link {
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem
	}

	.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
		z-index: 2;
		color: #fff;
		cursor: default;
		background-color: #d8b604;
		border-color: #d8b604
	}

	.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
		color: #b3b3b3;
		pointer-events: none;
		cursor: not-allowed;
		background-color: #fff;
		border-color: #ddd
	}

.page-link, .wp-pagenavi a, .wp-pagenavi span {
	position: relative;
	float: left;
	padding: .5rem .75rem;
	margin-left: -3px;
	color: #404040;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

	.page-link:focus, .page-link:hover {
		color: #d8b604;
		background-color: #f2f2f2;
		border-color: #ddd
	}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
	border-bottom-left-radius: .3rem;
	border-top-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-bottom-right-radius: .3rem;
	border-top-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .275rem .75rem;
	font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
	border-bottom-left-radius: .2rem;
	border-top-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-bottom-right-radius: .2rem;
	border-top-right-radius: .2rem
}

.tag {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem
}

	.tag:empty {
		display: none
	}

.btn .tag {
	position: relative;
	top: -1px
}

a.tag:focus, a.tag:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.tag-pill {
	padding-right: .6em;
	padding-left: .6em;
	border-radius: 10rem
}

.tag-default {
	background-color: #b3b3b3
}

	.tag-default[href]:focus, .tag-default[href]:hover {
		background-color: #9a9a9a
	}

.tag-primary {
	background-color: #d8b604
}

	.tag-primary[href]:focus, .tag-primary[href]:hover {
		background-color: #720627
	}

.tag-success {
	background-color: #5cb85c
}

	.tag-success[href]:focus, .tag-success[href]:hover {
		background-color: #449d44
	}

.tag-info {
	background-color: #5bc0de
}

	.tag-info[href]:focus, .tag-info[href]:hover {
		background-color: #31b0d5
	}

.tag-warning {
	background-color: #d8b604
}

	.tag-warning[href]:focus, .tag-warning[href]:hover {
		background-color: #ffe169
	}

.tag-danger {
	background-color: #d8b604
}

	.tag-danger[href]:focus, .tag-danger[href]:hover {
		background-color: #720627
	}

.jumbotron {
	padding: 2rem 1rem;
	margin-bottom: 2rem;
	background-color: #f2f2f2;
	border-radius: .3rem
}

@media (min-width:544px) {
	.jumbotron {
		padding: 4rem 2rem
	}
}

.jumbotron-hr {
	border-top-color: #d9d9d9
}

.jumbotron-fluid {
	padding-right: 0;
	padding-left: 0;
	border-radius: 0
}

.alert {
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-heading {
	color: inherit
}

.alert-link {
	font-weight: 700
}

.alert-dismissible {
	padding-right: 2rem
}

	.alert-dismissible .close {
		position: relative;
		top: -.125rem;
		right: -1rem;
		color: inherit
	}

.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d
}

	.alert-success hr {
		border-top-color: #c1e2b3
	}

	.alert-success .alert-link {
		color: #2b542c
	}

.alert-info {
	background-color: #d9edf7;
	border-color: #bcdff1;
	color: #31708f
}

	.alert-info hr {
		border-top-color: #a6d5ec
	}

	.alert-info .alert-link {
		color: #245269
	}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faf2cc;
	color: #8a6d3b
}

	.alert-warning hr {
		border-top-color: #f7ecb5
	}

	.alert-warning .alert-link {
		color: #66512c
	}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442
}

	.alert-danger hr {
		border-top-color: #e4b9b9
	}

	.alert-danger .alert-link {
		color: #843534
	}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	display: block;
	width: 100%;
	height: 1rem;
	margin-bottom: 1rem
}

	.progress[value] {
		background-color: #eee;
		border: 0;
		appearance: none;
		border-radius: .25rem
	}

		.progress[value]::-ms-fill {
			background-color: #0074d9;
			border: 0
		}

		.progress[value]::-moz-progress-bar {
			background-color: #0074d9;
			border-bottom-left-radius: .25rem;
			border-top-left-radius: .25rem
		}

		.progress[value]::-webkit-progress-value {
			background-color: #0074d9;
			border-bottom-left-radius: .25rem;
			border-top-left-radius: .25rem
		}

	.progress[value="100"]::-moz-progress-bar {
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem
	}

	.progress[value="100"]::-webkit-progress-value {
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem
	}

	.progress[value]::-webkit-progress-bar {
		background-color: #eee;
		border-radius: .25rem
	}

	base::-moz-progress-bar, .progress[value] {
		background-color: #eee;
		border-radius: .25rem
	}

@media screen and (min-width:0\0) {
	.progress {
		background-color: #eee;
		border-radius: .25rem
	}

	.progress-bar {
		display: inline-block;
		height: 1rem;
		text-indent: -999rem;
		background-color: #0074d9;
		border-bottom-left-radius: .25rem;
		border-top-left-radius: .25rem
	}

	.progress[width="100%"] {
		border-bottom-right-radius: .25rem;
		border-top-right-radius: .25rem
	}
}

.progress-striped[value]::-webkit-progress-value {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem
}

.progress-striped[value]::-moz-progress-bar {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem
}

.progress-striped[value]::-ms-fill {
	background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
	background-size: 1rem 1rem
}

@media screen and (min-width:0\0) {
	.progress-bar-striped {
		background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
		background-size: 1rem 1rem
	}
}

.progress-animated[value]::-webkit-progress-value {
	animation: progress-bar-stripes 2s linear infinite
}

.progress-animated[value]::-moz-progress-bar {
	animation: progress-bar-stripes 2s linear infinite
}

@media screen and (min-width:0\0) {
	.progress-animated .progress-bar-striped {
		animation: progress-bar-stripes 2s linear infinite
	}
}

.progress-success[value]::-webkit-progress-value {
	background-color: #5cb85c
}

.progress-success[value]::-moz-progress-bar {
	background-color: #5cb85c
}

.progress-success[value]::-ms-fill {
	background-color: #5cb85c
}

@media screen and (min-width:0\0) {
	.progress-success .progress-bar {
		background-color: #5cb85c
	}
}

.progress-info[value]::-webkit-progress-value {
	background-color: #5bc0de
}

.progress-info[value]::-moz-progress-bar {
	background-color: #5bc0de
}

.progress-info[value]::-ms-fill {
	background-color: #5bc0de
}

@media screen and (min-width:0\0) {
	.progress-info .progress-bar {
		background-color: #5bc0de
	}
}

.progress-warning[value]::-webkit-progress-value {
	background-color: #d8b604
}

.progress-warning[value]::-moz-progress-bar {
	background-color: #d8b604
}

.progress-warning[value]::-ms-fill {
	background-color: #d8b604
}

@media screen and (min-width:0\0) {
	.progress-warning .progress-bar {
		background-color: #d8b604
	}
}

.progress-danger[value]::-webkit-progress-value {
	background-color: #d8b604
}

.progress-danger[value]::-moz-progress-bar {
	background-color: #d8b604
}

.progress-danger[value]::-ms-fill {
	background-color: #d8b604
}

@media screen and (min-width:0\0) {
	.progress-danger .progress-bar {
		background-color: #d8b604
	}
}

.media {
	display: flex
}

.media-body {
	flex: 1
}

.media-middle {
	align-self: center
}

.media-bottom {
	align-self: flex-end
}

.media-object {
	display: block
}

	.media-object.img-thumbnail {
		max-width: none
	}

.media-right {
	padding-left: 10px
}

.media-left {
	padding-right: 10px
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: .75rem 1.25rem;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

	.list-group-item:first-child {
		border-top-right-radius: .25rem;
		border-top-left-radius: .25rem
	}

	.list-group-item:last-child {
		margin-bottom: 0;
		border-bottom-right-radius: .25rem;
		border-bottom-left-radius: .25rem
	}

	.list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
		color: #b3b3b3;
		cursor: not-allowed;
		background-color: #f2f2f2
	}

		.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
			color: inherit
		}

		.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
			color: #b3b3b3
		}

	.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
		z-index: 2;
		color: #fff;
		text-decoration: none;
		background-color: #d8b604;
		border-color: #d8b604
	}

		.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small {
			color: inherit
		}

		.list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
			color: #f87fa3
		}

.list-group-flush .list-group-item {
	border-radius: 0
}

.list-group-item-action {
	width: 100%;
	color: #555;
	text-align: inherit
}

	.list-group-item-action .list-group-item-heading {
		color: #333
	}

	.list-group-item-action:focus, .list-group-item-action:hover {
		color: #555;
		text-decoration: none;
		background-color: #f5f5f5
	}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success, button.list-group-item-success {
	color: #3c763d
}

	a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-success:focus, a.list-group-item-success:hover, button.list-group-item-success:focus, button.list-group-item-success:hover {
		color: #3c763d;
		background-color: #d0e9c6
	}

	a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover, button.list-group-item-success.active, button.list-group-item-success.active:focus, button.list-group-item-success.active:hover {
		color: #fff;
		background-color: #3c763d;
		border-color: #3c763d
	}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info, button.list-group-item-info {
	color: #31708f
}

	a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-info:focus, a.list-group-item-info:hover, button.list-group-item-info:focus, button.list-group-item-info:hover {
		color: #31708f;
		background-color: #c4e3f3
	}

	a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover, button.list-group-item-info.active, button.list-group-item-info.active:focus, button.list-group-item-info.active:hover {
		color: #fff;
		background-color: #31708f;
		border-color: #31708f
	}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning, button.list-group-item-warning {
	color: #8a6d3b
}

	a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-warning:focus, a.list-group-item-warning:hover, button.list-group-item-warning:focus, button.list-group-item-warning:hover {
		color: #8a6d3b;
		background-color: #faf2cc
	}

	a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover, button.list-group-item-warning.active, button.list-group-item-warning.active:focus, button.list-group-item-warning.active:hover {
		color: #fff;
		background-color: #8a6d3b;
		border-color: #8a6d3b
	}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger, button.list-group-item-danger {
	color: #a94442
}

	a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
		color: inherit
	}

	a.list-group-item-danger:focus, a.list-group-item-danger:hover, button.list-group-item-danger:focus, button.list-group-item-danger:hover {
		color: #a94442;
		background-color: #ebcccc
	}

	a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover, button.list-group-item-danger.active, button.list-group-item-danger.active:focus, button.list-group-item-danger.active:hover {
		color: #fff;
		background-color: #a94442;
		border-color: #a94442
	}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

	.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0
	}

.embed-responsive-21by9 {
	padding-bottom: 42.85714%
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.embed-responsive-1by1 {
	padding-bottom: 100%
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

	.close:focus, .close:hover {
		color: #000;
		text-decoration: none;
		cursor: pointer;
		opacity: .5
	}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	-webkit-overflow-scrolling: touch
}

	.modal.fade .modal-dialog {
		transition: transform .3s ease-out;
		transform: translate(0,-25%)
	}

	.modal.in .modal-dialog {
		transform: translate(0,0)
	}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

	.modal-backdrop.fade {
		opacity: 0
	}

	.modal-backdrop.in {
		opacity: .8
	}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

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

	.modal-header .close {
		margin-top: -2px
	}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

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

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:544px) {
	.modal-dialog {
		max-width: 600px;
		margin: 30px auto
	}

	.modal-sm {
		max-width: 500px
	}
}

@media (min-width:992px) {
	.modal-lg {
		max-width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Open Sans","Helvatica Neue",Arial,san-serifsans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0
}

	.tooltip.in {
		opacity: .9
	}

	.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
		padding: 5px 0;
		margin-top: -3px
	}

		.tooltip.tooltip-top .tooltip-arrow, .tooltip.bs-tether-element-attached-bottom .tooltip-arrow {
			bottom: 0;
			left: 50%;
			margin-left: -5px;
			border-width: 5px 5px 0;
			border-top-color: rgba(0,0,0,.7)
		}

	.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
		padding: 0 5px;
		margin-left: 3px
	}

		.tooltip.tooltip-right .tooltip-arrow, .tooltip.bs-tether-element-attached-left .tooltip-arrow {
			top: 50%;
			left: 0;
			margin-top: -5px;
			border-width: 5px 5px 5px 0;
			border-right-color: rgba(0,0,0,.7)
		}

	.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
		padding: 5px 0;
		margin-top: 3px
	}

		.tooltip.tooltip-bottom .tooltip-arrow, .tooltip.bs-tether-element-attached-top .tooltip-arrow {
			top: 0;
			left: 50%;
			margin-left: -5px;
			border-width: 0 5px 5px;
			border-bottom-color: rgba(0,0,0,.7)
		}

	.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
		padding: 0 5px;
		margin-left: -3px
	}

		.tooltip.tooltip-left .tooltip-arrow, .tooltip.bs-tether-element-attached-right .tooltip-arrow {
			top: 50%;
			right: 0;
			margin-top: -5px;
			border-width: 5px 0 5px 5px;
			border-left-color: rgba(0,0,0,.7)
		}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,.7);
	border-radius: .25rem
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: block;
	max-width: 276px;
	padding: 1px;
	font-family: "Open Sans","Helvatica Neue",Arial,san-serifsans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	font-size: .875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem
}

	.popover.popover-top, .popover.bs-tether-element-attached-bottom {
		margin-top: -10px
	}

		.popover.popover-top .popover-arrow, .popover.bs-tether-element-attached-bottom .popover-arrow {
			bottom: -11px;
			left: 50%;
			margin-left: -11px;
			border-top-color: rgba(0,0,0,.25);
			border-bottom-width: 0
		}

			.popover.popover-top .popover-arrow:after, .popover.bs-tether-element-attached-bottom .popover-arrow:after {
				bottom: 1px;
				margin-left: -10px;
				content: "";
				border-top-color: #fff;
				border-bottom-width: 0
			}

	.popover.popover-right, .popover.bs-tether-element-attached-left {
		margin-left: 10px
	}

		.popover.popover-right .popover-arrow, .popover.bs-tether-element-attached-left .popover-arrow {
			top: 50%;
			left: -11px;
			margin-top: -11px;
			border-right-color: rgba(0,0,0,.25);
			border-left-width: 0
		}

			.popover.popover-right .popover-arrow:after, .popover.bs-tether-element-attached-left .popover-arrow:after {
				bottom: -10px;
				left: 1px;
				content: "";
				border-right-color: #fff;
				border-left-width: 0
			}

	.popover.popover-bottom, .popover.bs-tether-element-attached-top {
		margin-top: 10px
	}

		.popover.popover-bottom .popover-arrow, .popover.bs-tether-element-attached-top .popover-arrow {
			top: -11px;
			left: 50%;
			margin-left: -11px;
			border-top-width: 0;
			border-bottom-color: rgba(0,0,0,.25)
		}

			.popover.popover-bottom .popover-arrow:after, .popover.bs-tether-element-attached-top .popover-arrow:after {
				top: 1px;
				margin-left: -10px;
				content: "";
				border-top-width: 0;
				border-bottom-color: #fff
			}

	.popover.popover-left, .popover.bs-tether-element-attached-right {
		margin-left: -10px
	}

		.popover.popover-left .popover-arrow, .popover.bs-tether-element-attached-right .popover-arrow {
			top: 50%;
			right: -11px;
			margin-top: -11px;
			border-right-width: 0;
			border-left-color: rgba(0,0,0,.25)
		}

			.popover.popover-left .popover-arrow:after, .popover.bs-tether-element-attached-right .popover-arrow:after {
				right: 1px;
				bottom: -10px;
				content: "";
				border-right-width: 0;
				border-left-color: #fff
			}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 1rem;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: .23333rem .23333rem 0 0
}

	.popover-title:empty {
		display: none
	}

.popover-content {
	padding: 9px 14px
}

.popover-arrow, .popover-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover-arrow {
	border-width: 11px
}

	.popover-arrow:after {
		content: "";
		border-width: 10px
	}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

	.carousel-inner > .carousel-item {
		position: relative;
		display: none;
		transition: .6s ease-in-out left
	}

		.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
			line-height: 1
		}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner > .carousel-item {
		transition: transform .6s ease-in-out;
		backface-visibility: hidden;
		perspective: 1000px
	}

		.carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
			left: 0;
			transform: translate3d(100%,0,0)
		}

		.carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
			left: 0;
			transform: translate3d(-100%,0,0)
		}

			.carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
				left: 0;
				transform: translate3d(0,0,0)
			}
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
	display: block
}

.carousel-inner > .active {
	left: 0
}

.carousel-inner > .next, .carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner > .next {
	left: 100%
}

.carousel-inner > .prev {
	left: -100%
}

	.carousel-inner > .next.left, .carousel-inner > .prev.right {
		left: 0
	}

.carousel-inner > .active.left {
	left: -100%
}

.carousel-inner > .active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	opacity: .5
}

	.carousel-control.left {
		background-image: linear-gradient(to right,rgba(0,0,0,.5) 0%,rgba(0,0,0,.0001) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)
	}

	.carousel-control.right {
		right: 0;
		left: auto;
		background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0%,rgba(0,0,0,.5) 100%);
		background-repeat: repeat-x;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)
	}

	.carousel-control:focus, .carousel-control:hover {
		color: #fff;
		text-decoration: none;
		outline: 0;
		opacity: .9
	}

	.carousel-control .icon-prev, .carousel-control .icon-next {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		font-family: serif;
		line-height: 1
	}

	.carousel-control .icon-prev {
		left: 50%;
		margin-left: -10px
	}

	.carousel-control .icon-next {
		right: 50%;
		margin-right: -10px
	}

	.carousel-control .icon-prev:before {
		content: "\2039"
	}

	.carousel-control .icon-next:before {
		content: "\203a"
	}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

	.carousel-indicators li {
		display: inline-block;
		width: 10px;
		height: 10px;
		margin: 1px;
		text-indent: -999px;
		cursor: pointer;
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 10px
	}

	.carousel-indicators .active {
		width: 12px;
		height: 12px;
		margin: 0;
		background-color: #fff
	}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6)
}

	.carousel-caption .btn {
		text-shadow: none
	}

@media (min-width:544px) {
	.carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.bg-faded {
	background-color: #fafafa
}

.bg-primary {
	color: #fff !important;
	background-color: #d8b604 !important
}

a.bg-primary:focus, a.bg-primary:hover {
	background-color: #720627 !important
}

.bg-success {
	color: #fff !important;
	background-color: #5cb85c !important
}

a.bg-success:focus, a.bg-success:hover {
	background-color: #449d44 !important
}

.bg-info {
	color: #fff !important;
	background-color: #5bc0de !important
}

a.bg-info:focus, a.bg-info:hover {
	background-color: #31b0d5 !important
}

.bg-warning {
	color: #fff !important;
	background-color: #d8b604 !important
}

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #ffe169 !important
}

.bg-danger {
	color: #fff !important;
	background-color: #d8b604 !important
}

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #720627 !important
}

.bg-inverse {
	color: #fff !important;
	background-color: #404040 !important
}

a.bg-inverse:focus, a.bg-inverse:hover {
	background-color: #272727 !important
}

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

.d-block {
	display: block !important
}

.d-inline-block {
	display: inline-block !important
}

.d-inline {
	display: inline !important
}

.flex-xs-first {
	order: -1
}

.flex-xs-last {
	order: 1
}

.flex-xs-unordered {
	order: 0
}

.flex-items-xs-top {
	align-items: flex-start
}

.flex-items-xs-middle {
	align-items: center
}

.flex-items-xs-bottom {
	align-items: flex-end
}

.flex-xs-top {
	align-self: flex-start
}

.flex-xs-middle {
	align-self: center
}

.flex-xs-bottom {
	align-self: flex-end
}

.flex-items-xs-left {
	justify-content: flex-start
}

.flex-items-xs-center {
	justify-content: center
}

.flex-items-xs-right {
	justify-content: flex-end
}

.flex-items-xs-around {
	justify-content: space-around
}

.flex-items-xs-between {
	justify-content: space-between
}

@media (min-width:544px) {
	.flex-sm-first {
		order: -1
	}

	.flex-sm-last {
		order: 1
	}

	.flex-sm-unordered {
		order: 0
	}
}

@media (min-width:544px) {
	.flex-items-sm-top {
		align-items: flex-start
	}

	.flex-items-sm-middle {
		align-items: center
	}

	.flex-items-sm-bottom {
		align-items: flex-end
	}
}

@media (min-width:544px) {
	.flex-sm-top {
		align-self: flex-start
	}

	.flex-sm-middle {
		align-self: center
	}

	.flex-sm-bottom {
		align-self: flex-end
	}
}

@media (min-width:544px) {
	.flex-items-sm-left {
		justify-content: flex-start
	}

	.flex-items-sm-center {
		justify-content: center
	}

	.flex-items-sm-right {
		justify-content: flex-end
	}

	.flex-items-sm-around {
		justify-content: space-around
	}

	.flex-items-sm-between {
		justify-content: space-between
	}
}

@media (min-width:768px) {
	.flex-md-first {
		order: -1
	}

	.flex-md-last {
		order: 1
	}

	.flex-md-unordered {
		order: 0
	}
}

@media (min-width:768px) {
	.flex-items-md-top {
		align-items: flex-start
	}

	.flex-items-md-middle {
		align-items: center
	}

	.flex-items-md-bottom {
		align-items: flex-end
	}
}

@media (min-width:768px) {
	.flex-md-top {
		align-self: flex-start
	}

	.flex-md-middle {
		align-self: center
	}

	.flex-md-bottom {
		align-self: flex-end
	}
}

@media (min-width:768px) {
	.flex-items-md-left {
		justify-content: flex-start
	}

	.flex-items-md-center {
		justify-content: center
	}

	.flex-items-md-right {
		justify-content: flex-end
	}

	.flex-items-md-around {
		justify-content: space-around
	}

	.flex-items-md-between {
		justify-content: space-between
	}
}

@media (min-width:992px) {
	.flex-lg-first {
		order: -1
	}

	.flex-lg-last {
		order: 1
	}

	.flex-lg-unordered {
		order: 0
	}
}

@media (min-width:992px) {
	.flex-items-lg-top {
		align-items: flex-start
	}

	.flex-items-lg-middle {
		align-items: center
	}

	.flex-items-lg-bottom {
		align-items: flex-end
	}
}

@media (min-width:992px) {
	.flex-lg-top {
		align-self: flex-start
	}

	.flex-lg-middle {
		align-self: center
	}

	.flex-lg-bottom {
		align-self: flex-end
	}
}

@media (min-width:992px) {
	.flex-items-lg-left {
		justify-content: flex-start
	}

	.flex-items-lg-center {
		justify-content: center
	}

	.flex-items-lg-right {
		justify-content: flex-end
	}

	.flex-items-lg-around {
		justify-content: space-around
	}

	.flex-items-lg-between {
		justify-content: space-between
	}
}

@media (min-width:1200px) {
	.flex-xl-first {
		order: -1
	}

	.flex-xl-last {
		order: 1
	}

	.flex-xl-unordered {
		order: 0
	}
}

@media (min-width:1200px) {
	.flex-items-xl-top {
		align-items: flex-start
	}

	.flex-items-xl-middle {
		align-items: center
	}

	.flex-items-xl-bottom {
		align-items: flex-end
	}
}

@media (min-width:1200px) {
	.flex-xl-top {
		align-self: flex-start
	}

	.flex-xl-middle {
		align-self: center
	}

	.flex-xl-bottom {
		align-self: flex-end
	}
}

@media (min-width:1200px) {
	.flex-items-xl-left {
		justify-content: flex-start
	}

	.flex-items-xl-center {
		justify-content: center
	}

	.flex-items-xl-right {
		justify-content: flex-end
	}

	.flex-items-xl-around {
		justify-content: space-around
	}

	.flex-items-xl-between {
		justify-content: space-between
	}
}

.pull-xs-left {
	float: left !important
}

.pull-xs-right {
	float: right !important
}

.pull-xs-none {
	float: none !important
}

@media (min-width:544px) {
	.pull-sm-left {
		float: left !important
	}

	.pull-sm-right {
		float: right !important
	}

	.pull-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	.pull-md-left {
		float: left !important
	}

	.pull-md-right {
		float: right !important
	}

	.pull-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.pull-lg-left {
		float: left !important
	}

	.pull-lg-right {
		float: right !important
	}

	.pull-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	.pull-xl-left {
		float: left !important
	}

	.pull-xl-right {
		float: right !important
	}

	.pull-xl-none {
		float: none !important
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.w-100 {
	width: 100% !important
}

.m-x-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.m-a-0 {
	margin: 0 !important
}

.m-t-0 {
	margin-top: 0 !important
}

.m-r-0 {
	margin-right: 0 !important
}

.m-b-0 {
	margin-bottom: 0 !important
}

.m-l-0 {
	margin-left: 0 !important
}

.m-x-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.m-y-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.m-a-1 {
	margin: 1rem !important
}

.m-t-1 {
	margin-top: 1rem !important
}

.m-r-1 {
	margin-right: 1rem !important
}

.m-b-1 {
	margin-bottom: 1rem !important
}

.m-l-1 {
	margin-left: 1rem !important
}

.m-x-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.m-y-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.m-a-2 {
	margin: 1.5rem !important
}

.m-t-2 {
	margin-top: 1.5rem !important
}

.m-r-2 {
	margin-right: 1.5rem !important
}

.m-b-2 {
	margin-bottom: 1.5rem !important
}

.m-l-2 {
	margin-left: 1.5rem !important
}

.m-x-2 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.m-y-2 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.m-a-3 {
	margin: 3rem !important
}

.m-t-3 {
	margin-top: 3rem !important
}

.m-r-3 {
	margin-right: 3rem !important
}

.m-b-3 {
	margin-bottom: 3rem !important
}

.m-l-3 {
	margin-left: 3rem !important
}

.m-x-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.m-y-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.p-a-0 {
	padding: 0 !important
}

.p-t-0 {
	padding-top: 0 !important
}

.p-r-0 {
	padding-right: 0 !important
}

.p-b-0 {
	padding-bottom: 0 !important
}

.p-l-0 {
	padding-left: 0 !important
}

.p-x-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.p-y-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.p-a-1 {
	padding: 1rem !important
}

.p-t-1 {
	padding-top: 1rem !important
}

.p-r-1 {
	padding-right: 1rem !important
}

.p-b-1 {
	padding-bottom: 1rem !important
}

.p-l-1 {
	padding-left: 1rem !important
}

.p-x-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.p-y-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.p-a-2 {
	padding: 1.5rem !important
}

.p-t-2 {
	padding-top: 1.5rem !important
}

.p-r-2 {
	padding-right: 1.5rem !important
}

.p-b-2 {
	padding-bottom: 1.5rem !important
}

.p-l-2 {
	padding-left: 1.5rem !important
}

.p-x-2 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.p-y-2 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.p-a-3 {
	padding: 3rem !important
}

.p-t-3 {
	padding-top: 3rem !important
}

.p-r-3 {
	padding-right: 3rem !important
}

.p-b-3 {
	padding-bottom: 3rem !important
}

.p-l-3 {
	padding-left: 3rem !important
}

.p-x-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.p-y-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pos-f-t {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-xs-left {
	text-align: left !important
}

.text-xs-right {
	text-align: right !important
}

.text-xs-center {
	text-align: center !important
}

@media (min-width:544px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width:768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width:992px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width:1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-normal {
	font-weight: 400
}

.font-weight-bold {
	font-weight: 700
}

.font-italic {
	font-style: italic
}

.text-muted {
	color: #b3b3b3 !important
}

a.text-muted:focus, a.text-muted:hover {
	color: #9a9a9a !important
}

.text-primary {
	color: #d8b604 !important
}

a.text-primary:focus, a.text-primary:hover {
	color: #720627 !important
}

.text-success {
	color: #5cb85c !important
}

a.text-success:focus, a.text-success:hover {
	color: #449d44 !important
}

.text-info {
	color: #5bc0de !important
}

a.text-info:focus, a.text-info:hover {
	color: #31b0d5 !important
}

.text-warning {
	color: #d8b604 !important
}

a.text-warning:focus, a.text-warning:hover {
	color: #ffe169 !important
}

.text-danger {
	color: #d8b604 !important
}

a.text-danger:focus, a.text-danger:hover {
	color: #720627 !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.invisible {
	visibility: hidden !important
}

.hidden-xs-up {
	display: none !important
}

@media (max-width:543px) {
	.hidden-xs-down {
		display: none !important
	}
}

@media (min-width:544px) {
	.hidden-sm-up {
		display: none !important
	}
}

@media (max-width:767px) {
	.hidden-sm-down {
		display: none !important
	}
}

@media (min-width:768px) {
	.hidden-md-up {
		display: none !important
	}
}

@media (max-width:991px) {
	.hidden-md-down {
		display: none !important
	}
}

@media (min-width:992px) {
	.hidden-lg-up {
		display: none !important
	}
}

@media (max-width:1199px) {
	.hidden-lg-down {
		display: none !important
	}
}

@media (min-width:1200px) {
	.hidden-xl-up {
		display: none !important
	}
}

.hidden-xl-down {
	display: none !important
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

@font-face {
	font-display: swap;
	font-family: 'font-thienphuc';
	src: url(../fonts/font-thienphuc.eot);
	src: url(../fonts/font-thienphuc.eot) format("embedded-opentype"),url(../fonts/font-thienphuc.woff2) format("woff2"),url(../fonts/font-thienphuc.woff) format("woff"),url(../fonts/font-thienphuc.ttf) format("truetype"),url(../fonts/font-thienphuc.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

.ty {
	display: inline-block;
	font: normal normal normal 14px/1 font-thienphuc;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px
}

.ty-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.ty-2x {
	font-size: 2em
}

.ty-3x {
	font-size: 3em
}

.ty-4x {
	font-size: 4em
}

.ty-5x {
	font-size: 5em
}

.ty-6x {
	font-size: 6em
}

.ty-fw {
	width: 1.28571429em;
	text-align: center
}

.ty-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

	.ty-ul > li {
		position: relative
	}

.ty-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

	.ty-li.ty-lg {
		left: -1.85714em
	}

.ty-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.ty-pull-left {
	float: left
}

.ty-pull-right {
	float: right
}

.ty.ty-pull-left {
	margin-right: .3em
}

.ty.ty-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.ty.pull-left {
	margin-right: .3em
}

.ty.pull-right {
	margin-left: .3em
}

.ty-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.ty-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.ty-rotate-90 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.ty-rotate-180 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.ty-rotate-270 {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.ty-flip-horizontal {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
	-webkit-transform: scale(-1,1);
	-ms-transform: scale(-1,1);
	transform: scale(-1,1)
}

.ty-flip-vertical {
	-ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
	-webkit-transform: scale(1,-1);
	-ms-transform: scale(1,-1);
	transform: scale(1,-1)
}

:root .ty-rotate-90, :root .ty-rotate-180, :root .ty-rotate-270, :root .ty-flip-horizontal, :root .ty-flip-vertical {
	filter: none
}

.ty-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.ty-stack-1x, .ty-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.ty-stack-1x {
	line-height: inherit
}

.ty-stack-2x {
	font-size: 2em
}

.ty-inverse {
	color: #fff
}

.ty-mobile-1:before {
	content: '\e800'
}

.ty-shop-1:before {
	content: '\e801'
}

.ty-right-2:before {
	content: '\e802'
}

.ty-flash:before {
	content: '\e803'
}

.ty-search:before {
	content: '\e804'
}

.ty-comment:before {
	content: '\e805'
}

.ty-star:before {
	content: '\e806'
}

.ty-phone:before {
	content: '\e807'
}

.ty-arrow-right-circle:before {
	content: '\e808'
}

.ty-calendar:before {
	content: '\e809'
}

.ty-download-1:before {
	content: '\e80a'
}

.ty-list-add:before {
	content: '\e80b'
}

.ty-attach:before {
	content: '\e80c'
}

.ty-cog:before {
	content: '\e80d'
}

.ty-globe:before {
	content: '\e80e'
}

.ty-plus:before {
	content: '\e80f'
}

.ty-circle-minus:before {
	content: '\e810'
}

.ty-angle-up:before {
	content: '\e811'
}

.ty-cross:before {
	content: '\e812'
}

.ty-cross-circle:before {
	content: '\e813'
}

.ty-down-arrow:before {
	content: '\e814'
}

.ty-menu:before {
	content: '\e815'
}

.ty-substract:before {
	content: '\e816'
}

.ty-attention-circled:before {
	content: '\e817'
}

.ty-success:before {
	content: '\e818'
}

.ty-user-3:before {
	content: '\e819'
}

.ty-users-1:before {
	content: '\e81a'
}

.ty-card:before {
	content: '\e81b'
}

.ty-link:before {
	content: '\e81c'
}

.ty-print:before {
	content: '\e81d'
}

.ty-list:before {
	content: '\e81e'
}

.ty-angle-left:before {
	content: '\e81f'
}

.ty-question:before {
	content: '\e820'
}

.ty-exit:before {
	content: '\e821'
}

.ty-ok-circled:before {
	content: '\e822'
}

.ty-ccw:before {
	content: '\e823'
}

.ty-inbox:before {
	content: '\e824'
}

.ty-address:before {
	content: '\e825'
}

.ty-bell:before {
	content: '\e826'
}

.ty-undo:before {
	content: '\e827'
}

.ty-home:before {
	content: '\e828'
}

.ty-eye:before {
	content: '\e829'
}

.ty-tags:before {
	content: '\e82a'
}

.ty-book-album:before {
	content: '\e82b'
}

.ty-truck:before {
	content: '\e82c'
}

.ty-location-1:before {
	content: '\e82d'
}

.ty-facebook-messenger:before {
	content: '\e82e'
}

.ty-megaphone:before {
	content: '\e82f'
}

.ty-basket:before {
	content: '\e830'
}

.ty-bag:before {
	content: '\e831'
}

.ty-users:before {
	content: '\e832'
}

.ty-award-1:before {
	content: '\e833'
}

.ty-thumbs-up:before {
	content: '\e834'
}

.ty-heart:before {
	content: '\e835'
}

.ty-back:before {
	content: '\e836'
}

.ty-right:before {
	content: '\e837'
}

.ty-gift:before {
	content: '\e838'
}

.ty-record-outline:before {
	content: '\e839'
}

.ty-flag:before {
	content: '\e83a'
}

.ty-dongtrung:before {
	content: '\e83b'
}

.ty-delivery-truck:before {
	content: '\e83d'
}

.ty-angle-right:before {
	content: '\e843'
}

.ty-angle-down:before {
	content: '\e844'
}

.ty-add:before {
	content: '\e845'
}

.ty-location:before {
	content: '\e846'
}

.ty-shop:before {
	content: '\e847'
}

.ty-tag-1:before {
	content: '\e848'
}

.ty-trash:before {
	content: '\e84c'
}

.ty-mail:before {
	content: '\e84d'
}

.ty-lightbulb:before {
	content: '\e84e'
}

.ty-bookmark-empty:before {
	content: '\e84f'
}

.ty-pie-chart:before {
	content: '\e851'
}

.ty-chart-bars:before {
	content: '\e852'
}

.ty-download:before {
	content: '\e860'
}

.ty-edit-task:before {
	content: '\e861'
}

.ty-doc-text:before {
	content: '\e862'
}

.ty-sort-descending:before {
	content: '\e865'
}

.ty-sun-weather:before {
	content: '\e866'
}

.ty-duplicate:before {
	content: '\e867'
}

.ty-precision-select:before {
	content: '\e869'
}

.ty-chat-user:before {
	content: '\e86a'
}

.ty-male:before {
	content: '\e86c'
}

.ty-tag:before {
	content: '\e86d'
}

.ty-click:before {
	content: '\e86e'
}

.ty-chat:before {
	content: '\e86f'
}

.ty-emoji-smile:before {
	content: '\e871'
}

.ty-login-form:before {
	content: '\e872'
}

.ty-lock-user:before {
	content: '\e873'
}

.ty-warning:before {
	content: '\e877'
}

.ty-refresh:before {
	content: '\e879'
}

.ty-call-center:before {
	content: '\e87a'
}

.ty-box-2:before {
	content: '\e87b'
}

.ty-barcode-scan:before {
	content: '\e87e'
}

.ty-printer:before {
	content: '\e880'
}

.ty-pick:before {
	content: '\e883'
}

.ty-award:before {
	content: '\e884'
}

.ty-icon:before {
	content: '\e885'
}

.ty-handbag:before {
	content: '\e886'
}

.ty-diamond:before {
	content: '\e887'
}

.ty-fast:before {
	content: '\e888'
}

.ty-good:before {
	content: '\e889'
}

.ty-nest:before {
	content: '\e88b'
}

.ty-nest3:before {
	content: '\e88c'
}

.ty-nest4:before {
	content: '\e88d'
}

.ty-dairy:before {
	content: '\e88e'
}

.ty-mustard:before {
	content: '\e88f'
}

.ty-cover:before {
	content: '\e890'
}

.ty-bowl:before {
	content: '\e891'
}

.ty-barcode-identification:before {
	content: '\e893'
}

.ty-bar-code:before {
	content: '\e894'
}

.ty-reload:before {
	content: '\e895'
}

.ty-farm:before {
	content: '\e896'
}

.ty-real-estate:before {
	content: '\e897'
}

.ty-house:before {
	content: '\e898'
}

.ty-paint:before {
	content: '\e899'
}

.ty-design:before {
	content: '\e89a'
}

.ty-idea:before {
	content: '\e89b'
}

.ty-money:before {
	content: '\e89c'
}

.ty-handshake:before {
	content: '\e89d'
}

.ty-increase-money:before {
	content: '\e89e'
}

.ty-new:before {
	content: '\e89f'
}

.ty-new-1:before {
	content: '\e8a0'
}

.ty-new-2:before {
	content: '\e8a1'
}

.ty-namlinhchi:before {
	content: '\e8a3'
}

.ty-zalo:before {
	content: '\e8a4'
}

.ty-saffron:before {
	content: '\e8a5'
}

.ty-free:before {
	content: '\e92b'
}

.ty-facebook:before {
	content: '\f09a'
}

.ty-mail-1:before {
	content: '\f0e0'
}

.ty-bell-alt:before {
	content: '\f0f3'
}

.ty-doc-text-1:before {
	content: '\f0f6'
}

.ty-mobile:before {
	content: '\f10b'
}

.ty-circle:before {
	content: '\f111'
}

.ty-direction:before {
	content: '\f124'
}

.ty-calendar-empty:before {
	content: '\f133'
}

.ty-youtube-play:before {
	content: '\f16a'
}

.ty-instagram-1:before {
	content: '\f16d'
}

.ty-paper-plane:before {
	content: '\f1d8'
}

.ty-trash-1:before {
	content: '\f1f8'
}

.ty-pinterest:before {
	content: '\f231'
}

.ty-map-o:before {
	content: '\f278'
}

.ty-map:before {
	content: '\f279'
}

.ty-commenting:before {
	content: '\f27a'
}

.ty-commenting-o:before {
	content: '\f27b'
}

.ty-shopping-bag:before {
	content: '\f290'
}

.ty-handshake-o:before {
	content: '\f2b5'
}

.ty-user-circle-o:before {
	content: '\f2be'
}

.ty-gplus:before {
	content: '\f30f'
}

.ty-instagram:before {
	content: '\f32d'
}

.ekko-lightbox {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-right: 0 !important
}

	.ekko-lightbox iframe {
		width: 100%;
		height: 100%
	}

	.ekko-lightbox .modal-dialog {
		display: none
	}

		.ekko-lightbox .modal-dialog .modal-header .modal-title {
			float: left;
			text-transform: uppercase;
			font-size: 1.25rem;
			font-weight: 700
		}

		.ekko-lightbox .modal-dialog .modal-body {
			padding: 3px
		}

	.ekko-lightbox .modal-footer {
		text-align: left
	}

	.ekko-lightbox a:hover {
		opacity: 1;
		text-decoration: none
	}

.ekko-lightbox-container {
	position: relative
}

	.ekko-lightbox-container > div.ekko-lightbox-item {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%
	}

.ekko-lightbox-nav-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex
}

	.ekko-lightbox-nav-overlay a {
		flex: 1;
		display: flex;
		align-items: center;
		opacity: .6;
		text-decoration: none;
		transition: opacity .5s;
		color: #404040;
		font-size: 30px;
		z-index: 1
	}

		.ekko-lightbox-nav-overlay a > * {
			flex-grow: 1
		}

		.ekko-lightbox-nav-overlay a span {
			padding: 0 30px
		}

		.ekko-lightbox-nav-overlay a:hover {
			text-decoration: none
		}

		.ekko-lightbox-nav-overlay a:focus {
			outline: none
		}

		.ekko-lightbox-nav-overlay a.disabled {
			cursor: default;
			visibility: hidden
		}

		.ekko-lightbox-nav-overlay a > :focus {
			outline: none
		}

		.ekko-lightbox-nav-overlay a:last-child span {
			text-align: right
		}

.ekko-lightbox-loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

	.ekko-lightbox-loader > div {
		width: 40px;
		height: 40px;
		position: relative;
		text-align: center
	}

		.ekko-lightbox-loader > div > div {
			width: 100%;
			height: 100%;
			border-radius: 50%;
			background-color: #fff;
			opacity: .6;
			position: absolute;
			top: 0;
			left: 0;
			animation: a 2s infinite ease-in-out
		}

			.ekko-lightbox-loader > div > div:last-child {
				animation-delay: -1s
			}

@keyframes a {
	0% {
		transform: scale(0)
	}

	to {
		transform: scale(0)
	}

	50% {
		transform: scale(1)
	}
}

.modal-dialog .ekko-lightbox-loader > div > div {
	background-color: #333
}

a, button, .btn {
	-webkit-transition: all .3s ease-out 0;
	outline: 0;
	transition: all .3s ease-out 0
}

	a:hover, a:focus, a:active, button:hover, button:focus, button:active, .btn:hover, .btn:focus, .btn:active {
		cursor: pointer;
		outline: 0
	}

.container-fluid {
	padding: 0
}

.row.no-gutters {
	margin-left: 0;
	margin-right: 0
}

	.row.no-gutters > [class^=col-], .row.no-gutters > [class*=" col-"] {
		padding-left: 0;
		padding-right: 0
	}

.no-gutters > [class^=col-], .no-gutters > [class*=" col-"] {
	padding-left: 0;
	padding-right: 0
}

.col-2 {
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	width: 100%
}

.hidden {
	display: none
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.ty-logo {
	background-size: contain;
	display: inline-block;
	height: 100px;
	width: 100px
}

.ml-5 {
	margin-left: 5px
}

.mr-5 {
	margin-right: 5px
}

.mr-10 {
	margin-right: 5px
}

.mt-10 {
	margin-top: 10px
}

.mt-30 {
	margin-top: 30px
}

.mb-10 {
	margin-bottom: 10px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-50 {
	margin-bottom: 50px
}

.pt-10 {
	padding-top: 10px
}

.p-30 {
	padding: 30px
}

.ttu {
	text-transform: uppercase
}

.db {
	display: block
}

.text {
	line-height: 1.3
}

.ty-animate {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .6s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	animation: gelatine .5s infinite;
	animation: hithere 1s ease infinite
}

.product-cate-item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	box-shadow: 0 0 3.92px .08px rgba(0,0,0,.16)
}

	.product-cate-item span {
		position: absolute;
		padding: 20px;
		background-color: rgba(255,255,255,.8);
		top: 30%;
		left: 0;
		width: 100%;
		display: block;
		text-align: center
	}

		.product-cate-item span b {
			display: block;
			font-weight: 400;
			text-transform: uppercase
		}

		.product-cate-item span small {
			color: #d8b604;
			font-style: italic
		}

.product-item {
	position: relative;
	box-shadow: 0 0 3.92px .08px rgba(0,0,0,.16);
	border-radius: 6px;
	overflow: hidden;
	/* background: linear-gradient(#fff,#f1f2f2); */
	margin-bottom: 30px;
	text-align: center
}

	.product-item .product-img {
		position: relative;
		display: block
	}

		.product-item .product-img img {
			mix-blend-mode: multiply;
			/* width: 100%; */
			/* height: 362px; */
			object-fit: cover
		}

	.product-item .meta {
		overflow: hidden;
		padding-top: 10px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2
	}

		.product-item .meta .text {
			display: block;
			padding: 0 10px;
			overflow: hidden;
			font-size: 16px;
			color: #000000;
			font-family: 'OpenSans-Bold';
		}

		.product-item .meta .cate-link {
			font-style: italic
		}

		.product-item .meta .price {
			display: block;
			text-align: center
		}

			.product-item .meta .price b {
				color: #d8b604;
				display: block
			}

			.product-item .meta .price small {
				text-decoration: line-through;
				color: #4c4c4c
			}

.post-item {
	padding-bottom: 20px;
	/* margin-bottom: 20px; */
	/* border-bottom: 1px solid #ccc; */
}

	.post-item .img img {
		border-radius: 5px
	}

	.post-item .info .capt {
		font-size: 22px;
		font-weight: 700
	}

	.post-item .info .readmore {
		display: inline-block;
		color: #fff;
		text-transform: uppercase;
		font-size: 14px;
		background: #6eb944;
		border-radius: 5px;
		padding: 5px 17px;
		float: right
	}

.accordion .card .card-header a {
	display: block;
	text-decoration: none
}

	.accordion .card .card-header a .ty-question {
		color: #595959;
		margin-right: 10px
	}

	.accordion .card .card-header a .ty-plus, .accordion .card .card-header a .ty-circle-minus {
		float: right;
		margin-right: 0
	}

	.accordion .card .card-header a .ty-plus {
		display: none
	}

	.accordion .card .card-header a.collapsed .ty-circle-minus {
		display: none
	}

	.accordion .card .card-header a.collapsed .ty-plus {
		display: block
	}

.breadcrumb {
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	font-size: .875rem;
	margin-top: 5px;
	padding: .5rem 0
}

.bg-primary {
	background: #d8b604;
	background: -webkit-linear-gradient(#d8b604,#8a082f);
	background: linear-gradient(#d8b604,#8a082f)
}

.ty-color {
	color: #d8b604
}

.ty-primary-color {
	color: #231f20
}

.btn-outline {
	border-color: #fff;
	border: 1px solid;
	color: #fff
}

	.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
		background-color: #d8b604;
		border-color: #d8b604;
		color: #fff
	}

.btn-dark {
	background-color: #141414;
	color: #fff
}

.btn {
	border-radius: 300px;
	text-transform: uppercase
}

.btn-shadow {
	box-shadow: 0 2px 4px 1px rgba(0,0,0,.1);
	text-transform: none !important;
	font-weight: 700;
	font-size: 1.125rem;
	padding: .55em 1em;
	border-radius: 6px !important;
	white-space: normal;
	line-height: 1.4
}

.bg-text {
	text-align: center
}

	.bg-text b {
		background-color: #d8b604;
		border-radius: 6px;
		color: #fff;
		display: inline-block;
		padding: 5px 10px;
		width: 100%
	}

		.bg-text b span {
			text-transform: uppercase
		}

	.bg-text small {
		color: #fff;
		display: block;
		margin: 10px 0 20px
	}

.btn-link {
	color: #23527c
}

.btn-link-secondary {
	color: #d8b604
}

	.btn-link-secondary:hover {
		color: #ffdc50
	}

.btn-outline-warning:hover {
	background-color: #ffcc03;
	border-color: #ffcc03
}

.card-gray {
	background-color: #fafafa;
	border-color: #f2f2f2
}

.document-page .document-box, .odd-box {
	background-color: #fafafa;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #f2f2f2
}

	.document-page .document-box .item, .odd-box .item {
		background-color: #fff
	}

.alert-sm {
	font-size: .875rem;
	padding: 5px 10px
}

.fc-form .form-element .submit-button {
	border-radius: 30px !important;
	padding: .6rem 1.5rem !important
}

	.fc-form .form-element .submit-button .text {
		font-size: 1.25rem;
		font-weight: 400;
		text-transform: uppercase
	}

.promo-banner {
	display: block
}

	.promo-banner img {
		width: 100%
	}

.chungchi .box-tit {
	border-bottom: 2px solid #d8b604;
	margin-bottom: 15px;
	display: block
}

	.chungchi .box-tit .title {
		margin: 0;
		display: inline-block;
		font-size: 16px;
		line-height: 34px;
		position: relative;
		background: #d8b604;
		color: #fff;
		text-transform: uppercase;
		font-weight: 700;
		padding: 0 20px
	}

		.chungchi .box-tit .title:after {
			content: "";
			width: 0;
			height: 0;
			border-top: 36px solid transparent;
			border-left: 20px solid #d8b604;
			border-bottom: 0 solid transparent;
			border-right: 0 solid transparent;
			position: absolute;
			top: 0;
			right: -20px
		}

.chungchi .box {
	padding-bottom: 20px
}

	.chungchi .box .list .item {
		text-align: center;
		box-shadow: 0 0 15px -3px rgba(0,0,0,.5);
		margin-bottom: 30px;
		border-radius: 4px
	}

		.chungchi .box .list .item h4 {
			padding: 10px 20px;
			font-size: 14px
		}

		.chungchi .box .list .item img {
			display: block;
			margin: 0 auto;
			height: 300px;
			width: auto;
			object-fit: cover
		}

header .main-head .main-nav .navbar-nav .nav-item:hover > ul {
	display: block;
	top: 95%
}

.carousel-item > img {
	width: 100%
}

.carousel-indicators li {
	margin-left: 5px !important
}

.dropdown-submenu {
	position: relative
}

	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px
	}

	.dropdown-submenu:hover > .dropdown-menu {
		display: block
	}

	.dropdown-submenu > a:after {
		display: block;
		content: " ";
		float: right;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
		margin-top: 5px;
		margin-right: -15px;
		border-left-color: #ddd
	}

	.dropdown-submenu.pull-left {
		float: none
	}

		.dropdown-submenu.pull-left > .dropdown-menu {
			left: -100%;
			margin-left: 10px;
			-webkit-border-radius: 6px 0 6px 6px;
			-moz-border-radius: 6px 0 6px 6px;
			border-radius: 6px 0 6px 6px
		}

.tabs .nav-item {
	margin-left: 0 !important
}

	.tabs .nav-item .nav-link {
		color: #999;
		font-size: .75rem;
		text-transform: uppercase;
		font-family: "Open Sans","Helvatica Neue",Arial,san-serif
	}

.tabs .active .nav-link {
	background-color: #6eb944;
	border: 1px solid #ddd;
	color: #fff;
	font-weight: 700
}

.formcraft-css label.field-cover {
	display: block;
	margin-bottom: 0
}

.site {
	overflow: hidden
}

header .top-head {
	background-color: #d8b604;
	color: #fff;
	font-size: .8125rem;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-transform: uppercase
}

	header .top-head a {
		color: #fff
	}

	header .top-head .nav-top {
		text-align: right
	}

		header .top-head .nav-top .nav-link {
			color: #d8b604;
			margin-left: 10px
		}

			header .top-head .nav-top .nav-link:hover {
				color: #720627
			}

header .main-head {
	box-shadow: 0 0 3px rgba(0,0,0,.3);
	background-color: #fff;
	padding: 0;
}

	header .main-head .row {
		display: flex;
		align-items: center
	}

.logo_header {
	padding: 10px 0;
}

header .main-head .logo h1, header .main-head .logo h2, header .main-head .logo h3, header .main-head .logo h4, header .main-head .logo h5 {
	margin: 15px 0 0
}

	header .main-head .logo h1 a, header .main-head .logo h2 a, header .main-head .logo h3 a, header .main-head .logo h4 a, header .main-head .logo h5 a {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		display: block;
		height: 100px;
		width: 100%
	}

header .main-head .main-values {
	margin: 20px 0;
	overflow: hidden
}

	header .main-head .main-values li {
		float: left;
		display: block;
		font-size: 13px;
		color: #fff;
		width: 25%
	}

		header .main-head .main-values li:nth-child(3n) {
			width: 35%
		}

		header .main-head .main-values li.wrap-shoping-cart {
			width: 15%;
			position: relative
		}

			header .main-head .main-values li.wrap-shoping-cart span {
				color: #fff;
				padding-top: 18px;
				text-transform: uppercase;
				display: block
			}

			header .main-head .main-values li.wrap-shoping-cart a:hover span {
				color: #d8b604
			}

			header .main-head .main-values li.wrap-shoping-cart .cart-count {
				position: absolute;
				display: block;
				padding: 5px;
				background-color: #fff;
				border-radius: 9px;
				border: 1px solid #d8b604;
				padding: 0 5px;
				color: #d8b604;
				z-index: 100;
				left: 25px;
				top: 5px
			}

		header .main-head .main-values li .ty {
			display: block;
			float: left;
			margin-right: 15px
		}

		header .main-head .main-values li small {
			display: block;
			color: #f2f2f2;
			margin-top: 5px
		}

header .header_menu {
	background: #6eb944;
	border-bottom: unset;
}

header .main-head .main-nav {
	padding: .5em 0
}

	header .main-head .main-nav .navbar {
		padding: 0 10px;
		width: 100%
	}

	header .main-head .main-nav .promo-banner {
		margin-bottom: 15px
	}

	header .main-head .main-nav .navbar-nav {
		line-height: 16px;
		width: 100%
	}

		header .main-head .main-nav .navbar-nav > li {
			position: relative;
			margin: 0 10px
		}

			header .main-head .main-nav .navbar-nav > li:first-child {
				margin-left: 0
			}

		header .main-head .main-nav .navbar-nav .menu-item-has-children .dropdown-menu > li > a {
			float: none;
			color: #000
		}

		header .main-head .main-nav .navbar-nav .nav-item .gift-btn {
			display: inline-block;
			position: relative;
			padding-right: 30px
		}

			header .main-head .main-nav .navbar-nav .nav-item .gift-btn .ty {
				font-size: 1.625rem;
				position: absolute;
				top: -5px;
				right: 0;
				margin: 0;
				height: 24px;
				z-index: 999;
				text-decoration: blink;
				-webkit-animation-name: blinker;
				-webkit-animation-duration: .6s;
				-webkit-animation-iteration-count: infinite;
				-webkit-animation-timing-function: ease-in-out;
				-webkit-animation-direction: alternate;
				animation: gelatine .5s infinite;
				animation: hithere 1s ease infinite
			}

@keyframes gelatine {
	from,to {
		transform: scale(1,1)
	}

	25% {
		transform: scale(.9,1.1)
	}

	50% {
		transform: scale(1.1,.9)
	}

	75% {
		transform: scale(.95,1.05)
	}
}

@keyframes hithere {
	30% {
		transform: scale(1.2)
	}

	40%,60% {
		transform: rotate(-20deg) scale(1.2)
	}

	50% {
		transform: rotate(20deg) scale(1.2)
	}

	70% {
		transform: rotate(0deg) scale(1.2)
	}

	100% {
		transform: scale(1)
	}
}

header .main-head .main-nav .navbar-nav > li.search {
	margin-right: 0;
	float: right
}

	header .main-head .main-nav .navbar-nav > li.search .search-form {
		position: relative
	}

		header .main-head .main-nav .navbar-nav > li.search .search-form .form-control {
			width: 100%;
			border-radius: 10px;
			color: #555;
			background-color: #fff;
			border: none;
			padding: .5rem .75rem;
			font-size: .875rem
		}

			header .main-head .main-nav .navbar-nav > li.search .search-form .form-control::placeholder {
				color: #555;
				opacity: .7
			}

		header .main-head .main-nav .navbar-nav > li.search .search-form .btn-link {
			position: absolute;
			z-index: 99;
			right: 0;
			top: 0;
			color: #fff;
			width: 32px;
			height: 28px;
			line-height: 28px;
			margin-right: 0
		}

			header .main-head .main-nav .navbar-nav > li.search .search-form .btn-link i {
				color: #20202f
			}

			header .main-head .main-nav .navbar-nav > li.search .search-form .btn-link:hover {
				color: #d8b604
			}

header .main-head .main-nav .navbar-nav > li > a {
	color: #fff;
	font-family: 'OpenSans-Semibold';
	font-size: 16px !important;
	padding: 10px 15px;
}

	header .main-head .main-nav .navbar-nav > li > a:hover {
		color: red;
	}

header .main-head .main-nav .navbar-nav > li > a, header .main-head .main-nav .navbar-nav .menu-item-has-children .dropdown-menu > li > a {
	font-size: .875rem;
	text-transform: uppercase
}

header .main-head .main-nav .navbar-nav .menu-item-has-children .dropdown-menu > li > a {
	padding: 10px 25px 10px 15px
}

header .main-head .main-nav .navbar-nav .nav-item.active .nav-link {
	color: #d8b604;
	position: relative
}

	header .main-head .main-nav .navbar-nav .nav-item.active .nav-link:before {
		border-bottom: 2px solid #d8b604;
		bottom: -8px;
		content: "";
		left: 0;
		position: absolute;
		width: 100%;
		z-index: 99
	}

header .main-head .main-nav .navbar-nav .nav-item.socials img {
	width: 30px;
	height: 30px;
	object-fit: cover
}

header .main-head .main-nav .navbar-nav .nav-item.socials {
	float: right
}

	header .main-head .main-nav .navbar-nav .nav-item.socials a {
		margin: 0 3px
	}

header.simple-header .main-head .logo h2 {
	margin-top: 10px
}



header.simple-header .main-head .main-values li.hotline {
	width: 15%;
	position: relative
}

	header.simple-header .main-head .main-values li.hotline .btn-link {
		color: #d8b604;
		display: block
	}

.mobile-footer-navbar {
	overflow: hidden;
	display: none;
	background-color: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.3)
}

	.mobile-footer-navbar.active {
		position: fixed;
		display: block;
		bottom: 0;
		width: 100%;
		z-index: 1000
	}

	.mobile-footer-navbar ul {
		overflow: hidden;
		width: 100%;
		display: flex;
		justify-content: space-between
	}

		.mobile-footer-navbar ul li {
			padding: 8px 8px 5px;
			margin: 0 !important
		}

			.mobile-footer-navbar ul li a {
				text-align: center;
				text-decoration: none
			}

				.mobile-footer-navbar ul li a .ty {
					display: block;
					border-radius: 40px;
					margin: 0 auto;
					height: 25px;
					text-shadow: 0 0 0 #595959;
					font-size: 1.5rem
				}

					.mobile-footer-navbar ul li a .ty.alo-ph-img {
						animation: 1s ease-in-out 0 normal none infinite running alo-circle-img-anim;
						transform-origin: 50% 50% 0
					}

					.mobile-footer-navbar ul li a .ty.ty-gift {
						font-size: 1.75rem
					}

				.mobile-footer-navbar ul li a span {
					display: block;
					font-size: .8125rem;
					line-height: 1.2;
					color: #595959;
					margin-top: 5px
				}

.page-template-cart .mobile-footer-navbar {
	display: none !important
}

.content-box-title, .content-box-title a {
	/* font-weight: 700; */
	margin: 0 0 30px;
	position: relative;
	text-transform: uppercase;
	/* font-family: "Roboto Slab","Times new roman",Georgia,serif; */
	color: #6eb944;
	font-size: 31px;
	text-align: center;
	font-family: 'OpenSans-Bold';
	padding-bottom: 30px;
}

	.content-box-title .read-all, .content-box-title .form-filter {
		color: #999;
		font-size: .875rem;
		padding-right: 0;
		float: right;
		font-family: "Open Sans","Helvatica Neue",Arial,san-serif;
		font-weight: 400;
		line-height: 36px
	}

.content-box {
	padding: 30px 0
}

.price_view .price {
	float: left
}

.price_view .pro_view {
	float: right
}

	.price_view .pro_view p {
		margin-bottom: 0;
		font-weight: 600
	}

.sibar_customer {
	padding-top: 30px
}

	.sibar_customer .box_customer .list_customer {
		border-radius: 6px;
		box-shadow: 0 0 3px #999;
		margin-bottom: 10px;
		padding: 10px
	}

		.sibar_customer .box_customer .list_customer li {
			padding: 0;
			box-shadow: none;
			text-align: left !important;
			list-style: none;
			border-bottom: 1px solid #ddd;
			border-radius: 0;
			padding-bottom: 5px;
			margin-bottom: 5px !important
		}

			.sibar_customer .box_customer .list_customer li p {
				padding: 0;
				font-size: 15px;
				margin-bottom: 5px;
				font-weight: 600
			}

			.sibar_customer .box_customer .list_customer li .phone {
				font-size: 14px;
				display: inline-block;
				margin-right: 5px;
				color: red;
				font-weight: 600
			}

			.sibar_customer .box_customer .list_customer li .mail {
				display: inline-block;
				font-size: 13px
			}

		.sibar_customer .box_customer .list_customer button {
			display: none !important
		}

.woobt_before_text {
	background-color: #d8b604;
	border-radius: 6px;
	font-size: .875rem;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff
}

.content-box .carousel .carousel-control {
	font-size: 3.75rem;
	width: 10%
}

	.content-box .carousel .carousel-control .ty {
		display: inline-block;
		left: calc(50% - 7px);
		margin-right: 0;
		margin-top: -10px;
		position: absolute;
		top: calc(50% - 22px);
		z-index: 5
	}

.content-box .item .meta p {
	color: #999;
	font-size: .9375rem;
	margin-bottom: 0
}

.content-box.content-style-3 .card {
	background-size: cover;
	box-shadow: 2px 0 5px rgba(0,0,0,.3)
}

	.content-box.content-style-3 .card .card-block {
		padding: 90px 15px
	}

.content-box.content-style-3 .content-body {
	text-align: center
}

	.content-box.content-style-3 .content-body .content-box-title {
		margin-bottom: 20px;
		text-shadow: 0 0 3px rgba(0,0,0,.3);
		color: #d8b604
	}

	.content-box.content-style-3 .content-body .embed-responsive {
		margin-top: 30px;
		box-shadow: 0 0 3px rgba(0,0,0,.3);
		border-radius: 6px
	}

	.content-box.content-style-3 .content-body p {
		color: #fff
	}

		.content-box.content-style-3 .content-body p em {
			text-shadow: 0 0 3px rgba(0,0,0,.3)
		}

		.content-box.content-style-3 .content-body p:last-child {
			margin-bottom: 0
		}

		.content-box.content-style-3 .content-body p .btn {
			margin-top: 30px;
			box-shadow: 0 0 3px rgba(0,0,0,.3)
		}

.content-box.content-style-18 .service-heading {
	font-weight: 700;
	margin-top: 10px;
	text-transform: uppercase
}

.content-box.content-style-18 .item {
	position: relative
}

	.content-box.content-style-18 .item i {
		color: #FAD305
	}

	.content-box.content-style-18 .item:after {
		position: absolute;
		content: "";
		border-right: 1px solid #ddd;
		height: 100%;
		top: 0;
		right: 0
	}

	.content-box.content-style-18 .item:last-child:after {
		display: none
	}

.content-box.partnership-box .certificate-box {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd
}

.content-box.story-box .card {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 2px 0 5px rgba(0,0,0,.3);
	border: none
}

.content-box.client-box .content-box-heading {
	background-color: #231f20;
	padding: 50px 0;
	margin-bottom: 30px
}

.content-box.client-box .content-box-title {
	color: #d8b604;
	text-align: left;
	margin-bottom: 0
}

	.content-box.client-box .content-box-title span {
		display: block;
		font-weight: 400;
		color: #fff
	}

	.content-box.client-box .content-box-title .ty {
		float: left;
		margin-right: 10px;
		padding-top: 5px
	}

.single-client-test {
	/* padding: 20px; */
	height: auto;
	margin-bottom: 20px;
	display: block;
	/* border: 1px solid; */
}

	.single-client-test .client-text-info img {
		/* width: 200px; */
		/* border-radius: 50%; */
		/* height: 161px; */
		object-fit: cover;
		margin: 0 auto
	;width: 100%;}

	.single-client-test .client-text-info .cleint-desc .tes-name {
		display: block;
		text-align: center;
		font-size: 14px;
		margin: 10px 0;
		color: #000000;
		font-family: 'OpenSans-Bold';
		margin-bottom: 15px;
	}

	.single-client-test .client-text-info .cleint-desc .text-muted {
		text-align: center;
		display: block;
		margin-bottom: 15px;
		font-size: 16px
	}

.content-box.client-box .order-box .title {
	text-align: center;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase;
	font-family: "Roboto Slab","Times new roman",Georgia,serif;
	padding-bottom: 10px;
	margin-bottom: 10px
}

.content-box.client-box .order-box .form_buy {
	padding: 15px 40px
}

	.content-box.client-box .order-box .form_buy .form-group .input {
		border: none;
		border-bottom: 1px solid #ddd;
		border-radius: 6px;
		padding: 12px;
		width: 100%;
		background: #f4f5f7
	}

	.content-box.client-box .order-box .form_buy .form-button .button {
		width: 100%;
		border-radius: 40px;
		font-weight: 700;
		color: #000;
		font-size: 18px;
		background: #ffdb45;
		border: none;
		padding: 12px 0
	}

.partners_home {
	padding: 30px 0 30px;
	/* background: #f1f2f2; */
}

	.partners_home .title {
		text-transform: uppercase;
		font-size: 28px;
		padding-bottom: 10px;
		margin-bottom: 25px;
		border-bottom: 2px solid #333
	}

.slider_partner .owl-nav button .ty {
	color: #222;
	font-size: 1.2rem;
	width: 30px;
	height: 30px;
	background: rgba(255,255,255,.4);
	line-height: 30px;
	text-align: center
}

.slider_partner .owl-nav .owl-prev {
	left: 15px
}

.slider_partner .owl-nav .owl-next {
	right: 15px
}

.item, .carousel-item {
	transition: transform .6s ease-in-out
}

.owl-carousel {
	position: relative
}

.testimonial-box .owl-dots {
	position: absolute;
	right: 0
}

	.testimonial-box .owl-dots button {
		border-color: #ddd !important;
		background: none
	}

	.testimonial-box .owl-dots .active {
		background: #ffdb45 !important;
		border-color: #ffdb45 !important
	}

.slider_home .owl-nav .ty:hover, .slider_gif .owl-nav .ty:hover {
	opacity: 1
}

.slider_home .owl-dots, .slider_intro .owl-dots, .slider_gif .owl-dots {
	left: 50%;
	transform: translate(-50%,0)
}

.owl-carousel .owl-dots {
	position: absolute;
	bottom: 20px
}

	.owl-carousel .owl-dots button {
		width: 10px;
		height: 10px;
		border: 1px solid #fff;
		border-radius: 50%;
		background: none;
		margin: 0 4px
	}

	.owl-carousel .owl-dots .active {
		background: #fff
	}

.owl-carousel .owl-nav .ty {
	color: #fff;
	font-size: 2.5rem;
	opacity: .7
}

.slider_gif .owl-nav .ty {
	font-size: 3.5rem
}

.owl-carousel .owl-prev {
	position: absolute;
	top: 50%;
	left: 100px;
	transform: translate(0,-50%)
}

.owl-carousel .owl-next {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translate(0,-50%)
}

.slider_gif .owl-prev {
	left: 70px
}

.slider_gif .owl-right {
	right: 70px
}

.sidebar .box-title {
	background-color: #f2f2f2;
	border-radius: 6px;
	margin: 20px 0;
	padding: 0 0 5px;
	text-align: center
}

	.sidebar .box-title span {
		font-size: 1.125rem;
		font-weight: 700;
		text-transform: uppercase
	}

.sidebar.sidebar-sticky {
	position: fixed;
	top: 80px;
	right: calc((100% - 1140px)/2);
	width: 380px;
	z-index: 99
}

.sidebar .sidebar-box {
	margin-bottom: 35px
}

	.sidebar .sidebar-box .product-item {
		text-align: left;
		margin-bottom: 15px;
		background: 0 0;
		padding: 0;
		box-shadow: none
	}

		.sidebar .sidebar-box .product-item .text {
			margin-top: 5px
		}

		.sidebar .sidebar-box .product-item .product-img {
			float: left;
			margin: 0 15px 0 0
		}

			.sidebar .sidebar-box .product-item .product-img img {
				width: 100px;
				height: 100px;
				border-radius: .3rem;
				mix-blend-mode: normal
			}

		.sidebar .sidebar-box .product-item .price {
			position: inherit;
			text-align: left;
			padding: 0;
			margin-bottom: 5px
		}

			.sidebar .sidebar-box .product-item .price small {
				color: #999;
				margin-bottom: -5px;
				display: block
			}

	.sidebar .sidebar-box .post-item {
		margin-bottom: 15px
	}

		.sidebar .sidebar-box .post-item .post-img {
			background-color: #fff;
			float: left;
			margin-right: 10px
		}

		.sidebar .sidebar-box .post-item .meta {
			margin-bottom: 0
		}

			.sidebar .sidebar-box .post-item .meta .text {
				display: block;
				font-size: .875rem;
				max-height: 60px !important;
				overflow: hidden;
				padding-top: 5px
			}

	.sidebar .sidebar-box ul {
		padding-left: 30px
	}

		.sidebar .sidebar-box ul li {
			padding: 5px 0
		}

.sidebar .promo-banner {
	display: block;
	margin-bottom: 50px
}

.home-page .main-slider.carousel .carousel-control .ty {
	font-size: 2.5rem;
	position: absolute;
	top: calc(50% - 20px);
	z-index: 5
}

.home-page .content-box.blog-box {
	padding-bottom: 50px;
	border-top: 1px solid #ddd;
	/* border-bottom: 1px solid #ddd; */
	/* box-shadow: 0 0 3px rgba(0,0,0,.3); */
}

	.home-page .content-box.blog-box .post-item .post-img {
		display: block
	}

	.home-page .content-box.blog-box .video-box .post-img {
		position: relative;
		display: block
	}

	.home-page .content-box.blog-box .post-box {
		border-top: 1px solid #ddd;
		padding-top: 30px;
		margin-top: 14px
	}

		.home-page .content-box.blog-box .post-box .post-item .cate-link {
			text-transform: uppercase
		}

		.home-page .content-box.blog-box .post-box .post-item .text {
			display: block;
			margin: 5px 0
		}

.home-page .content-box.cate-product-box {
	/* background: linear-gradient(#f1f2f2,#fff); */
}

.home-page .content-box.client-box .content-box-title {
	color: #333 !important
}

.home-page .content-box-heading .box_images img {
	width: 150px;
	margin-top: -55px
}

.home-page .content-box-heading .text {
	clear: both;
	display: inline-block;
	color: #fff
}

	.home-page .content-box-heading .text p {
		font-size: 14px
	}

.home-page .content-box-heading {
	background: #000;
	;
	margin-bottom: 30px;
	position: relative;
	padding: 20px 0
}

.home-page .content-box.cate-product-box .product-item {
	padding-bottom: 15px
}

	.home-page .content-box.cate-product-box .product-item .product-indicators {
		margin: 0;
		padding: 0;
		width: 100%;
		display: flex
	}

		.home-page .content-box.cate-product-box .product-item .product-indicators li {
			height: auto;
			overflow: hidden;
			width: 86px;
			border-radius: 6px;
			margin: 0 3px !important
		}

.home-page .promo-banner {
	margin-bottom: 15px
}

.home-page .product-item {
	height: calc(100% - 30px)
}

.list-unstyled .current-menu-item a {
	font-weight: 700;
	color: #d8b604
}

.list-unstyled .nav-item > a:before {
	content: '\e839';
	font: normal normal normal 14px/1 font-thienphuc;
	margin-right: 10px
}

.product-category-page .content-box-title {
	overflow: hidden;
	margin-bottom: 10px
}

.sidebar-title {
	border-radius: 8px 8px 0 0;
	background: #6eb944;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	margin: 0;
	padding: 4px 10px;
	text-align: center
}

.box_sidebar {
	margin-bottom: 20px
}

	.box_sidebar ul.product_list_widget, .box_sidebar .box-right-inner {
		background: #f1f2f2;
		padding: 0 15px 15px;
		border-radius: 0 0 10px 10px
	}

		.box_sidebar ul.product_list_widget li {
			padding: 10px 0 10px 22px;
			border-bottom: 1px solid #CCC;
			background: url(../images/arrow3.png) no-repeat 0 14px;
		}

			.box_sidebar ul.product_list_widget li a {
				font-weight: 400;
				text-transform: uppercase
			}

		.box_sidebar .box-right-inner ul {
			padding: 0;
			list-style: none;
			margin: 0
		}

			.box_sidebar .box-right-inner ul li {
				font-size: 14px;
				border-bottom: 1px dashed #CCC;
				padding: 11px 0 11px 32px;
				text-transform: uppercase;
				background: url(../images/arrow3.png) no-repeat 0 14px;
			}

			.box_sidebar .box-right-inner ul.new_post_sb li {
				text-transform: none;
				padding-left: 22px
			}

	.box_sidebar ul li:last-child {
		border: none
	}

.slider_cmt_sb {
	padding: 0 15px
}

	.slider_cmt_sb .item {
		text-align: center
	}

		.slider_cmt_sb .item img {
			width: 100px !important;
			height: 100px;
			border-radius: 50%;
			display: block;
			margin: 0 auto 10px
		}

		.slider_cmt_sb .item .name {
			font-size: 16px;
			padding-bottom: 5px;
			font-weight: 700
		}

		.slider_cmt_sb .item .text {
			font-size: 14px;
			color: #666
		}

	.slider_cmt_sb .owl-nav button .ty {
		color: #000;
		font-size: 30px
	}

	.slider_cmt_sb .owl-nav button {
		top: 30%
	}

	.slider_cmt_sb .owl-nav .owl-prev {
		left: 0
	}

	.slider_cmt_sb .owl-nav .owl-next {
		right: 0
	}

.box_call_sb {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	text-align: center
}

	.box_call_sb .capt {
		text-transform: uppercase;
		color: #000;
		padding-bottom: 10px
	}

	.box_call_sb .phone {
		font-size: 18px;
		padding-left: 35px;
		color: #000;
		position: relative;
		border-radius: 15px;
		border: 3px solid #ee474d;
		padding-right: 10px;
		display: inline-block
	}

		.box_call_sb .phone span {
			position: absolute;
			left: -10px;
			top: -7px;
			height: 40px;
			width: 40px;
			background: url(../images/backphone.png) no-repeat left center;
		}

.pro_title {
	font-weight: 400;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 2px solid #333
}

.product-category-page .category-description .tab-box .nav-tabs .nav-link.active {
	background-color: #fafafa;
	font-weight: 700
}

.product-category-page .category-description .tab-box .tab-pane {
	background: #fff;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,0) 60%,#fafafa 100%);
	background: -o-linear-gradient(bottom,rgba(255,255,255,0) 60%,#fafafa 100%);
	background: linear-gradient(to top,rgba(255,255,255,0) 60%,#fafafa 100%);
	padding: 20px;
	margin-bottom: 10px;
	font-size: .9375rem
}

	.product-category-page .category-description .tab-box .tab-pane p {
		margin-bottom: 10px
	}

	.product-category-page .category-description .tab-box .tab-pane .card {
		overflow: hidden
	}

	.product-category-page .category-description .tab-box .tab-pane .list-group {
		overflow: hidden;
		display: none
	}

		.product-category-page .category-description .tab-box .tab-pane .list-group .list-group-item {
			width: 50%;
			float: left
		}

			.product-category-page .category-description .tab-box .tab-pane .list-group .list-group-item:nth-child(odd) {
				border-right: 0
			}

	.product-category-page .category-description .tab-box .tab-pane .why-box {
		text-align: center;
		padding: 10px 0 20px
	}

		.product-category-page .category-description .tab-box .tab-pane .why-box h5 {
			font-weight: 700;
			margin-bottom: 20px
		}

		.product-category-page .category-description .tab-box .tab-pane .why-box img {
			width: 100px;
			height: 100px;
			margin: 10px 0
		}

		.product-category-page .category-description .tab-box .tab-pane .why-box h6 {
			font-weight: 700;
			margin-bottom: 5px
		}

		.product-category-page .category-description .tab-box .tab-pane .why-box .ty-stack .ty {
			margin-right: 0
		}

	.product-category-page .category-description .tab-box .tab-pane#tab1 .why-box {
		padding-bottom: 0
	}

.product-category-page .main-filter .group-filter .filter-title {
	padding: 5px 15px;
	background-color: #f2f2f2;
	border-radius: 6px;
	margin: 0 0 10px
}

	.product-category-page .main-filter .group-filter .filter-title span {
		text-transform: uppercase;
		font-size: .875rem;
		font-weight: 700
	}

.product-category-page .main-filter .group-filter ul {
	margin: 0 0 30px;
	padding-left: 10px;
	font-size: .875rem
}

	.product-category-page .main-filter .group-filter ul .form-check .form-check-input {
		margin-right: 5px
	}

	.product-category-page .main-filter .group-filter ul.main-filter-nav .active {
		color: #d8b604
	}

.product-category-page .product-item {
	padding-bottom: 15px;
	height: calc(100% - 30px)
}

	.product-category-page .product-item .btn {
		border-radius: 10px !important
	}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: block
}

.slider_product .owl-nav button .ty, .list-owl-blog .owl-nav button .ty, .testimonial-box .owl-nav button .ty {
	background: rgba(0,0,0,.5);
	font-size: 1.5rem;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 10px
}

.slider_product .owl-nav .owl-prev, .list-owl-blog .owl-nav .owl-prev, .testimonial-box .owl-nav .owl-prev {
	left: -30px
}

.slider_product .owl-nav .owl-next, .list-owl-blog .owl-nav .owl-next, .testimonial-box .owl-nav .owl-next {
	right: -30px
}

.sidebar-box .post-item .post-img img {
	width: 113px
}

.blog-box .post-item img {
	width: 100%;
	margin-bottom: 10px;
	height: 170px;
	object-fit: cover
}

.post-item img {
	box-shadow: 0 0 3.92px .08px rgba(0,0,0,.16);
	border-radius: 5px
}

.post-category-page .main-content .post-item {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	padding-bottom: 15px
}

	.post-category-page .main-content .post-item h3 {
		margin-bottom: 15px
	}

		.post-category-page .main-content .post-item h3 a {
			font-weight: 700
		}

	.post-category-page .main-content .post-item .post-img {
		display: block;
		margin: 15px 0
	}

	.post-category-page .main-content .post-item p .read-more {
		color: #231f20;
		font-weight: 600
	}

	.post-category-page .main-content .post-item .meta {
		background-color: #fafafa;
		border-radius: 6px;
		overflow: hidden;
		padding: 5px 15px
	}

		.post-category-page .main-content .post-item .meta ul {
			float: left;
			margin-bottom: 0
		}

			.post-category-page .main-content .post-item .meta ul li {
				float: left;
				margin-right: 15px
			}

			.post-category-page .main-content .post-item .meta ul a {
				color: #595959;
				font-size: .875rem
			}

		.post-category-page .main-content .post-item .meta .date {
			color: #595959;
			float: right;
			font-size: .875rem
		}

	.post-category-page .main-content .post-item.card {
		padding-bottom: 0
	}

		.post-category-page .main-content .post-item.card .post-img {
			margin-top: 0
		}

			.post-category-page .main-content .post-item.card .post-img img {
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0
			}

		.post-category-page .main-content .post-item.card h4 {
			font-weight: 700;
			padding: 0 15px 5px
		}

		.post-category-page .main-content .post-item.card p {
			margin-top: 10px;
			padding: 0 15px
		}

.post-category-page .main-content .col-xs-12:last-child .post-item {
	border-bottom: none;
	padding-bottom: 0
}

.post-detail .detail-content {
	overflow: hidden;
	/* padding-bottom: 50px; */
}

	.post-detail .detail-content .promo-banner {
		display: block;
		margin-top: 0
	}

	.post-detail .detail-content > .meta, .post-detail .detail-content article > .meta {
		background-color: #fafafa;
		border-radius: 6px;
		margin-bottom: 15px;
		overflow: hidden;
		padding: 5px 15px
	}

		.post-detail .detail-content > .meta .share_content, .post-detail .detail-content article > .meta .share_content {
			display: inline-block
		}

		.post-detail .detail-content > .meta ul, .post-detail .detail-content article > .meta ul {
			float: left;
			margin-bottom: 0
		}

			.post-detail .detail-content > .meta ul li, .post-detail .detail-content article > .meta ul li {
				float: left;
				margin-right: 15px
			}

			.post-detail .detail-content > .meta ul a, .post-detail .detail-content article > .meta ul a {
				color: #595959;
				font-size: .875rem
			}

		.post-detail .detail-content > .meta .date, .post-detail .detail-content article > .meta .date {
			color: #595959;
			float: right;
			font-size: .875rem
		}

	.post-detail .detail-content .post-title {
		font-size: 1.875rem;
		font-weight: 700;
		margin: 30px 0 10px
	}

	.post-detail .detail-content .post-content-wrap {
		line-height: 1.5;
		font-size: 1rem;
		padding-bottom: 30px
	}

		.post-detail .detail-content .post-content-wrap .post-excerpt {
			font-style: italic
		}

		.post-detail .detail-content .post-content-wrap .post-content #ez-toc-container {
			margin-top: 15px
		}

			.post-detail .detail-content .post-content-wrap .post-content #ez-toc-container .ez-toc-title-container {
				border-bottom: 1px solid #ddd;
				padding-bottom: 10px;
				margin-bottom: 5px
			}

			.post-detail .detail-content .post-content-wrap .post-content #ez-toc-container .ez-toc-list li {
				margin-top: 5px
			}

				.post-detail .detail-content .post-content-wrap .post-content #ez-toc-container .ez-toc-list li a:hover {
					color: #d8b604
				}

		.post-detail .detail-content .post-content-wrap .post-content h2, .post-detail .detail-content .post-content-wrap .post-content h3, .post-detail .detail-content .post-content-wrap .post-content h4, .post-detail .detail-content .post-content-wrap .post-content h5, .post-detail .detail-content .post-content-wrap .post-content h6 {
			font-size: 1.5rem;
			margin-bottom: 15px
		}

		.post-detail .detail-content .post-content-wrap .post-content img {
			background-color: #fff;
			border-radius: 4px;
			display: inline-block;
			height: auto !important;
			margin: 0 auto;
			max-width: 100%;
			transition: all .2s ease-in-out 0;
			width: 100%;
			border-radius: 6px
		}

		.post-detail .detail-content .post-content-wrap .post-content a {
			color: #d8b604
		}

			.post-detail .detail-content .post-content-wrap .post-content a:hover {
				text-decoration: underline;
				color: #595959
			}

		.post-detail .detail-content .post-content-wrap .post-content .btn {
			color: #fff;
			margin-top: 5px;
			text-decoration: none
		}

			.post-detail .detail-content .post-content-wrap .post-content .btn:hover {
				color: #fff;
				text-decoration: none
			}

		.post-detail .detail-content .post-content-wrap .post-content .cta-wrapper {
			text-align: center !important;
			margin: 20px 0
		}

		.post-detail .detail-content .post-content-wrap .post-content .post-item {
			background-color: #fafafa;
			overflow: hidden;
			padding: 0 15px 0 0;
			border-radius: 6px;
			margin: 20px auto
		}

			.post-detail .detail-content .post-content-wrap .post-content .post-item .post-img {
				float: left;
				margin-right: 15px;
				width: 35%
			}

			.post-detail .detail-content .post-content-wrap .post-content .post-item .meta {
				margin-bottom: 0
			}

				.post-detail .detail-content .post-content-wrap .post-content .post-item .meta a.text {
					padding-top: 5px;
					font-weight: 700;
					color: #595959;
					font-size: 1rem
				}

				.post-detail .detail-content .post-content-wrap .post-content .post-item .meta small {
					display: block
				}

		.post-detail .detail-content .post-content-wrap .post-content .wp-caption-text {
			text-align: center;
			color: #999;
			font-size: .875rem;
			margin: 10px 0 20px
		}

		.post-detail .detail-content .post-content-wrap .post-content h3 {
			font-weight: 700;
			font-size: 1rem
		}

		.post-detail .detail-content .post-content-wrap .post-content h2 {
			font-size: 1.25rem;
			font-weight: 700
		}

		.post-detail .detail-content .post-content-wrap .post-content ul {
			-webkit-padding-start: 30px
		}

			.post-detail .detail-content .post-content-wrap .post-content ul li {
				padding-top: 6px
			}

				.post-detail .detail-content .post-content-wrap .post-content ul li:first-child {
					padding-top: 0
				}

		.post-detail .detail-content .post-content-wrap .post-content .simple_button {
			margin-top: 10px
		}

		.post-detail .detail-content .post-content-wrap .post-content .post-logo {
			float: right;
			margin: 10px 0 30px;
			width: 130px
		}

			.post-detail .detail-content .post-content-wrap .post-content .post-logo img {
				border: none
			}

		.post-detail .detail-content .post-content-wrap .post-img-element {
			text-align: center
		}

			.post-detail .detail-content .post-content-wrap .post-img-element .post-img {
				margin-bottom: 10px
			}

			.post-detail .detail-content .post-content-wrap .post-img-element .caption-text {
				color: #999;
				display: block;
				font-size: .8125rem;
				padding-bottom: 10px
			}

	.post-detail .detail-content .entry-content h2, .post-detail .detail-content .entry-content h3, .post-detail .detail-content .entry-content h4 {
		font-size: 1.25rem;
		font-weight: 700;
		margin: 30px 0 15px
	}

	.post-detail .detail-content .entry-content h5, .post-detail .detail-content .entry-content h6 {
		font-size: 1.125rem
	}

	.post-detail .detail-content .entry-content img {
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ddd;
		display: inline-block;
		height: auto !important;
		margin: 0 auto 15px;
		max-width: 100%;
		padding: 4px;
		transition: all .2s ease-in-out 0
	}

	.post-detail .detail-content .entry-content .wp-caption-text {
		color: #595959;
		font-size: .875rem;
		text-align: center
	}

	.post-detail .detail-content .entry-content a {
		color: #d8b604
	}

		.post-detail .detail-content .entry-content a:hover {
			color: #595959;
			text-decoration: underline
		}

	.post-detail .detail-content .post-signature {
		padding-bottom: 30px;
		clear: both
	}

		.post-detail .detail-content .post-signature .mobile-cta {
			padding: 0 0 30px !important
		}

			.post-detail .detail-content .post-signature .mobile-cta .container {
				max-width: 100%;
				padding: 0
			}

			.post-detail .detail-content .post-signature .mobile-cta .content-box-heading {
				margin-bottom: 0
			}

				.post-detail .detail-content .post-signature .mobile-cta .content-box-heading .content-box-title {
					margin-bottom: 0;
					padding: 30px 0 10px;
					text-align: center
				}

			.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item {
				height: 100%;
				margin: 0 5px;
				box-shadow: none;
				border-radius: 4px;
				padding-bottom: 5px;
				border: 1px solid #ddd !important
			}

				.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .left-badge {
					font-size: .6875rem;
					top: 13px;
					right: -63px
				}

				.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-title {
					padding-top: 10px
				}

					.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-title h6 {
						font-size: .9375rem !important;
						margin-bottom: 15px
					}

				.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-pricing span {
					font-size: .8125rem;
					display: block
				}

				.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-pricing b {
					display: block;
					font-size: 1rem
				}

				.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul {
					overflow: hidden;
					width: 100%
				}

					.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li {
						display: none;
						padding: 0 !important;
						line-height: 1.2
					}

						.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li:first-child {
							display: block;
							width: 100%
						}

						.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li b {
							font-size: .75rem;
							font-weight: 400;
							left: 1.2px
						}

						.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li .ty {
							display: none
						}

				.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item p {
					display: none
				}

					.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item p.text-center {
						display: block
					}

						.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item p.text-center .btn-primary {
							padding: .25rem .75rem;
							font-size: .875rem
						}

			.post-detail .detail-content .post-signature .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4:last-child {
				margin-right: 0
			}

			.post-detail .detail-content .post-signature .mobile-cta .hotline {
				display: none
			}

	.post-detail .detail-content .register-box {
		margin-bottom: 0
	}

		.post-detail .detail-content .register-box .col-md-6 .item {
			border-bottom-left-radius: 6px;
			border-top-left-radius: 6px;
			padding: 15px
		}

			.post-detail .detail-content .register-box .col-md-6 .item h5 {
				font-weight: 700;
				text-align: center;
				text-transform: uppercase
			}

			.post-detail .detail-content .register-box .col-md-6 .item .btn {
				background-color: #d8b604;
				color: #fff;
				text-decoration: none;
				border-color: #d8b604
			}

			.post-detail .detail-content .register-box .col-md-6 .item p.text-center small {
				display: block;
				margin-bottom: 5px
			}

			.post-detail .detail-content .register-box .col-md-6 .item p.text-center b {
				font-size: 1.125rem
			}

		.post-detail .detail-content .register-box .col-md-6:first-child .item {
			border-bottom-left-radius: 6px;
			border-top-left-radius: 6px
		}

		.post-detail .detail-content .register-box .col-md-6:last-child .item {
			background-color: #fff;
			border-bottom-right-radius: 6px;
			border-radius: 0;
			border-top-right-radius: 6px;
			padding-top: 15px
		}

	.post-detail .detail-content .related-articles {
		margin-top: 30px
	}

		.post-detail .detail-content .related-articles ul {
			margin: 10px 0
		}

			.post-detail .detail-content .related-articles ul li {
				padding: 5px 0
			}

.product-detail-page .zoomWindowContainer > div {
	box-shadow: 0 0 5px #ccc
}

.product-detail-page .top-cta {
	display: none;
	padding: 10px 0;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #d8b604;
	z-index: 999;
	box-shadow: 0 0 5px #999
}

	.product-detail-page .top-cta .cta-product-item {
		width: calc(100% - 140px);
		color: #fff;
		float: left
	}

		.product-detail-page .top-cta .cta-product-item .product-img {
			width: 45px;
			height: 45px;
			float: left;
			margin-right: 10px
		}

		.product-detail-page .top-cta .cta-product-item .price small {
			color: #999;
			text-decoration: line-through
		}

		.product-detail-page .top-cta .cta-product-item .price b {
			color: #d8b604
		}

	.product-detail-page .top-cta .btn {
		margin-top: 5px
	}

.product-detail-page .store-sidebar {
	font-size: .875rem
}

	.product-detail-page .store-sidebar .sidebar-title {
		background-color: #6eb944;
		border-radius: 6px;
		font-size: .875rem;
		margin-bottom: 10px;
		padding: 5px 10px;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase
	}

	.product-detail-page .store-sidebar ul {
		margin-bottom: 0
	}

		.product-detail-page .store-sidebar ul li {
			background-color: #fff;
			border-radius: 6px;
			box-shadow: 0 0 3px #999;
			margin-bottom: 10px;
			padding: 10px
		}

			.product-detail-page .store-sidebar ul li:last-child {
				margin-bottom: 0;
				text-align: center
			}

			.product-detail-page .store-sidebar ul li p {
				padding-left: 20px;
				position: relative;
				margin-bottom: 10px
			}

				.product-detail-page .store-sidebar ul li p .ty {
					position: absolute;
					left: 0;
					top: 2px
				}

				.product-detail-page .store-sidebar ul li p:last-child {
					margin: 0
				}

.product-detail-page .detail-box {
	margin-bottom: 20px
}

	.product-detail-page .detail-box #product-carousel .carousel-indicators {
		left: 0;
		margin: 10px 0 0;
		position: relative;
		top: 0;
		width: 100%;
		display: flex
	}

		.product-detail-page .detail-box #product-carousel .carousel-indicators li {
			height: auto;
			opacity: .8;
			overflow: hidden;
			text-indent: 0;
			width: 86px;
			margin: 0;
			border-radius: 6px;
			margin: 0 5px !important
		}

			.product-detail-page .detail-box #product-carousel .carousel-indicators li.active {
				border: 1px solid #d8b604;
				opacity: 1
			}

	.product-detail-page .detail-box .product-info .product-title {
		/* font-size: 1.875rem; */
		/* text-transform: uppercase; */
		/* font-family: "Roboto Slab","Times new roman",Georgia,serif; */
		/* color: #d8b604; */
	}

	.product-detail-page .detail-box .product-info .status {
		margin-bottom: 20px
	}

		.product-detail-page .detail-box .product-info .status .star {
			display: inline-block
		}

	.product-detail-page .detail-box .product-info .product-properties {
		margin-bottom: 10px;
		font-size: .875rem
	}

		.product-detail-page .detail-box .product-info .product-properties b {
			display: inline-block;
			float: left;
			margin-right: 5px
		}

		.product-detail-page .detail-box .product-info .product-properties label {
			font-weight: 700
		}

		.product-detail-page .detail-box .product-info .product-properties .form-control {
			width: 70px;
			margin-right: 5px
		}

	.product-detail-page .detail-box .product-info .product-cta {
		border-top: 1px solid #ddd;
		margin-bottom: 20px;
		padding-top: 20px;
		overflow: hidden
	}

		.product-detail-page .detail-box .product-info .product-cta .price {
			float: left
		}

			.product-detail-page .detail-box .product-info .product-cta .price b {
				color: #d8b604;
				font-size: 1.5rem
			}

			.product-detail-page .detail-box .product-info .product-cta .price span {
				text-decoration: line-through;
				color: #999;
				display: block
			}

		.product-detail-page .detail-box .product-info .product-cta .btn-primary {
			text-transform: uppercase;
			border-radius: 40px;
			float: right;
			padding-right: 35px
		}

			.product-detail-page .detail-box .product-info .product-cta .btn-primary .ty {
				font-size: 2.25rem;
				margin-right: 10px;
				float: left
			}

			.product-detail-page .detail-box .product-info .product-cta .btn-primary small {
				display: block;
				font-size: .75rem;
				text-transform: none
			}

	.product-detail-page .detail-box .product-info .phone-cta {
		background-color: #faf6e8
	}

		.product-detail-page .detail-box .product-info .phone-cta .form-control {
			width: calc(100% - 130px);
			float: left
		}

		.product-detail-page .detail-box .product-info .phone-cta .btn {
			float: right;
			border-radius: 6px
		}

	.product-detail-page .detail-box .product-info .delivery > span {
		display: block;
		margin-bottom: 10px
	}

		.product-detail-page .detail-box .product-info .delivery > span:last-child {
			margin-bottom: 0
		}

	.product-detail-page .detail-box .product-info-detail .tabs {
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding-bottom: 15px;
		/* text-align: center; */ padding-left: 0;
	}

		.product-detail-page .detail-box .product-info-detail .tabs .nav-item .nav-link {
			font-size: 1rem;
			/* font-family: "Roboto Slab","Times new roman",Georgia,serif; */
		}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content .table-sm {
		font-size: .875rem;
		margin-bottom: 30px
	}

		.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content .table-sm td {
			border: 1px solid #ddd
		}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content h3, .product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content h4, .product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content h5, .product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content h6 {
		margin: 30px 0 15px;
		font-size: 1.125rem;
		font-weight: 700
	}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content h2 {
		font-size: 1.75rem;
		text-align: center;
		font-weight: 700;
		margin: 50px 0 30px
	}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content ul {
		display: block;
		list-style-type: disc;
		-webkit-margin-before: 1em;
		-webkit-margin-after: 1em;
		-webkit-margin-start: 0;
		-webkit-margin-end: 0;
		-webkit-padding-start: 30px
	}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content img {
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #ddd;
		height: auto !important;
		margin: 0 auto;
		max-width: 100%;
		padding: 4px;
		transition: all .2s ease-in-out 0;
		display: block;
		margin: 0 auto 10px
	}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content a {
		color: #d8b604
	}

		.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content a:hover {
			text-decoration: underline;
			color: #595959
		}

	.product-detail-page .detail-box .product-info-detail .post-content-wrap .tab-content .wp-caption-text {
		text-align: center;
		color: #999;
		font-size: .875rem;
		margin: 10px 0 20px
	}

	.product-detail-page .detail-box .QA-box {
		padding-bottom: 30px;
		margin-top: 30px
	}

		.product-detail-page .detail-box .QA-box .direction-bottom {
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			padding: 20px 0;
			margin: 40px 0
		}

			.product-detail-page .detail-box .QA-box .direction-bottom h6 {
				margin-bottom: 20px
			}

			.product-detail-page .detail-box .QA-box .direction-bottom p {
				margin-bottom: 0
			}

			.product-detail-page .detail-box .QA-box .direction-bottom .btn {
				margin: 0 5px
			}

		.product-detail-page .detail-box .QA-box .QA-list li {
			margin-top: 30px
		}

			.product-detail-page .detail-box .QA-box .QA-list li h6 > b, .product-detail-page .detail-box .QA-box .QA-list li .meta > b {
				display: inline-block;
				font-weight: 400;
				position: absolute
			}

			.product-detail-page .detail-box .QA-box .QA-list li h6 span {
				font-weight: 700;
				color: #595959;
				padding-left: 60px;
				display: inline-block
			}

			.product-detail-page .detail-box .QA-box .QA-list li .meta .answer {
				color: #999;
				padding-left: 60px
			}

	.product-detail-page .detail-box .certificate-box {
		background-color: #faf6e8;
		margin-bottom: 20px
	}

		.product-detail-page .detail-box .certificate-box .content-box-title {
			margin: 0 0 15px
		}

		.product-detail-page .detail-box .certificate-box a {
			padding: 0 5px 10px;
			display: block
		}

	.product-detail-page .detail-box .testimonial-box {
		padding: 0
	}

.product-detail-page .product-box .product-item {
	padding-bottom: 15px
}

	.product-detail-page .product-box .product-item img {
		mix-blend-mode: multiply
	}

.funnel-success {
	padding-bottom: 0;
	padding-top: 80px
}

	.funnel-success .funnel-title {
		text-align: center;
		margin-bottom: 50px
	}

		.funnel-success .funnel-title > span {
			font-size: 1.875rem;
			font-weight: 700;
			margin-bottom: 30px;
			display: block;
			color: #5cb85c
		}

		.funnel-success .funnel-title small > span, .funnel-success .funnel-title small > b {
			display: block;
			color: #595959;
			font-size: 1.125rem;
			margin-bottom: 5px
		}

	.funnel-success .content-box {
		padding: 0
	}

#back-top > a {
	color: #fff;
	display: block
}

.funnel-success .embeded-box {
	text-align: center
}

.funnel-success .main-slide {
	background-size: cover !important;
	margin-top: 0;
	padding: 50px 0 30px;
	margin-bottom: -15px;
	position: relative;
	overflow: hidden
}

	.funnel-success .main-slide:before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.7)
	}

	.funnel-success .main-slide h2 {
		font-weight: 700;
		margin-top: 30px;
		color: #fff
	}

	.funnel-success .main-slide .col-md-6 .item {
		padding: 5px;
		background-color: #fff;
		border-radius: 6px;
		margin: 30px 0 20px
	}

		.funnel-success .main-slide .col-md-6 .item h6 {
			font-weight: 700;
			margin: 20px 0 10px
		}

		.funnel-success .main-slide .col-md-6 .item p {
			padding: 0 15px;
			margin-bottom: 15px
		}

	.funnel-success .main-slide.cta-box .btn {
		margin: 30px 0
	}

.funnel-success .values-box {
	padding: 50px 0 20px
}

	.funnel-success .values-box .item p {
		padding-left: 20px
	}

	.funnel-success .values-box .btn {
		margin-top: 30px
	}

.nf-page {
	margin: 50px 0
}

	.nf-page h3 {
		font-weight: 700;
		margin-top: 15px;
		text-transform: uppercase
	}

.search-page .search-info {
	margin: 20px 0;
	background-color: #fafafa
}

	.search-page .search-info p {
		margin-bottom: 0;
		font-size: .875rem;
		border-top: 1px solid #ddd;
		margin-top: 10px;
		padding-top: 10px
	}

.search-page .relate-product {
	padding-top: 20px
}

.document-page .document-box {
	border-radius: 6px;
	margin-bottom: 30px
}

	.document-page .document-box .side-nav {
		padding: 20px 0 20px 20px
	}

		.document-page .document-box .side-nav .box-title {
			border-bottom: 1px solid #ddd;
			padding-bottom: 5px;
			text-transform: uppercase;
			font-size: 1rem;
			font-weight: 700
		}

		.document-page .document-box .side-nav ul {
			margin-bottom: 30px
		}

			.document-page .document-box .side-nav ul li {
				padding: 5px 0
			}

				.document-page .document-box .side-nav ul li.active a {
					color: #d8b604;
					font-weight: 700
				}

		.document-page .document-box .side-nav .alert .alert-heading {
			border-bottom: 1px solid #faf2cc;
			padding-bottom: 5px
		}

		.document-page .document-box .side-nav .alert ul {
			margin-bottom: 0
		}

			.document-page .document-box .side-nav .alert ul li a {
				display: inline-block;
				padding-left: 10px
			}

				.document-page .document-box .side-nav .alert ul li a .ty {
					float: left
				}

	.document-page .document-box .detail-content {
		border-left: 1px solid #ddd;
		padding: 20px 20px 40px
	}

		.document-page .document-box .detail-content .box-title {
			margin: 20px 0;
			text-transform: uppercase
		}

			.document-page .document-box .detail-content .box-title .ty {
				color: #f2f2f2;
				margin-right: 10px
			}

		.document-page .document-box .detail-content p:last-child {
			margin-bottom: 0
		}

.woocommerce ul.product_list_widget li img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 15px
}

.woocommerce ul.product_list_widget li .product-title {
	padding-left: 10px;
	display: block
}

.faq-page .accordion .card .card-header {
	background: #fff
}

	.faq-page .accordion .card .card-header h5 {
		margin-bottom: 0
	}

.faq-page .accordion .card .card-block {
	background-color: #f2f2f2
}

.about-page .content-box ul li {
	padding: 5px 0 5px 20px;
	position: relative
}

	.about-page .content-box ul li .ty {
		position: absolute;
		left: 0;
		top: 10px
	}

.about-page .content-box.content-style-3 {
	position: relative
}

	.about-page .content-box.content-style-3:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-size: cover;
		-webkit-mask-image: linear-gradient(to top,rgba(0,0,0,0) 10%,#000 90%);
		mask-image: linear-gradient(to top,rgba(0,0,0,0) 10%,#000 90%)
	}

	.about-page .content-box.content-style-3 .card {
		box-shadow: none;
		background: 0 0;
		border: none
	}

		.about-page .content-box.content-style-3 .card .card-block {
			padding-bottom: 0
		}

.about-page .content-box.blog-box {
	padding-bottom: 14px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 3px rgba(0,0,0,.3)
}

.about-page .content-box.branding-box .logo {
	background-color: #d8b604;
	margin-bottom: 20px;
	padding: 20px
}

	.about-page .content-box.branding-box .logo a {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		display: block;
		height: 100px;
		width: 100%;
		background-position: center center
	}

.about-page .content-box.branding-box .alert {
	margin-top: 20px
}

	.about-page .content-box.branding-box .alert ul {
		margin-bottom: 0
	}

.contact-page .card {
	box-shadow: 0 0 3.92px .08px rgba(0,0,0,.16)
}

	.contact-page .card ul {
		margin-bottom: 0
	}

		.contact-page .card ul li {
			overflow: hidden;
			border-bottom: 1px solid #ddd;
			margin-bottom: 20px
		}

			.contact-page .card ul li .ty {
				float: left;
				margin-right: 10px
			}

			.contact-page .card ul li h6 {
				margin: 0;
				padding-top: 5px
			}

			.contact-page .card ul li:last-child {
				margin-bottom: 0;
				border: none
			}

				.contact-page .card ul li:last-child p {
					margin-bottom: 0
				}

.luckydraw-page {
	background-color: #f4ebdd
}

	.luckydraw-page .content {
		padding-top: 350px;
		position: relative
	}

	.luckydraw-page h2.title {
		font: 0/0 a;
		color: transparent;
		text-shadow: none;
		background-color: transparent;
		border: 0;
		height: 400px;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 50px
	}

	.luckydraw-page h4.title {
		text-transform: uppercase;
		color: #d8b604;
		text-align: center;
		margin: 20px 0;
		font-weight: 700;
		font-family: "Roboto Slab","Times new roman",Georgia,serif;
		position: relative
	}

		.luckydraw-page h4.title:before, .luckydraw-page h4.title:after {
			margin: 0 10px;
			font-size: .875rem;
			line-height: 30px;
			position: absolute
		}

		.luckydraw-page h4.title:before {
			margin-left: -22px
		}

	.luckydraw-page .info .rule-box {
		background-color: #fff;
		border-radius: 6px;
		border: 1px solid rgba(0,0,0,.1);
		padding: 5px 15px;
		margin: 30px 0
	}

		.luckydraw-page .info .rule-box .content-view.less-view {
			height: 315px;
			overflow: hidden;
			position: relative;
			margin-bottom: 20px
		}

		.luckydraw-page .info .rule-box h6 {
			font-weight: 700
		}

		.luckydraw-page .info .rule-box ul {
			padding-left: 30px;
			margin-bottom: 30px
		}

			.luckydraw-page .info .rule-box ul li {
				font-size: .875rem;
				margin-bottom: 5px
			}

		.luckydraw-page .info .rule-box p a {
			color: #d8b604
		}

		.luckydraw-page .info .rule-box p .btn {
			color: #4c4c4c
		}

	.luckydraw-page .info .full-product-box .product-item {
		margin-bottom: 0
	}

		.luckydraw-page .info .full-product-box .product-item .meta {
			margin-bottom: 0
		}

		.luckydraw-page .info .full-product-box .product-item .text {
			font-size: .875rem
		}

	.luckydraw-page .info .full-product-box .col-md-4 .product-item .text {
		font-size: 1.125rem
	}

	.luckydraw-page .info .full-product-box .col-md-4 .product-item .meta .price b {
		font-size: 1.5rem
	}

	.luckydraw-page .col-lg-5 .title {
		margin: 20px 0 15px
	}

	.luckydraw-page .col-lg-5 .list-user {
		background-color: #fff;
		border-radius: 6px;
		border: 1px solid #ddd;
		padding: 5px 15px;
		margin: 50px 0
	}

		.luckydraw-page .col-lg-5 .list-user ul {
			overflow: scroll;
			height: 700px
		}

			.luckydraw-page .col-lg-5 .list-user ul li {
				border-top: 1px solid #ddd;
				padding: 8px 0;
				font-size: .875rem
			}

				.luckydraw-page .col-lg-5 .list-user ul li.gift-item {
					background-color: rgba(162,9,55,.08)
				}

				.luckydraw-page .col-lg-5 .list-user ul li:hover {
					background-color: #f2f2f2
				}

				.luckydraw-page .col-lg-5 .list-user ul li span {
					float: right
				}

					.luckydraw-page .col-lg-5 .list-user ul li span.time {
						margin-left: 5px;
						padding-left: 5px
					}

	.luckydraw-page .draw {
		margin: 50px 0 100px
	}

		.luckydraw-page .draw h6 {
			display: inline-block;
			margin-bottom: 15px;
			padding: 10px 20px
		}

			.luckydraw-page .draw h6 b {
				font-size: 1.125rem
			}

		.luckydraw-page .draw .wheel {
			margin-top: 70px;
			height: 636px;
			width: 100%;
			float: right;
			position: relative;
			background-size: contain
		}

			.luckydraw-page .draw .wheel .btn-start {
				position: absolute;
				width: 160px;
				height: 160px;
				text-align: center;
				top: 50%;
				left: 50%;
				margin-left: -80px;
				margin-top: -80px;
				z-index: 100
			}

				.luckydraw-page .draw .wheel .btn-start span {
					font-weight: 700;
					color: #fef071;
					font-size: 1.125rem;
					text-transform: uppercase;
					line-height: 160px;
					display: inline-block;
					animation-name: pulse;
					-webkit-animation-name: pulse;
					animation-duration: 1.5s;
					-webkit-animation-duration: 1.5s;
					animation-iteration-count: infinite;
					-webkit-animation-iteration-count: infinite
				}

			.luckydraw-page .draw .wheel .gra {
				width: 665px;
				height: 660px;
				display: block;
				position: absolute;
				right: 60px;
				top: 0;
				z-index: 90
			}

			.luckydraw-page .draw .wheel .pulse-hor {
				left: -60px;
				top: calc(50% - 60px)
			}

			.luckydraw-page .draw .wheel .pulse-ver {
				left: calc(50% - 60px);
				top: 0;
				margin-top: -50px
			}

			.luckydraw-page .draw .wheel > .pulse {
				display: block;
				width: 120px;
				height: 120px;
				background-size: contain;
				position: absolute;
				z-index: 90
			}

.cart-page {
	background-color: #f2f2f2
}

.sidebar .widget_media_image img {
	width: 100%;
	height: auto
}

.cart-page .content {
	padding: 50px 0
}

.cart-page #order.card, .cart-page #orderSuccess.card {
	margin-top: 10px;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,.15)
}

	.cart-page #order.card .card-header, .cart-page #orderSuccess.card .card-header {
		background-color: #d8b604
	}

		.cart-page #order.card .card-header .card-title, .cart-page #orderSuccess.card .card-header .card-title {
			color: #d8b604;
			text-transform: uppercase;
			text-align: center;
			font-weight: 700;
			margin-bottom: 0
		}

			.cart-page #order.card .card-header .card-title .ty, .cart-page #orderSuccess.card .card-header .card-title .ty {
				font-size: 1.625rem
			}

	.cart-page #order.card .card-block, .cart-page #order.card .embeded-box, .cart-page #orderSuccess.card .card-block, .cart-page #orderSuccess.card .embeded-box {
		overflow: hidden
	}

.cart-page #order .cart-view, .cart-page #orderSuccess .cart-view {
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 5px #f2f2f2;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden
}

	.cart-page #order .cart-view .content-box-title, .cart-page #orderSuccess .cart-view .content-box-title {
		padding-bottom: 15px;
		border-bottom: 1px solid #ddd
	}

	.cart-page #order .cart-view .group-icon, .cart-page #orderSuccess .cart-view .group-icon {
		margin: 0 20px
	}

	.cart-page #order .cart-view .alert .btn-sm, .cart-page #order .cart-view .alert .btn-group-sm > .btn, .cart-page #orderSuccess .cart-view .alert .btn-sm, .cart-page #orderSuccess .cart-view .alert .btn-group-sm > .btn {
		margin-top: 5px;
		margin-right: 10px;
		text-transform: none
	}

	.cart-page #order .cart-view .alert-info ul, .cart-page #orderSuccess .cart-view .alert-info ul {
		margin-bottom: 0;
		-webkit-padding-start: 30px
	}

	.cart-page #order .cart-view .table, .cart-page #order .cart-view .product-list, .cart-page #orderSuccess .cart-view .table, .cart-page #orderSuccess .cart-view .product-list {
		display: block;
		text-transform: none;
		text-align: left;
		border-bottom: 1px solid #f2f2f2
	}

		.cart-page #order .cart-view .table tr, .cart-page #order .cart-view .table > li, .cart-page #order .cart-view .product-list tr, .cart-page #order .cart-view .product-list > li, .cart-page #orderSuccess .cart-view .table tr, .cart-page #orderSuccess .cart-view .table > li, .cart-page #orderSuccess .cart-view .product-list tr, .cart-page #orderSuccess .cart-view .product-list > li {
			border-top: 1px solid #f2f2f2;
			padding: 10px 0
		}

			.cart-page #order .cart-view .table tr:first-child, .cart-page #order .cart-view .table > li:first-child, .cart-page #order .cart-view .product-list tr:first-child, .cart-page #order .cart-view .product-list > li:first-child, .cart-page #orderSuccess .cart-view .table tr:first-child, .cart-page #orderSuccess .cart-view .table > li:first-child, .cart-page #orderSuccess .cart-view .product-list tr:first-child, .cart-page #orderSuccess .cart-view .product-list > li:first-child {
				border: none;
				padding-top: 0
			}

				.cart-page #order .cart-view .table tr:first-child td, .cart-page #order .cart-view .table > li:first-child td, .cart-page #order .cart-view .product-list tr:first-child td, .cart-page #order .cart-view .product-list > li:first-child td, .cart-page #orderSuccess .cart-view .table tr:first-child td, .cart-page #orderSuccess .cart-view .table > li:first-child td, .cart-page #orderSuccess .cart-view .product-list tr:first-child td, .cart-page #orderSuccess .cart-view .product-list > li:first-child td {
					padding-top: 0
				}

		.cart-page #order .cart-view .table td, .cart-page #order .cart-view .product-list td, .cart-page #orderSuccess .cart-view .table td, .cart-page #orderSuccess .cart-view .product-list td {
			padding: 10px 0;
			border: none
		}

			.cart-page #order .cart-view .table td img, .cart-page #order .cart-view .product-list td img, .cart-page #orderSuccess .cart-view .table td img, .cart-page #orderSuccess .cart-view .product-list td img {
				margin-right: 10px;
				width: 100px;
				border-radius: 4px
			}

		.cart-page #order .cart-view .table h4, .cart-page #order .cart-view .product-list h4, .cart-page #orderSuccess .cart-view .table h4, .cart-page #orderSuccess .cart-view .product-list h4 {
			font-size: 1rem;
			margin: 0 0 5px;
			font-weight: 700
		}

		.cart-page #order .cart-view .table .prd-price, .cart-page #order .cart-view .product-list .prd-price, .cart-page #orderSuccess .cart-view .table .prd-price, .cart-page #orderSuccess .cart-view .product-list .prd-price {
			font-size: .875rem;
			margin: 0
		}

			.cart-page #order .cart-view .table .prd-price .old-price, .cart-page #order .cart-view .product-list .prd-price .old-price, .cart-page #orderSuccess .cart-view .table .prd-price .old-price, .cart-page #orderSuccess .cart-view .product-list .prd-price .old-price {
				color: #999;
				text-decoration: line-through
			}

			.cart-page #order .cart-view .table .prd-price .price, .cart-page #order .cart-view .product-list .prd-price .price, .cart-page #orderSuccess .cart-view .table .prd-price .price, .cart-page #orderSuccess .cart-view .product-list .prd-price .price {
				color: #d8b604;
				display: block;
				font-weight: 700
			}

		.cart-page #order .cart-view .table .prd-quanlity .form-group, .cart-page #order .cart-view .product-list .prd-quanlity .form-group, .cart-page #orderSuccess .cart-view .table .prd-quanlity .form-group, .cart-page #orderSuccess .cart-view .product-list .prd-quanlity .form-group {
			margin-bottom: 5px
		}

		.cart-page #order .cart-view .table .alert-warning, .cart-page #order .cart-view .product-list .alert-warning, .cart-page #orderSuccess .cart-view .table .alert-warning, .cart-page #orderSuccess .cart-view .product-list .alert-warning {
			margin: 10px 0 0
		}

		.cart-page #order .cart-view .table .multi-option, .cart-page #order .cart-view .product-list .multi-option, .cart-page #orderSuccess .cart-view .table .multi-option, .cart-page #orderSuccess .cart-view .product-list .multi-option {
			clear: both;
			padding-top: 10px
		}

			.cart-page #order .cart-view .table .multi-option .alert, .cart-page #order .cart-view .table .multi-option .form-group, .cart-page #order .cart-view .product-list .multi-option .alert, .cart-page #order .cart-view .product-list .multi-option .form-group, .cart-page #orderSuccess .cart-view .table .multi-option .alert, .cart-page #orderSuccess .cart-view .table .multi-option .form-group, .cart-page #orderSuccess .cart-view .product-list .multi-option .alert, .cart-page #orderSuccess .cart-view .product-list .multi-option .form-group {
				margin-bottom: 0
			}

		.cart-page #order .cart-view .table .group-icon .ty, .cart-page #order .cart-view .product-list .group-icon .ty, .cart-page #orderSuccess .cart-view .table .group-icon .ty, .cart-page #orderSuccess .cart-view .product-list .group-icon .ty {
			font-size: 1.125rem;
			margin-top: 5px
		}

	.cart-page #order .cart-view p, .cart-page #orderSuccess .cart-view p {
		margin-bottom: 0
	}

		.cart-page #order .cart-view p b, .cart-page #orderSuccess .cart-view p b {
			color: #d8b604
		}

.cart-page #order .voucher-box, .cart-page #orderSuccess .voucher-box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

	.cart-page #order .voucher-box p, .cart-page #orderSuccess .voucher-box p {
		text-align: right
	}

	.cart-page #order .voucher-box .input-group .btn, .cart-page #orderSuccess .voucher-box .input-group .btn {
		border-radius: 4px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

.cart-page #order .form-group .form-check, .cart-page #orderSuccess .form-group .form-check {
	padding-left: 0
}

	.cart-page #order .form-group .form-check .form-check-input, .cart-page #orderSuccess .form-group .form-check .form-check-input {
		margin-right: 5px
	}

	.cart-page #order .form-group .form-check span, .cart-page #orderSuccess .form-group .form-check span {
		font-size: .875rem
	}

.cart-page #order .card, .cart-page #orderSuccess .card {
	background-color: #f2f2f2
}

	.cart-page #order .card .card-block, .cart-page #orderSuccess .card .card-block {
		padding-bottom: 0
	}

.cart-page #orderSuccess .alert-success .ty {
	float: left;
	margin-right: 10px
}

.cart-page #orderSuccess .alert-success p {
	margin-bottom: 0
}

.cart-page #orderSuccess .cart-view {
	padding-bottom: 0
}

	.cart-page #orderSuccess .cart-view .content-box-title {
		margin-bottom: 15px
	}

	.cart-page #orderSuccess .cart-view .table {
		border: none;
		margin-bottom: 0
	}

		.cart-page #orderSuccess .cart-view .table tr {
			border-top: 1px solid #ddd
		}

			.cart-page #orderSuccess .cart-view .table tr td {
				padding-top: 20px
			}

.sc-product-box {
	padding: 20px 0 10px
}

	.sc-product-box .hotline {
		text-align: center;
		padding: 10px 0
	}

	.sc-product-box .item {
		overflow: hidden;
		height: 100%;
		border: 1px solid #ddd;
		background-color: #fff;
		position: relative
	}

		.sc-product-box .item .btn-primary {
			color: #fff !important;
			text-decoration: none !important;
			margin-bottom: 10px
		}

		.sc-product-box .item img {
			border: none !important;
			height: auto;
			mix-blend-mode: multiply
		}

		.sc-product-box .item .product-title {
			text-align: center
		}

			.sc-product-box .item .product-title h6 {
				font-size: 1rem !important;
				font-weight: 700;
				padding: 0 10px;
				margin-top: 15px;
				color: #d8b604
			}

				.sc-product-box .item .product-title h6 a {
					font-weight: 700
				}

			.sc-product-box .item .product-title .product-pricing {
				color: #5cb85d;
				font-weight: 700
			}

				.sc-product-box .item .product-title .product-pricing b {
					font-size: 1.5rem
				}

				.sc-product-box .item .product-title .product-pricing span {
					text-decoration: line-through;
					display: block;
					font-weight: 400;
					font-size: 1.125rem;
					color: #999
				}

		.sc-product-box .item [class^=col-] {
			position: unset
		}

		.sc-product-box .item .left-badge {
			position: absolute;
			top: 30px;
			right: -45px;
			width: 170px;
			font-size: .875rem;
			font-weight: 700;
			text-transform: uppercase;
			color: #fff;
			transform: rotate(45deg);
			text-align: center
		}

		.sc-product-box .item ul {
			-webkit-padding-start: 10px !important;
			padding: 10px 10px 0;
			position: relative;
			margin-bottom: 0
		}

			.sc-product-box .item ul:before {
				position: absolute;
				width: 100%;
				border-top: 1px solid #f2f2f2;
				left: 0;
				top: 0;
				z-index: 10;
				content: ""
			}

			.sc-product-box .item ul li {
				position: relative;
				padding: 5px 0 5px 22px !important;
				font-size: .875rem
			}

				.sc-product-box .item ul li:before {
					display: none
				}

				.sc-product-box .item ul li .ty {
					position: absolute;
					left: 0;
					top: 9px
				}

				.sc-product-box .item ul li span {
					color: #999;
					padding-left: 24px
				}

				.sc-product-box .item ul li.available .ty {
					margin-right: 10px;
					color: #d8b604
				}

				.sc-product-box .item ul li.available span {
					color: #4c4c4c;
					padding-left: 0
				}

		.sc-product-box .item p {
			position: relative;
			margin: 10px 0 !important;
			padding: 10px 10px 0;
			text-align: center;
			font-size: .875rem
		}

			.sc-product-box .item p:before {
				position: absolute;
				width: 100%;
				border-top: 1px solid #f2f2f2;
				left: 0;
				top: 0;
				z-index: 10;
				content: ""
			}

		.sc-product-box .item .btn-primary .ty {
			font-size: 1.125rem !important;
			top: 10px
		}

	.sc-product-box.sc3-product-box .col-md-4:nth-child(2) .item {
		border-left: none;
		border-right: none;
		background-color: #fffcf0
	}

	.sc-product-box.sc2-product-box .col-md-6:last-child .item {
		border-left: none;
		background-color: #fffcf0
	}

	.sc-product-box.sc1-product-box .item .col-xs-12:nth-child(2) {
		position: relative
	}

		.sc-product-box.sc1-product-box .item .col-xs-12:nth-child(2):before {
			background-color: #fffae9;
			content: "";
			position: absolute;
			width: calc(100% - 30px);
			height: 100%;
			left: 15px;
			top: 0;
			z-index: -1
		}

	.sc-product-box.sc1-product-box .item .product-title h6 {
		margin-top: 15px;
		font-size: 1.25rem !important
	}

	.sc-product-box.sc1-product-box .item .product-title .product-pricing span {
		display: inline-block;
		margin-right: 5px
	}

	.sc-product-box.sc1-product-box .item p {
		text-align: center;
		font-size: .875rem
	}

.modal .modal-content {
	overflow: hidden
}

.modal .modal-header {
	background-color: #d8b604
}

.modal_contact .wpcf7-form .row {
	margin: 0 -5px
}

	.modal_contact .wpcf7-form .row > div {
		padding: 0 5px
	}

.modal_contact.modal .modal-title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 600
}

.modal_contact button.close {
	position: absolute;
	right: 14px;
	top: 10px;
	color: #fff;
	opacity: 1
}

.modal_contact .form-group input {
	width: 100%;
	border: 1px solid #999;
	padding: 7px 10px;
	border-radius: 3px
}

.modal_contact .form-group textarea {
	width: 100%;
	height: 80px;
	padding: 7px 10px;
	border-radius: 3px
}

.modal_contact input[type='submit'] {
	background: #d33;
	border: none;
	color: #fff;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	display: block;
	height: 40px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 3px
}

.modal_contact .modal-dialog {
	margin: 125px auto 0
}

.about_home {
	position: relative;
	background: #f3f9f0;
}

	.about_home .box_about {
		position: relative
	}

.box_frames {
	/* padding: 25px 30px; */
	position: relative;
	/* border: 4px solid #402a11; */
}

	.box_frames:after {
		content: '';
		position: absolute;
		background: #fff;
		width: 40px;
		height: 40px;
		top: -10px;
		right: -10px;
		z-index: 2
	}

	.box_frames:before {
		content: '';
		position: absolute;
		background: #fff;
		width: 40px;
		height: 40px;
		bottom: -10px;
		right: -10px;
		z-index: 2
	}

	.box_frames .frames_top:before {
		content: '';
		position: absolute;
		left: -4px;
		top: -4px;
		width: calc(100% + 8px);
		height: 176px;
		z-index: 5
	}

	.box_frames .frames_top:after {
		content: '';
		position: absolute;
		background: #fff;
		width: 40px;
		height: 40px;
		top: -10px;
		left: -10px;
		z-index: 2
	}

	.box_frames .frames_bot:before {
		content: '';
		position: absolute;
		left: -4px;
		bottom: -4px;
		width: calc(100% + 8px);
		height: 100px;
		z-index: 5
	}

	.box_frames .frames_bot:after {
		content: '';
		position: absolute;
		background: #fff;
		width: 40px;
		height: 40px;
		bottom: -10px;
		left: -10px;
		z-index: 2
	}

.title_main {
	text-transform: uppercase;
	color: #341c02;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	position: relative;
	z-index: 9;
	margin-bottom: 10px
}

	.title_main h2 {
		font-size: 26px;
		font-weight: 600
	}

	.title_main .icon {
		position: relative
	}

		.title_main .icon:before {
			content: "";
			width: 240px;
			height: 1px;
			background: #ffcb08;
			position: absolute;
			left: 50%;
			top: 18px;
			margin-left: 0;
			transform: translate(-50%,0)
		}

	.title_main img {
		width: auto;
		height: 37px;
		object-fit: cover;
		display: block;
		margin: 0 auto;
		position: relative;
		z-index: 9;
		background: #fff;
		padding: 0 15px
	}

.about_home .box_about .desc_about {
	position: relative;
	z-index: 9
}

	.about_home .box_about .desc_about .viewmore {
		display: block;
		text-align: center;
		font-weight: 600;
		font-size: 16px;
		font-style: italic;
		line-height: 20px;
		color: #000
	}

.columns-2 {
	grid-template-columns: repeat(2,1fr);
	display: grid;
	grid-gap: 30px
}

.columns-3 {
	grid-template-columns: repeat(3,1fr);
	display: grid;
	grid-gap: 30px
}

.columns-4 {
	grid-template-columns: repeat(4,1fr);
	display: grid;
	grid-gap: 30px
}

.columns-5 {
	grid-template-columns: repeat(5,1fr);
	display: grid;
	grid-gap: 30px
}

.columns-6 {
	grid-template-columns: repeat(6,1fr);
	display: grid;
	grid-gap: 30px
}

.commit_home .list_commit {
	margin-bottom: 40px
}

	.commit_home .list_commit .item_commit {
		position: relative;
		text-align: center
	}

		.commit_home .list_commit .item_commit .img {
			line-height: 0;
			display: block;
			border: 4px solid #534741;
			width: 160px;
			height: 160px;
			margin: 0 auto;
			overflow: hidden;
			border-radius: 100px;
			position: relative;
			box-shadow: -6px 4px 0 #dbe6e9;
			white-space: nowrap
		}

			.commit_home .list_commit .item_commit .img img {
				width: 100%;
				height: 160px;
				object-fit: cover
			}

		.commit_home .list_commit .item_commit h3 {
			display: block;
			color: #764529;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: 500;
			text-overflow: ellipsis;
			overflow: hidden;
			margin-top: 18px;
			margin-bottom: 0
		}

			.commit_home .list_commit .item_commit h3 a {
				color: #764529;
				display: block
			}

		.commit_home .list_commit .item_commit .desc {
			margin-top: 10px;
			font-size: 14px;
			line-height: 24px
		}

.commit_home .video_commit .item_vd a {
	display: block;
	text-align: center
}

	.commit_home .video_commit .item_vd a img {
		display: block;
		line-height: 0;
		height: 385px;
		width: 100%;
		object-fit: cover;
		box-shadow: -4px 4px 8px #828282;
		/* border-top: 7px solid #311a02; */
		/* border-bottom: 25px solid #311a02; */
	}

	.commit_home .video_commit .item_vd a p {
		display: block;
		margin-top: 20px;
		text-align: center;
		color: #6eb944;
		font-size: 16px;
		line-height: 28px;
		/* font-weight: 400
	; */ font-family: 'OpenSans-Bold';
		padding: 0 10px;
	}

.sli_vdcommit.owl-carousel .owl-prev {
	left: -30px;
	opacity: 0;
	transition: all .5s ease
}

.sli_vdcommit.owl-carousel .owl-next {
	right: -30px;
	opacity: 0;
	transition: all .5s ease
}

.sli_vdcommit.owl-carousel:hover .owl-prev {
	left: -20px;
	opacity: 1
}

.sli_vdcommit.owl-carousel:hover .owl-next {
	right: -20px;
	opacity: 1
}

.sli_vdcommit.owl-carousel .owl-nav .ty {
	z-index: 3;
	color: #fff;
	font-size: 22px;
	width: 34px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	transition: all .3s;
	background: #6eb944;
	opacity: 1;
	border-radius: 3px
}

.video_fb .item_videofb {
	position: relative
}

	.video_fb .item_videofb .post-item .post-img {
		display: block;
		position: relative
	}

		.video_fb .item_videofb .post-item .post-img .icon {
			position: absolute;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			/* border: 2px solid #fff; */
			text-align: center;
			line-height: 40px;
			z-index: 99;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
			display: flex;
			align-items: center;
			background: #6eb944;
		}

			.video_fb .item_videofb .post-item .post-img .icon img {
				width: 15px;
				box-shadow: none;
				height: 15px;
				display: block;
				margin: auto
			}

			.video_fb .item_videofb .post-item .post-img .icon:hover {
				background: #6eb944;
			}

	.video_fb .item_videofb .post-item .meta {
		display: block;
		text-align: center
	}

		.video_fb .item_videofb .post-item .meta p {
			font-style: italic;
			color: #d8b604
		}

		.video_fb .item_videofb .post-item .meta h4 {
			font-size: 14px;
			/* font-weight: 600; */
			color: #4b4b4b;
			font-family: 'OpenSans-Bold';
		}

.modal .modal-title {
	text-align: center;
	color: #d8b604
}

	.modal .modal-title span {
		font-weight: 700;
		text-transform: uppercase
	}

.modal .form-group .alert {
	font-size: 14px;
	padding: 5px 10px
}

.modal .powered-by {
	display: none !important
}

#orderModal .modal-body .cart-view, #orderSuccessModal .modal-body .cart-view {
	border: 1px solid #f2f2f2;
	box-shadow: 0 0 5px #f2f2f2;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 15px;
	overflow: hidden
}

	#orderModal .modal-body .cart-view .group-icon, #orderSuccessModal .modal-body .cart-view .group-icon {
		margin: 0 20px
	}

	#orderModal .modal-body .cart-view .alert .btn-sm, #orderModal .modal-body .cart-view .alert .btn-group-sm > .btn, #orderSuccessModal .modal-body .cart-view .alert .btn-sm, #orderSuccessModal .modal-body .cart-view .alert .btn-group-sm > .btn {
		margin-top: 5px;
		margin-right: 10px;
		text-transform: none
	}

	#orderModal .modal-body .cart-view .alert-info ul, #orderSuccessModal .modal-body .cart-view .alert-info ul {
		margin-bottom: 0;
		-webkit-padding-start: 30px
	}

	#orderModal .modal-body .cart-view .table, #orderSuccessModal .modal-body .cart-view .table {
		display: block;
		overflow: auto;
		text-transform: none;
		text-align: left;
		border-bottom: 1px solid #f2f2f2
	}

		#orderModal .modal-body .cart-view .table tr, #orderSuccessModal .modal-body .cart-view .table tr {
			border-top: 1px solid #f2f2f2
		}

			#orderModal .modal-body .cart-view .table tr:first-child, #orderSuccessModal .modal-body .cart-view .table tr:first-child {
				border: none
			}

				#orderModal .modal-body .cart-view .table tr:first-child td, #orderSuccessModal .modal-body .cart-view .table tr:first-child td {
					padding-top: 0
				}

		#orderModal .modal-body .cart-view .table td, #orderSuccessModal .modal-body .cart-view .table td {
			padding: 10px 0;
			border: none
		}

			#orderModal .modal-body .cart-view .table td img, #orderSuccessModal .modal-body .cart-view .table td img {
				margin-right: 10px;
				width: 100px;
				border-radius: 4px
			}

			#orderModal .modal-body .cart-view .table td h4, #orderSuccessModal .modal-body .cart-view .table td h4 {
				font-size: .875rem;
				margin: 0 0 5px;
				font-weight: 700
			}

			#orderModal .modal-body .cart-view .table td .prd-price, #orderSuccessModal .modal-body .cart-view .table td .prd-price {
				font-size: .875rem;
				margin: 0
			}

				#orderModal .modal-body .cart-view .table td .prd-price .old-price, #orderSuccessModal .modal-body .cart-view .table td .prd-price .old-price {
					color: #999;
					text-decoration: line-through
				}

				#orderModal .modal-body .cart-view .table td .prd-price .price, #orderSuccessModal .modal-body .cart-view .table td .prd-price .price {
					color: #d8b604;
					display: block;
					font-weight: 700
				}

			#orderModal .modal-body .cart-view .table td .prd-quanlity .form-group, #orderSuccessModal .modal-body .cart-view .table td .prd-quanlity .form-group {
				margin-bottom: 5px
			}

			#orderModal .modal-body .cart-view .table td .group-icon .ty, #orderSuccessModal .modal-body .cart-view .table td .group-icon .ty {
				font-size: 1.125rem;
				margin-top: 5px
			}

	#orderModal .modal-body .cart-view p, #orderSuccessModal .modal-body .cart-view p {
		margin-bottom: 0
	}

		#orderModal .modal-body .cart-view p b, #orderSuccessModal .modal-body .cart-view p b {
			color: #d8b604
		}

#orderModal .modal-body .voucher-box, #orderSuccessModal .modal-body .voucher-box {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px
}

	#orderModal .modal-body .voucher-box p, #orderSuccessModal .modal-body .voucher-box p {
		text-align: right
	}

	#orderModal .modal-body .voucher-box .input-group .btn, #orderSuccessModal .modal-body .voucher-box .input-group .btn {
		border-radius: 4px;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0
	}

#orderModal .modal-body .form-group .form-check, #orderSuccessModal .modal-body .form-group .form-check {
	padding-left: 0
}

	#orderModal .modal-body .form-group .form-check .form-check-input, #orderSuccessModal .modal-body .form-group .form-check .form-check-input {
		margin-right: 5px
	}

	#orderModal .modal-body .form-group .form-check span, #orderSuccessModal .modal-body .form-group .form-check span {
		font-size: .875rem
	}

#orderModal .modal-body .card, #orderSuccessModal .modal-body .card {
	background-color: #f2f2f2
}

	#orderModal .modal-body .card .card-block, #orderSuccessModal .modal-body .card .card-block {
		padding-bottom: 0
	}

#orderSuccessModal .modal-body .alert-success .ty {
	float: left;
	margin-right: 10px
}

#orderSuccessModal .modal-body .alert-success p {
	margin-bottom: 0
}

#orderSuccessModal .modal-body .cart-view {
	padding-bottom: 0
}

	#orderSuccessModal .modal-body .cart-view .content-box-title {
		margin-bottom: 15px
	}

	#orderSuccessModal .modal-body .cart-view .table {
		border: none;
		margin-bottom: 0
	}

		#orderSuccessModal .modal-body .cart-view .table tr {
			border-top: 1px solid #ddd
		}

			#orderSuccessModal .modal-body .cart-view .table tr td {
				padding-top: 20px
			}

#aloModal .modal-content {
	overflow: hidden
}

	#aloModal .modal-content .modal-header {
		border: none
	}

	#aloModal .modal-content .modal-body h4 {
		font-size: 1.125rem
	}

	#aloModal .modal-content .modal-body .form-control {
		font-size: 1.875rem;
		margin: 30px 0;
		border: none;
		border-width: 0;
		border-bottom: 2px solid #d8b604;
		padding: 5px 0;
		text-align: center;
		height: auto;
		box-shadow: none;
		opacity: .5;
		border-radius: 0
	}

		#aloModal .modal-content .modal-body .form-control:hover, #aloModal .modal-content .modal-body .form-control:focus {
			opacity: 1
		}

	#aloModal .modal-content .modal-body .btn-primary {
		border-radius: 21px;
		padding: 10px 20px;
		margin-bottom: 30px
	}

#infoModal .gift h5 {
	margin-bottom: 1rem
}

#infoModal .gift .alert {
	display: inline-block;
	padding: .75rem 1rem
}

	#infoModal .gift .alert h4 {
		color: #8a6d3b;
		margin-bottom: 0
	}

#infoModal .gift .text-success {
	margin-bottom: 0
}

#inhouse-salepage-modal .button {
	border-radius: 30px;
	text-transform: uppercase
}

#search-modal .modal-content form .form-group, #search .modal-content form .form-group {
	float: left;
	width: calc(100% - 50px)
}

	#search-modal .modal-content form .form-group .form-control, #search .modal-content form .form-group .form-control {
		width: 100%
	}

#search-modal .modal-content form .btn .ty, #search .modal-content form .btn .ty {
	margin-right: 0
}

.ig_container .ig_content .carousel {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px
}

	.ig_container .ig_content .carousel .carousel-item, .ig_container .ig_content .carousel img {
		border-radius: 6px
	}

	.ig_container .ig_content .carousel .carousel-indicators {
		margin-bottom: 0
	}

	.ig_container .ig_content .carousel .carousel-control .ty {
		font-size: 2.5rem;
		position: absolute;
		top: calc(50% - 20px);
		z-index: 5
	}

.facebook-responsive {
	overflow: hidden;
	padding-bottom: 120px;
	position: relative;
	height: 0
}

	.facebook-responsive iframe {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		position: absolute
	}

		.facebook-responsive iframe html ._2p3a {
			width: 100% !important
		}

.hidden-md-down .menu {
	list-style: none
}

	.hidden-md-down .menu > li {
		margin-bottom: 10px
	}

.fadeOutRight {
	animation-name: fadeOutRight
}

.box_tick .tex {
	float: left;
	line-height: 26px;
	margin-right: 10px
}

.box_tick {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative
}

.price {
	display: inline-block;
}

	.price span {
		color: #6eb944;
		font-family: 'OpenSans-Bold';
		font-size: 18px;
	}

	.price del {
	}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #ed1c24;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none
}

.price del {
	color: #000000;
	font-size: 16px;
	font-family: 'OpenSans-Regular';
	margin-right: 15px;
}

.product-info .price ins {
	font-size: 23px
}

.product-info .price del {
	font-size: 15px
}

.product-info {
	position: relative
}

	.product-info .cart .box_tick .button {
		background: #5cb85c;
		text-transform: uppercase;
		font-size: 19px;
		position: absolute;
		right: 0;
		bottom: -70px;
		padding: 15px 30px;
		border-radius: 30px;
		text-transform: uppercase;
		border-radius: 40px;
		float: right;
		padding-right: 35px
	}

.woocommerce .box_tick .quantity .qty {
	height: 26px;
	padding: 5px 0
}

.bottom-function {
	bottom: 80px;
	position: fixed;
	right: 15px;
	z-index: 999
}

	.bottom-function #messenger {
		display: none;
		color: #0084ff;
		margin-bottom: 20px;
		text-align: right
	}

		.bottom-function #messenger .ty {
			margin-right: 0
		}

	.bottom-function .scroll-up {
		background: rgba(0,0,0,.5) none repeat scroll 0 0;
		border-radius: 25px;
		color: #fff;
		cursor: pointer;
		height: 45px;
		line-height: 45px;
		margin-left: 10px;
		text-align: center;
		width: 45px
	}

		.bottom-function .scroll-up:hover {
			background: rgba(0,0,0,.4) none repeat scroll 0 0
		}

		.bottom-function .scroll-up .ty {
			margin-right: 0
		}

.powered-by {
	display: none !important
}

.fc_modal-backdrop {
	background: rgba(0,0,0,.6) !important
}

.fc-form-1 .form-page.form-page-0 .form-page-content {
	padding-top: 170px
}

html body .fc-form-modal.fc_modal .fc_modal-dialog-1 .fc_close {
	background-color: #595959;
	border-radius: 50px;
	color: #fff
}

	html body .fc-form-modal.fc_modal .fc_modal-dialog-1 .fc_close:hover {
		background-color: #d8b604
	}

footer {
	font-size: .875rem
}

	footer .foot-content {
		/* background-color: #000; */
		border-top: 1px solid #fff;
		padding: 30px 0 10px;
		/* color: #f2f2f2; */
	}

		footer .foot-content .main-foot ._1drq, footer .foot-content .main-foot ._1drm._1ds3 ._1drq {
			display: none !important
		}

		footer .foot-content .main-foot h3 a {
			font: 0/0 a;
			color: transparent;
			text-shadow: none;
			background-color: transparent;
			border: 0;
			display: block;
			width: 100%;
			background-position: top center;
			margin-bottom: 20px;
			height: 100px
		}

			footer .foot-content .main-foot h3 a img {
				height: 100px;
				width: auto
			}

		footer .foot-content .main-foot p, footer .foot-content .main-foot span {
			/* color: #f2f2f2; */
			/* font-size: 1rem; */
		}

		footer .foot-content .main-foot .title {
			font-size: 16px;
			margin-bottom: 15px;
			padding-bottom: 10px;
			position: relative;
			color: #6eb944;
			font-weight: 700;
			margin-top: 50px;
			text-transform: uppercase;
			font-family: 'OpenSans-Bold';
		}

			footer .foot-content .main-foot .title:before {
				background-color: #d8b604;
				bottom: 0;
				content: '';
				height: 1px;
				left: 0;
				position: absolute;
				width: 30px
			}

		footer .foot-content .main-foot p.store-item span {
			padding-left: 22px;
			position: relative;
			display: block
		}

			footer .foot-content .main-foot p.store-item span > .ty {
				position: absolute;
				left: 0;
				top: 3px
			}

		footer .foot-content .main-foot p.store-item .btn-link-secondary {
			display: block
		}

		footer .foot-content .main-foot p.store-item .btn-sm, footer .foot-content .main-foot p.store-item .btn-group-sm > .btn {
			margin-left: 5px;
			padding: .1rem .25rem;
			text-transform: none;
			font-size: .75rem
		}

		footer .foot-content .main-foot .foot-social {
			padding-bottom: 15px
		}

			footer .foot-content .main-foot .foot-social a {
				display: inline-block;
				margin-left: 5px;
				text-align: center
			}

				footer .foot-content .main-foot .foot-social a .ty {
					border-radius: 15px;
					height: 30px;
					line-height: 30px;
					width: 30px;
					border: 1px solid #f2f2f2;
					color: #f2f2f2
				}

				footer .foot-content .main-foot .foot-social a:hover .ty {
					border: 1px solid #d8b604;
					color: #d8b604
				}

		footer .foot-content .main-foot .menu .nav-item .nav-link {
			color: #f2f2f2;
			font-size: .875rem;
			margin-bottom: 10px
		}

			footer .foot-content .main-foot .menu .nav-item .nav-link:hover {
				color: #d8b604
			}

		footer .foot-content .main-foot .menu {
			padding-left: 0;
			list-style: none
		}

		footer .foot-content .main-foot .foot-sign {
			margin-top: 10px
		}

		footer .foot-content .bottom-foot {
			border-top: 1px solid #8a082f;
			margin-top: 10px;
			padding: 20px 0 10px
		}

			footer .foot-content .bottom-foot .copyright {
				margin-bottom: 0;
				text-align: center
			}

header .main-head .logo h2 a {
	position: relative;
	z-index: 99
}

	header .main-head .logo h2 a:before {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		top: 0;
		left: -51px;
		width: 225px;
		height: 112px
	}

.product_cat-to-yen .product-item:before {
	content: "";
	width: 75px;
	height: 67px;
	background-size: contain;
	display: block;
	position: absolute;
	left: 10px;
	z-index: 2;
	top: 0
}

.page-template-thankyou header .main-head .logo h2 a:before, .page-template-cart header .main-head .logo h2 a:before {
	display: none
}

@media (min-width:1200px) {
	.col-2 {
		flex: 0 0 20%;
		max-width: 20%
	}

	.content .post-content-wrap table {
		display: block;
		width: 100%;
		min-height: .01%;
		overflow-x: auto;
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		height: auto !important;
		border: none
	}

		.content .post-content-wrap table td {
			padding: 8px 12px
		}

	header .main-head .main-nav .navbar-nav .nav-item:last-child .search-form .form-control {
		width: 180px
	}

	.contact-page .embed-responsive {
		padding-bottom: 400px
	}

	.post-detail .detail-content .post-signature .register-box .col-md-6 .item {
		height: 250px
	}

		.post-detail .detail-content .post-signature .register-box .col-md-6 .item h5 {
			margin-top: 30px
		}
}

@media (min-width:992px) and (max-width:1199px) {
	.hidden-lg {
		display: none
	}

	.col-2 {
		flex: 0 0 20%;
		max-width: 20%
	}

	header .main-head {
		padding-left: 0;
		padding-right: 0
	}

		header .main-head .container {
			min-width: 100%
		}

		header .main-head .main-nav .navbar-nav .nav-item {
			margin: 0 .8em
		}

			header .main-head .main-nav .navbar-nav .nav-item .nav-link, header .main-head .main-nav .navbar-nav .menu-item-has-children .dropdown-menu > li > a {
				font-size: .8125rem
			}

			header .main-head .main-nav .navbar-nav .nav-item:last-child .search-form .form-control {
				width: 200px
			}

	.container {
		max-width: 95%
	}

	header .main-head .main-nav .navbar-nav .menu-item-has-children .dropdown-menu > li {
		display: block;
		float: none !important
	}

	.post-category-page .main-content .post-item h3 a {
		font-size: 1.5rem
	}

	.post-content-wrap table {
		display: block;
		width: 100%;
		min-height: .01%;
		overflow-x: auto;
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		height: auto !important
	}

		.post-content-wrap table td {
			padding: 5px
		}

	.home-page .content-box.client-box .order-box .title {
		font-size: 1.125rem
	}

	.product-detail-page .content .container, .product-detail-page .header .container {
		max-width: 100%
	}

	.post-detail .detail-content .post-signature .register-box .col-md-6 .item h5 {
		margin-top: 20px
	}

	.contact-page .embed-responsive {
		padding-bottom: 400px
	}

	.luckydraw-page .col-md-5 .list-user ul {
		height: 480px
	}

		.luckydraw-page .col-md-5 .list-user ul li span.time {
			display: none
		}

	.luckydraw-page .draw .wheel {
		height: 518px
	}

		.luckydraw-page .draw .wheel .gra {
			right: 20px;
			width: 100%;
			background-size: contain
		}

		.luckydraw-page .draw .wheel > .pulse {
			width: 80px;
			height: 80px
		}

			.luckydraw-page .draw .wheel > .pulse.pulse-hor {
				left: -30px;
				top: calc(50% - 40px)
			}

			.luckydraw-page .draw .wheel > .pulse.pulse-ver {
				left: calc(50% - 40px);
				margin-top: -30px
			}
}

@media (min-width:768px) and (max-width:991px) {
	.home-page .content-box.client-box .content-box-title {
		width: auto
	}

	.hidden-md {
		display: none
	}

	header .top-head .nav-top .nav-link {
		float: left;
		margin-left: 0
	}

	header .main-head {
		padding: 0 30px
	}

		header .main-head .logo {
			padding: 0
		}

		header .main-head .main-values {
			margin: 10px 0
		}

			header .main-head .main-values li.wrap-shoping-cart .cart-count {
				left: 63px;
				top: 0
			}

			header .main-head .main-values li.wrap-shoping-cart .ty {
				margin-right: 0;
				float: right
			}

		header .main-head .main-nav .navbar-nav .nav-item {
			margin: 0 .5em
		}

			header .main-head .main-nav .navbar-nav .nav-item .nav-link, header .main-head .main-nav .navbar-nav .nav-item .dropdown-menu > li > a {
				font-size: .75rem
			}

				header .main-head .main-nav .navbar-nav .nav-item .nav-link + .nav-link {
					margin-left: .5em
				}

		header .main-head .main-nav .navbar-nav .nav-item {
			float: none
		}

			header .main-head .main-nav .navbar-nav .nav-item a {
				float: none
			}

	header.simple-header .main-head .logo {
		padding-left: 15px
	}

	header.simple-header .main-head .main-values li.hotline {
		width: 140px;
		float: right;
		margin-top: 5px
	}

		header.simple-header .main-head .main-values li.hotline .ty {
			font-size: 2.5rem;
			color: #d8b604
		}

	.container {
		max-width: 95%
	}

	.sidebar .box-title span {
		font-size: .8125rem
	}

	.sidebar .sidebar-box ul {
		padding-left: 10px;
		font-size: .875rem
	}

	.sidebar .sidebar-box .post-item .post-img {
		width: 40%
	}

	.sidebar .sidebar-box .post-item .meta, .sidebar .sidebar-box .post-item .meta a.text {
		height: 42px;
		margin: 0;
		overflow: hidden
	}

	.content .content-box .content-box-title {
		font-size: 1.375rem
	}

	.content .content-box .content-box.content-style-3 .card .card-block {
		padding: 50px 15px
	}

	.post-category-page .main-content .post-item {
		margin-bottom: 15px
	}

		.post-category-page .main-content .post-item h3 a {
			font-size: 1.25rem
		}

	.post-detail .detail-content .post-title {
		font-size: 1.5rem
	}

	.post-detail .detail-content .post-content-wrap .post-content h2, .post-detail .detail-content .post-content-wrap .post-content h3, .post-detail .detail-content .post-content-wrap .post-content h4, .post-detail .detail-content .post-content-wrap .post-content h5, .post-detail .detail-content .post-content-wrap .post-content h6 {
		font-size: 1.125rem
	}

	.post-content-wrap table {
		display: block;
		width: 100%;
		min-height: .01%;
		overflow-x: auto;
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		height: auto !important
	}

		.post-content-wrap table td {
			padding: 10px 15px
		}

	.home-page .content-box.content-style-3 .card .card-block {
		padding: 50px 15px
	}

	.home-page .content-box.client-box .order-box .timeline {
		height: 375px
	}

	.home-page .content-box.client-box .order-box .title {
		font-size: 1rem
	}

	.product-detail-page .content .container, .product-detail-page .header .container {
		max-width: 100%
	}

	.product-detail-page .sidebar .sidebar-box .product-item .text {
		font-size: .875rem
	}

	.product-detail-page .detail-box .QA-box .direction-bottom .btn:first-child {
		margin-bottom: 10px
	}

	.document-page .document-box .detail-content {
		border: none
	}

	.about-page .content-box.content-style-3 .card .card-block {
		padding-top: 40px
	}

	.post-detail .detail-content .post-signature .register-box .col-md-6:last-child .item {
		height: 100%
	}

	.post-detail .detail-content .post-signature .register-box .col-md-6 .item h5 {
		margin-top: 20px
	}

	.luckydraw-page .content .container {
		padding-top: 20px
	}

		.luckydraw-page .content .container h2.title {
			background-size: contain;
			margin-bottom: 30px
		}

		.luckydraw-page .content .container .full-product-box .col-md-4 .product-item .text {
			font-size: 1rem
		}

		.luckydraw-page .content .container .full-product-box .col-md-4 .product-item .meta .price b {
			font-size: 1.25rem
		}

		.luckydraw-page .content .container .full-product-box .col-2 {
			margin-bottom: 30px
		}

		.luckydraw-page .content .container .draw {
			margin-bottom: 40px
		}

			.luckydraw-page .content .container .draw .wheel {
				height: 690px
			}
}

@media (min-width:544px) and (max-width:767px) {
	.hidden-sm {
		display: none
	}

	.full-box-title span {
		font-size: 1.5rem
	}

	.container {
		max-width: none
	}

	.tabs .nav-item .nav-link {
		padding: 6px 8px;
		font-size: .625rem
	}

	.ig_container .ig_headline {
		padding-bottom: 0 !important;
		font-size: 2.25rem !important
	}

		.ig_container .ig_headline span {
			display: block !important;
			font-style: 2rem !important
		}

	.ig_container .ig_content .ig_message {
		padding: 10px !important
	}

	.ig_container .ig_content .carousel {
		margin-bottom: 0
	}

		.ig_container .ig_content .carousel .carousel-indicators {
			display: none
		}

		.ig_container .ig_content .carousel .carousel-control .ty {
			font-size: 1.875rem;
			top: calc(50% - 15px)
		}

	.tab-box .tab {
		overflow: auto;
		width: 100%
	}

	header {
		top: 0;
		z-index: 999;
		width: 100%
	}

		header .top-head .nav-top .nav-link {
			float: left;
			margin-left: 0
		}

		header .main-head {
			overflow: hidden;
			padding: 0;
			position: relative
		}

			header .main-head .logo h1, header .main-head .logo h2, header .main-head .logo h3, header .main-head .logo h4, header .main-head .logo h5 {
				margin-top: 10px
			}

				header .main-head .logo h1 a, header .main-head .logo h2 a, header .main-head .logo h3 a, header .main-head .logo h4 a, header .main-head .logo h5 a {
					background: url(//thienphuc.com/wp-content/themes/themeyen/assets/css/../images/logo-mobile.png) left top no-repeat;
					background-size: contain;
					background-image: url(//thienphuc.com/wp-content/themes/themeyen/assets/css/../images/logo-mobile.svg);
					background-position: top center;
					height: 60px
				}

			header .main-head .main-values {
				border-top: 1px dotted #720627;
				margin: 10px 0;
				padding-top: 10px
			}

				header .main-head .main-values li {
					width: 32.33%
				}

					header .main-head .main-values li:nth-child(-n+3) .ty {
						margin-right: 5px;
						font-size: 2.5em
					}

					header .main-head .main-values li:nth-child(-n+3) small {
						margin-top: 0
					}

					header .main-head .main-values li.wrap-shoping-cart {
						position: absolute;
						top: -55px;
						z-index: 999
					}

			header .main-head .navbar-toggler {
				background-color: #ab224b;
				border-radius: 6px;
				border: 1px solid #d8b604;
				position: absolute;
				right: 15px;
				top: 15px;
				z-index: 999;
				color: #d8b604;
				width: 44px
			}

				header .main-head .navbar-toggler span:last-child {
					display: none
				}

				header .main-head .navbar-toggler.collapsed span:first-child {
					display: none
				}

				header .main-head .navbar-toggler.collapsed span:last-child {
					display: inline
				}

			header .main-head .main-nav {
				float: none;
				border: none;
				padding: 0
			}

				header .main-head .main-nav .navbar-toggleable-sm .navbar-nav {
					background-color: #fafafa;
					border-top: 1px solid #ddd;
					border-radius: 6px;
					overflow: hidden;
					margin: 15px 0 10px
				}

				header .main-head .main-nav .navbar-toggleable-sm .nav-item {
					margin: 0;
					line-height: 28px;
					overflow: hidden;
					border-bottom: 1px solid #ddd;
					position: relative
				}

					header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-toggle:after {
						display: none
					}

					header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-arrow {
						position: absolute;
						width: 44px;
						height: 38px;
						line-height: 38px;
						display: inline-block;
						text-align: center;
						top: 0;
						right: 0;
						z-index: 99
					}

						header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-arrow .ty {
							margin-right: 0
						}

					header .main-head .main-nav .navbar-toggleable-sm .nav-item.active {
						background-color: #d8b604
					}

						header .main-head .main-nav .navbar-toggleable-sm .nav-item.active .nav-link {
							color: #d8b604
						}

							header .main-head .main-nav .navbar-toggleable-sm .nav-item.active .nav-link:before {
								bottom: -3px
							}

					header .main-head .main-nav .navbar-toggleable-sm .nav-item .nav-link, header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-item {
						color: #4c4c4c;
						padding: 5px 20px;
						width: 100%
					}

						header .main-head .main-nav .navbar-toggleable-sm .nav-item .nav-link:hover, header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-item:hover {
							color: #d8b604
						}

					header .main-head .main-nav .navbar-toggleable-sm .nav-item.open > .dropdown-menu {
						background-color: #f2f2f2;
						border-color: #ddd;
						border-left: none;
						border-radius: 0;
						border-right: none;
						border-bottom: none;
						position: relative;
						width: 100%;
						margin: 0
					}

						header .main-head .main-nav .navbar-toggleable-sm .nav-item.open > .dropdown-menu:before {
							border-bottom: 5px solid #ddd;
							border-left: 5px solid transparent;
							border-right: 5px solid transparent;
							content: "";
							height: 0;
							left: 60px;
							position: absolute;
							top: -5px;
							width: 0;
							z-index: 999
						}

					header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child {
						padding: 10px;
						width: 100%
					}

						header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .form-control {
							background-color: #f2f2f2;
							border: 1px solid #ddd
						}

							header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .form-control::placeholder {
								color: #999;
								opacity: .7
							}

						header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .btn-link {
							color: #4c4c4c
						}

							header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .btn-link:hover {
								color: #d8b604
							}

		header.simple-header .nav-top {
			text-align: center
		}

		header.simple-header .main-head .logo {
			margin-bottom: 10px
		}

	body.mobile-menu-sticky {
		overflow: hidden
	}

		body.mobile-menu-sticky .main-nav {
			overflow: scroll
		}

	.sidebar .promo-banner img {
		margin: 0 auto
	}

	.post-category-page .main-content .post-item {
		margin-bottom: 15px;
		padding: 0
	}

	.post-detail .detail-content .post-title {
		font-size: 1.75rem
	}

	.post-detail .detail-content .post-content-wrap .post-content h2, .post-detail .detail-content .post-content-wrap .post-content h3, .post-detail .detail-content .post-content-wrap .post-content h4, .post-detail .detail-content .post-content-wrap .post-content h5, .post-detail .detail-content .post-content-wrap .post-content h6 {
		font-size: 1.125rem
	}

	.content-box-title {
		font-size: 1.375rem
	}

	.content #carousel-main .carousel-indicators {
		display: none
	}

	.content .content-box.content-style-18 .item {
		border-bottom: 1px solid #ddd;
		padding-top: 15px;
		margin-bottom: 15px
	}

		.content .content-box.content-style-18 .item:before, .content .content-box.content-style-18 .item:after {
			display: none
		}

		.content .content-box.content-style-18 .item:last-child {
			border: none
		}

	.content .content-box.partnership-box .col-xs-4:nth-child(-n+3) .img-fluid, .content .content-box.partnership-box .col-xs-4:nth-child(-n+3) .carousel-inner > .carousel-item > img, .content .content-box.partnership-box .col-xs-4:nth-child(-n+3) .carousel-inner > .carousel-item > a > img, .content .content-box.partnership-box .col-xs-6:nth-child(-n+2) .img-fluid, .content .content-box.partnership-box .col-xs-6:nth-child(-n+2) .carousel-inner > .carousel-item > img, .content .content-box.partnership-box .col-xs-6:nth-child(-n+2) .carousel-inner > .carousel-item > a > img {
		margin-bottom: 15px
	}

	.sidebar .sidebar-box ul {
		padding-left: 20px
	}

	.home-page .content-box.content-style-3 .card .card-block {
		padding: 50px 15px
	}

		.home-page .content-box.content-style-3 .card .card-block p em {
			font-size: .875rem
		}

	.home-page .content-box.blog-box .post-box .post-item {
		overflow: hidden;
		padding-bottom: 15px
	}

		.home-page .content-box.blog-box .post-box .post-item .post-img {
			width: 30%;
			margin-right: 15px;
			float: left
		}

	.home-page .content-box.client-box .order-box {
		margin-top: 20px
	}

	.product-detail-page .detail-box {
		padding: 0
	}

		.product-detail-page .detail-box .product-info {
			padding-top: 30px
		}

			.product-detail-page .detail-box .product-info .product-title {
				text-align: center
			}

	.product-detail-page .sidebar .sidebar-box {
		margin-bottom: 0
	}

		.product-detail-page .sidebar .sidebar-box .product-item .text {
			font-size: .875rem
		}

	.product-detail-page .detail-box .QA-box .direction-bottom .btn:first-child {
		margin-bottom: 10px
	}

	.post-detail .detail-content .post-signature .register-box .col-md-6:last-child .item {
		height: 100%
	}

	.post-content-wrap table {
		display: block;
		width: 100%;
		min-height: .01%;
		overflow-x: auto;
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		height: auto !important
	}

		.post-content-wrap table td {
			padding: 5px
		}

	.document-page .document-box .detail-content {
		border: none
	}

	.about-page .content-box.content-style-3 .card .card-block {
		padding-top: 30px
	}

	.contact-page .content-box-title, .contact-page .cta {
		text-align: center
	}

	.contact-page .card {
		margin-top: 30px
	}

	.luckydraw-page .content .container {
		padding-top: 20px
	}

		.luckydraw-page .content .container h2.title {
			background-size: contain;
			margin-bottom: 20px
		}

		.luckydraw-page .content .container .full-product-box .col-md-4 .product-item .text {
			font-size: 1rem
		}

		.luckydraw-page .content .container .full-product-box .col-md-4 .product-item .meta .price b {
			font-size: 1.25rem
		}

		.luckydraw-page .content .container .full-product-box .col-xs-12 .product-item {
			margin-bottom: 30px
		}

		.luckydraw-page .content .container .full-product-box .col-2 {
			margin-bottom: 30px
		}

			.luckydraw-page .content .container .full-product-box .col-2 .product-item .text {
				font-size: 1rem
			}

		.luckydraw-page .content .container .draw {
			margin: 30px 0
		}

			.luckydraw-page .content .container .draw .wheel {
				height: calc(100vw - 30px)
			}

				.luckydraw-page .content .container .draw .wheel .btn-start {
					width: 140px;
					height: 140px;
					margin-left: -70px;
					margin-top: -70px;
					background-size: contain
				}

					.luckydraw-page .content .container .draw .wheel .btn-start span {
						line-height: 140px
					}

				.luckydraw-page .content .container .draw .wheel .gra {
					right: -15px;
					width: 100%;
					background-size: contain
				}

		.luckydraw-page .content .container .list-user ul {
			height: 400px
		}

	.sc-product-box .item .product-img {
		position: relative;
		display: block;
		width: 100%
	}

		.sc-product-box .item .product-img img {
			position: absolute;
			top: 50%;
			width: 100%;
			transform: translateY(25%);
			z-index: 10
		}

	.sc-product-box.sc3-product-box .item .product-title h6, .sc-product-box.sc2-product-box .product-title h6 {
		margin-top: 15px;
		font-size: 1.25rem !important
	}

	.sc-product-box.sc3-product-box .item .product-title .product-pricing span, .sc-product-box.sc2-product-box .product-title .product-pricing span {
		display: inline-block;
		margin-right: 5px
	}

	.sc-product-box.sc3-product-box .col-md-4:nth-child(2) .item {
		border: 1px solid #ddd;
		border-top: none;
		border-bottom: none
	}

	.sc-product-box.sc2-product-box .col-md-6:nth-child(2) .item {
		border: 1px solid #ddd;
		border-top: none
	}

	.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 {
		margin-bottom: 10px
	}

		.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item {
			padding-bottom: 0 !important
		}

			.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-title {
				padding-top: 0 !important
			}

			.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .btn-primary {
				margin-bottom: 0
			}

			.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-pricing span, .mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-pricing b {
				display: inline !important
			}

	footer .foot-content .main-foot .col-xs-12 {
		margin-bottom: 15px
	}

	footer .foot-content .main-foot .title {
		font-weight: 700;
		text-transform: uppercase
	}

	footer .foot-content .main-foot .nav .nav-item .nav-link {
		margin-bottom: 5px
	}

	footer .bottom-function {
		bottom: 80px
	}
}

@media (max-width:543px) {
	.post-content-wrap iframe {
		width: 100% !important;
		height: 215px !important
	}

	.title_main h2 {
		font-size: 18px
	}

	.columns-4, .columns-5, .columns-6 {
		grid-template-columns: repeat(2,1fr);
		grid-gap: 15px
	}

	.columns-3, .columns-2 {
		grid-template-columns: repeat(1,1fr);
		grid-gap: 15px
	}

	.box_frames {
		padding: 25px 15px
	}

	.commit_home .list_commit .item_commit h3 {
		font-size: 16px
	}

	.commit_home .video_commit .item_vd a img {
		height: 238px;
	}

	.commit_home .list_commit .item_commit .img {
		width: 120px;
		height: 120px
	}

		.commit_home .list_commit .item_commit .img img {
			width: 120px;
			height: 120px
		}

	.hidden-xs {
		display: none !important
	}

	.slogan-top {
		font-size: 14px
	}

	.main-head {
		padding-bottom: 10px
	}

	.product-item .product-img img {
		height: 215px;
	}

	.logo_header img {
		display: block;
		margin: 0 auto;
		/* max-width: 17%; */
	}

	header .main-head .main-nav .navbar-nav .nav-item .dropdown-menu {
		display: block;
		position: relative;
		width: 100%;
		float: none;
		top: 0;
		margin: 0;
		padding: 0
	}

	header .main-head .main-nav .navbar-nav .menu-item-has-children .dropdown-menu > li > a {
		font-size: 12px;
		padding: 5px 20px
	}

	.row {
		margin-left: -10px;
		margin-right: -10px
	}

	.container, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
		padding-right: 10px;
		padding-left: 10px
	}

	.container {
		max-width: none
	}

	.product-item {
		margin-bottom: 20px
	}

		.product-item .meta .text {
			font-size: 1rem;
			padding: 0 5px
		}

		.product-item .meta .price {
			bottom: 45px
		}

		.product-item .btn-success {
			padding: .25rem .5rem;
			font-size: .875rem
		}

	.ig_container .ig_headline {
		padding-bottom: 0 !important;
		font-size: 1.625rem !important
	}

		.ig_container .ig_headline span {
			display: block !important;
			font-style: 1.5rem !important
		}

	.ig_container .ig_content .ig_message {
		padding: 10px !important
	}

	.ig_container .ig_content .carousel {
		margin-bottom: 0
	}

		.ig_container .ig_content .carousel .carousel-indicators {
			display: none
		}

		.ig_container .ig_content .carousel .carousel-control .ty {
			font-size: 1.625rem;
			top: calc(50% - 13px)
		}

	.tab-box {
		padding-top: 10px
	}

		.tab-box .tab {
			overflow: auto;
			width: 100%
		}

			.tab-box .tab .nav-tabs .nav-link {
				padding: 5px 10px;
				text-transform: none
			}

		.tab-box .tab-pane {
			padding: 15px !important
		}

	header {
		top: 0;
		z-index: 999;
		width: 100%
	}

		header .top-head .nav-top {
			text-align: center
		}

		header .main-head {
			overflow: hidden;
			padding: 0;
			position: relative
		}

			header .main-head .logo h1, header .main-head .logo h2, header .main-head .logo h3, header .main-head .logo h4, header .main-head .logo h5 {
				margin: 10px 0
			}

				header .main-head .logo h1 a, header .main-head .logo h2 a, header .main-head .logo h3 a, header .main-head .logo h4 a, header .main-head .logo h5 a {
					background-position: top center;
					height: 60px
				}

			header .main-head .main-values {
				margin: 0;
				padding: 0
			}

				header .main-head .main-values li {
					width: 32.33%
				}

					header .main-head .main-values li:nth-child(-n+3) .ty {
						margin-right: 5px;
						font-size: 2.5em
					}

					header .main-head .main-values li:nth-child(-n+3) small {
						margin-top: 0
					}

					header .main-head .main-values li.wrap-shoping-cart {
						position: absolute;
						top: -70px;
						z-index: 999;
						right: 20px
					}

	.slider_product .owl-nav .owl-prev {
		left: 0
	}

	.slider_product .owl-nav .owl-next {
		right: -5px
	}

	.single-client-test {
		height: auto
	}

	header .main-head .navbar-toggler {
		background-color: #6fb943;
		border-radius: 6px;
		border: 1px solid #6eb943;
		position: absolute;
		left: 15px;
		top: 22px;
		z-index: 999;
		color: #fff;
		width: 44px
	}

		header .main-head .navbar-toggler span:last-child {
			display: none
		}

		header .main-head .navbar-toggler.collapsed span:first-child {
			display: none
		}

		header .main-head .navbar-toggler.collapsed span:last-child {
			display: inline
		}

	header .main-head .main-nav {
		float: none;
		border: none;
		padding: 0
	}

		header .main-head .main-nav .navbar-toggleable-sm .navbar-nav {
			background-color: #fafafa;
			border-top: 1px solid #ddd;
			border-radius: 6px;
			overflow: hidden;
			margin: 0 0 10px
		}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item {
			margin: 0;
			line-height: 28px;
			overflow: hidden;
			border-bottom: 1px solid #ddd;
			position: relative
		}

		header .main-head .main-nav .navbar-nav .nav-item.socials {
			width: 100%;
			text-align: center;
			border-bottom: none;
			padding: 5px
		}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-toggle:after {
			display: none
		}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-arrow {
			position: absolute;
			width: 44px;
			height: 38px;
			line-height: 38px;
			display: inline-block;
			text-align: center;
			top: 0;
			right: 0;
			z-index: 99
		}

			header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-arrow .ty {
				margin-right: 0
			}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item.active {
			background-color: #d8b604
		}

			header .main-head .main-nav .navbar-toggleable-sm .nav-item.active .nav-link {
				color: #d8b604
			}

				header .main-head .main-nav .navbar-toggleable-sm .nav-item.active .nav-link:before {
					bottom: -3px
				}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item .nav-link, header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-item {
			color: #4c4c4c;
			padding: 5px 20px;
			width: 100%
		}

			header .main-head .main-nav .navbar-toggleable-sm .nav-item .nav-link:hover, header .main-head .main-nav .navbar-toggleable-sm .nav-item .dropdown-item:hover {
				color: #d8b604
			}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item.open > .dropdown-menu {
			background-color: #f2f2f2;
			border-color: #ddd;
			border-left: none;
			border-radius: 0;
			border-right: none;
			border-bottom: none;
			position: relative;
			margin: 0;
			width: 100%
		}

			header .main-head .main-nav .navbar-toggleable-sm .nav-item.open > .dropdown-menu:before {
				border-bottom: 5px solid #ddd;
				border-left: 5px solid transparent;
				border-right: 5px solid transparent;
				content: "";
				height: 0;
				left: 60px;
				position: absolute;
				top: -5px;
				width: 0;
				z-index: 999
			}

		header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child {
			width: 100%
		}

			header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .form-control {
				background-color: #f2f2f2;
				border: 1px solid #ddd
			}

				header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .form-control::placeholder {
					color: #999;
					opacity: .7
				}

			header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .btn-link {
				color: #4c4c4c
			}

				header .main-head .main-nav .navbar-toggleable-sm .nav-item:last-child .search-form .btn-link:hover {
					color: #d8b604
				}

	header.simple-header .top-head {
		height: 26px;
		line-height: 26px
	}

	header.simple-header .main-head .logo h1 a, header.simple-header .main-head .logo h2 a, header.simple-header .main-head .logo h3 a, header.simple-header .main-head .logo h4 a, header.simple-header .main-head .logo h5 a {
		height: 40px
	}

	body.mobile-menu-sticky {
		overflow: hidden
	}

		body.mobile-menu-sticky .main-nav {
			overflow: scroll
		}

	.owl-carousel .owl-prev {
		left: 0 !important;
	}

	.owl-carousel .owl-next {
		right: -10px !important;
	}

	.content-box.client-box .order-box .form_buy {
		padding: 15px 10px
	}

	.partners_home .title {
		font-size: 18px
	}

	.main-values {
		overflow: hidden;
		margin-top: 15px
	}

		.main-values ul {
			background-color: #d8b604;
			border: 1px solid #ddd;
			border-radius: 6px;
			overflow: hidden;
			margin-bottom: 0
		}

		.main-values li {
			display: block;
			font-size: 13px;
			color: #f2f2f2;
			width: 100%;
			overflow: hidden;
			padding: 10px 15px
		}

			.main-values li:nth-last-child(2) {
				border-top: 1px solid #8a082f;
				border-bottom: 1px solid #8a082f
			}

			.main-values li .ty {
				display: block;
				float: left;
				margin-right: 15px
			}

			.main-values li small {
				display: block;
				color: #f2f2f2;
				margin-top: 5px
			}

			.main-values li span {
				color: #fff
			}

	.sidebar .promo-banner img {
		width: 100%
	}

	.sidebar .sidebar-box .post-item .meta {
		margin-bottom: 0;
		padding-top: 10px
	}

	.post-category-page .main-content .post-item {
		margin-bottom: 15px;
		padding: 0
	}

		.post-category-page .main-content .post-item h3 a {
			font-size: 1.25rem
		}

	.post-detail .detail-content {
		padding: 0 10px
	}

		.post-detail .detail-content .post-title {
			font-size: 1.45rem;
			margin-top: 15px
		}

		.post-detail .detail-content > .meta {
			display: none
		}

		.post-detail .detail-content .post-content-wrap .post-content {
			font-size: 1.125rem;
			line-height: 1.55
		}

			.post-detail .detail-content .post-content-wrap .post-content .post-item .meta a.text {
				margin-top: 0
			}

			.post-detail .detail-content .post-content-wrap .post-content .post-item .meta small {
				display: none
			}

			.post-detail .detail-content .post-content-wrap .post-content .cta-wrapper {
				padding: 0 10px
			}

		.post-detail .detail-content .post-signature .register-box .col-md-6 .item p, .post-detail .detail-content .post-signature .register-box .col-md-6 .item .btn {
			margin-bottom: 15px
		}

		.post-detail .detail-content .related-articles ul {
			padding-left: 25px
		}

	.content-box-title {
		font-size: 1.375rem;
		margin-bottom: 20px;
		overflow: hidden
	}

		.content-box-title .read-all {
			font-size: .8125rem;
			line-height: 26px
		}

	.post-content-wrap table {
		display: block;
		width: 100%;
		min-height: .01%;
		overflow-x: auto;
		width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		height: auto !important
	}

		.post-content-wrap table td {
			padding: 5px
		}

	.content #carousel-main .carousel-indicators {
		display: none
	}

	.content .content-box {
		padding: 20px 0;
		padding-bottom: 0 !important;
	}

		.content .content-box .content-box-heading {
			overflow: hidden;
			margin-bottom: 10px
		}

			.content .content-box .content-box-heading .container .row .col-xs-3 {
				display: none
			}

			.content .content-box .content-box-heading .container .row .col-xs-8 {
				width: 100%;
				max-width: 100%;
				flex: 100%
			}

	.home-page .content-box-heading {
		height: auto
	}

		.home-page .content-box-heading .text {
			text-align: center
		}

	.content .content-box .content-box-heading p {
		font-size: 16px;
		margin: -10px 0 10px
	}

	.content .content-box.cate-product-box .content-box-title {
		text-align: center
	}

		.content .content-box.cate-product-box .content-box-title .tabs {
			margin: 10px 0;
			width: 100%
		}

	.content .content-box.content-box.content-style-18 .item {
		border-bottom: 1px solid #ddd;
		padding-top: 15px;
		margin-bottom: 15px
	}

		.content .content-box.content-box.content-style-18 .item:before, .content .content-box.content-box.content-style-18 .item:after {
			display: none
		}

		.content .content-box.content-box.content-style-18 .item:last-child {
			border: none
		}

	.content .content-box.client-box .content-box-heading {
		padding: 30px 0
	}

		.content .content-box.client-box .content-box-heading .content-box-title {
			margin-bottom: 0
		}

	.content .content-box.partnership-box .col-xs-4:nth-child(-n+3) .img-fluid, .content .content-box.partnership-box .col-xs-4:nth-child(-n+3) .carousel-inner > .carousel-item > img, .content .content-box.partnership-box .col-xs-4:nth-child(-n+3) .carousel-inner > .carousel-item > a > img, .content .content-box.partnership-box .col-xs-6:nth-child(-n+2) .img-fluid, .content .content-box.partnership-box .col-xs-6:nth-child(-n+2) .carousel-inner > .carousel-item > img, .content .content-box.partnership-box .col-xs-6:nth-child(-n+2) .carousel-inner > .carousel-item > a > img {
		margin-bottom: 15px
	}

	.home-page .main-slider .carousel-indicators {
		display: none
	}

	.home-page .content-box.content-style-3 .card .card-block {
		padding: 50px 15px
	}

		.home-page .content-box.content-style-3 .card .card-block .content-box-heading .content-box-title {
			margin-bottom: 0
		}

	.home-page .content-box.blog-box .post-box .post-item {
		overflow: hidden;
		padding-bottom: 15px
	}

		.home-page .content-box.blog-box .post-box .post-item .post-img {
			width: 30%;
			margin-right: 15px;
			float: left
		}

	.home-page .content-box.client-box .order-box {
		margin-top: 20px
	}

		.home-page .content-box.client-box .order-box .title {
			font-size: 1.125rem
		}

	.home-page .content-box.client-box .testimonial-box {
		padding-top: 10px
	}

	.home-page .product-item, .product-category-page .product-item {
		height: calc(100% - 20px);
		width: 100%
	}

	.product-detail-page .detail-box {
		padding: 0
	}

		.product-detail-page .detail-box .product-info {
			padding-top: 0
		}

	.iconic-woothumbs-all-images-wrap {
		margin-bottom: 0
	}

	.product-detail-page .detail-box .product-info .product-title {
		text-align: left;
		font-size: 20px
	}

	.product-detail-page .detail-box .product-info-detail .tabs {
		margin: 0;
		padding-left: 0
	}

		.product-detail-page .detail-box .product-info-detail .tabs .nav-item .nav-link {
			font-size: .875rem
		}

	.product-detail-page .sidebar .sidebar-box {
		margin-bottom: 0
	}

		.product-detail-page .sidebar .sidebar-box .col-xs-6 {
			flex: 0 0 100%;
			max-width: 100%
		}

		.product-detail-page .sidebar .sidebar-box .product-item .text {
			font-size: .875rem
		}

	.product-detail-page .detail-box .QA-box .direction-bottom .btn:first-child {
		margin-bottom: 10px
	}

	.document-page .document-box .detail-content {
		border: none;
		padding-bottom: 20px
	}

	.product-category-page .content-box-title {
		text-align: center
	}

	.product-category-page .dropdown {
		margin: 10px auto 30px;
		display: none;
		width: 60%
	}

		.product-category-page .dropdown .btn {
			width: 100%
		}

		.product-category-page .dropdown .dropdown-menu .dropdown-item {
			padding: 5px 20px
		}

	.about-page ul > li {
		font-size: .875rem
	}

	.about-page .content-box.content-style-3 .card .card-block {
		padding-top: 30px
	}

		.about-page .content-box.content-style-3 .card .card-block p em {
			color: #4c4c4c;
			text-shadow: none
		}

	.faq-page .accordion .card .card-header a {
		font-size: 1rem;
		padding: 0 30px 0 20px;
		position: relative
	}

		.faq-page .accordion .card .card-header a .ty {
			position: absolute;
			top: 0
		}

		.faq-page .accordion .card .card-header a .ty-question {
			left: 0
		}

		.faq-page .accordion .card .card-header a .ty-plus, .faq-page .accordion .card .card-header a .ty-circle-minus {
			right: 0
		}

	.modal .modal-header {
		padding: 10px
	}

		.modal .modal-header .modal-title {
			font-size: 1rem
		}

	.modal .modal-body {
		padding: 10px
	}

	.funnel-success {
		overflow: hidden
	}

		.funnel-success .embeded-box {
			background: 0 0;
			overflow: hidden
		}

			.funnel-success .embeded-box iframe {
				width: calc(100% - 30px) !important
			}

		.funnel-success .main-slide {
			padding: 10px 0;
			margin-bottom: -35px
		}

			.funnel-success .main-slide h2 {
				font-size: 1.375rem
			}

		.funnel-success .values-box {
			padding-top: 10px
		}

		.funnel-success .funnel-title {
			margin-bottom: 30px
		}

			.funnel-success .funnel-title small > span {
				font-size: .9375rem
			}

			.funnel-success .funnel-title > span {
				font-size: caRem(22px)
			}

	.formcraft-css .fc-form .form-element.form-element-field18 {
		display: none
	}

	.cart-page .main-head {
		display: none
	}

	.cart-page .content {
		padding: 20px 0 !important
	}

	.cart-page #order .cart-view .product-img, .cart-page #orderSuccess .cart-view .product-img {
		width: 250px;
		margin: 0 auto
	}

	.cart-page #order .cart-view .prd-price .old-price, .cart-page #orderSuccess .cart-view .prd-price .old-price {
		margin-bottom: 5px;
		display: inline-block
	}

	.cart-page #order .cart-view .prd-quanlity, .cart-page #orderSuccess .cart-view .prd-quanlity {
		width: 80px
	}

		.cart-page #order .cart-view .prd-quanlity label, .cart-page #orderSuccess .cart-view .prd-quanlity label {
			padding-top: 0
		}

		.cart-page #order .cart-view .prd-quanlity .form-control, .cart-page #orderSuccess .cart-view .prd-quanlity .form-control {
			width: 60px
		}

	.contact-page .content-box-title, .contact-page .cta {
		text-align: center
	}

	.contact-page .card {
		margin-top: 30px
	}

	.luckydraw-page .content {
		padding-top: 250px;
		background-size: 180%
	}

	.luckydraw-page .container h2.title {
		background-size: contain;
		margin-bottom: 0;
		height: 250px;
		top: 20px;
		left: 10px;
		width: calc(100% - 20px)
	}

	.luckydraw-page .container .full-product-box .col-md-4 .product-item .text {
		font-size: 1rem
	}

	.luckydraw-page .container .full-product-box .col-md-4 .product-item .meta .price b {
		font-size: 1.25rem
	}

	.luckydraw-page .container .full-product-box .col-xs-12 .product-item {
		margin-bottom: 20px
	}

	.luckydraw-page .container .full-product-box .col-2 {
		margin-bottom: 20px
	}

		.luckydraw-page .container .full-product-box .col-2 .product-item .text {
			font-size: 1rem
		}

	.luckydraw-page .container .draw {
		margin: 30px 0 0;
		overflow: hidden
	}

		.luckydraw-page .container .draw .wheel {
			margin-top: 30px;
			height: calc(100vw - 20px)
		}

			.luckydraw-page .container .draw .wheel .btn-start {
				width: 140px;
				height: 140px;
				margin-left: -70px;
				margin-top: -70px;
				background-size: contain
			}

				.luckydraw-page .container .draw .wheel .btn-start span {
					line-height: 140px
				}

			.luckydraw-page .container .draw .wheel .gra {
				right: -15px;
				width: 100%;
				background-size: contain
			}

			.luckydraw-page .container .draw .wheel > .pulse {
				background-size: contain;
				width: 80px;
				height: 80px
			}

				.luckydraw-page .container .draw .wheel > .pulse.pulse-hor {
					left: -30px;
					top: calc(50% - 40px)
				}

				.luckydraw-page .container .draw .wheel > .pulse.pulse-ver {
					left: calc(50% - 40px);
					margin-top: -30px
				}

	.luckydraw-page .container .list-user ul {
		height: 400px
	}

	.sc-product-box .item h6 {
		margin-top: 0 !important
	}

	.sc-product-box .hotline {
		font-size: .875rem
	}

	.sc-product-box.sc3-product-box .item .product-title h6, .sc-product-box.sc2-product-box .product-title h6 {
		margin-top: 15px;
		font-size: 1.25rem !important
	}

	.sc-product-box.sc3-product-box .item .product-title .product-pricing span, .sc-product-box.sc2-product-box .product-title .product-pricing span {
		display: inline-block;
		margin-right: 5px
	}

	.sc-product-box.sc3-product-box .col-md-4:nth-child(2) .item {
		border: 1px solid #ddd;
		border-top: none;
		border-bottom: none
	}

	.sc-product-box.sc2-product-box .col-md-6:nth-child(2) .item {
		border: 1px solid #ddd;
		border-top: none
	}

	.sc-product-box.sc1-product-box .item {
		background-color: #fffae9
	}

		.sc-product-box.sc1-product-box .item img {
			mix-blend-mode: multiply
		}

		.sc-product-box.sc1-product-box .item .col-xs-12:nth-child(2):before {
			display: none
		}

	._30ss {
		display: none
	}

	.mobile-cta .content-box-heading {
		margin-bottom: 0
	}

		.mobile-cta .content-box-heading .content-box-title {
			margin-bottom: 0;
			padding: 30px 0 10px
		}

	.mobile-cta .content-box.sc3-product-box {
		padding: 0 0 30px !important
	}

		.mobile-cta .content-box.sc3-product-box .container {
			overflow: scroll;
			padding-bottom: 15px !important
		}

			.mobile-cta .content-box.sc3-product-box .container > .row {
				width: 470px
			}

				.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 {
					width: 150px;
					margin-right: 10px
				}

					.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item {
						height: auto !important;
						margin: 0 !important;
						box-shadow: none;
						border-radius: 4px;
						padding-bottom: 5px;
						border: 1px solid #ddd !important
					}

						.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .left-badge {
							font-size: .6875rem;
							top: 13px;
							right: -63px
						}

						.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-title {
							padding-top: 10px
						}

							.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-title h6 {
								font-size: .875rem !important;
								font-weight: 400;
								margin-bottom: 15px
							}

						.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-pricing span {
							font-size: .8125rem;
							display: block
						}

						.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item .product-pricing b {
							display: block;
							font-size: 1rem
						}

						.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul {
							overflow: hidden;
							width: 100%
						}

							.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li {
								display: none;
								padding: 0 !important;
								line-height: 1.2
							}

								.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li:first-child {
									display: block;
									width: 100%
								}

								.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li b {
									font-size: .75rem;
									font-weight: 400;
									left: 1.2px
								}

								.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item ul li .ty {
									display: none
								}

						.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item p {
							display: none
						}

							.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item p.text-center {
								display: block
							}

								.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4 .item p.text-center .btn-primary {
									padding: .25rem .75rem;
									font-size: .875rem
								}

					.mobile-cta .content-box.sc3-product-box .container > .row .col-md-4:last-child {
						margin-right: 0
					}

	.ekko-lightbox .modal-dialog .modal-header .modal-title {
		font-size: .875rem
	}

	footer .foot-content .main-foot .col-xs-12 {
		margin-bottom: 15px
	}

	footer .foot-content .main-foot .title {
		font-weight: 700;
		text-transform: uppercase
	}

	footer .bottom-function {
		bottom: 100px
	}

		footer .bottom-function #messenger {
			display: none
		}

			footer .bottom-function #messenger .ty-facebook-messenger {
				font-size: 2.8125rem
			}

	header .main-head {
		padding-top: 0 !important;
		background-image: none
	}

		header .main-head .logo h1 a:before, header .main-head .logo h2 a:before, header .main-head .logo h3 a:before, header .main-head .logo h4 a:before, header .main-head .logo h5 a:before {
			display: none
		}

	.product_cat-to-yen .product-item:before {
		width: 50px
	}

	.post-item .img {
		margin-bottom: 10px
	}

		.post-item .img img {
			width: 100%
		}

	.post-item .info .capt {
		font-size: 16px
	}

	.post-item .info .desc {
		font-size: 14px
	}
}

@media (max-width:480px) {
	.ty-color {
		color: #fff
	}

	header .main-head .logo h1, header .main-head .logo h2, header .main-head .logo h3, header .main-head .logo h4, header .main-head .logo h5 {
		margin: 10px 0
	}

		header .main-head .logo h1 a, header .main-head .logo h2 a, header .main-head .logo h3 a, header .main-head .logo h4 a, header .main-head .logo h5 a {
			height: 50px
		}

	header .main-head .main-values li.wrap-shoping-cart .cart-count {
		left: 40px;
		top: 20px
	}

	.nf-page {
		padding: 0 15px
	}

		.nf-page h3 {
			font-size: 1.5rem
		}

	.product-item .meta .text {
		font-size: .9375rem
	}

	.content .content-box .content-box-title {
		font-size: 25px;
	}

		.content .content-box .content-box-title a {
			font-size: 25px;
		}

	.pagination .page-link {
		padding: .25em .5em
	}

	.luckydraw-page .content .container .title {
		font-size: 1.25rem
	}

	.luckydraw-page .content .container .draw .wheel .btn-start {
		width: 100px;
		height: 100px;
		margin-left: -50px;
		margin-top: -50px
	}

		.luckydraw-page .content .container .draw .wheel .btn-start span {
			line-height: 100px;
			font-size: 1rem
		}

	.luckydraw-page .content .container .draw .wheel .gra-2 {
		background-size: contain;
		width: 60px;
		height: 60px;
		margin-top: -40px;
		left: -25px
	}

	.fc-form-1 .form-page-content {
		padding-top: 100px !important
	}

		.fc-form-1 .form-page-content .form-element-html {
			padding-right: 1em !important;
			padding-bottom: 1em !important
		}

	.fc-form-1 .form-element .checkbox-cover > div {
		padding: 0 !important
	}

	.fc-form-1 .images-true img {
		display: none !important
	}

	.fc-form-1 .images-true > div label {
		width: 100% !important;
		text-align: left !important
	}
}

@media (max-width:415px) {
	.luckydraw-page .col-lg-5 .list-user ul li span.time {
		display: none
	}
}

@media (max-width:375px) {
	.cart-page .card .card-block .alert .ty {
		display: none
	}
}

@media (max-width:320px) {
	header .main-head .logo h1 a, header .main-head .logo h2 a, header .main-head .logo h3 a, header .main-head .logo h4 a, header .main-head .logo h5 a {
		height: 45px
	}

	header .main-head .navbar-toggler {
		padding: 4px 8px;
		right: 10px;
		width: 36px
	}

	header .main-head .main-values li.wrap-shoping-cart {
		top: -60px;
		left: 10px
	}

		header .main-head .main-values li.wrap-shoping-cart .ty {
			font-size: 2.5em
		}

		header .main-head .main-values li.wrap-shoping-cart .cart-count {
			left: 30px;
			top: 10px
		}

	.main-foot .fb-page {
		width: 100% !important
	}

		.main-foot .fb-page > span {
			width: 100% !important
		}

			.main-foot .fb-page > span > iframe {
				width: 100% !important
			}

	.breadcrumb {
		display: none
	}

	.sidebar .sidebar-box ul {
		padding-left: 15px
	}

	.post-category-page .main-content .post-item h3 a {
		font-size: 1.125rem
	}

	.post-category-page .main-content .post-item .meta {
		display: none
	}

	.post-category-page .main-content .post-item p {
		font-size: .875rem
	}

	.post-detail .detail-content .post-title {
		font-size: 1.375rem
	}

	.post-detail .detail-content .post-content-wrap .post-content h2, .post-detail .detail-content .post-content-wrap .post-content h3, .post-detail .detail-content .post-content-wrap .post-content h4, .post-detail .detail-content .post-content-wrap .post-content h5, .post-detail .detail-content .post-content-wrap .post-content h6 {
		font-size: 1rem
	}

	.content-box-title {
		margin-top: 10px
	}

		.content-box-title .read-all {
			font-size: .8125rem
		}

	.content p {
		font-size: .875rem
	}

	.nf-page {
		padding: 0 15px
	}

		.nf-page h3 {
			font-size: 1.25rem
		}

	.pagination .page-item:first-child, .pagination .page-item:last-child {
		display: none
	}

	.pagination .page-link {
		padding: .25em .5em
	}

	.product-detail-page .detail-box .product-info .product-cta .price b {
		font-size: 1.125rem
	}

	.product-detail-page .detail-box .product-info .product-cta .price span {
		font-size: .8125rem
	}

	.product-detail-page .detail-box .product-info-detail .tabs {
		padding-bottom: 10px
	}

		.product-detail-page .detail-box .product-info-detail .tabs .nav-item .nav-link {
			font-size: .8125rem
		}

	.product-detail-page .detail-box .product-info .product-cta .btn-primary {
		font-size: 1.125rem
	}

		.product-detail-page .detail-box .product-info .product-cta .btn-primary .ty {
			font-size: 1.625rem
		}

		.product-detail-page .detail-box .product-info .product-cta .btn-primary small {
			display: none
		}

		.product-detail-page .detail-box .product-info .product-cta .btn-primary span {
			display: inline-block;
			margin-top: 3px
		}

	.cart-page .card .content-box-title {
		font-size: 1rem
	}

	.content-box-title .read-all {
		display: none
	}

	.document-page .document-box {
		margin-top: 20px
	}

	.funnel-success .main-slide h2 {
		font-size: 1.25rem
	}

	.mobile-landing-navbar, .mobile-footer-navbar ul li a span, footer .bottom-function {
		display: none !important
	}
}

header .main-head .main-nav .navbar-nav .nav-item:last-child .search-form .btn-link {
	line-height: normal;
	border-width: 0;
	padding: 0
}

ul.post-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left
}

	ul.post-categories li {
		display: inline-block
	}

	ul.post-categories a:before, .breadcrumb span.breadcrumb-item:before {
		display: inline-block;
		padding-right: .5rem;
		padding-left: .5rem;
		color: #b3b3b3;
		content: "/"
	}

.breadcrumb span.current-item {
	color: #b3b3b3
}

.story-box a.left, .story-box a.right {
	display: none
}

.pagination .active, .wp-pagenavi span.current {
	background-color: #231f20;
	border-color: #231f20;
	color: #fff
}

.post-detail .detail-content .post-content-wrap .post-content img {
	display: block
}

.foot-content .signed-img {
	width: auto
}

div.wpcf7-response-output {
	margin: 2em 0 1em;
	padding: .2em 1em
}

div.wpcf7-validation-errors {
	background: #d8b604;
	color: #fff
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center
}

	.woocommerce ul.products li.product h3 {
		height: 50px;
		font-weight: 700
	}

	.woocommerce ul.products li.product .price {
		color: red;
		font-size: 1rem
	}

		.woocommerce ul.products li.product .price del {
			display: inline-block;
			color: #666;
			padding-right: 5px
		}

.modal#cartModal .modal-body .cart-content .product-item .meta .price {
	display: inline-block
}

.product-detail .detail-content .post-content-wrap .product-info .price span, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
	display: inline-block
}

.woocommerce div.product p.price, .woocommerce div.product del span {
	font-size: 14px
}

.woocommerce div.product p.price, .woocommerce div.product ins span {
	font-size: 18px
}

.woocommerce .quantity .qty {
	padding: 8px 0;
	border-radius: 4px;
	width: 70px;
	border: 1px solid rgba(0,0,0,.15)
}

.slg {
	display: none
}

.product-properties button {
	padding: 5px 30px
}

.fb_iframe_widget {
	vertical-align: top !important;
	line-height: normal
}

.woocommerce span.onsale {
	top: 0;
	left: 15px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0;
	margin: 50px 0 30px
}

	.woocommerce div.product .woocommerce-tabs ul.tabs li {
		padding: 0 30px 0 0
	}

		.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
			border-width: 0;
			background: 0 0
		}

			.woocommerce div.product .woocommerce-tabs ul.tabs li a {
				color: #818a91;
				font-weight: 400
			}

			.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
				font-weight: 700;
				color: #141414
			}

.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
	width: 22.05%
}

.woocommerce-result-count {
	display: none
}

.update_cart, input[name=apply_coupon] {
	padding: 8px 10px !important;
	background: #333 !important;
	color: #fff !important;
	text-transform: uppercase !important;
	border: 1px solid #333 !important;
	border-radius: 4px !important;
	font-weight: 400 !important
}

	.update_cart:hover, input[name=apply_coupon] {
		background: #000 !important
	}

.cart_totals h2, .cart_totals table {
	display: none
}

.cart_totals .wc-proceed-to-checkout {
	text-align: right
}

	.cart_totals .wc-proceed-to-checkout a.checkout-button {
		display: inline-block;
		background: #005aab;
		text-transform: uppercase;
		font-weight: 400
	}

		.cart_totals .wc-proceed-to-checkout a.checkout-button:hover {
			background: #003f78
		}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	padding: 10px;
	border: 1px solid #ddd
}

abbr {
	text-decoration: none !important
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #000;
	/* border-top: 1px solid #000; */
	padding: 10px;
	color: #f2f2f2
}

p.form-row {
	width: 100% !important;
	float: none !important
}

.form-billing .input-text {
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-radius: 0
}

.woocommerce form .form-row {
	margin-bottom: 10px
}

	.woocommerce form .form-row label {
		line-height: normal;
		font-weight: 400
	}

p.create-account {
	display: none
}

.woocommerce-billing-fields h3, h3#order_review_heading, .woocommerce-additional-fields h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	color: #333
}

#ship-to-different-address label.checkbox {
	display: inline-block;
	font-size: 14px
}

.woocommerce-checkout-review-order-table thead th {
	text-align: center
}

.woocommerce-checkout-review-order-table tbody .product-quantity {
	text-align: center
}

.woocommerce-checkout-review-order-table tbody .product-price, .woocommerce-checkout-review-order-table tbody .product-total, .woocommerce table.shop_table tfoot td {
	text-align: right;
	padding-right: 30px !important
}

.woocommerce table.shop_table tfoot th {
	text-transform: uppercase;
	font-weight: 400;
	text-align: right
}

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td {
	padding-top: 0;
	padding-bottom: 0
}

.woocommerce table.shop_table tfoot .cart-subtotal th, .woocommerce table.shop_table tfoot .cart-subtotal td, .woocommerce table.shop_table tfoot .cart-discount th, .woocommerce table.shop_table tfoot .cart-discount td, .woocommerce table.shop_table tfoot .shipping th, .woocommerce table.shop_table tfoot .shipping td, .woocommerce table.shop_table tfoot .order-total th, .woocommerce table.shop_table tfoot .order-total td {
	border-top: none
}

.woocommerce-checkout-review-order-table {
	border-radius: 0 !important
}

	.woocommerce-checkout-review-order-table th {
		border-bottom: 0 solid #ddd !important;
		border-top: 0 solid #ddd !important;
		padding: 5px !important
	}

	.woocommerce-checkout-review-order-table .update-cart {
		display: none
	}

.woocommerce-checkout #payment {
	background: 0 0
}

	.woocommerce-checkout #payment ul.payment_methods {
		padding: 0 !important;
		border-width: 0 !important
	}

.woocommerce-checkout-payment .place-order {
	padding: 0 !important
}

input[name=woocommerce_checkout_place_order] {
	background: #005aab !important;
	text-transform: uppercase
}

	input[name=woocommerce_checkout_place_order]:hover {
		background: #003f78 !important
	}

.woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .shipping th, .woocommerce-checkout-review-order-table .order-total th {
	padding: 0 !important
}

.woocommerce .woocommerce-ordering select {
	vertical-align: baseline
}

.woocommerce .woocommerce-ordering {
	position: absolute;
	right: 0;
	top: -45px;
	display: none
}

.category-description {
	position: relative
}

#orderModal .modal-body .cart-view .table td img, #orderSuccessModal .modal-body .cart-view .table td img {
	height: auto
}

#orderModal .modal-content .modal-body {
	position: relative
}

.cart-body .card-block {
	position: relative
}

	.cart-body .card-block .loading {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 10;
		padding-top: 10%;
		background: rgba(255,255,255,.7)
	}

.woocommerce-message {
	display: none
}

.btn_add_to_cart img, .btn_place_order img, .btn_place_order_muanhanh img {
	width: 16px;
	margin: -4px 0 0 4px
}

.btn_add_to_cart_single img {
	width: 16px
}

.product-detail-page .top-cta .cta-product-item {
	width: calc(100% - 165px)
}

.form-order .error {
	border-color: #d8b604
}

.coupon_message .coupon_check {
	margin: 10px 5px;
	color: red;
	font-size: 14px
}

	.coupon_message .coupon_check img {
		width: 22px
	}

footer .nav .actived {
	color: #3b5998 !important;
	font-weight: 700
}

.formcraft-css {
	text-align: center
}

footer .formcraft-css > a {
	display: none
}

.lazy-hidden, .entry img.lazy-hidden, img.thumbnail.lazy-hidden {
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%
}

figure.wp-block-image img.lazy-hidden {
	min-width: 150px
}

.star-img img {
	float: left;
	margin: 2px !important
}


ul.bankList {
    clear: both;
    height: 202px;
    width: 636px;
}

    ul.bankList li {
        list-style-position: outside;
        list-style-type: none;
        cursor: pointer;
        float: left;
        margin-right: 0;
        padding: 5px 2px;
        text-align: center;
        width: 90px;
    }

.list-content li {
    list-style: none outside none;
    margin: 0 0 10px;
}

    .list-content li .boxContent {
        display: none;
        width: 636px;
        border: 1px solid #cccccc;
        padding: 10px;
    }

    .list-content li.active .boxContent {
        display: block;
    }

    .list-content li .boxContent ul {
        height: 280px;
    }

i.VISA, i.MASTE, i.AMREX, i.JCB, i.VCB, i.TCB, i.MB, i.VIB, i.ICB, i.EXB, i.ACB, i.HDB, i.MSB, i.NVB, i.DAB, i.SHB, i.OJB, i.SEA, i.TPB, i.PGB, i.BIDV, i.AGB, i.SCB, i.VPB, i.VAB, i.GPB, i.SGB, i.NAB, i.BAB {
    width: 80px;
    height: 30px;
    display: block;
    background: url(https://www.nganluong.vn/webskins/skins/nganluong/checkout/version3/images/bank_logo.png) no-repeat;
}

i.MASTE {
    background-position: 0px -31px
}

i.AMREX {
    background-position: 0px -62px
}

i.JCB {
    background-position: 0px -93px;
}

i.VCB {
    background-position: 0px -124px;
}

i.TCB {
    background-position: 0px -155px;
}

i.MB {
    background-position: 0px -186px;
}

i.VIB {
    background-position: 0px -217px;
}

i.ICB {
    background-position: 0px -248px;
}

i.EXB {
    background-position: 0px -279px;
}

i.ACB {
    background-position: 0px -310px;
}

i.HDB {
    background-position: 0px -341px;
}

i.MSB {
    background-position: 0px -372px;
}

i.NVB {
    background-position: 0px -403px;
}

i.DAB {
    background-position: 0px -434px;
}

i.SHB {
    background-position: 0px -465px;
}

i.OJB {
    background-position: 0px -496px;
}

i.SEA {
    background-position: 0px -527px;
}

i.TPB {
    background-position: 0px -558px;
}

i.PGB {
    background-position: 0px -589px;
}

i.BIDV {
    background-position: 0px -620px;
}

i.AGB {
    background-position: 0px -651px;
}

i.SCB {
    background-position: 0px -682px;
}

i.VPB {
    background-position: 0px -713px;
}

i.VAB {
    background-position: 0px -744px;
}

i.GPB {
    background-position: 0px -775px;
}

i.SGB {
    background-position: 0px -806px;
}

i.NAB {
    background-position: 0px -837px;
}

i.BAB {
    background-position: 0px -868px;
}

ul.cardList li {
    cursor: pointer;
    float: left;
    margin-right: 0;
    padding: 5px 4px;
    text-align: center;
    width: 90px;
}
