/*
Theme Name: BKNS
Theme URI: https://www.bkns.vn/
Author: TrungNQ
Author URI: http://www.bkweb.vn/
Description:
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bkns, bkweb
Text Domain: bkweb

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Garenal */
body {
	font-size: 14px;
	font-family: 'Roboto Condensed', Arial, sans-serif;
	color: #4b4b4b;
	background: url('images/bg.png') repeat-x top left;
}

p {
	font-size: 14px;
	margin-bottom: 15px;
}

a {
	color: #ed1c24;
}

a:hover {
	color: #ec1a39;
}

.site {
	position: relative;
	width: 100%;
	padding: 0;
}

.site-container {
	max-width: 1256px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}

.site-container:before,
.site-container:after {
	display: table;
	content: " ";
}

.site-container:after {
	clear: both;
}

.site-right {
	width: 28%;
	float: right;
	padding-left: 10px;
}

.site-left {
	width: 72%;
	float: left;
	padding-right: 10px;
}

.contact-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.hover-up {
	display: inline-block;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hover-up:hover,
.hover-up:focus,
.hover-up:active {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-animation-name: hover;
	animation-name: hover;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.site-col-4,
.site-col-3,
.site-col-2 {
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}

.site-col-4 li,
.site-col-3 li,
.site-col-2 li {
	float: left;
	width: 100%;
	padding: 0 10px;
}

.post-item-4 {
	width: 100%;
	margin-bottom: 20px;
}

.post-item-4 .post-thumbnail {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.post-item-4 h3 {
	text-align: center;
	margin: 10px 0;
}

.post-item-4 h3 a {
	color: #4b4b4b;
	font-size: 20px;
	font-weight: bold;
}

.post-item-4 .post-sum {
	color: #939598;
	font-size: 16px;
	text-align: justify;
}

.post-item-3 {
	width: 100%;
}

.post-item-3 .post-thumbnail {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.post-item-3 h3 {
	text-align: center;
}

.post-item-3 h3 a {
	color: #ed1c24;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

.post-item-3 .post-sum {
	color: #939598;
	font-size: 17px;
}

.post-item-2 {
	width: 100%;
	margin-bottom: 20px;
}

.post-item-2 .post-thumbnail {
	float: left;
	width: 40%;
	padding-right: 15px;
}

.post-item-2 h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.post-item-2 .post-sum {
	color: #939598;
	font-size: 18px;
}

p.view-more {
	text-align: center;
	margin-top: 20px;
}

p.view-more a {
	display: inline-block;
	color: #fff;
	background: #ed1c24;
	border-radius: 4px;
	padding: 10px 50px;
}

.block-news-left {
	width: 100%;
	margin-bottom: 20px;
}

.block-news-left {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}

.block-news-left img {
	width: 100%;
}

.block-news-left p {
	margin: 0;
}

.block-news-left h3 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.45);
	color: #fff;
	margin: 0;
	padding: 10px 0;
}

.block-news-left h3 a {
	color: #fff;
	font-size: 17px;
	text-transform: uppercase;
}

.block-news-right {
	width: 100%;
	text-align: center;
}

.block-news-right li {
	margin-bottom: 30px;
}

.block-news-right h4 {
	margin: 0;
	border-bottom: 1px solid #d4d4d4;
}

.block-news-right h4 a {
	color: #4b4b4b;
	font-size: 16px;
	font-weight: bold;
}

.post-meta {
	padding: 8px 0;
	font-size: 14px;
}

.post-meta a.comment {
	float: right;
	background: url(images/icon-comment.png) no-repeat left center;
	padding-left: 25px;
	color: #0288d1;
}

@media (min-width:767px) {
	.site-col-4 li {
		width: 50%;
	}

	.site-col-4 li:nth-child(2n+1) {
		clear: both;
	}

	.block-news-left {
		float: left;
		width: 30%;
		margin-bottom: 0;
	}

	.block-news-right li {
		margin-bottom: 0;
	}

	.block-news-right {
		float: right;
		width: 70%;
		padding-left: 30px;
		text-align: left;
	}

	.block-news-right h4 {
		height: 50px;
	}

}

@media (min-width:992px) {
	.site-col-4 li {
		width: 25%;
	}

	.site-col-4 li:nth-child(2n+1) {
		clear: none;
	}

	.site-col-4 li:nth-child(4n+1) {
		clear: both;
	}

	.site-col-3 li {
		width: 33.33333333%;
	}

	.site-col-3 li:nth-child(3n+1) {
		clear: both;
	}

	.site-col-2 li {
		width: 50%;
	}

	.site-col-2 li:nth-child(2n+1) {
		clear: both;
	}

	.post-item-hori .post-thumbnail img {
		width: 100%;
	}

}

@media(max-width:991px) {
	.site-left,
	.site-right {
		width: 100%;
		padding: 0;
	}

}

/* Genericons */
.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}

/* Elements */
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/* post-navigation */
.post-navigation {
	width: 100%;
	margin-top: 20px;
}

.post-navigation .screen-reader-text {
	font-size: 16px;
	text-transform: uppercase;
}

.post-navigation .nav-previous {
	width: 50%;
	float: left;
	text-align: left;
}

.post-navigation .nav-next {
	width: 50%;
	float: right;
	text-align: right;
}

.post-navigation a {
	color: #909090;
}

@media (max-width:991px) {
	.hide-on-mobile {
		display: none;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}

}

@media (max-width:1300px) {
}

/* Header */
.header-line {
	background: #efefef;
	padding: 8px 0;
	color: #4d4d4d;
	border-bottom: 1px solid #e3e3e3;
}

.header-line a {
	color: #4d4d4d;
}

.header-line-right {
	float: right;
}

.top-holine {
	float: left;
	border-right: 1px solid #e3e3e3;
	padding-right: 10px;
	margin-right: 10px;
}

.top-email {
	float: left;
}

.top-social-wrap {
	float: left;
}

@media (max-width:991px) {
	.header-line-right {
		width: 100%;
		text-align: center;
	}

	.top-holine,
	.top-email {
		float: none;
		display: inline-block;
	}

}

/* site-header */
.site-header {
	position: relative;
	background: #fff;
	padding: 0;
}

.site-header-wrap {
	position: relative;
}

.logo {
	display: inline-block;
	text-align: left;
	margin: 15px;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 25px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 0;
}

.site-description {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.logo {
	padding: 0;
}

.logo img {
	height: 90px;
}

.site-banner {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}

.lang-switcher {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	margin-bottom: 10px;
	height: 26px;
}

.lang-switcher li {
	display: inline-block;
}

.quick-search {
	border-radius: 0 50px 50px 0;
	padding: 8px 20px 8px 8px;
	overflow: hidden;
	position: relative;
	height: 40px;
	background: rgb(224, 197, 10);
	background: linear-gradient(180deg, rgba(224, 197, 10, 1) 0%, rgba(198, 175, 18, 1) 50%, rgba(216, 192, 23, 1) 100%);
}

.quick-search .quick-search-field {
	border: 0;
	height: 24px;
	line-height: 24px;
	float: left;
	width: 100%;
	border-radius: 6px;
}

.quick-search .quick-search-submit {
	height: 24px;
	width: 24px;
	cursor: pointer;
	border: none;
	position: absolute;
	top: 8px;
	right: 20px;
	color: #292929;
	background: transparent;
	font-size: 14px;
}

.top-contact {
	display: block;
	text-align: center;
	position: relative;
	padding-right: 40px;
}

.top-contact p {
	margin: 5px 0;
}

.top-contact p.hotline {
	font-size: 16px;
	color: #ed1c24;
	font-weight: bold;
}

.show-menu-right {
	position: absolute;
	right: 0;
	top: 20px;
	cursor: pointer;
	display: none;
}

@media (max-width:991px) {
	.quick-search {
		width: 100%;
		border-radius: 50px;
		padding: 8px 15px;
		margin: 15px 0;
		display: none;
	}

	.logo {
		text-align: center;
		display: inline-block;
		width: 100%;
	}

}

@media (min-width:992px) {
	.show-menu-right {
		display: block;
	}

	.quick-search {
		width: auto;
		flex-shrink: 0;
		flex-grow: 1;
	}

	.lang-switcher {
		text-align: right;
	}

}

/* Nav */
.main-nav {
	background: #ffe000;
	padding: 5px 15px 15px;
}

.main-nav-container {
	width: 100%;
	border: 1px solid #e4c60c;
	border-radius: 50px;
	background: rgb(254, 237, 115);
	background: linear-gradient(180deg, rgba(254, 237, 115, 1) 0%, rgba(254, 227, 50, 1) 50%, rgba(255, 220, 6, 1) 100%);
	display: flex;
}

.nav-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	flex-grow: 1;
	display: flex;
}

.nav-menu>li {
	display: inline-block;
	border-right: 1px solid #ffffff;
	height: 40px;
	position: relative;
	padding: 0;
	float: left;
	flex-grow: 1;
}

.nav-menu>li>a {
	color: #292929;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 40px;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.nav-menu>li:first-child>a {
	border-radius: 50px 0 0 50px;
}

.nav-menu>li>a:hover,
.nav-menu>li.current-menu-item>a {
	text-decoration: none;
	color: #fff;
	background: rgb(224, 197, 10);
	background: linear-gradient(180deg, rgba(224, 197, 10, 1) 0%, rgba(198, 175, 18, 1) 50%, rgba(216, 192, 23, 1) 100%);
}

.nav-menu>li>.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	z-index: 99999;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	text-align: left;
}

.nav-menu>li:hover >.sub-menu {
	display: block;
}

.nav-menu .sub-menu li {
	list-style: none;
	padding: 8px 10px;
	position: relative;
}

.nav-menu .sub-menu li a {
	color: #797979;
}

.nav-menu .sub-menu li.menu-item-has-children:after {
	position: absolute;
	top: 10px;
	right: 10px;
	content: "\f0da";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.nav-menu .sub-menu .sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	width: 300px;
	z-index: 99999;
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	text-align: left;
}

.nav-menu .sub-menu li:hover >.sub-menu {
	display: block;
}

.nav-menu-mobile {
	display: none;
}

@media (max-width:991px) {
	.main-nav {
		background: #fff;
		padding: 10px 15px;
	}

	.main-nav-container {
		border-radius: 10px;
		display: block;
		padding: 0 15px;
	}

	.nav-menu>li:first-child>a {
		border-radius: unset;
	}

	.nav-menu>li>a {
		text-align: left;
	}

	.nav-menu-mobile {
		display: block;
		color: #292929;
		padding: 0;
		line-height: 40px;
		text-transform: uppercase;
		font-weight: bold;
		cursor: pointer;
	}

	.nav-menu {
		display: none;
		width: 100%;
		float: none;
		height: auto;
		padding: 0;
		background: #efefef;
		border: 1px solid #e3e3e3;
	}

	.nav-menu li {
		width: 100%;
		border: none;
		border-top: 1px solid #ffffff5e;
		height: auto;
	}

	.nav-menu>li>a {
		padding: 5px 15px;
		display: inline-block;
		color: #4b4b4b;
		width: 100%;
	}

	.nav-menu li .sub-menu {
		width: 100%;
		display: block;
		position: relative;
	}

	.category-nav-menu li i.fa-caret-right {
		display: none;
	}

	.category-nav-menu li i.toggle-sub-menu {
		display: block;
		float: right;
		color: #ffffff;
		cursor: pointer;
	}

	.header-line {
		text-align: center;
	}

	.top-nav-menu {
		float: none;
		display: inline-block;
	}

}

@media (min-width:992px) {
	.category-nav:hover .category-nav-menu-wrap {
		display: block;
	}

	.category-nav-menu .sub-menu {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		display: none;
	}

	.category-nav-menu li.menu-item-has-children:hover>.sub-menu {
		display: block;
	}

	.nav-menu {
		text-align: left;
	}

}

/* Content */
.main-banner {
	text-align: center;
	margin-bottom: 30px;
}

.site-content {
	width: 100%;
	padding-top: 20px;
	background: #fff;
}

.site-main {
	width: 100%;
}

.gallery-sc-container {
	background: #ed1c24;
	padding: 30px 50px;
	margin-bottom: 30px;
}

.gallery-sc-container h3 {
	text-align: center;
	font-size: 28px !important;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 30px 0 !important;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.gallery-sc-wrap {
	display: none;
}

.gallery-sc {
	text-align: center;
	padding: 0 15px;
}

.gallery-sc a {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: none !important;
}

.gallery-sc a img {
	display: inline-block !important;
}

/*  Posts and pages */
.page-thumbnail {
	text-align: center;
}

.hentry {
	background-color: #fff;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.hentry .post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}

.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #d4d4d4;
}

.entry-title {
	color: #4b4b4b;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 15px 0;
}

.entry-content,
.entry-summary {
	padding: 0 0 15px 0;
	text-align: justify;
}

.entry-content >:last-child,
.entry-summary >:last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 36px;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 32px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 28px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 20px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding: 15px;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	margin: 0 0 20px 0;
	padding: 0;
	border-bottom: 1px solid #d2d2d2;
}

.page-title {
	color: #b1381b;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 15px 0;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description >:last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 0;
}

.entry-content .wpcf7 {
	margin-top: 15px;
}

.entry-content .wpcf7 label {
	width: 100%;
}

.entry-content .wpcf7 input[type="text"],
.entry-content .wpcf7 input[type="number"],
.entry-content .wpcf7 input[type="tel"],
.entry-content .wpcf7 input[type="email"],
.entry-content .wpcf7 textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #ccc;
}

.entry-content .wpcf7 .wpcf7-submit {
	background: #ed1c24;
	border: none;
	color: #fff;
	font-size: 20px;
	padding: 5px 20px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: inline;
	margin: 0;
	border-radius: 5px;
	text-transform: uppercase;
}

/* List post */
.post-item {
	width: 100%;
	margin-bottom: 30px;
	background: #f4f4f4;
}

.post-item .post-thumbnail {
	margin-bottom: 0;
	float: left;
	margin-right: 30px;
}

.post-item .post-thumbnail img {
	-webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.25);
}

.post-item-caption {
	padding: 0 15px 0 0;
}

.post-item h3 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
}

.post-item h3 a {
	color: #454545;
}

.post-item h3 a:hover {
	color: #2290cc;
}

.post-item p {
	color: #878787;
	text-align: justify;
}

.post-item a.view-detail {
	font-size: 13px;
	font-style: italic;
}

@media (max-width:991px) {
	.post-item {
		padding: 15px;
	}

	.post-item .post-thumbnail {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.post-item-caption {
		padding: 0;
	}

}

/* Related posts */
.related-posts-wrap {

	/* width: 100%;
	margin: 30px 0; */
}

.related-posts-title {
	padding: 0;
	margin-bottom: 15px;
}

.related-posts-title h3 {
	text-transform: uppercase;
	font-size: 18px;
	background: #f7f7f7;
	padding: 10px 15px;
	margin: 0;
	border-bottom: 1px solid #d4d4d4;
	font-weight: bold;
}

.related-posts {
	width: 100%;
}

.related-posts ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.related-posts ul li {
	padding: 10px 0;
	border-bottom: 1px dotted #9f9f9f;
}

.related-posts ul li a {
	color: #333;
}

.related-posts ul li a i {
	color: #333;
}

/* Footer */
.site-footer {
	padding: 30px 0;
	margin: 0;
	background: #e2d062;
}

.widget-footer {
	width: 100%;
	color: #3a2b00;
}

.widget-footer .widget-footer-title h3 {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 15px 0;
	font-weight: bold;
}

.line-footer {
	padding: 5px 0;
	background: #867e4c;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.backtotop {
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: none;
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 35px;
	text-align: center;
}

/* Scroll */
.contact-scroll {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 9999;
	width: 41px;
	margin-top: -180px;
}

.contact-scroll a {
	display: inline-block;
	margin-bottom: 5px;
}

.load-map,
.load-support {
	cursor: pointer;
}

.call-fixed {
	display: none;
	position: fixed;
	bottom: 10px;
	left: 10px;
	z-index: 9999;
}

.mail-fixed {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9999;
	background: #005ca1;
	color: #ffffff;
	font-size: 22px;
	padding: 5px 10px;
	border-radius: 5px;
}

@media(max-width:991px) {
	.contact-scroll {
		display: none;
	}

	.mail-fixed,
	.call-fixed {
		display: block;
	}

}

/* home */
.home-area {
}

.home-banner {
	margin-top: 15px;
}

.main-slider {
}
/* sidebar home */

.sidebar-home {
	background-color: #f5f5b7;
}

.sidebar-home-title {
	border-bottom: 2px solid #8cde7c;
	padding: 20px;
	margin-bottom: 20px;
}

.sidebar-home-title h2 {
	display: inline-block;
    color: #b1381b;
    padding: 5px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.sidebar-home-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-home-content ul li {
	margin-bottom: 15px;
	padding: 0 15px;
}

.sidebar-home-content ul li p {
	margin-bottom: 5px;
}

.sidebar-home-content ul li .post-title a {
	font-size: 16px;
	color: #242424;
}

.sidebar-home-content ul li .post-date {
	color: #898989;
	font-size: 14px;
}

.sidebar-home-content ul li .post-thumbnail {
	display: inline-block;
	width: 100%;
	text-align: center;
}

/* home widgets */
.home-content {
	margin-right: -5px;
	margin-left: -5px;
}

.home-content:after,
.home-content:before {
	display: table;
	content: " ";
}

.home-content:after {
	clear: both;
}

.widget-home {
	width: 100%;
	padding-bottom: 30px;
	background-color: #f5f5b7;
	padding: 25px;
}

.widget-home .widget-home-title {
	margin: 0 0 20px 0;
}

.widget-home-title h2 {
	display: inline-block;
	color: #b1381b;
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.widget-home-title h2 span {
	color: #4b4b4b;
}

.widget-page p {
	color: #121212;
	font-weight: bold;
}

.widget-page .page-thumbnail {
	width: 100%;
}

.widget-page .page-thumbnail img {
	width: 100%;
}

.widget-page .view-more {
	color: #0058f4;
}

.home-news-title {
	border-bottom: 1px solid #d4d4d4;
	margin: 20px 0;
}

.home-news-title h2 {
	color: #ed1c24;
	text-transform: uppercase;
	float: left;
	font-size: 35px;
	font-weight: bold;
}

.home-news-title h2 span {
	color: #4b4b4b;
}

.home-news-title i {
	font-size: 20px;
	color: #939598;
	float: left;
	margin-top: 27px;
	margin-left: 10px;
}

.home-news-title a {
	float: right;
	font-size: 16px;
	color: #ed1c24;
	text-decoration: underline;
	text-transform: uppercase;
	font-style: italic;
	margin-top: 20px;
}

.text-image {
	width: 100%;
}

.text-image h2 {
	background: #f05323;
	color: #ffffff;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px 0;
}

.text-image-content {
	text-align: center;
}

.text-image-content h3 {
	font-size: 32px;
	font-weight: bold;
	color: #ed1c24;
	text-transform: uppercase;
}

.text-image-desc {
	font-size: 23px;
	color: #939598;
}

.text-image-desc p {
	font-size: 23px;
	color: #939598;
}

.text-image-content .lienhengay {
	font-weight: bold;
	font-size: 28px;
	color: #ed1c24;
	text-transform: uppercase;
}

.text-image-content p a {
	background: #ed1c24;
	display: inline-block;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding: 6px 10px;
}

@media (min-width:767px) {
	.product-cat-wrap ul li {
		width: 50%;
	}

}

@media (min-width:991px) {
	.product-cat-wrap ul li {
		width: 33.33333333%;
	}

	.home-news-title a {
		margin-top: 40px;
	}

}

/* single image home */
.single-image {
	position: relative;
}

.single-image .single-image-title {
	text-transform: uppercase;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 18px;
}

.single-image .single-image-title.style-up {
	top: 0;
}

.widget-home .single-image-title.style-down {
	background: rgba(19, 86, 181, 0.8);
	color: #ffffff;
	bottom: 0;
	margin: 0;
	padding: 10px 0;
}

.widget-home .single-image-title.style-down a {
	color: #ffffff;
}

.single-image .thumbnail-image {
	width: 100%;
	display: inline-block;
}

.single-image img {
	width: 100%;
}

.list-terms {
	padding: 10px;
}

.list-terms .term-item {
	margin-bottom: 10px;
}

.list-terms a.thumbnail-image {
	display: inline-block;
	overflow: hidden;
	width: 100%;
}

.list-terms a.thumbnail-image img {
	width: 100%;
}

.list-terms h3 {
	margin: 15px 0;
	font-size: 14px;
	font-weight: bold;
}

.list-terms h3 a {
	color: #454545;
}

.list-terms h3 a:hover {
	color: #2290cc;
}

.list-terms a.view-detail {
	display: inline-block;
}

.our-services {
	background: #ececec;
}

.os-wrap {
	max-width: 1005px;
	margin: 0 auto;
}

.os-more {
	text-align: center;
	margin-top: 30px;
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	color: #4b4b4b;
}

.os-item {
	padding: 20px 20px 20px 34px;
	position: relative;
}

.os-item .thumb {
	float: left;
	width: 68px;
	height: 68px;
	text-align: center;
	line-height: 68px;
	background: #ed1c24;
	border-radius: 100px;
	position: absolute;
	left: 0;
	top: 28px;
}

.os-item .thumb img {
	max-width: 100%;
	max-height: 100%;
}

.os-caption {
	background: #f3f5ff;
	border: 1px solid #c9c9c9;
	padding: 15px 15px 15px 50px;
}

.os-item h4 {
	color: #ed1c24;
	font-size: 22px;
	font-weight: bold;
}

.os-item p {
	font-size: 18px;
	color: #6a6a6c;
}

.why-choose-us {
	background: #ececec;
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
}

.why-choose-us.widget-home .widget-home-title {
	border-bottom: none;
}

.why-choose-us.widget-home .widget-home-title h2 {
	color: #fff;
}

.wcu-wrap {
	max-width: 1090px;
	margin: 0 auto;
}

.wcu-item {
	padding: 20px 0;
	position: relative;
	text-align: center;
}

.wcu-item .thumb {
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	border-radius: 100px;
	display: inline-block;
	margin-bottom: 15px;
}

.wcu-item .thumb img {
	width: 100px;
	height: 100px;
}

.wcu-item h4 {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}

.wcu-item p {
	color: #fff;
	font-size: 16px;
}

@media(max-width:768px) {
	.os-item {
		padding: 20px;
		margin-top: 15px;
	}

	.os-item .thumb {
		top: -14px;
		left: 50%;
		margin-left: -34px;
	}

	.os-caption {
		padding: 35px 15px 15px 15px;
		text-align: center;
	}

}

/* Sidebar */
.sidebar-area {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
}

.sidebar-area .widget {
	margin-bottom: 20px;
	overflow: hidden;
}

.sidebar-area .widget:last-child {
	margin-bottom: 0;
}

.sidebar-area .widget .widget-title {
	background-color: #ffe20e;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
}

.sidebar-area .widget .widget-title h3 {
	background: rgb(206,206,206);
	background: linear-gradient(180deg, rgba(206,206,206,1) 0%, rgba(128,128,128,1) 50%, rgba(45,45,45,1) 100%);
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 5px;
	margin: 0;
}

.sidebar-area .sidebar-content {
	border: 1px solid #bbbbbb;
	border-top: unset;
	padding: 15px;
}

.sidebar-area .bkfw_likebox .sidebar-content {
	padding: 0;
}

.sidebar-area .widget a {
	color: #454545;
}

.sidebar-area .widget a:hover {
	color: #0078f5;
}

/* widget_wp_statistics_widget */

.widget_wp_statistics_widget ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0 0 0 15px;
}

.widget_wp_statistics_widget ul li label {
	margin-right: 10px;
}

/* widget menus */
.widget-menus .sidebar-content {
	padding: 0;
}

.widget-nav {
	width: 100%;
	padding: 0;
	margin: 0;
}

.widget-nav li {
	width: 100%;
	list-style: none;
}

.widget-nav li a {
	display: inline-block;
	padding: 8px 0;
	color: #454545;
}

.widget-nav li a:hover,
.widget-nav li.current-menu-item>a,
.widget-nav li.current-menu-parent>a {
	color: #0078f5;
}

.widget-nav>li>a {
	padding-left: 5px;
	font-weight: bold;
	color: #2d2d2d;
	text-transform: uppercase;
}

.widget-nav>li>a:before {
	content: "\f10c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    margin-right: 10px;
    color: #898989;
}


.widget-nav>li>a:hover:before,
.widget-nav>li.current-menu-item>a:before,
.widget-nav li.current-menu-parent>a:before {
	content: "\f192";
	color: #0078f5;
}

.widget-nav ul.sub-menu {
	padding: 0 0 0 10px;
}

.widget-nav ul.sub-menu li {
	padding: 0;
}

.widget-nav ul.sub-menu a {
	padding: 12px 0 12px 15px;
	background: url(images/icon-dot2.png) no-repeat left center;
}

/* gallery widget */
.gallery-wrap {
	background: #ffffff;
	padding: 40px 0;
	border-top: 1px solid #b7b7b7;
	margin-top: 30px;
}

.gallery-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.gallery-widget-container {
	padding: 0 40px;
}

.gallery-widget {
	padding: 0;
	display: none;
}

.gallery-widget a {
	padding: 0 10px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

/* list supporter */
.list-supporter {
	padding: 15px;
}

.list-supporter .supporter {
	padding: 10px 0;
	border-bottom: 1px dotted #848893;
}

.list-supporter .supporter label.name {
	color: red;
}

.sidebar-content .supporter {
	padding: 0 0 15px 0;
	border-top: 1px solid #eaeaea;
}

.sidebar-content .supporter:first-child {
	border-top: none;
}

.list-table-supporter {
	margin-top: 15px;
	background: #ffffff;
}

.list-table-supporter table {
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.list-table-supporter table th,
.list-table-supporter table td {
	padding: 5px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.popup-map {
	padding: 20px 20px 20px 180px;
	background: url(images/map-bg.jpg) left top no-repeat #ffffff;
}

/* -------------------------------------------------------------
--- Libs -------------------------------------------------------
---------------------------------------------------------------- */

/* Breadcrumbs */
.breadcrumbs {
	background: #fff;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #4b4b4b;
	border-bottom: 1px solid #e4e4e4;
}

.breadcrumbs a {
	position: relative;
	display: inline-block;
	color: #ed1c24;
	padding: 5px 0;
}

.breadcrumbs a:hover {
	color: #e67817;
}

/* Social share */
.social-share {
	padding: 0;
	margin-bottom: 30px;
}

.social-share span {
	float: left;
	margin-right: 5px;
}

/* Comments */
.comments-area {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #ddd;
	margin-top: 15px;
	margin-bottom: 30px;
}

.fb-comments-title {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0;
	text-transform: uppercase;
}

.comments-area >:last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-bottom: 1px solid #eaeaea;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title-wrap,
.comment-reply-title {
	background: url(images/cmt-title.jpg) repeat-x center;
}

.comments-title-wrap .comments-title,
.comment-reply-title span {
	display: inline-block;
	background: #fff;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 15px;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 0px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content >:last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 15px;
}

.comment-respond .comment-form-author {
	width: 48%;
	float: left;
}

.comment-respond .comment-form-email {
	width: 48%;
	float: right;
}

.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label,
.comment-respond .comment-form-comment label {
	font-weight: normal;
}

.comment-respond .comment-form-comment {
	margin-top: 5px;
}

.comment-respond .comment-form-author input,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-comment textarea {
	width: 100%;
	background: #f8f8f8;
	border: #e3e3e3 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
}

.comment-respond .comment-form-comment textarea {
	max-height: 80px;
}

.comment-respond .form-submit {
	margin: 10px 0;
}

.comment-respond .form-submit #submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: red;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}

.search-form {
	text-align: left;
	background: #dcdcdc;
	padding: 10px;
}

.search-form .search-submit {
	background: #ed1c24;
}

.search-field {
	background: #f8f8f8;
	border: #e3e3e3 1px solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #333;
	margin: 0;
	padding: 5px;
}

::-webkit-input-placeholder {
	font-weight: normal;
}

:-moz-placeholder {

	/* Firefox 18- */
	font-weight: normal;
}

::-moz-placeholder {

	/* Firefox 19+ */
	font-weight: normal;
}

:-ms-input-placeholder {
	font-weight: normal;
}

.search-submit {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

/* footer social */
.social-link {
	padding: 5px 0;
}

.footer-social-link {
	margin: 30px 0;
}

.footer-social-link .social-link {
	float: left;
	margin: 0;
}

.social-link-label {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.social-link a {
	margin: 0 3px;
	background: #ffffff;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	padding: 0;
	border-radius: 100px;
}

.social-link a:hover {
	color: #454545;
	background: #ddd;
}

.social-link a i {
	font-size: 20px;
}

.social-link .btn-facebook {
	background: #3a589b;
}

.social-link .btn-rss {
	background: #fd9f13;
}

.social-link .btn-twitter {
	background: #28aae0;
}

.social-link .btn-youtube {
	background: #cf3427;
}

.social-link .btn-google-plus {
	background: #da6245;
}

.social-link .btn-flickr {
	background: #025FE0;
}

.social-link .btn-linkedin {
	background: #0085AF;
}

.top-social a {
	color: #fff;
	float: left;
	padding: 0 5px;
	font-size: 16px;
}

/* Contact page */
.contact-map {
	padding: 5px;
	border: 1px solid #ddd;
}

.contact-map-label {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.office {
	margin: 0;
	padding: 10px;
	border: 1px solid #ddd;
}

.office h3 {
	font-size: 15px;
	text-transform: uppercase;
}

.office ul {
	margin: 0;
	padding: 0;
}

.office ul li {
	list-style: none;
	font-size: 13px;
	padding: 5px 0;
}

.office ul li i {
	margin-right: 10px;
}

.office ul li a {
}

.contact-form textarea,
.contact-form input[type="text"],
.contact-form input[type="email"] {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}

.contact-form input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #7e7e7e;
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
	cursor: pointer;
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 5px 20px;
	text-align: center;
	text-decoration: none;
}

/**
 * Widgets
 */
.widget {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin: 0 auto 9.09090%;
	width: 100%;
	word-wrap: break-word;
}

.widget pre {
	line-height: 1.2;
}

.widget button,
.widget input,
.widget select,
.widget textarea {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

.widget button,
.widget input {
	line-height: normal;
}

.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0.7917em 1.5833em;
}

.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget textarea {
	padding: 0.375em;
}

.widget-title {
	color: #333;
	margin: 0 0 1.6em;
	text-transform: uppercase;
}

.widget >:last-child {
	margin-bottom: 0;
}

.widget_calendar table {
	margin: 0;
}

.widget_calendar td,
.widget_calendar th {
	line-height: 2.3333;
	text-align: center;
	padding: 0;
}

.widget_calendar caption {
	font-family: "Noto Serif", serif;
	font-weight: 700;
	margin: 0 0 1.6em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.widget_calendar tbody a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	color: #fff;
}

.widget_archive a,
.widget_categories a,
.widget_links a,
.widget_meta a,
.widget_nav_menu a,
.widget_pages a,
.widget_recent_comments a,
.widget_recent_entries a {
	border: 0;
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 0.7667em 0;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
	border-top: 0;
	padding-top: 0;
}

.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_links li:last-child,
.widget_meta li:last-child,
.widget_nav_menu li:last-child,
.widget_pages li:last-child,
.widget_recent_comments li:last-child,
.widget_recent_entries li:last-child {
	padding-bottom: 0;
}

.widget_categories .children,
.widget_nav_menu .sub-menu,
.widget_pages .children {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0.7667em 0 0 0.8em;
	padding-top: 0.7667em;
}

.widget_recent_entries li {
	width: 100%;
	float: left;
}

.widget_recent_entries .post-date {
	font-style: italic;
}

.widget_recent_entries .post-thumbnail {
	float: left;
	width: 100px;
	margin-right: 20px;
}

.widget_featured_post ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_featured_post ul li {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.widget_featured_post ul li:last-child {
	margin-bottom: 0;
}

.widget_featured_post .post-date {
	font-style: italic;
	font-size: 10px;
}

.widget_featured_post .post-thumbnail {
	float: left;
	width: 60px;
	margin-right: 15px;
}

.widget_featured_post .post-title {
	margin-bottom: 5px;
	font-size: 14px;
}

.widget_featured_post .view-detail {
	margin: 0;
}

.widget_featured_post .view-detail a {
	font-size: 12px;
	color: #cd0300;
	font-weight: bold;
}

.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_rss li {
	margin-bottom: 1.6em;
}

.widget_rss ul:last-child,
.widget_rss li:last-child {
	margin-bottom: 0;
}

.widget_rss .rsswidget {
	border: 0;
	font-weight: 700;
}

.widget_rss .rsswidget img {
	margin-top: -4px;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
	display: block;
	line-height: 2;
	opacity: 0.8;
}

.textwidget >:last-child {
	margin-bottom: 0;
}

.textwidget a {
	border-bottom: 1px solid #333;
}

.textwidget a:hover,
.textwidget a:focus {
	border-bottom: 0;
}

/* Pagination */
.bk-pagination {
	margin: 15px 0 !important;
	text-align: center;
}

.bk-pagination span,
.bk-pagination a {
	background: #e3e3e3;
	padding: 5px 10px;
	color: #666;
	display: inline-block;
}

.bk-pagination span.current {
	background: #ed1c24;
	color: #fff;
}

/* Product */

.product-header {
	background-color: #ffe20e;
	padding: 0 0 0 20px;
	margin: 0;
	font-weight: bold;
}

.product-header h1 {
	background: rgb(206,206,206);
	background: linear-gradient(180deg, rgba(206,206,206,1) 0%, rgba(128,128,128,1) 50%, rgba(45,45,45,1) 100%);
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 12px 5px;
	margin: 0;
}

/* List */
.list-product-wrap {
	width: 100%;
	padding: 10px 0;
}

.list-product {
	margin-right: -15px;
	margin-left: -15px;
	list-style: none;
	padding: 0;
}

.list-product li {
	width: 50%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}

@media (min-width:768px) {
	.list-product li {
		width: 50%;
	}

}

@media (min-width:992px) {
	.list-product li {
		width: 25%;
	}

	.list-product li:nth-child(4n+1) {
		clear: both;
	}

}

@media (max-width:992px) {
	.list-product li:nth-child(2n+1) {
		clear: both;
	}

}

.slide-product .slide-item {
	margin: 10px;
}

.slide-product .slide-item .thumb {
	display: inline-block;
	border: 1px solid #e9eaed;
	text-align: center;
	width: 100%;
}

.slide-product .slide-item .view-detail {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 30px;
	background-color: rgba(231, 46, 55, 0.8);
	z-index: 1;
}

.slide-product .slide-item:hover .view-detail {
	display: block;
}

.slide-product .slide-item .view-detail:hover {
	background: #e72e37;
}

.slide-product .slide-item .title {
	font-size: 18px;
	text-align: center;
}

.slide-product .slide-item .title a {
	color: #5e5f67;
}

.product-item {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 15px;
	border: 1px solid #c3c3c3;
}

.product-item .thumb {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.product-item .thumb img {
	width: 100%;
}

.product-item .title {
	font-size: 18px;
	margin: 0;
	padding: 0 0 10px 0;
}

.product-item .title a {
	color: #000;
	font-weight: bold;
}

.product-item .caption {
}

.product-item .caption p {
	margin: 0 0 10px 0;
}

.product-item .price {
	font-weight: bold;
}

.product-item .price span.amount {
	padding: 0;
}

.product-item .price del span.amount {
	color: #555;
	font-weight: normal;
	font-size: 13px;
}

.product-item .price ins {
	text-decoration: none;
	font-weight: bold;
}

.product-item .price ins span.amount {
	color: #d71c2d;
	font-size: 16px;
}

.product-item .price .contact {
	font-size: 14px;
	font-weight: bold;
	color: #e72e37;
	text-transform: uppercase;
}

.product-item .view-detail {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	width: 47px;
	height: 47px;
	line-height: 47px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 30px;
	background-color: rgba(231, 46, 55, 0.8);
	z-index: 1;
}

.product-item:hover .view-detail {
	display: block;
}

.product-item .view-detail:hover {
	background: #e72e37;
}

.product-item .caption .view-detail-btn-wrapper {
	margin: 0;
}

.product-item .view-detail-btn {
	color: #fff;
	background-color: #7d7d7d;
	border-radius: 5px;
	padding: 5px 15px;
}

.quick-buy {
	text-align: center;
}

.quick-buy a.addtocart {
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	padding: 8px 10px;
	font-size: 13px;
	text-transform: uppercase;
	background: #e72e37;
}

.quick-buy a.addtocart:hover {
	color: #ffffff;
	background: #dc3333;
}

.quick-buy a.quick-show-cart {
	display: inline-block;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.list-product-vertical {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-product-vertical li {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0;
	display: inline-block;
}

.list-product-vertical li:last-child {
	border-bottom: none;
}

.list-product-vertical li .thumb {
	float: left;
	display: inline-block;
	overflow: hidden;
	width: 80px;
	margin-right: 10px;
}

.list-product-vertical li h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
}

.list-product-vertical .price {
	font-weight: bold;
}

.list-product-vertical .price span.amount {
	padding: 0;
}

.list-product-vertical .price del span.amount {
	color: #555;
	font-weight: normal;
	font-size: 11px;
}

.list-product-vertical .price ins {
	text-decoration: none;
	font-weight: bold;
}

.list-product-vertical .price ins span.amount {
	color: #d71c2d;
	font-size: 14px;
}

.cat-item {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 15px;
	border: 1px solid #e9eaed;
}

.cat-item h3 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.cat-item h3 a {
	color: #000000;
}

/* Detail */
.product-detail {
	padding: 10px 0;
	width: 100%;
}

.product-images {
	width: 100%;
}

#prd_view {
	display: none;
}

#prd_view .prd_thumbs {
	border: 1px solid #cccccc;
	padding: 2px;
	background: #ffffff;
}

#prd_view_thumbs {
	margin-top: 10px;
	display: none;
}

#prd_view_thumbs .prd_thumbs {
	margin-left: 3px;
	border: 1px solid #cccccc;
	padding: 2px;
	background: #ffffff;
}

.product-images a.thumb {
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}

.product-images a.thumb img {
	max-width: 100%;
}

.product-gallery {
	max-width: 100%;
}

.product-gallery ul {
	margin: 0;
	padding: 0;
}

.product-gallery ul li {
	float: left;
	list-style: none;
	padding: 2px;
	border: 1px solid #e72e37;
	margin: 0 3px;
	border-radius: 10px;
}

.product-gallery ul li img {
	width: 50px;
}

.product-options {
	width: 100%;
}

.product-options h3 {
	margin: 0 0 15px 0;
	padding: 0 0 0 12px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #2ea5a9;
	border-bottom: 1px solid #2ea5a9;
	border-left: 6px solid #2ea5a9;
}

.product-options h1 {
	font-size: 20px;
	font-weight: bold;
}

.product-options .product-hotline {
	width: 100%;
	display: inline-block;
	text-align: center;
	background: #e46044;
	color: #ffffff;
	padding: 8px 20px;
	text-transform: uppercase;
	font-size: 18px;
}

.product-options .quote {
	background: #2ea5a9;
	color: #ffffff;
	padding: 8px 20px;
	text-transform: uppercase;
	display: inline-block;
}

.product-options .social-share {
	text-align: center;
	margin-top: 10px;
	display: table;
	margin: 0 auto;
}

.product-options p label {
	margin-right: 5px;
	font-weight: normal;
}

.product-options p span {
	font-weight: bold;
}

.product-options .price span.amount {
	padding: 0;
}

.product-options .price del span.amount {
	color: #555;
	font-weight: normal;
	font-size: 13px;
}

.product-options .price ins {
	text-decoration: none;
	font-weight: bold;
}

.product-options .price ins span.amount {
	color: #d71c2d;
	font-size: 16px;
}

mark.instock {
	font-weight: 700;
	color: #7ad03a;
	background: 0 0;
	line-height: 1;
}

mark.outofstock {
	font-weight: 700;
	color: #a44;
	background: 0 0;
	line-height: 1;
}

.product-options .price .contact {
	border-radius: 30px;
	font-size: 14px;
	padding: 10px 25px;
	font-weight: 400;
	line-height: 40px;
	background-color: #e72e37;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.star-rating i {
	color: #f7bc12;
	font-size: 14px;
	margin: 0 1px 0 0;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}

.contact-buy {
	background: rgb(30, 122, 200) none repeat scroll 0% 0%;
	padding: 12px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 10px;
	color: #ffffff;
	font-weight: bold;
}

.contact-buy:hover {
	color: #ffffff;
}

.product-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	padding: 0 0 15px 0;
	margin-top: 15px;
	text-align: justify;
}

.product-content-title {
	margin: 0 0 10px 0;
	padding-bottom: 8px;
	font-size: 16px;
	text-transform: uppercase;
	color: #e72e37;
	font-weight: bold;
	border-bottom: 1px solid #cccccc;
}

.product-tag {
	margin-top: 15px;
}

.product-tag a {
	font-style: italic;
	font-weight: bold;
	color: #3a6106;
}

/* news */
.list-news {
	padding: 0;
}

.list-news ul {
	list-style: none;
	margin: 0 -20px;
	padding: 0;
}

.list-news ul li {
	float: left;
	width: 100%;
	padding: 0 20px;
}

@media (min-width:768px) {
	.list-products ul li {
		width: 50%;
	}

	.list-products ul li:nth-child(2n+1) {
		clear: both;
	}

	.list-products-3 ul li {
		width: 50%;
	}

	.list-products-3 ul li:nth-child(2n+1) {
		clear: both;
	}

	.list-news ul li {
		width: 50%;
	}

	.list-news ul li:nth-child(2n+1) {
		clear: both;
	}

	.list-product-2 ul li {
		width: 50%;
	}

	.list-product-2 ul li:nth-child(2n+1) {
		clear: both;
	}

}

@media (min-width:992px) {
	.list-products ul li {
		width: 25%;
	}

	.list-products ul li:nth-child(2n+1) {
		clear: none;
	}

	.list-products ul li:nth-child(4n+1) {
		clear: both;
	}

	.list-products-3 ul li {
		width: 33.33333333%;
	}

	.list-products-3 ul li:nth-child(2n+1) {
		clear: none;
	}

	.list-products-3 ul li:nth-child(3n+1) {
		clear: both;
	}

	.list-news ul li {
		width: 33.33333333%;
	}

	.list-news ul li:nth-child(2n+1) {
		clear: none;
	}

	.list-news ul li:nth-child(3n+1) {
		clear: both;
	}

}

.right-info-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

.right-info-wrap.right-show {
	display: block;
	right: 0;
}

.right-show .right-info-overlay {
	background: rgba(0, 0, 0, .1);
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}

.right-info {
	position: fixed;
	top: 0;
	bottom: 0;
	right: -270px;
	box-sizing: border-box;
	width: 270px;
	padding: 20px 20px;
	background: #2A3780;
	opacity: 0.9;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	color: #ffffff;
	transition: all .30s ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

.right-info strong {
	font-size: 18px;
}

.right-show .right-info {
	-webkit-transform: translateX(-270px);
	-ms-transform: translateX(-270px);
	transform: translateX(-270px);
}

.right-close {
	position: absolute;
	z-index: 1000;
	top: 20px;
	right: 20px;
	padding: 5px;
	color: rgba(255, 255, 255, .5);
	cursor: pointer;
	border: none;
	background: transparent;
}

@media (min-width:992px) {
	.right-info {
		width: 350px;
		padding: 60px 40px 40px 40px;
		right: -350px;
	}

	.right-show .right-info {
		-webkit-transform: translateX(-350px);
		-ms-transform: translateX(-350px);
		transform: translateX(-350px);
	}

}
