div ul:last-child,
div p:last-child{
	margin-bottom:0px;
}
h1, h2, h3, h4, h5, h6{
    font-weight:bold;
    color: inherit;
    /* font-family:inherit; */
}
a{
    color:#000;
	text-decoration:none;
}
em {
    color: inherit;
}
strong+a,
span+a,
span+span,
strong+span,
i+span,
span+i{
    margin-left:5px;
}
.ti {
    font-size: 18px;
    vertical-align: text-bottom;
}
.image{
    position:relative;
	height:185px;
}
.image img{
    width:100%;
    height:100%;
    object-fit:scale-down;
    object-position:center center;
}
.image.cover img{
    object-fit:cover;
    border-radius:10px;
}
.browser{}
.browser .value{
    display: none;
}
.component {
    position: relative;
    transition: box-shadow 0.2s ease;
    /* box-shadow: 0 2px 2px rgb(0 0 0 / 15%); */

    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 1px -1px, rgba(0, 0, 0, 0.06) 0px 3px 5px -1px; */
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); */
    /* border: 1px solid #f1ece8; */
    /* box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05); */
    /* border-radius: 10px; */
}
/* .component:hover { */
    /* box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); */
/* } */
.component>div+div{
	margin-top:15px;
}
.component>.icon{
}
.component>.icon>i {
    font-size: 24px;
    vertical-align: inherit;
    line-height: inherit;
}
.component .body>h2+div,
.component .body>h3+div,
.component .body>div+div{
	margin-top:10px;
}
.component .image {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.component .image img{
    transition: transform 0.3s ease;
}
.component .image:hover img{
    transform: scale(1.1);
}
.component .name {
	margin:0px;
}
.component .name>*{
	font-weight:bold;
}
.component .meta .price{
	color: red;
}
.component .description>ol,
.component .description>ul{
    padding-left: 15px;
}
.component .meta .ocop{
}
.component .meta .ocop i {
    color: #FF9800;
    font-size: 14px;
    vertical-align: inherit;
}
.component .meta .ocop i.ti-star:before {
    content: "\f6a6";
}


.component.media-left {
	padding-left: 150px;
	height: 185px;
}
.component.media-left .image {
	width: 135px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.component.media-left>.body{
	margin-top:0px;
}
.component.media-background {
}
.component.media-background>.body{
	margin-top: 0px;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #0000001a;
	padding: 15px;
	border-radius: 5px;
}
.component.feedback .star i{
	color: #FF9800;
	font-size: 14px;
}
.component.feedback .author{
	margin-top: 10px;
}
.component.feedback .author .image{
	width: 68px;
	height: 68px;
	margin-right: 10px;
    border-radius: 50%;
}
.component.feedback .author .image img{
	border-radius: 50%;
}
.component.feedback .author .information{
}
.component.feedback .author .information span{
	/* color: #6a8181; */
}

@media (max-width:767px){
	.component.image{
		height:170px;
	}
	.component .name>* {
		font-size: inherit;
		line-height: inherit;
	}
	.component.media-left {
		padding-left: 110px;
		height: 125px;
	}
	.component.media-left .image {
		width: 100px;
		height: 125px;
	}
	.component.feedback .author .image{
		width: 60px;
		height: 60px;
	}
}
.tool .uk-list{
    margin:0px;
    white-space:nowrap;
}
.tool .uk-list>li{
    display:inline-block;
    color:#FFF;
}
.tool .uk-list>li>a{
    border-radius:5px;
    display:inline-block;
    height:25px;
    line-height:25px;
}
.tool .uk-list>li>a>i{
    vertical-align: text-top;
}
.tool.right .uk-list>li{
	margin-left:5px;
}
.tool.right .uk-list>li:first-child{
	margin-left:0px;
}
.accordion .uk-accordion-title {
    position: relative;
    border-radius: 10px;
    border: none;
    background-color: #eff4ff;
    padding: 10px 15px;
    font-size: inherit;
}
.accordion .uk-accordion-title:after {
    position: absolute;
    content: "\ea61";
    font-family: "tabler-icons";
    font-size: 18px;
    right: 15px;
    top: 10px;
    font-weight: normal;
}
.accordion .uk-accordion-title.uk-active:after{
    content:"\ea5f";
}
.accordion .uk-accordion-content{
    padding:0 15px 15px 15px;
}
@media (max-width:767px){
	.accordion .uk-accordion-title {
		padding: 10px 30px 10px 15px;
	}
	.accordion .uk-accordion-title:after {
		top: 10px;
	}
}
.social>.uk-list{
    margin:0px;
}
.social>.uk-list>li{
    display:inline-block;
    margin-right:2px;
    margin-top:0px;
}
.social>.uk-list>li>a{
	border:1px solid #9e9e9e;
    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    text-align:center;
    border-radius:50%;
}
.social>.uk-list>li>a>i{}
.uk-form input,
.uk-form textarea {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #9e9e9e !important;
}
.uk-form input[type="checkbox"],
.uk-form input[type="checkbox"], .uk-form input[type="radio"] {
    height: 15px;
    width: 15px;
    border: 1px solid #9e9e9e;
    overflow: visible;
    background-color: #FFF;
    margin-right: 2px;
}
.uk-form input[type="radio"]:checked:before {
    background: #000;
    margin: 3px auto 0px auto;
}
.uk-form input[type="checkbox"] {
    border-radius: 5px;
}
.uk-form input[type="checkbox"]:checked:before,
.uk-form input[type="checkbox"]:indeterminate:before {
    font-size: 20px;
    line-height: 12px;
    font-weight: bold;
    color: #000;
    content: "\ea5e";
    font-family: "tabler-icons";
}

.uk-form input[type="checkbox"],
.uk-form input[type="radio"]{
    border:1px solid #9e9e9e;
    height:16px;
    width:16px;
}
.uk-form input[type="radio"]:checked:before{
    margin:3px auto 0px auto;
    background-color:#052542;
}
.uk-form .uk-button {
    background-image: none;
    text-shadow: none;
    line-height: 35px;
    min-height: 35px;
}
.uk-form .extend{
    position: relative;
}
.uk-form .extend .uk-button{
    line-height: 29px;
    min-height: 29px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: none;
    background-color: transparent;
    border: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 0px 8px;
}
.uk-form .extend input{
    border: 1px solid #000;
    border-radius: 10px;
    color: #000;
    padding: 0px 85px 0px 10px;
}
.uk-navbar{
    background-image:none;
    border-radius:0px;
    border:none;
    color:#000;
    background-color:transparent;
}
.uk-navbar-nav>li>a{
    /* font-family:inherit; */
    text-shadow:none;
    color:#000;
    margin:0px;
    padding:0px 10px;
    border:none;
    height:35px;
    line-height:35px;
    line-height:35px;
    font-weight:bold;
    text-transform:uppercase;
}
.uk-navbar-nav>li>a>i{
	margin-left:5px;
}
.uk-navbar-nav>li.uk-active>a{
    box-shadow:none;
    background-color:transparent;
    border:none;
    color:#000;
}
.uk-navbar-nav>li.uk-open>a,
.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a:focus,
.uk-navbar-nav>li>a:active{
    box-shadow:none;
    border:none;
    background-color:transparent;
    color:#000;
    text-decoration:underline;
}
.uk-nav-navbar>li>a{
    color:#000;
}
.uk-nav-navbar>li>a:focus,
.uk-nav-navbar>li>a:hover{
    background-color:transparent;
    color:#000;
    text-decoration:underline;
    box-shadow:none;
    text-shadow:none;
}

.uk-offcanvas-bar {
    background-color: #FFF;
    width: 200px;
}
.uk-offcanvas-bar:after {
    background: none;
    box-shadow: none;
}
.uk-offcanvas-bar .navbar{
    padding: 15px 0px;
}
.uk-offcanvas-bar .navbar .uk-nav > li > a {
    padding: 5px 15px;
}
.uk-offcanvas-bar .navbar .uk-nav-side > li > a {
    color: #000000;
    font-weight: bold;
}
.uk-offcanvas-bar .navbar .uk-nav-parent-icon>.uk-parent>a:after{
    content:"\ea61";
    font-family:"tabler-icons";
    margin-right:-5px;
}
.uk-offcanvas-bar .navbar .uk-nav-parent-icon>.uk-parent.uk-open>a:after{
    content:"\ea5f";
}
.uk-offcanvas-bar .navbar .uk-nav-side ul a,
.uk-offcanvas-bar .navbar .uk-nav-side ul a:hover{
    color: #000000;
}
@media (max-width:767px){
	.uk-container {
		padding: 0 15px;
	}
}
.e-page>.uk-container>.wrapper{
    margin:25px 0px;
    padding:25px 25px;
    background-color:#FFF;
    border-radius:10px;
    border: 1px solid #f1ece8;
    box-shadow: 0 2px 2px rgb(0 0 0 / 15%);
}
@media (max-width:767px){
	/* .uk-container{ */
		/* padding: 0 15px; */
	/* } */
	.e-page>.uk-container{
		padding: 0px;
	}
	.e-page>.uk-container>.wrapper {
		margin: 0px;
		border-radius: 0px;
		padding: 0px;
		background-color: transparent;
		box-shadow: none;
	}
}
.e-breadcrumb+div>.wrapper{
    margin-top: 15px;
}
@media (max-width:767px){
	.e-breadcrumb>.wrapper{
		background-color: #eff4ff;
		/* margin: 0px -25px; */
		padding: 10px 15px;
	}
	.e-breadcrumb+div>.wrapper{
		margin-top: 0px;
	}
}
@media (max-width:767px){
	.uk-grid-medium {
		margin-left: -10px;
	}
	.uk-grid-medium>*{
		padding-left: 10px;
	}
}
.uk-modal-dialog > .uk-close:first-child {
    opacity: 1;
    float: none;
    position: absolute;
    right: 10px;
    top: 10px;
    margin: 0px;
    z-index: 999;
    background-color: #FFF;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 2px;
}
.uk-close:after {
    content: "\eb55";
    font-family: "tabler-icons";
    font-size: 18px;
}

.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-1>div:nth-child(n+2),
.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-2>div:nth-child(n+3),
.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-3>div:nth-child(n+4),
.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-4>div:nth-child(n+5),
.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-5>div:nth-child(n+6),
.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-6>div:nth-child(n+7),
.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-10>div:nth-child(n+11){
	margin-top:15px;
}
@media (max-width:767px){
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-1>div:nth-child(n+2),
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-2>div:nth-child(n+3),
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-3>div:nth-child(n+4),
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-4>div:nth-child(n+5),
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-5>div:nth-child(n+6),
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-6>div:nth-child(n+7),
	.grid>.wrapper>.uk-grid.uk-grid-width-medium-1-10>div:nth-child(n+11){
		margin-top:0px;
	}
	.grid>.wrapper>.uk-grid.uk-grid-width-1-1>div:nth-child(n+2),
	.grid>.wrapper>.uk-grid.uk-grid-width-1-2>div:nth-child(n+3),
	.grid>.wrapper>.uk-grid.uk-grid-width-1-3>div:nth-child(n+4),
	.grid>.wrapper>.uk-grid.uk-grid-width-1-4>div:nth-child(n+5){
		margin-top:10px;
	}
}
.nowrap{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid+div,
.panel+div{
    margin-top:25px;
}
@media (max-width:767px){
	.grid+div,
	.panel+div{
		margin-top:15px;
	}
}

div+.e-pagination{
    margin-top:25px;
	
}
@media (max-width:767px){
	div+.e-pagination {
		margin-top: 5px;
		background-color: #FFF;
		padding: 15px;
	}
}

/* .grid+.panel>.wrapper, */
/* .panel+.panel>.wrapper, */
/* .panel+.grid>.wrapper, */
/* .panel+.list>.wrapper, */
/* .panel+.form>.wrapper, */
/* .panel+.media>.wrapper, */
/* .panel+.accordion>.wrapper, */
/* .panel+.moreall>.wrapper, */
/* .panel+.group>.wrapper{ */
    /* margin-top:25px; */
/* } */
/* @media (max-width:767px){ */
	/* .grid+.panel>.wrapper, */
	/* .panel+.panel>.wrapper, */
	/* .panel+.grid>.wrapper, */
	/* .panel+.list>.wrapper, */
	/* .panel+.form>.wrapper, */
	/* .panel+.media>.wrapper, */
	/* .panel+.accordion>.wrapper, */
	/* .panel+.moreall>.wrapper, */
	/* .panel+.group>.wrapper{ */
		/* margin-top:15px; */
	/* } */
/* } */
.panel>.wrapper>div+div{
    margin-top:15px;
}
.panel>.wrapper>.name>* {
    margin: 0px;
    font-size: 32px;
    line-height: 38px;
}
@media (max-width:767px){
	.panel>.wrapper>.name>* {
		font-size: 24px;
		line-height: 30px;
	}
	/* .mt15-small{ */
		/* margin-top:15px; */
	/* } */
}
select {
	background-color: #FFF !important;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-repeat: no-repeat !important;
	background-position: right 5px center !important;
	padding: 0px 25px 0px 10px !important;
    width: 100%;
    border-radius: 5px;
    line-height: 35px;
    min-height: 35px;
    border: 1px solid #9e9e9e !important;
}

.e-modal .uk-modal-dialog-medium {
    width: 800px;
    margin: 25px auto;
}
.e-modal .header {
    font-weight: bold;
    font-size: 18px;
    border-left: 5px solid #000;
    padding-left: 10px;
    line-height: 100%;
}
.e-modal .tool .label{
    color: #FFF;
    background-color: #000000;
    border-radius: 25px;
    padding: 0px 5px;
    display: inline-block;
    cursor: pointer;
}
.e-modal .tool .label i{
	margin-right:5px;
}
.e-modal .grid {
    margin-top: 15px;
}
.e-modal .grid .image+.name {
    margin-top: 5px;
    font-size: 12px;
}
.e-modal .grid .image{
    position: relative;
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 5px;
    height: 85px;
}
.e-modal .grid .image .remove{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: #FFF;
    border-radius: 2px;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    padding: 0px 2px;
}
.e-modal .grid .image .remove i {
    font-size: 14px;
}
.e-modal .pagination {
    margin-top: 15px;
}
@media (max-width: 767px){
	.e-modal .image {
		height: 100px;
	}
}
.extend{
	position:relative;
    width:100%;
}
.extend.link {
    border: 1px solid #9e9e9e;
    border-radius: 5px;
    padding: 0px 5px 0px 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.extend.link a{}
.extend.link:hover a{
	text-decoration:underline;
}
.extend input[type=text]{
    width:100%;
    border:1px solid #9e9e9e;
    padding:0px 5px 0px 10px;
}
.extend .uk-button {
    border: none;
    background-image: none;
    background-color: #FFF;
    color: #000;
    text-shadow: none;
    position: absolute;
    top: 0px;
    padding: 0px;
    line-height: 28px;
    min-height: 28px;
}
.extend.left .uk-button{
    left:0px;
    width:35px;
}
.extend.left input[type=text]{
    width:100%;
    border:1px solid #9e9e9e;
    padding:0px 5px 0px 35px;
}
.extend.right .uk-button{
    right:0px;
    padding:0px 10px;
}
.extend.right .uk-button i{
	margin-right:5px;
}
.extend.right input[type=text]{
    width:100%;
    border:1px solid #9e9e9e;
    padding:0px 5px 0px 5px;
}


.e-breadcrumb+.e-auth>.wrapper{
	margin-top:25px;
}
.e-auth{}
.e-auth .uk-button {
    background-color: transparent;
    border: none;
    border-radius: 25px;
    width: 100%;
    box-shadow: none;
}
.e-auth .submit{
    background-color: #FF9800;
    border: 1px solid #000;
    color: #000;
}
.e-auth .link{
    border: 1px solid #000;
    color: #000;
}
.e-auth .required{
    color: red;
	margin-left:5px;
}
.e-auth .uk-form-row label a{
    text-decoration: underline;
}
.e-auth-cta{
}
.e-auth-cta .image{
    height: 385px;
}
@media (max-width:767px){
	.e-auth>.wrapper {
		margin-top: 0px !important;
		background-color: #FFF;
		padding: 15px;
	}
}

.mt15{
	margin-top:15px;
}
.mt10{
	margin-top:10px;
}
.mt5{
	margin-top:5px;
}
@media (max-width:767px){
	.mt15-small{
		margin-top:15px;
	}
	.mt10-small{
		margin-top:10px;
	}
	.mt5-small{
		margin-top:5px;
	}
}

.e-pagination .uk-pagination {
    text-align: left;
}
.e-pagination .uk-pagination > li > a,
.e-pagination .uk-pagination > li > span {
    padding: 5px 8px;
    border-radius: 5px;
}
.uk-grid-small {
    margin-left: -15px;
}
.uk-grid-small > * {
    padding-left: 15px;
}

@media (max-width:767px){
	.uk-grid-small {
		margin-left: -10px;
	}
	.uk-grid-small > * {
		padding-left: 10px;
	}
}

@media (max-width:767px){
	.uk-h1, h1 {
		font-size: 26px;
		line-height: 32px;
	}
}
.wrapper>.overlay>.uk-container>div+div{
    margin-top: 25px;
}
@media (max-width:767px){
	.wrapper>.overlay>.uk-container>div+div{
		margin-top: 15px;
	}
}
.e-hero>.wrapper,
.e-feature>.wrapper,
.e-footer>.wrapper{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.e-feature>.wrapper>.overlay{
	padding:50px 0px 50px 0px;
}
.e-feature .panel .description>h1,
.e-feature .panel .description>h2,
.e-feature .panel .description>h3{
    font-size: inherit;
    line-height: inherit;
}
.e-feature .panel .description>ol,
.e-feature .panel .description>ul{
    padding-left: 15px;
}
@media (max-width:767px){
	.e-feature>.wrapper>.overlay{
		padding:25px 0px 25px 0px;
	}
}
.e-article>.wrapper>.overlay{
	padding:50px 0px 50px 0px;
}
@media (max-width:767px){
	.e-article>.wrapper>.overlay{
		padding:25px 0px 25px 0px;
	}
}
.e-introduce>.wrapper>.overlay{
	padding:50px 0px 50px 0px;
}
@media (max-width:767px){
	.e-introduce>.wrapper>.overlay{
		padding:25px 0px 25px 0px;
	}
}
.moreall .uk-list{}
.moreall .uk-list>li+li {
    margin-left: 15px;
}
.moreall .uk-list>li {
    display: inline-block;
}
.moreall .uk-list>li>a {
    border: 1px solid #000;
    border-radius: 25px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    padding: 0px 15px;
    width: 100%;
}
blockquote {
    font-size: inherit;
    line-height: inherit;
}
blockquote>* {
    font-size: 14px;
    line-height: 20px;
}