.box-search>.form-inline>.form-group,
.box-search>.form-inline>.form-group>.input-group {
	width: 100%;
	position: relative;
}

.box-search {
	padding: 0;
	display: inline-block;
	margin-right: 15px;
}

.box-search>.form-inline {
	width: 100%;
    position: relative;
    float: left;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 34px;
    max-width: 600px;
    background: #fff;
    margin-top: 2px;
}

.box-search>.form-inline>.form-group>.input-group>.form-control {
	width: 100%;
	height: 32px;
	border: none;
	box-shadow: none;
}
.item-inline {
	display: inline;
}

.item-dropdown {
	padding: 8px 0;
}

.item-dropdown a {
	color: #222;
	font-size: 12px;
	white-space: nowrap;
	font-size: 13px;
}

.item-dropdown .dropdown-menu.menu-currency a {
	color: #333;
	font-size: 14px;
}

.item-dropdown .icon-flag:before {
	display: none;
}

.img-flag {
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.Foatleft {
	float: left;
}

.Foatright {
	float: right;
}

.btn-show {
	color: #333;
	padding: 10px 15px;
}

.btn-toggle {
	padding: 10px;
	color: #333;
}

.logo {
	display: inline-block;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.box-search {
		margin-bottom: 0;
		padding: 0 15px;
		text-align: center;
	}
	.box-search>.form-inline {
		float: none;
		margin: 0 auto 0;
	}
	.box-search-mobile .box-search {right: 15px !important;}
}

#header .logo {
    margin: 0 auto;
    display: block;
    /*text-align: center;*/
}
/*.header-logo {*/
/*	text-align: center;*/
/*}*/
.menu-vetical {
	padding: 10px 20px;
	background: #e01222;
	border: 0;
	position: relative;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	top: -1px;
}

.menu-vetical .nav_desktop {
	min-width: 240px;
	border-radius: 0;
	margin: 0;
	width: 100%;
	transition: all 350ms ease;
}

.menu-vetical .nav_desktop li {
	float: none;
}

.menu-vetical .nav_desktop li:hover>a {
	color: #e01222;
}

.menu-vetical .nav_desktop li:hover>.sub-menu-vetical {
	display: block;
}

.menu-vetical .nav_desktop li a {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-transform: none;
	position: relative;
}

.menu-vetical .nav_desktop li a:after {
	display: none;
}

.menu-vetical .nav_desktop li a:before {
	content: '';
	width: 1px;
	background: #fff;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	display: none;
}

.menu-vetical .nav_desktop li a .arow-right-sub-menu {
	display: block;
}

.menu-vetical .nav_desktop ul ul {
	transform: translateX(10px);
	transition: all 0.3s ease;
	top: 0;
	left: 100%;
	z-index: 99999;
}

.menu-vetical .main_menu_mega {
	width: calc(300% + 50px);
	margin: 0 -15px 0 0px;
	padding: 20px;
	max-width: 877px;
}

.menu-vetical .main_menu_mega>li {
	float: left;
}

.menu-vetical .main_menu_mega>li>ul a {
	border: none !important;
}

.menu-vetical .main_menu_mega>li>ul a:before {
	font-family: fontawesome;
	content: "\f105";
	position: absolute;
	left: 0;
	top: 10px;
	color: #666;
	display: block;
}

.menu-vetical .main_menu_mega>li>a {
	border: none !important;
	font-size: 14px;
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.menu-vetical .main_menu_mega>li>a:before {
	content: "";
	height: 0px;
	left: 10px;
	width: 20px;
	background: #e01222;
	display: block;
	bottom: 0;
	top: auto;
	position: absolute;
}

.menu-vetical .main_menu_mega ul {
	display: block;
	position: relative !important;
	left: 0 !important;
	opacity: 1 !important;
	border: none !important;
	box-shadow: none !important;
	transform: none !important;
}

.menu-vetical .nav_desktop ul.first-ul {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.27);
}

.menu-vetical .nav_desktop ul li:hover ul {
	transform: translateX(0px);
}

.menu-vetical .nav_desktop ul li:hover>ul {
	opacity: 1;
}

.menu-vetical .nav_desktop>ul>li:nth-child(2n) {
}

.menu-vetical .nav_desktop .list-sub-menu a {
	border-bottom: none;
	font-size: 12px;
	text-transform: uppercase;
	padding: 8px 12px;
	color: #1e1e1e;
}

.menu-vetical .nav_desktop .list-sub-menu a:hover {
	color: #ffba00;
}

.menu-vetical .dropdown-toggle {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 17px;
	line-height: 29px;
}

.menu-vetical .dropdown-toggle i {
	margin-right: 15px;
	font-size: 130%;
	color: #fff;
	vertical-align: text-bottom;
}

.nav-right .dropdown-menu {
	right: 0;
	left: inherit;
	border-radius: 0;
}

.nav-right .demo-icon {
	margin: 0;
}

.nav-right .demo-icon:before {
	margin: 0;
}

.nav-right .item-dropdown {
	margin: 0;
	padding: 0;
}

.btn-menu-main {
	float: left;
	font-size: 24px;
	color: #fff;
	line-height: 50px;
	width: 50px;
	text-align: center;
}

.menu-mobile {
	width: 90%;
	max-width: 400px;
	position: fixed;
	height: 100%;
	top: 0;
	left: -100%;
	overflow: auto;
	background: #fff;
	border-right: 1px solid #ddd;
	z-index: 10000;
	transition: 0.4s all ease;
}

.menu-mobile.open {
	left: 0;
}

.btn-close {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	color: #fff;
}

.back-drop {
	background: rgba(0, 0, 0, .5);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.back-drop.open {
	display: block;
}

#Slider {
	overflow-x: hidden;
}

#Slider .owl-carousel {
	position: relative;
}

#Slider .owl-theme .owl-controls .owl-buttons div {
	width: auto;
}

#Slider .owl-theme .owl-controls .owl-buttons div:before {
	font-size: 50px;
}

#Slider .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: '\eaa5';
}

#Slider .owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: '\eaa6';
}

.banner-img {
	margin-bottom: 30px;
}

.banner-img img {
	width: 100%;
	border: 1px solid #ddd;
}

.item-banner {
	margin-bottom: 15px;
	display: block;
}

.footer-top {
	background: url('/uploads/plugin/custom_img/2018-08-07/custom-bg-newsletter-index.jpg');
	padding: 50px 0;
	margin-top: 70px;
}

.footer-mid {
	background: #d9261b;
	padding-bottom: 30px;
}

.about-desc {
	margin: 20px 0;
	color: #616161;
}

.address-ft p {
	color: #5D5F62;
	margin-bottom: 5px;
	font-size: 14px;
	font-family: Roboto;
	display: flex;
}

.address-ft i {
	font-size: 20px;
	position: relative;
	top: 0;
	margin-right: 10px;
}

.address-ft .demo-icon {
	margin-right: 10px;
}

.menu-footer-vertical {
	width: 100%;
	float: left;
	position: relative;
	padding: 30px 0;
	display: inline-block;
}

.menu-footer-vertical a {
	color: #5D5F62;
	display: inline-block;
	font-size: 14px;
	line-height: 28px;
	transition: all 350ms ease;
}

.menu-footer-vertical a:before {
	transition: all 500ms ease;
	font-family: FontAwesome;
	/* visibility: hidden; */
	content: '\f105';
	display: inline-block;
	opacity: 1;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 0px;
	/* font-size: 6px; */
}

.menu-footer-vertical a:hover {
	/* color: #e01222; */
}

.menu-footer-vertical>.title-fan-page {
	display: inline-block;
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	color: #424242;
}

.menu-footer-vertical>.list-fan-page {
	list-style: none;
	float: left;
	margin: 0;
}

.menu-footer-vertical>.list-fan-page>li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.menu-footer-vertical>.list-fan-page>li:nth-last-child(1) {
	margin-right: 0;
}

.menu-footer-vertical>.list-fan-page>li>a {
	color: #fff;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa {
	height: 38px;
	width: 38px;
	text-align: center;
	line-height: 38px;
	margin: 0;
	border-radius: 0;
	opacity: 0.8;
	transition: all 350ms ease;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-facebook {
	background-color: #3b5998;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-twitter {
	background-color: #1da1f2;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-pinterest-p {
	background-color: #dc121a;
}

.menu-footer-vertical>.list-fan-page>li>a>.fa.fa-google-plus {
	background-color: #db4437;
}

.menu-footer-vertical>.list-fan-page>li>a:hover>.fa {
	opacity: 1;
}

.menu-footer-vertical .list-menu-fy a:hover:before {
	/* visibility: visible; */
	opacity: 1;
	/* padding-left: 20px; */
	/* color: #e01222; */
}
.title-menu-ft {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	text-transform:  uppercase;
	margin-top: 0;
}

.top-footer {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

.center-footer {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}

.title-box-center-ft {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin-right: 20px;
	line-height: 40px;
	top: 5px;
	position: relative;
}

.newsletter .btn-default {
	border: none;
	box-shadow: none;
	background: #ddd;
	font-size: 24px;
	height: 40px;
	margin-left: -3px;
	border-radius: 0;
}

.newsletter .form-inline .form-control {
	border: none;
	border-radius: 0;
	background-color: #ddd;
	box-shadow: none;
	height: 40px;
}

.icon-social {
	display: inline-block;
}

.icon-social a {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	background: #ddd;
	display: inline-block;
	border-radius: 100px;
	margin-left: 15px;
}

.icon-social a i:before {
	margin: 0;
}

.item-social.fb {
	background-color: #3b5998;
}

.item-social.tw {
	background-color: #1da1f2;
}

.item-social.gg {
	background-color: #db4437;
}

.item-social.pi {
	background-color: #dc121a;
}

.item-social.in {
	background-color: #006fa6;
}

.box-align-right {
	display: table;
	float: right;
}

.box-align-center {
	margin: auto;
	display: table;
	margin: 0 auto;
}

.tag-key-ft {
	padding: 30px 0;
	border-top: 1px solid #ddd;
}

.tag-key-ft p {
	margin-bottom: 5px;
}

.tag-key-ft a {
	color: #424242;
}

.tag-key-ft a:hover {
	color: #ffba00;
}

.tag-key-ft strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #424242;
	margin-right: 10px;
}

.footer-bottom {
	background: #202020;
	padding: 15px 0;
}

.coppyright {
	font-size: 13px;
	color: #fff;
	margin: 0;
	font-weight: 300;
	border-right: none;
	padding: 0;
	line-height: 30px;
	transition: all 300ms ease;
}

.payment-support {
	text-align: right;
}

.payment-support img {
	margin-top: 15px;
}

.nav_title {
	margin-bottom: 30px;
}

.nav_title>li {
	list-style: none;
	float: left;
	padding: 0 30px;
}

.nav_title>li:first-child {
	padding-left: 0;
}

.nav_title>li.active>a:before {
	opacity: 1;
}

.nav_title>li>.dropdown-menu {
	border-radius: 0 !important;
}

.nav_title li a {
	font-size: 15px;
	color: #333;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	padding: 8px 0;
	position: relative;
}

.nav_title li a:before {
	content: '';
	width: 20px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	opacity: 0;
}

.nav_title li a.btn-toggle-cont-box-left {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	display: inline;
}

.nav_title li a.btn-toggle-cont-box-left.open .icon-minus-3:before {
	content: '\edfa';
}

.nav_title li a:hover:before {
	opacity: 1;
	transition: 0.4s all ease;
}

.nav_title li .tab-item-2 {
	font-size: 16px;
	color: #383838;
	font-weight: bold !important;
	text-transform: uppercase !important;
	display: block;
	padding: 8px 0 !important;
	position: relative;
}
.border {
	border: 1px solid #ddd;
}
.style-view-small .info {
	padding: 0;
	margin: 0;
}

.style-view-small .box-rate {
	margin-bottom: 20px;
}
.bg-red {
	background-color: #ffba00;
}

.list-item.view-list .img {
	width: 30.33333%;
	float: left;
	padding-top: 25.1%;
}


.list-item.view-list .show-list {
	display: block;
	width: 100%;
	float: left;
	position: relative;
}

.view-list .item-blogs .img-blogs {
	position: relative;
	padding-top: 74%;
	margin: 0;
}

@media (max-width: 1200px) {
	.menu-vetical .main_menu_mega {
		max-width: calc(100vw - 285px);
	}
}

@media (min-width: 1200px) {
	.about-more {
		box-align: center;
	}
	.about-more:before {
		content: '';
		position: absolute;
		right: 15px;
		top: -10%;
		width: 40%;
		height: 120%;
		z-index: -10;
	}
	.ab-1-right {
		padding: 0 20px;
	}
	.ab-1-right>h1 {
		margin-top: 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.ab-1-right {
		padding-right: 20px !important;
		padding-left: 20px;
	}
	.ab-1-right>h1 {
		margin-top: 0;
	}
	.about-more:before {
		content: '';
		position: absolute;
		right: 15px;
		top: -20%;
		width: 55%;
		height: 140%;
		z-index: -10;
	}
}

@media (min-width: 768px) and (max-width: 991px) {

	.box-search>.form-inline {
		max-width: inherit;
		width: 100%;
	}
}
.box-highlight {
	min-height: 125px;
}

.item-highlight {
	color: #fff;
	padding: 10px 15px 10px 70px;
	position: relative;
}

.item-highlight .title-highlight {
	font-size: 18px;
	text-transform: uppercase;
}

.item-highlight i {
	font-size: 48px;
	position: absolute;
	left: 0;
	top: 20px;
}

.item-highlight.box-align-center {
	display: table;
	margin: 15px auto;
}

.item-highlight p.desc-hl {
	margin-bottom: 0;
}

.max-width-300 {
	max-width: 300px;
}

.item-brand {
	display: block;
	margin-bottom: 15px;
	padding: 10px 20px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
	overflow: hidden;
}

.item-brand img {
	width: 100%;
}

.content-brand {
	margin: 0 -8px;
}

.content-brand .item {
	padding: 0 8px;
}

.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right: 30px;
}

.content-brand .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
}

.item-customer {
	padding: 20px;
}

.color-white {
	color: #fff;
	color: #fff;
}

.ratiing-time {
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: 240px;
}

.timer {
	text-align: left;
	margin: 20px auto 0;
	padding: 0 0 10px;
}

.timer .table-cell {
	display: inline-block;
	margin: 0 5px;
	min-width: 50px;
	text-align: center;
}

.timer .table-cell:first-child {
	margin-left: 0;
}

.timer .table-cell .tab-val {
	font-size: 14px;
	color: #fff;
	background: #000;
	font-weight: bold;
	border-radius: 500px;
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	margin: 0 0 5px;
}

.timer .table-cell .tab-unit {
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
	text-transform: uppercase;
}
.title-nav-left-p {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 21px 15px 22px;
	margin: 0;
	border-bottom: 1px solid #b71c1c;
}

.title-nav-left-p a {
	color: #fff;
	margin: 0;
}

.tab-nav-left {
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}

.tab-nav-left li {
	list-style: none;
	width: 50%;
	float: left;
}

.tab-nav-left li:first-child {
	border-right: 1px solid #ddd;
}

.tab-nav-left li a {
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 15px;
	display: block;
	color: #555;
}

.tab-nav-left li.active a {
	color: #ffba00;
}

.tab-nav-left.tab-brand-box-sp {
	border-bottom: none;
}

.tab-nav-left.tab-brand-box-sp li:first-child {
	border: none;
}

.item-tab-nav-left {
	font-size: 14px;
	color: #383838;
	border-bottom: 1px dotted #ddd;
	display: block;
	padding: 12px 0;
	margin: 0 15px;
}

.item-tab-nav-left:hover {
	color: #ffba00;
}
.banner-left {
	padding: 0;
}

.detail-box-sp {
	padding: 0;
}

.noPadding {
	padding: 0;
}

.fr {
	float: right;
}

.show-mobile {
	display: none;
}

.title-sub-category {
	font-size: 16px;
	text-transform: uppercase;
	color: #424242;
	margin-top: 13px;
	padding-left: 15px;
	font-weight: bold;
}

.title-sub-category span.number {
	color: #888;
	text-transform: none;
	margin-top: 0;
	font-weight: normal;
	font-size: 14px;
}

.subpage {
	margin-bottom: 50px;
}

.box-left {
	margin-bottom: 30px;
	position: relative;
}

.box-left .nav_title {
	position: relative;
}

.box-left .title_style i {
	margin-right: 8px;
	font-weight: normal;
}

.box-left .nav li.active .sub-menu a {
	color: #333;
}

.box-left .nav li.active .sub-menu a.active {
	color: #ffba00;
}

.box-left .nav li.active .sub-menu a:hover {
	color: #ffba00;
}

.box-left .slider-product.owl-theme .owl-controls .owl-buttons div {
	top: -55px;
}

@media (max-width: 767px) {
	.item-banner-category {
		width: 50%;
	}
	.item-category {
		margin-bottom: 60px;
	}
	.item-category img {
		width: 100%;
	}
	.box-slide-images-detail {
		margin-bottom: 30px;
	}
	.bs-docs-sidenav {
		margin-bottom: 30px;
	}
	#search-type {
		display: none;
	}
	.item-list-c-a {
		margin-bottom: 30px;
	}
	.item-list-c-a .icon-item {
		margin-top: 0;
	}
	.img-news-right {
		margin-bottom: 20px;
	}
	.hide-767 {
		display: none;
	}
	.input-value-price-filter .form-group {
		display: inline-block;
	}
	.input-value-price-filter .form-control {
		display: inline-block;
	}
	.show-mobile {
		display: block;
	}
	/*.menu-top {*/
	/*	position: absolute;*/
	/*	top: 36px;*/
	/*	min-width: 160px;*/
	/*	padding: 0 10px;*/
	/*	border: 1px solid #ccc;*/
	/*	z-index: 99;*/
	/*	background: #fff;*/
	/*}*/
	.menu-top li {
		float: none;
		width: 100%;
	}
	.menu-top li a {
		border: none;
		border-bottom: 1px solid #ddd;
	}
	.menu-top li:last-child a {
		border-bottom: none;
	}
	.hidden-mobile {
		display: none;
	}
	.box-ft {
		margin-bottom: 15px;
		padding: 0;
	}
	.newsletter .btn-default {
		top: -15px;
		position: relative;
	}
	.newsletter .form-inline .form-control {
		width: calc(100% - 60px);
		float: left;
	}
	.payment-support {
		text-align: left;
	}
	.box-align-center {
		margin-right: 0 !important;
		margin-left: 0 !important;
		display: block;
	}
	.max-width-300 {
		max-width: none;
	}
	.admanager-order {
		margin-top: 30px;
	}
	.admanager-order .box-search-top {
		padding: 0 15px;
	}
	.admanager-order .input-group.date {
		width: 100%;
	}
	.top-banner-subpage {
		min-height: 150px;
	}
	.box-search {
		margin: 15px 0;
		padding: 0 15px;
	}
	.box-search .form-inline .input-group {
		width: calc(100% - 55px);
		float: left;
	}
	.price {
		color: #f00;
		min-height: 42px;
	}
	#header .hotline {
		margin: 0 15px;
	}
	#header .box-right {
		margin-right: 15px;
	}
	.btn-toggle {
		padding-left: 15px;
	}
	.box-forget {
		padding: 30px 0;
	}
	.nav-page {
		text-align: center;
	}
	.hidden-pc {
		display: block;
	}
	.img_intro1 {
		margin-bottom: 20px;
		position: inherit;
	}
	.box_bor_style1 {
		padding: 20px;
		position: inherit;
		left: 0;
		width: auto;
	}
	.welcome {
		padding: 10px 0;
	}
	.box-step {
		width: 80%;
		margin: 0 auto;
	}
	.form-m-o>.form-group>.btn {
		margin-top: 20px;
	}
	.box-right .dropdown-menu {
		left: inherit;
		right: 0;
	}
	.box-ad [class^="col-sm-"] {
		margin-bottom: 15px;
	}
	.btn-social .btn {
		padding-left: 45px;
	}
	.pagination>li>a {
		margin: 0 2px;
		padding: 0;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.pagination>li>span {
		margin: 0 2px;
		padding: 0;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.nav-tabs-01 .input-group {
		display: inline-block;
		margin-bottom: 15px;
		width: 100%;
	}
	.box_dates .col-sm-4 {
		padding-right: 0;
		float: left;
		width: 33.3333%;
	}
	.box_dates .col-sm-4.item_year {
		padding-right: 15px;
	}
	.title_style1 h2 {
		font-size: 30px !important;
	}
	#Slider .owl-theme .owl-controls .owl-buttons div {
		width: 30px;
		top: 25%;
	}
}
.box_content ul {
    margin-left: 15px;
}
.trademark-filter {
	padding-bottom: 20px;
}

.trademark-filter .cont {
	max-height: 230px;
}

.trademark-filter .cont ul li {
	list-style: none;
}

.trademark-filter .cont ul li a {
	color: #333;
	padding-left: 20px;
	font-weight: 400;
	font-size: 13px;
}

.trademark-filter .checkbox {
	margin: 6px 0;
}

.search-trademark {
	margin-bottom: 10px;
}

.search-trademark .form-control {
	height: 30px;
	box-shadow: none;
	border-radius: 3px 0 0 3px;
	font-size: 12px;
	font-style: italic;
}

.search-trademark .search-input-submit {
	width: 30px;
	height: 30px;
}

.search-trademark .search-input-submit .btn-default {
	height: 30px;
	border-radius: 0 3px 3px 0;
}

.search-trademark .search-input-content {
	margin-right: 30px;
}

.me-select {
	position: relative;
	margin: 0 auto;
}

.me-select ul {
	list-style: none;
	padding: 0;
	width: 100%;
}

.me-select li {
	margin: 0 auto;
	position: relative;
	user-select: none;
	float: left;
}

.me-select li.selected {
	box-shadow: inset 0 0 0 40px rgba(255, 246, 0, 0.1);
}

.me-select label.icon-check {
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 10px 5px 15px 25px;
	vertical-align: top;
	cursor: pointer;
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 1;
	border-bottom: 1px solid #ddd;
}

.me-select label.icon-check:hover {
	color: #ffba00;
}

.me-select label.icon-check span {
	vertical-align: middle;
	display: inline-block;
}

.me-select label.icon-check span:first-child {
	width: 30%;
	color: rgba(97, 107, 107, 0.7);
}

.me-select label.icon-check span:nth-child(2) {
	width: 60%;
	color: #31d2d4;
}

.me-select label.icon-check span:last-child {
	font-size: 80%;
}

.me-select label.icon-check a {
	width: 60%;
	color: #31d2d4;
}

.me-select label.icon-check::before {
	width: 12px;
	height: 12px;
	top: 50%;
	left: 2px;
	margin-top: -9px;
	position: absolute;
	cursor: pointer;
	content: '';
	border: 1px solid #999;
	border-radius: 8px;
}

.me-select input[type="checkbox"] {
	width: 12px;
	height: 12px;
	top: 50%;
	left: 2px;
	margin-top: -6px;
	position: absolute;
	cursor: pointer;
	border-radius: 2px;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	z-index: 100;
}

.me-select input[type="checkbox"]:checked+label.icon-check::after {
	width: 12px;
	height: 12px;
	top: 50%;
	margin-top: -9px;
	position: absolute;
	cursor: pointer;
	border-radius: 9px;
	content: '\f051';
	text-align: center;
	line-height: 12px;
	color: #fff;
	font-family: fontello;
	font-weight: bold;
	font-size: 8px;
	background: #ffba00;
	left: 5px;
}

.search-brand {
	background: #f8f8f8;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

.search-brand .btn-default {
	width: 50px;
	float: right;
	border: none;
	background: none;
}

.search-brand .form-group {
	margin-right: 50px;
	border: none;
	background: none;
	margin-bottom: 0;
}

.search-brand .form-group .form-control {
	background: none;
	border: none;
	box-shadow: none;
}

.list-color-filter {
	margin: 0 -5px;
}

.item-color {
	width: 20%;
	float: left;
	text-align: center;
}

.item-color span {
	display: inline-block;
	margin: 0 5px;
	border-radius: 3px;
	padding: 2px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	width: 33px;
	height: 33px;
	position: relative;
}

.item-color span.red {
	background: #f70006;
}

.item-color span.blue {
	background: #0b2b72;
}

.item-color span.gray {
	background: #616161;
}

.item-color span.yellow {
	background: #d7ef0f;
}

.item-color span.black {
	background: #000;
}

.item-color span.white {
	background: #fff;
}

.item-color span:before {
	font-family: fonts_vnsitecss;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 10px;
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	content: '\e832';
	margin: -5px 0 0 -5px;
}

.item-color.active span:before {
	display: block;
}

@media (max-width: 414px) {
	.show-list {
		display: none !important;
	}
}
.btn-main-2 {
	border-radius: 30px;
	padding: 12px 46px;
}

.btn-black-2 {
	background-color: #383838;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.btn-black-2:hover {
	background-color: #ffba00;
}

.show-list {
	display: none;
}


.input-value-price-filter {
	margin-top: 20px;
}

.input-value-price-filter label {
	margin: 0 5px;
}

.input-value-price-filter .form-control {
	max-width: 90px;
	border-radius: 0;
	box-shadow: none;
	height: 40px;
	border-color: #ddd;
	margin-bottom: 10px;
}

.side-bar-left .sub-menu {
	list-style: none;
	margin: 0;
}

.side-bar-left .sub-menu .border-bottom {
	border-bottom: none;
	display: block;
	border-top: 1px dotted #ddd;
}

.side-bar-left .sub-menu a:hover {
	color: #ffba00;
}

.side-bar-left .sub-menu>.border-bottom>.btn-hide-toggle-sub-menu {
	display: block;
	padding: 8px 15px !important;
	margin-left: 0 !important;
	border-top: 0 !important;
}

.side-bar-left .nav li {
	position: relative;
}

.side-bar-left .nav li a {
	padding: 10px 0px  10px 0;
	color: #828282;
}

.side-bar-left .nav li a:hover {
	color: #000;
	background: none;
}

.hide-toggler-cont {
	display: none;
}

.btn-hide-toggle-sub-menu {
	width: 40px;
	height: 40px;
	position: absolute !important;
	right: 0;
	top: 0;
	padding: 10px 15px !important;
}

.btn-hide-toggle-sub-menu:hover {
	background: none !important;
}

.btn-hide-toggle-sub-menu:focus {
	background: none !important;
}

.btn-hide-toggle-sub-menu.open {
	transform: rotate(180deg);
}

.view-images-large {
	height: auto;
	position: relative;
	padding-top: 100%;
}

.detail-thongsokithuat {
	margin-top: 30px;
	margin-bottom: 40px;
}

.title-desc-detail {
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0;
}

.btn-send-cmt {
	height: 45px;
	max-width: 200px;
}
.price-main {
	font-size: 24px;
	color: #ffba00;
}

.dvt {
	font-size: 14px;
	color: #333;
}

.price-detail-page {
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding: 0;
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 15px;
}

.price-detail-page .price-main {
	font-size: 24px;
	font-weight: bold;
	color: #e01222;
	line-height: 24px;
}

.btn-ver {
	color: #555;
	background: #eee;
	border: 1px solid #ddd;
	padding: 4px 12px;
	border-radius: 3px;
	margin-right: 10px;
}

.btn-ver.active:before {
	content: '';
	width: 20px;
	height: 10px;
	border-bottom: 15px solid #eee;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	position: absolute;
	bottom: -32px;
	z-index: 2;
	left: 0;
	right: 0;
	margin: auto;
}

.btn-ver.active:after {
	content: '';
	width: 20px;
	height: 10px;
	border-bottom: 15px solid #ddd;
	border-left: 15px transparent solid;
	border-right: 15px transparent solid;
	position: absolute;
	bottom: -31px;
	z-index: 1;
	margin: auto;
	left: 0;
	right: 0;
}

.title-ver {
	margin-right: 30px;
	position: relative;
	top: 3px;
}

.item-p-vailable {
	text-align: center;
	margin-bottom: 15px;
}

.item-p-vailable .price {
	margin: 10px 0;
}

.select2-offscreen {
	outline: none;
}

.select2-offscreen:focus {
	outline: none;
}
.btn-icon {
	width: 46px;
	height: 46px;
	border: 1px solid #ddd;
	color: #888;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 46px;
	position: relative;
	top: 3px;
	margin-left: 10px;
}
.color-ss {
	width: 30px;
	height: 30px;
	border-radius: 50px;
	display: inline-block;
	border: 1px solid #ddd;
}

.color-ss.red {
	background: #f00;
}

.color-ss.blue {
	background: blue;
}

.color-ss.yellow {
	background: yellow;
}

.number-ss {
	font-size: 48px;
	text-transform: uppercase;
}

.title-row {
	text-transform: uppercase;
}

.table-widthlist.table>tbody>tr>td {
	vertical-align: middle;
	text-align: center;
}

.table-widthlist.table>tbody>tr>th {
	vertical-align: middle;
	text-align: center;
}

.table-widthlist.table-bordered>thead>tr>th {
	font-size: 14px;
	text-transform: uppercase;
	color: #383838;
	background: #eee;
	padding: 10px 20px;
	border-bottom: none;
}

.title-table-mobile {
	display: none;
}

.detail-list-blogs {
	margin-top: 22px;
}

.color-red {
	color: #ffba00;
}

.clear-both {
	clear: both;
}

.item-blogs {
	padding-bottom: 30px;
}

.item-blogs .img-blogs {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	width: 100%;
	padding-top: 66.66667%;
}

.item-blogs .desc-blogs {
	color: #000;
	overflow: hidden;
	text-align: justify;
	min-height: 60px;
	/* border-bottom:  1px solid #ebebeb; */
}

.more-blogs {
	color: #c59651;
	font-size: 13px;
	font-weight: 400;
}

.box-detail-post.top-post .title-blogs-item {
	height: auto;
	font-size: 18px;
	text-transform:  uppercase;
	line-height:  initial;
}

.box-detail-post.top-post img {
	width: 100%;
}

.title-blogs-item {
	margin: 10px 0 20px 0;
	height: 42px;
	overflow: hidden;
	display: block;
	font-weight:  300;
}

.title-blogs-item a {
	font-size: 18px !important;
	color: #383838;
	line-height: 1.1;
	display: block;
}

.title-blogs-item a:hover {
	/* color: #e01222; */
}

.btn-view-more {
	color: #c59651;
	padding: 0;
	font-weight: 500;
	font-size: 15px;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	padding-top: 10px;
	text-align: left;
	display:  block;
	border-radius: 0;
}

.btn-view-more:hover {box-shadow: none;}


.view-list .info .btn-view-more:hover {
    background: transparent;
    border-color: transparent;
    color: #ffba00;
    border-top: 1px solid #ebebeb;
}

@media (min-width: 992px) {
	.col-md-6:nth-child(2n + 1),
	.col-md-4:nth-child(3n + 1),
	.col-md-3:nth-child(4n + 1),
	.col-md-2:nth-child(6n + 1) {
		/* clear: both; */
	}
}

@media (max-width: 991px) and (min-width: 768px) {

}

@media (max-width: 767px) {
	.col-xs-6:nth-child(2n + 1),
	.col-xs-4:nth-child(3n + 1),
	.col-xs-3:nth-child(4n + 1),
	.col-xs-2:nth-child(6n + 1) {
		clear: both;
	}
}

.box-detail-post {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.item-link-lienquan {
	color: #383838;
	padding: 4px 0;
	display: inline-block;
	font-family: Cambria;
	font-size: 16px;
}

.item-link-lienquan:hover {
	color: #0ca6fc;
}

.detail-tags {
	margin-top: 10px;
}

.detail-tags a {
	color: #585858;
}

.detail-tags a:hover {
	color: #ffba00;
}

.tag-detail-post {
	background: #ddd;
	padding: 10px 15px;
}

.noBg {
	background: none !important;
}

.share-social .item-social {
	width: 20px;
	height: 20px;
	margin-left: 2px;
}

.share-social .title-box-center-ft {
	top: 0;
}

.share-social .fb i {
	color: #3b5998;
}

.share-social .tw i {
	color: #1da1f2;
}

.share-social .gg i {
	color: #db4437;
}

.share-social .pi i {
	color: #dc121a;
}

.share-social .in i {
	color: #006fa6;
}

.item-cmt {
	margin-bottom: 25px;
}

.item-cmt .avt {
	width: 40px;
	height: 40px;
	float: left;
}

.item-cmt .avt span.avt-text {
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #fff;
	text-transform: uppercase;
	background: #ccc;
	font-weight: bold;
}

.item-cmt .info-cmt {
	margin-left: 70px;
	overflow: hidden;
}

.item-cmt .item-cmt {
	padding-left: 70px;
}

.user-comment {
	margin-top: 40px;
}

.wirte-cmt {
	color: #585858;
	margin-bottom: 20px;
}

.click-cmt {
	color: #616161;
	display: inline-block;
	margin-right: 25px;
}

.click-cmt.active {
	color: #4a90e2;
}

.click-cmt:hover {
	color: #4a90e2;
}

.name-user-post {
	font-weight: bold;
}

.title-order-rps {
	display: none;
}

.title-box-p-home {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.title-box-p-home h2 {
	text-transform: uppercase;
	color: #1e1e1e;
	font-size: 16px;
	font-weight: bold;
	display: table;
	background-color: #fff;
	margin: 0 auto;
	z-index: 9;
	position: relative;
	padding: 0 30px;
}

.title-box-p-home:before {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #ddd;
	position: absolute;
	top: 10px;
	left: 0;
}

.logo-brand-bottom {
	min-height: 150px;
	background-color: #2874f0;
	text-align: center;
	padding: 40px 0;
}

.hover-category {
	position: relative;
}

.hover-category:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.hover-category:hover:before {
	opacity: 1;
	transition: 0.4s ease all;
}

.hover-category:hover .info-hover-category {
	opacity: 1;
	transition: 0.4s ease all;
}

.info-hover-category {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: table;
	width: 100%;
	margin: auto;
	height: 60px;
	margin-top: -30px;
	opacity: 0;
}

.info-hover-category i {
	color: #fff;
	font-size: 24px;
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 100px;
	margin-bottom: 15px;
	line-height: 50px;
}

.info-hover-category .title-info {
	font-size: 14px;
	text-transform: uppercase;
	color: #ff4948;
	margin: 0;
}

.title-block-product {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}

.box-highligh-style-2 {
	background: #eee;
	padding: 30px 0;
	margin-bottom: 130px;
}

.img-highlight {
	position: relative;
	margin-bottom: -120px;
	text-align: center;
}

.item-category .box-title {
	margin-bottom: 25px;
}

.item-category .box-title .top-title {
	font-size: 14px;
	color: #1e1e1e;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	margin-top: 0;
}

.item-category .box-title .top-title:before {
	content: '';
	width: 60px;
	height: 1px;
	background: #ccc;
	position: absolute;
	bottom: -7px;
	left: 0;
}

.item-category .box-title .desc-title {
	font-weight: 300;
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 36px;
	margin: 20px 0;
}

.item-category .img {
	margin-bottom: 25px;
}

.view-btn-slt {
	position: relative;
}

.view-btn-slt .button-category {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	height: 34px;
	margin-top: -20px;
	z-index: 9;
	display: table;
	width: 168px;
}

.top-banner-subpage {
	min-height: 260px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
	display: table;
	width: 100%;
	text-align: center;
}

.top-banner-subpage .title-main.bottom {
	display: table-cell;
	vertical-align: middle;
}

.top-banner-subpage .title-main h1 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 24px;
}

.top-banner-subpage div {
	float: none !important;
}

.top-banner-subpage a {
	color: #fff;
}

.trending {
	margin-bottom: 45px;
}

.item-trending {
	background-color: #ffe082;
	font-size: 14px;
	color: #333;
	font-weight: 300;
}

.info-trending {
	padding: 40px 30px;
}

.category-title {
	position: relative;
	padding-left: 40px;
	white-space: nowrap;
}

.category-title:before {
	content: '';
	width: 30px;
	height: 1px;
	background-color: #1e1e1e;
	position: absolute;
	top: 10px;
	left: 0;
}

.title-info-trend {
	font-size: 20px;
	text-transform: uppercase;
	color: #1e1e1e;
	line-height: 1.4;
}

.desc-trend {
	line-height: 1.6;
	margin-bottom: 30px;
}

.btn-view-trend {
	color: #1e1e1e;
	border-radius: 0;
	border: 1px solid #1e1e1e;
	padding: 9px 28px;
	text-transform: uppercase;
	font-weight: bold;
}

.btn-view-trend:hover {
	background-color: #fff;
}

@media (max-width: 1690px) and (min-width: 1200px) {
	.desc-trend {
		overflow: hidden;
	}
	.title-info-trend {
		font-size: 16px;
	}
}

.about-home {
	margin-top: 45px;
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}

.title-info-H {
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.title-info-H:before {
	content: '';
	width: 30px;
	height: 1px;
	background-color: #1e1e1e;
	position: absolute;
	top: 10px;
	left: 0;
}

.logo-about {
	margin-bottom: 30px;
}

.desc-about-H {
	line-height: 1.6;
}

.item-list-c-a .icon-item {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	color: #fff;
	font-size: 30px;
	background-color: #ffb300;
	float: left;
	text-align: center;
	line-height: 60px;
	margin-top: 7px;
}

.item-list-c-a .info-item {
	margin-left: 80px;
}

.title-item-ab {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
}

.desc-item-ab {
	font-weight: 300;
}

.list-category-about {
	padding: 45px 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
	.desc-about-H {
		overflow: hidden;
	}
	.desc-news-right {
		display: none;
	}
	.item-news-home .more-post {
		border-bottom: none;
	}
	.more-post li {
		margin-right: 10px;
		padding-right: 10px;
	}
	.input-value-price-filter .form-control {
		max-width: 63px;
	}
}

.news-feture {
	position: relative;
	margin-bottom: 30px;
}

.news-feture .info {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .7);
	padding: 20px;
}

.title-n-feture {
	margin-top: 0;
	font-size: 20px;
}

.title-n-feture a {
	text-transform: uppercase;
	color: #ffb300;
	font-weight: bold;
}

.icon-category-news {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background-color: #ffb300;
	z-index: 1;
}

.title-news-right {
	margin-top: 0;
	line-height: 1.4;
}

.title-news-right a {
	text-transform: uppercase;
	color: #1e1e1e;
}

.title-news-right a:hover {
	color: #ffb300;
}

.desc-news-right {
	font-weight: 300;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
	margin-bottom: 0;
}

.item-news-home {
	position: relative;
	margin-bottom: 20px;
}

.item-news-home .row {
	margin: 0 -5px;
}

.item-news-home .col-lg-6 {
	padding: 0 5px;
}

.item-news-home .more-post {
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}

.feeback {
	height: 470px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.feeback .icon-social {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.content-fback {
	font-style: italic;
	color: #1e1e1e;
	text-align: center;
}

.info-user-fback {
	position: absolute;
	width: 100%;
	background: #8bc34a;
	color: #fff;
	bottom: 0;
	left: 0;
	padding: 10px 30px;
}

.info-user-fback:before {
	content: '';
	width: 12px;
	height: 8px;
	border-bottom: 8px solid #8bc34a;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	top: -8px;
	left: 0;
	right: 0;
	margin: auto;
}

.info-user-fback .avt {
	width: 62px;
	height: 62px;
	float: left;
}

.info-user-fback .avt img {
	border-radius: 100px;
}

.info-user-fback .info {
	margin-left: 72px;
}

.info-user-fback .info .name {
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 10px;
}

.info-user-fback .info .chucvu {
	font-size: 12px;
}

.nav_desktop-style-3 {
	width: 320px;
	float: left;
	padding-bottom: 50px;
	background-color: #fff;
	overflow-y: auto;
	top: 0;
	z-index: 99;
}

.box-menu-style-3 {
	padding: 0 5px 0 25px;
}

.box-menu-style-3 li {
	list-style: none;
}

.box-menu-style-3 li>a {
	font-size: 18px;
	text-transform: uppercase;
	color: #1e1e1e;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	font-weight: bold;
}

.box-menu-style-3 li>a:hover {
	color: #06b8cf;
}

.box-menu-style-3 li>ul>li a {
	font-size: 14px;
	text-transform: none;
	color: #1e1e1e;
	padding: 8px 0;
	border-bottom: none;
	font-weight: normal;
}

.box-menu-style-3 ul>li>ul {
	margin-top: 5px;
}

@media (min-width: 1367px) {
	.max-992px-show {
		display: none;
	}
}

@media (max-width: 1199px) {
	.sub-menu-vetical {
		width: 730px;
	}
	.nav_desktop li a {
		font-size: 13px;
		padding: 15px 10px;
	}
}

@media (min-width: 1025px) {
	.hidden-desktop {
		display: none;
	}
}

@media (max-width: 1024px) {
	.hidden-ipad {
		display: none;
	}
	.container {
		width: auto;
	}
}

@media (max-width: 991px) {
	.max-992px-show {
		display: block !important;
	}
	.hidden-992px {
		display: none;
	}
	.max-992px-hidden {
		display: none;
	}
	.nav_mobile .nav-right {
		display: block;
	}
	.menu-main [class^="col-sm-"] {
		width: auto;
		float: none;
	}
	.header-mid .navbar-header {
		text-align: center;
	}
}
@media (max-width: 480px) {
	.list-item .img {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	.title-table-mobile {
		display: table;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 10px;
		margin: auto;
		text-transform: uppercase;
	}
	.box-blogs.view-list .info {
		padding-left: 15px;
	}
	.box-blogs.view-list .info .desc-blogs {
		display: none;
	}
	.box-blogs.view-list .btn-view-more {
		display: none;
	}
	.box-blogs.view-list .title-blogs-item {
		font-size: 16px;
		margin: 10px 0;
	}
	.title-blogs-item {
		line-height: 1.1;
		height: 50px;
	}
	.title-blogs-item a {
		font-size: 18px;
		line-height: 1.3;
	}
	.title-order-rps {
		display: inline-block;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.nav_title li {
		width: 50%;
		padding-left: 15px;
	}
	.nav_title li.active {
		padding-left: 15px;
	}
	.nav_title li.active a {
		color: #111;
	}
	.nav_title li:first-child {
		padding-left: 15px;
	}
	.nav_title li a {
		color: #999;
	}
	.detail-box-sp .item {
		width: 100%;
		padding: 0 15px;
	}
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
	.table-widthlist {
		border: none !important;
	}
	.table-widthlist thead {
		display: none;
	}
	.table-widthlist.table>tbody>tr {
		display: block;
		width: 100%;
		border-top: none;
		display: block !important;
		margin-bottom: 20px;
		background: #f5f5f5;
	}
	.table-widthlist.table>tbody>tr>td {
		display: block;
		width: 100%;
		border-top: none;
		position: relative;
	}
	.table-widthlist.table>tbody>tr>th {
		display: block;
		width: 100%;
		border-top: none;
		position: relative;
		border-top: 1px solid #ddd;
		text-align: center;
	}
	.table-order thead {
		display: none;
	}
	.table-order tbody {
		display: block;
		text-align: left;
		font-size: 13px;
	}
	.table-order tbody>tr {
		display: block;
		text-align: left;
		font-size: 13px;
		background: #f2f2f2;
		border-bottom: 1px solid #ddd;
		margin-bottom: 15px;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.table-order tbody>tr>th {
		display: block;
		text-align: left;
		font-size: 13px;
		padding-left: 145px;
		position: relative;
	}
	.table-order tbody>tr>td {
		display: block;
		text-align: left;
		font-size: 13px;
		padding-left: 145px;
		position: relative;
	}
	.box-highligh-style-2 {
		margin-bottom: 40px;
	}
	.box-highligh-style-2 .col-sm-8 .col-xs-6 {
		width: 100%;
		float: none;
	}
	.responsive-table table {
		display: block;
	}
	.responsive-table thead {
		display: block;
	}
	.responsive-table thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.responsive-table tbody {
		display: block;
	}
	.responsive-table tbody td {
		display: block;
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 55%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.responsive-table tbody tr {
		display: block;
		border: 1px solid #ccc;
	}
	.responsive-table th {
		display: block;
	}
	.responsive-table td:before {
		position: absolute;
		top: 15px;
		left: 10px;
		width: 50%;
		padding-right: 10px;
	}
}

.btn-pay-mini {
	color: #fff;
	font-size: 14px;
	padding: 8px 12px;
	height: 38px;
	border-radius: 30px;
	border: 1px solid #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 120px;
	transform: scale(0);
}

.btn-pay-mini i {
	margin-right: 10px;
}

.btn-pay-mini:hover {
	background: #8bc34a;
}

.hover-button-pay {
	position: relative;
}

.hover-button-pay:hover .btn-pay-mini {
	transform: scale(1);
	transition: 0.4s ease all;
}

.hover-button-pay:hover .img:before {
	opacity: 1;
	transition: 0.4s ease all;
}

.hover-button-pay .img:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(25, 33, 42, 0.58);
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
}

.box-banner-full {
	margin-bottom: 50px;
}

.item-banner-category {
	position: relative;
	width: 20%;
	float: left;
}

.item-banner-category:before {
	background: rgba(131, 179, 72, 0.80);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
}

.item-banner-category:hover:before {
	opacity: 1;
	transition: 0.4s ease all;
}

.item-banner-category:hover .info-item-banner-category {
	opacity: 1;
	transition: 0.4s ease all;
}

.absolute {
	position: absolute;
	display: table;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.info-item-banner-category {
	height: 100%;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	z-index: 99999;
	opacity: 0;
}

.info-item-banner-category a {
	color: #fff;
}

.title-category-banner {
	font-size: 24px;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	.item-banner-category {
		width: 33.333%;
	}
}

.noMargin {
	margin: 0 !important;
}

@media (max-width: 479px) {
	.btn-modal>a {
		margin-bottom: 15px;
	}
}
.btn-default {
	color: #fff;
	background-color: #e01222;
	padding: 10px 15px;
	font-size: 14px;
	border-radius: 0;
}

.btn-default.focus {
	color: #fff !important;
	background-color: #ffba00 !important;
	border-color: #ffba00 !important;
}

.btn-default:focus {
	color: #fff !important;
	background-color: #ffba00 !important;
	border-color: #ffba00 !important;
}

.btn-default:hover {
	color: #fff !important;
	background: #000000 !important;
	border-color: #000000 !important;
}

.btn-default.active {
	color: #fff !important;
	background-color: #ffba00 !important;
	border-color: #ffba00 !important;
}

.btn-default:active {
	color: #fff !important;
	background-color: #e01222 !important;
	border-color: #e01222 !important;
}

.share-icon {
	width: 100%;
	position: relative;
	float: left;
	line-height: 38px;
}
.not-accompanied {
	border: 2px dotted #ddd !important;
}

.scrollbar {
	float: left;
	max-height: 300px;
	width: 100%;
	overflow-y: auto;
}
.checkout-address>p {
	margin-bottom: 10px;
}

.checkout-address>p:nth-last-child(1) {
	margin-bottom: 0;
}
.modal-open {
	padding-right: 0 !important;
}

.modal-login {
	padding-right: 0 !important;
}

.btn-google {
	background-color: #b53d2f;
	height: 40px;
	line-height: 29px;
	border-radius: 3px;
}

.btn-facebook {
	background-color: #3b5998;
	height: 40px;
	line-height: 29px;
	border-radius: 3px;
}

.form-dn .fa {
	padding-right: 10px;
}

.form-dn>.form-group>.btn-default {
	font-size: 14px !important;
	text-transform: uppercase;
	padding: 10px 20px !important;
	border: none;
	height: 38px !important;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 5px solid rgba(225, 225, 225, .2);
	border-radius: 5px !important;
	outline: 0;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .1);
}

.hoac {
	position: relative;
	width: 100%;
	float: left;
	line-height: 40px;
	margin-bottom: 0;
	text-align: center;
}

.hoac:before {
	content: '';
	position: absolute;
	left: 0;
	top: 20px;
	width: 100px;
	height: 1px;
	background-color: #ccc;
}

.hoac:after {
	content: '';
	position: absolute;
	right: 0;
	top: 20px;
	width: 100px;
	height: 1px;
	background-color: #ccc;
}

.row-about-1 {
	padding: 20px 0 30px;
}

.ab-1-left {
	padding: 0;
}

.ab-1-left>img {
	width: 100%;
}

.ab-1-right {
	padding-right: 0;
	text-align: justify;
}

.ab-1-right>h1 {
	font-size: 30px;
	font-weight: bold;
	color: #ffba00;
}

.ab-1-right>h1>span {
	color: #383838;
}

.ab-1-right>h3 {
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
}

.ab-1-right>p {
	font-size: 14px;
	font-weight: 400;
}

.row-about-2 {
	width: 100%;
	position: relative;
	float: left;
	padding: 23px 0;
	margin-bottom: 30px;
}

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

.about-2-item {
	text-align: center;
}

.about-2-item>.icon {
	line-height: 80px;
	font-size: 36px;
	color: #fff;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #ffba00;
}

.about-2-item>.caption>h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.title-center {
	margin-bottom: 45px;
	text-align: center;
}

.title-center>h2 {
	font-size: 16px;
	font-weight: bold;
}

.title-center>h2>span {
	color: #ffba00;
}

.title-center>.line-title {
	width: 150px;
	height: 1px;
	background-color: #888;
	display: inline-block;
	position: relative;
}

.title-center>.line-title:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 60px;
	width: 30px;
	height: 3px;
	background-color: #ffba00;
}

.store-all {
	width: 100%;
	float: left;
	position: relative;
}

.page-four {
	padding-top: 180px;
	padding-bottom: 180px;
	text-align: center;
}

.page-four>div>h1 {
	width: 100%;
	font-size: 160px;
	font-weight: bold;
	line-height: 160px;
}

.page-four>div:nth-child(2) {
	margin-bottom: 50px;
}

.page-four>div:nth-child(2)>p {
	font-weight: 300;
	font-size: 24px;
}

.page-four>.logo {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
}

.list-cut {
	position: relative;
	margin-bottom: 30px;
	margin-top: 30px;
}

.list-cut>.cut-0 {
	padding: 0;
	padding-right: 120px;
}

.list-cut>.cut-1 {
	position: absolute;
	right: 59px;
	top: 0;
	width: 34px;
	height: 34px;
}

.list-cut>.cut-2 {
	position: absolute;
	right: 15px;
	top: 0;
	width: 34px;
	height: 34px;
}

.dkm-admanager-order {
	width: 100%;
	float: left;
	position: relative;
	background-color: #f8f8f8;
}

.dkm-admanager-order>.title_style3>h3 {
	margin-bottom: 30px;
	padding: 10px 15px;
}
.address-book-item {
	width: 100%;
	position: relative;
	float: left;
}

.address-book-item>ul {
	list-style: none;
}

.address-book-item>ul>li {
	margin-bottom: 15px;
}

.address-book-item>ul>li:nth-last-child(1) {
	margin-bottom: 0;
}

.bs-docs-sidenav {
	width: 100%;
	position: relative;
	float: left;
}

.bs-docs-sidenav>li {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.bs-docs-sidenav>li>a>i {
	margin-right: 10px;
	width: 20px;
}

.in-email {
	width: 100%;
	position: relative;
	text-align: center;
}

.in-email .form-email-news {
	width: 100%;
	float: left;
	height: 50px;
	border-radius: 3px;
	padding-right: 50px;
}

.in-email>.main-email-news>h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	margin: 0;
	margin-bottom: 5px;
}

.content {
	position: relative;
}

body.ovl-hidden {
	overflow: hidden;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
	transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.nav>li>a {
	padding: 10px;
}

.nav li a {
	color: #333;
	font-weight: 400;
	display: block;
}

.nav li a .demo-icon {
	padding-right: 5px;
	display: inline;
}

.nav .sub-menu li a {
	padding: 8px 10px 8px 30px;
}

.breadcrumb-box {
}

.title-main h2 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin: 0;
}

.title-main h1 {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	margin-bottom: 10px;
}
.container {
	position: relative;
}

.news-top {
	margin-bottom: 15px;
}

.news-top h3 {
	font-size: 15px;
	margin: 0;
	padding: 10px 0;
}

.news-top h3 a {
	color: #333;
}

.news-top p {
	color: #777;
	font-size: 13px;
}

.lang-img {
	margin-right: 6px;
	position: relative;
	top: -2px;
}

.box-news-style1 {
	margin-bottom: 25px;
}

.top-page {
	text-align: right;
	padding-top: 18px;
}

.top-page a {
	color: #fff;
}

.top-page a strong {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}

.top-page i {
	font-size: 12px;
}

.box-new-cont {
	padding: 15px;
}

.box-new-cont .img-news {
	margin: -15px -15px 0;
	display: block;
}

.box-new-cont .img-news img {
	width: 100%;
}
.bg-gray {
	background: #eee;
}

.box-category {
	text-align: center;
	padding: 50px 0;
}

.box-category [class^="col-sm-"] {
	margin-bottom: 15px;
}

.box-category a {
	color: #333;
	text-transform: uppercase;
}

.box-category img {
	border: none;
}

.box-category .btn {
	border: 1px solid #fff;
	border-radius: 50px;
	text-transform: inherit;
	padding: 2px 15px;
}

.box-category .nav li a {
	text-transform: inherit;
	padding: 5px 0;
	font-size: 13px;
}

.box-tab-style2 {
	margin-bottom: 25px;
}

.box-tab-style2 .price-well {
	margin-bottom: 10px;
}

.box-tab-style2 .box-rate {
	margin-bottom: 0;
}
.box-tab-style2 .nav_title li {
	width: 50%;
	padding: 0;
}

.box-tab-style2 .nav_title li a {
	text-align: center;
	background: #3b3b3b;
	color: #fff;
	font-size: 14px;
}

.box-tab-style2 .nav_title li a::before {
	display: none;
}

.box-tab-style2 .nav_title li.active a {
	background: #66d0e6;
}

.button-category {
	padding-top: 10px;
}
.list-media {
	max-height: 300px;
	overflow-y: auto;
	margin-bottom: 15px;
}

.btn-fill {
	background-color: #eee;
	border: 1px solid #ddd;
	color: #333;
	border-radius: 0;
	padding: 6px 20px;
}

.media-left {
	float: left;
	padding-bottom: 10px;
}

.media-left a {
	display: block;
}

.btn-red {
	background-color: #dc121a;
	border: 1px solid #dc121a;
	color: #fff;
}
.image-wrapper {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	height: 260px;
}

.image-wrapper .icon-eye-1 {
	border: 1px solid #fff;
	border-radius: 50%;
}

.image-wrapper .icon-eye-1:before {
	content: '\ea3e';
	top: -7px;
	font-size: 20px;
	position: relative;
}

.image-wrapper a {
	text-decoration: none;
	display: block;
}

.image-wrapper img {
	width: 100%;
	display: block;
	min-height: 260px;
	border: 0;
	box-shadow: none;
	object-fit: cover;
}

.image-wrapper:hover .image-title {
	opacity: 1;
}

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

.animated.infinite {
	animation-iteration-count: infinite;
}
@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	50% {
		opacity: 1;
	}
}

.zoomIn {
	animation-name: zoomIn;
}


@-webkit-keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes pulse {
	0% {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.pulse {
	animation-name: pulse;
}

@-webkit-keyframes tada {
	0% {
		transform: scale3d(1, 1, 1);
	}
	10% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	50% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	70% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		transform: scale3d(1, 1, 1);
	}
	10% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	20% {
		transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
	}
	30% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	50% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	70% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}
	40% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	60% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}
	100% {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

.image-title {
	width: 100%;
	height: 32px;
	overflow: hidden;
	position: absolute;
	bottom: 12px;
	left: 10px;
	z-index: 1;
	padding: 10px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
	opacity: 0;
	background: 0 0;
}

.image-hover {
	position: absolute;
	display: block;
	background: rgba(0, 0, 0, 0);
	transition: background-color 0.3s ease;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.image-hover i[class*=icon-] {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	font-size: 42px;
	line-height: 42px;
	/* overflow: hidden; */
	color: #fff;
	opacity: 0;
	transition: opacity-color 0.5s ease;
	text-align: center;
}

.nav-tabs-03.nav-tabs {
	border-bottom: none;
}

.nav-tabs-03.nav-tabs>li.active>a {
	border: transparent;
	color: #fff;
}

.nav-tabs-03.nav-tabs>li.active>a:focus {
	border: transparent;
	color: #fff;
}

.nav-tabs-03.nav-tabs>li.active>a:hover {
	border: transparent;
	color: #fff;
}

.nav-tabs-03.nav li a {
	background: #eee;
	padding: 7px 15px;
	border-radius: 0;
	margin-right: 10px;
	border: 1px solid #ddd;
}

.title-tab-02 {
	margin-bottom: 25px;
}

.bg-none {
	background: none;
}

.nobor {
	border: none !important;
}

.nobor-right {
	border-right: none !important;
}

.line-or {
	height: 1px;
	background-color: #ddd;
	margin: 30px 0;
	text-align: center;
	text-transform: uppercase;
}

.line-or span {
	display: inline-block;
	background: #fff;
	position: relative;
	top: -10px;
	padding: 0 10px;
}

.button-login {
	text-align: center;
}

.popup-style1 .modal-dialog {
	max-width: 400px;
	border: 5px solid #000;
	border-radius: 5px;
}

.popup-style1 .close {
	display: none;
}

.popup-style1 .modal-header {
	padding: 0;
	border-bottom: none;
}

.nav-tabs-02 {
	display: inline-block;
	width: 100%;
}

.nav-tabs-02.nav li a {
	background: #999;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

.nav-tabs-02.nav-tabs>li.active>a {
	background: #fff;
	color: #333;
}

.nav-tabs-02.nav-tabs>li.active>a:focus {
	background: #fff;
	color: #333;
}

.nav-tabs-02.nav-tabs>li.active>a:hover {
	background: #fff;
	color: #333;
}

.width50 {
	width: 50%;
}

.dropdown-menu {
	padding: 0;
	margin: 0;
}

.dropdown-menu.menu-currency {
	padding: 10px;
}

.dropdown-menu.menu-currency li {
	margin-bottom: 15px;
}

.dropdown-menu.menu-currency li p {
	margin-bottom: 5px;
	font-size: 13px;
	opacity: 0.6;
}

.dropdown-menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dropdown-menu li ul li a {
	color: #333;
	font-size: 14px;
	padding: 5px 0;
	display: block;
	font-weight: 300;
}

.dropdown-menu>li>a {
	padding: 7px 10px;
}

.dropdown-menu>.active>a {
	background-color: #ffba00;
}

.dropdown-menu>.active>a:focus {
	background-color: #ffba00;
}

.dropdown-menu>.active>a:hover {
	background-color: #ffba00;
}

.pagination {
	list-style: none;
	width: 100%;
	border: 1px solid #e5e5e5;
	padding: 10px 18px 7px;
	text-align: center;
	border-radius: 0;
}

.pagination>li {
	display: inline-block;
	float: unset;
}

.pagination>li>a {
	height: 30px;
	min-width: 30px;
	border-radius: 5px;
	padding: 0;
}

.pagination>li>a span.demo-icon {
	right: 0;
}

.arow-right-sub-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	display: table;
	margin: auto;
	display: none;
	height: 5px;
}

.title-nav-sub {
	margin-top: 0;
}

.title-nav-sub a {
	font-weight: bold;
	color: #1e1e1e;
	display: block;
	border-bottom: 1px solid #ddd;
	text-transform: uppercase !important;
}

.sub-menu-vetical {
	position: absolute;
	top: 0;
	left: 100%;
	height: 100%;
	background: #fff;
	width: 900px;
	border-left: 1px solid #ddd;
	padding: 20px;
	display: none;
	min-height: 300px;
}

.box-nav-sub {
	text-transform: uppercase;
	font-size: 12px;
}

.banner-sub-menu {
	border-bottom: none !important;
}

.title-img-banner-sub {
	font-weight: bold;
	text-align: center;
}

.icon-category {
	text-align: center;
	margin-right: 15px;
}

.table-normal {
	margin: 10px 0 0;
}

.table-normal tr {
}

.table-normal>tbody>tr>td {
	border: none;
}

.table-normal>tbody>tr>th {
	border: none;
}

.table-normal>tbody>tr:nth-of-type(2n + 1) {
	background-color: #fff;
}

.table-normal>tfoot>tr>td {
	border: none;
}

.table-normal>tfoot>tr>th {
	border: none;
}

.table-normal>thead>tr>td {
	border: none;
}

.table-normal>thead>tr>th {
	border: none;
}

.font-medium {
	font-size: 120%;
}

.bor-top {
	border-top: 1px solid #ddd;
}

.bor-top td {
	border-top: 1px solid #ddd;
}

.price {
	color: #f00;
}

.right-style-1 {
	padding-left: 30px;
}

.box-style-1 .demo-icon {
	float: left;
	font-size: 20px;
}

.box-style-1 .title_style4 h2 {
	padding: 0;
	border-bottom: inherit;
}

.box-style-1 .title_style4 h3 {
	padding: 0;
	border-bottom: inherit;
}

.box-style-1 .title_style4 h4 {
	padding: 0;
	border-bottom: inherit;
}

.box-step3 {
	border: 2px solid #ddd;
	padding: 15px;
}

.box-step3 .title_style4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.box-step3 .title_style4 h3 {
	margin: 0;
	padding: 0;
}

.box-step3 .title_style4 a {
	color: #999;
}

.bg_clolor {
	background: #ffba00;
}

.padding {
	padding: 15px;
}

.no-padd {
	padding: 0 !important;
}

label {
	font-weight: 300;
}

.clred {
	color: #f00;
}

.tab-title {
	margin-bottom: 30px;
}

.padd10 {
	padding: 10px 0 !important;
}

.select2-container .select2-choice {
	border: none;
	background: none;
}

.select2-container .select2-choice .select2-arrow {
	border: none;
	background: none;
}

.select2-container .select2-choice .select2-arrow b {
	background: url(../images/select2.png) no-repeat 10px 8px;
}

.select2-container.form-control {
	padding-left: 0;
}

.input-icon {
	position: absolute;
	right: 3px;
	z-index: 2;
	top: 7px;
}

.inline-block {
	display: inline-block;
}

.cicle {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}

.title_style2 {
	position: relative;
}

.title_style2 h3::after {
	content: "";
	position: absolute;
	height: 4px;
	width: 60px;
	top: 34px;
	left: 50%;
	margin-left: -30px;
	z-index: 2;
}

.title_style2 h2 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.title_style2 h3 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.title_style2 h3 strong {
	color: #ffba00;
}

.title_style2 h4 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	position: relative;
}

.title_style2::after {
	content: "";
	position: absolute;
	height: 2px;
	width: 160px;
	background: #383838;
	top: 35px;
	left: 50%;
	margin-left: -80px;
}

.box-cont {
	padding: 50px 0;
}

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

.title_style h2 {
	background-color: #383838;
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 14px 15px;
	position: relative;
}

.title_style h3 {
	background-color: #383838;
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 14px 15px;
	position: relative;
}

.title_style h4 {
	background-color: #383838;
	font-size: 16px;
	color: #fff;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 14px 15px;
	position: relative;
}

.title_style3 h2 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 0 0 5px;
	position: relative;
}

.title_style3 h3 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 0 0 5px;
	position: relative;
}

.title_style3 h4 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin: 0 0 5px;
	position: relative;
}

.title_style3.bottom0 h3 {
	margin-bottom: 0;
}

.title_style4 h2 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.title_style4 h3 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
	padding: 16px 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.title_style4 h4 {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px;
	padding: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.title_style4>h3 {
	margin-bottom: 0;
}

.title_style1 h2 {
	font-size: 40px;
	margin: 0 0 15px;
}

.title_style1 strong {
	color: #ffba00;
}

.bottom {
	margin-bottom: 25px;
}

.breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 300;
	line-height: inherit;
}

.breadcrumb .active {
	color: #fff !important;
	font-weight: 300;
	font-size: 100%;
}

.box_bor_style1 {
	border: 5px solid #ddd;
	padding: 50px 25px 125px 30%;
	width: 130%;
	left: -30%;
	position: relative;
}

.welcome {
	padding: 50px 0;
}

.welcome p {
	font-weight: 300;
}

.img_intro1 {
	position: absolute;
	top: 30px;
	z-index: 2;
}

.bg_gray {
	background: #eee;
}

.box_location {
	padding: 50px 0;
}

.bg_gray2 {
	background: #f8f8f8;
	margin: 20px 0;
}

.nav-tabs-style1.nav-tabs {
	border: none;
	display: inline-block;
}

.nav-tabs-style1.nav-tabs>li.active>a {
	background: #ffba00;
}

.nav-tabs-style1.nav-tabs>li.active>a:focus {
	background: #ffba00;
}

.nav-tabs-style1.nav-tabs>li.active>a:hover {
	background: #ffba00;
}

.nav-tabs-style1 li a {
	background: #383838;
	display: block;
	width: 50px;
	height: 2px;
	padding: 0;
}

#btn-process-payment {
	margin-left: 5px;
	height: 42px;
	border-radius: 3px;
}

.nav-tabs-01 .nav-tabs {
	border: none;
}

.nav-tabs-01 .nav-tabs li {
	width: 100%;
	padding: 10px 0;
}

.nav-tabs-01 .nav-tabs li.active .icon-circle-empty {
	display: none;
}

.nav-tabs-01 .nav-tabs li.active span {
	color: #fff;
}

.nav-tabs-01 .nav-tabs li.active span .demo-icon {
	background: #fff;
}

.nav-tabs-01 .nav-tabs li.active i.icon-dot-circled {
	display: block;
}

.nav-tabs-01 .nav-tabs li .icon-dot-circled {
	display: none;
	left: 10px;
	top: 10px;
}

.nav-tabs-01 .nav-tabs li .demo-icon {
	position: absolute;
}

.nav-tabs-01 .nav-tabs li .icon-circle-empty {
	left: 10px;
	top: 10px;
	color: #999;
}

.nav-tabs-01 .nav-tabs li span {
	display: block;
	background: #eee;
	border: 1px solid #ddd;
	padding: 7px 15px 7px 35px;
	border-radius: 4px;
	color: #555;
	text-align: left;
	position: relative;
}

.nav-tabs-01 .nav-tabs li span .demo-icon {
	width: 25px;
	height: 25px;
	line-height: 25px;
	left: 5px;
	padding: 0;
	text-align: center;
	border-radius: 50%;
	top: 4px;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-wallet {
	color: #3b3b3b;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-visa {
	color: #ffba00;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-paypal {
	color: #00e5ff;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-mastercard {
	color: #4caf50;
}

.nav-tabs-01 .nav-tabs li span .demo-icon.icon-atm {
	color: #ffc212;
}

.nav-tabs-01 .nav-tabs li span .icon-cc-visa:before {
	right: 2px;
	position: relative;
}

.nav-tabs-01 .tab-content {
	padding: 20px 0;
}

.nav-tabs-01 .nav li a {
	padding: 0 0 0 39px;
	background: none !important;
	border: none !important;
	display: inline-block;
}

.nav-tabs-01 li.active .arrow-left {
	display: block;
}

.owl-carousel {
	position: inherit;
}

.owl-carousel .owl-wrapper-outer {
	padding-bottom: 2px;
}
.arrow-left {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	top: 50%;
	left: -21px;
	display: none;
	margin-top: -11px;
	border-right-color: #ddd;
	border-left-width: 0;
	border-width: 11px;
}

.arrow-left::after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	bottom: -12px;
	left: -11px;
	content: " ";
	border-right-color: #eee;
	border-left-width: 0;
	content: "";
	border-width: 12px;
}

.icon-flag {
	display: inline;
	font-size: 9px !important;
	padding: 0 7px;
	position: relative;
	top: -1px;
	background: url(../images/icons-flags.png) no-repeat 0 0;
}

.icon-flag-en {
	background-position: 0 0;
}

.icon-flag-de {
	background-position: 0 -22px;
}

.icon-flag-fr {
	background-position: 0 -44px;
}

.icon-flag-da {
	background-position: 0 -66px;
}

.icon-flag-el {
	background-position: 0 -88px;
}

.icon-flag-es {
	background-position: 0 -110px;
}

.icon-flag-it {
	background-position: 0 -132px;
}

.icon-flag-nl {
	background-position: 0 -154px;
}

.icon-flag-pl {
	background-position: 0 -176px;
}

.icon-flag-pt {
	background-position: 0 -198px;
}

.icon-flag-ru {
	background-position: 0 -220px;
}

.icon-flag-sv {
	background-position: 0 -242px;
}

.icon-flag-vi {
	background-position: 0 -261px;
}

.btn-normal {
	background-color: #ddd;
	border: 1px solid #ccc;
	line-height: 30px;
}

.txt-upper {
	text-transform: uppercase;
}

.form-control {
	box-shadow: inherit;
	border-radius: 0;
	border-color: #ddd;
}

#frm-send-contact .form-control {
	border-radius: 3px;
	height: 40px;
}

.cicle-icon {
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

th {
	text-align: inherit;
}

.bottom-big {
	margin-bottom: 30px;
}

.img-80 {
	width: 80px;
	height: 80px;
}

.img-80-bor {
	width: 80px;
	height: 80px;
	border: 1px solid #ddd;
	padding: 1px;
}

.font-small {
	font-size: 13px;
	text-transform: capitalize;
	color: #777;
	font-weight: normal;
}


.bottom0 {
	margin: 0 !important;
	padding: 0 !important;
}

.bg-white {
	background: #fff;
}

@media (max-width: 992px) and (min-width: 768px) {
	.img-80 {
		width: 50px;
		height: 50px;
	}
	.img-80-bor {
		width: 50px;
		height: 50px;
	}
	.title_style h3 {
		font-size: 10px;
	}
}

@media (max-width: 481px) {
	.btn-fill {
		padding: 5px;
		font-size: 12px;
		margin-right: 4px;
	}
	.nav_title li {
		padding-left: 0;
		width: inherit;
	}
	.nav_title li.active {
		padding-left: 0;
	}
	.nav_title li:first-child {
		padding-left: 0;
	}
	.nav_title li a {
		font-size: 13px;
	}
	.nav-tabs-03.nav li a {
		padding: 5px;
		font-size: 12px;
		margin-right: 4px;
	}
}

#frm-reg-email {
	margin: 0 auto;
	max-width: 575px;
}

#frm-reg-email * {
	margin: 0;
}

#frm-reg-email .form-group {
	min-height: 50px;
}

#frm-reg-email .btn-send-reg-email {
	right: 0;
	position: absolute;
	background: #e01222;
	height: 50px;
	width: 110px;
	top: 0;
	color: #fff;
	border-radius: 0 3px 3px 0;
	font-size: 15px;
}
.text {
	float: left;
	width: 45%;
}

.captcha-img {
	float: left;
	width: auto !important;
	height: 40px;
	margin-right: 15px;
}

.captcha-reload {
	float: left;
	width: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 2px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 15px;
}

.about-more {
	padding-right: 0 !important;
}

.detail-post {
	text-align: justify;
}

#myTabs1 {
	margin-top: 15px;
}

#Customer-tab {
	margin-top: 15px;
}

#footer .menu-top li a {
	color: #888;
	font-weight: 300;
	border-right: none;
	padding: 0 0 0 15px;
	line-height: 22px;
	transition: all 300ms ease;
	font-size: 13px;
}

#footer .menu-top li a:hover {
	color: #ffba00;
}

#sub#frm-reg-email .btn-send-reg-email {
	color: #ffba00 !important;
	right: 0;
	position: absolute;
	font-family: FontAwesome;
	content: "\f178";
}

#sub-menu01 li .tab-item {
	padding: 0 5px;
	width: initial;
	/* display: initial; */
	float: initial;
}

.owl-theme .owl-controls .owl-buttons div {
	background: none;
	font-family: fonts_vnsitecss;
	font-style: normal;
	font-weight: normal;
	speak: none;
	color: transparent;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	outline: none;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 16px;
	background-color: inherit;
}

.owl-theme .owl-controls .owl-buttons div:before {
	opacity: 0.5;
	color: #979797;
}

.owl-theme .owl-controls .owl-buttons div:hover:before {
	color: #e01222;
	opacity: 1;
}
.btn:focus {
	outline: none;
}

.slider-product.owl-theme .owl-controls .owl-buttons div {
	height: auto;
	bottom: inherit;
	top: 50%;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
	opacity: 0;
}

.tab-content:hover .owl-controls .owl-buttons div {
	opacity: 1;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right: 20px;
	left: -15px;
	right: auto;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	font-family: fontawesome;
	content: "\f177";
	font-size: 200%;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 20px;
	left: auto;
}

.slider-product.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	font-family: fontawesome;
	content: "\f178";
	font-size: 200%;
}
.box-rate i {
	color: #ffa800;
	font-size: 12px;
}

.price-inline p {
	display: inline;
}

.img>a,
.product-left-right .media-left a {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.view-style .btn-view {
	color: #fff;
	padding: 0;
	height: 34px;
	line-height: 34px;
	text-align: center;
	width: 34px;
	display: inline-block;
	margin-right: 10px;
	background-color: #959595;
}

.view-style .btn-view i {
	position: relative;
	left: 0px;
	width:  auto;
}
.btn-toggle-cont-box-left:before {
	display: none;
}

.box-thongso .row-tso {
	display: table;
	border-bottom: 1px dotted #ddd;
	width: 100%;
	padding: 4px 0 10px;
}

.box-thongso .row-tso strong {
	width: 160px;
	display: table-cell;
	vertical-align: middle;
}

.box-thongso .row-tso span {
	display: table-cell;
	vertical-align: middle;
}

.detail-binhluan textarea.form-control {
	min-height: 160px;
}

.opticon-select li {
	list-style: none;
	float: left;
}

.opticon-select li:hover .btn-ver {
	color: #fff;
	border: 1px solid transparent;
	position: relative;
}

.opticon-select li.active .btn-ver {
	color: #fff;
	border: 1px solid transparent;
	position: relative;
}

.select2-container-active .select2-choice {
	outline: none;
}

.title-table span {
	text-transform: uppercase;
}

.img-blogs a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.noButton .owl-buttons {
	display: none !important;
}

.img-trending img {
	width: 100%;
}

.img-news-feture img {
	width: 100%;
}

.more-post li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
	padding-right: 15px;
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	border-right: 1px solid #999;
}

.more-post li:last-child {
	border-right: none;
}

.img-news-right img {
	width: 100%;
}

.open>.dropdown-toggle.btn-default {
	color: #fff !important;
	background-color: #dc121a !important;
	border-color: #ae151b !important;
}
.form-dk>.form-group>a {
	height: 30px;
	width: 30px;
	margin-left: 10px;
}

.form-dk>.form-group>a>.fa {
	font-size: 14px !important;
}

.store-item>img {
	width: 100%;
}

.form-m-o>.box-table {
	margin-top: 20px;
}

.form-m-o>.form-group {
	margin-right: 5px;
}

.form-m-o>.form-group:nth-child(5) {
	margin-right: 0;
}

.form-m-o>.form-group>.input-group>.input-group-addon {
	border-radius: 0;
}

.form-group>.captcha-img {
	margin-right: 15px;
	height: 40px;
	width: auto !important;
}

.nav-tab-right>li>.dropdown-menu {
	right: 0;
	left: auto;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

:first-child+html .clearfix {
	zoom: 1;
}

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

.news-bottom ul a {
	border-top: 1px solid #ddd;
	color: #333;
	padding: 5px 10px 5px 20px;
	display: block;
	position: relative;
}

.news-bottom ul a:hover {
	color: #66d0e6;
}

.news-bottom ul a::before {
	font-family: fonts_vnsitecss;
	font-style: normal;
	font-weight: normal;
	color: #66d0e6;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	font-size: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	content: '\e959';
	margin-top: -5px;
}

.icon_img img {
	margin-right: 2px;
	margin-top: -2px;
}

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

.box-gallery-cont a {
	position: relative;
	color: #fff;
}

.fancybox-gallery:hover .image-hover {
	opacity: 0.65;
}

.fancybox-gallery:hover .image-hover i[class*=icon-] {
	opacity: 1;
}

.btn-social .btn {
	height: 50px;
	position: relative;
	color: #fff;
	border: none;
}

.btn-social .btn i {
	position: absolute;
	width: 50px;
	height: 50px;
	left: 0;
	top: 0;
	font-size: 20px;
	line-height: 50px;
}

.btn-social .btn.btn-facebook i {
	background-color: #30497d;
}

.btn-social .btn.btn-google i {
	background-color: #db4437;
}

.name-forgot a {
	color: #f70006;
}

.lang a {
	margin-right: 15px;
}

.currency a {
	margin-right: 15px;
}

.list-sub-menu .view-all-list {
	text-transform: none !important;
}

.table-nobor td {
	border: none !important;
	vertical-align: middle !important;
	padding: 10px 5px !important;
}

div .no-pad-right {
	padding-right: 0;
}

.box-forget .title_style4 h2 {
	padding: 0;
	border-bottom: inherit;
}

.box-forget .title_style4 h3 {
	padding: 0;
	border-bottom: inherit;
}

.box-forget .title_style4 h4 {
	padding: 0;
	border-bottom: inherit;
}

a.bt {
	display: inline-block;
	padding: 0 10px !important;
}
.tabs-menu-01:before {
	content: "";
	width: 1px;
	background: #ddd;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.title-table-01 th {
	background: #ddd;
}

.media-body .media-heading a {
	font-size: 14px;
	color: #333;
	display: block;
	font-weight: 300;
	line-height:  initial;
}

.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-prev {
	right: 30px;
}

.content-Customer .slider-product.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: 10px;
}


.item_block .box-product .content-tab-product .tab-pane .list-item {
	margin-right: 0;
}

/*404*/
.page-four {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
}
.page-four>.logo {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.page-four>div>h1 {
  width: 100%;
  font-size: 160px;
  font-weight: bold;
  line-height: 160px;
}
.page-four>div:nth-child(2) {
  margin-bottom: 50px;
}
.page-four>div:nth-child(2)>p {
  font-weight: 300;
  font-size: 24px;
}
