/*
Theme Name: BKNS
Theme URI: https://www.bkns.vn/
Author: TrungNQ
Author URI: http://www.bkweb.vn/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bkns
Text Domain: bkns

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 */
@font-face {
 	font-family: CustomFont;
 	src: url("font/UTMTamLe/UTM_Tam_Le.eot");
}
@font-face {
 	font-family: CustomFont;
 	src: url("font/UTMTamLe/UTM_Tam_Le.ttf");
}
body {
	font-size: 14px;
	font-family: 'Noto Sans', Arial, Helvetica, sans-serif, serif;
	background-color: #ffffff;
	background-image: url(images/bg-top.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #333333;
    border-top: 5px solid #0073a7;
}
.site {
	position: relative;
	width: 100%;
	padding: 0;
}
.site-container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.footer-container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.footer-container::before,
.footer-container::after,
.site-container:before,
.site-container:after {
	display: table;
  	content: " ";
}
.footer-container::after,
.site-container:after {
  	clear: both;
}
.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-right {
	float: right;
	width: 75%;
	padding-left: 15px;
}
.site-left {
	float: left;
	width: 25%;
}
@media (min-width: 768px) {
  	.site-container {
    	width: 750px;
  	}
}
@media (min-width: 992px) {
  	.site-container {
    	width: 970px;
  	}
  	body {
  		background-size: 100% auto;
  	}
}
@media (min-width: 1200px) {
  	.site-container {
    	width: 1030px;
  	}
}
@media (max-width: 991px) {
  	.site-left,
  	.site-right {
  		float: none;
  		width: 100%;
  	}
}
/* Title */
.site-footer header,
header.entry-header,
header.page-header {
	position: relative;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
/* 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;
}
p {
	font-size: 14px;
}
a,
a:hover {
	text-decoration: none;
}
iframe {
	max-width: 100% !important;
}
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%;
}
.post-navigation .screen-reader-text {
	font-size: 16px;
    text-transform: uppercase;
}
/* Banner scroll */
.banner-scroll-left,
.banner-scroll-right {
	position: fixed;
	top: 15px;
	z-index: 999;
	text-align: center;
	display: none;
	max-width: 150px;
}
.banner-scroll-left img,
.banner-scroll-right img {
	max-width: 100%;
}
.no-padding {
	padding: 0 !important;
}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.padding-left-md-15 {
	padding: 0;
}
.padding-5 {

}
@media (max-width: 1300px) {
	.banner-scroll-left,
	.banner-scroll-right {
		display: none !important;
	}
}
@media (min-width: 992px) {
	.padding-left-md-15 {
		padding: 0 0 0 15px;
	}
}
@media (min-width: 768px) {
}
/* Header */
/* header line */
.header-line {
	border-bottom: 1px solid #dbdcdf;
	background: #f2f2f4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 67px;
	z-index: 999;
}
.header-line.fixed {
	background-color: rgba(255,255,255,0.9);
}
.header-line-container {
	max-width: 1350px;
	padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.header-line-area {
	float: right;
}
.user-module {
	float: left;
	border-left: 1px solid #e3e4e7;
	height: 67px;
	line-height: 67px;
	padding: 0 0 0 20px;
}
.user-module a {
	font-size: 16px;
	color: #5e5f67;
}
.user-module a i {
	font-size: 22px;
}
@media(max-width: 991px) {
	.user-module a span {
		display: none;
	}
}
/* site-header */
.site-header {
	position: relative;
	padding: 5px 0;
    z-index: 9;
}
.site-banner {
	width: 100%;
}
.logo {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.logo img {
	max-width: 100%;
	max-height: 120px;
}
.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;
}
.site-banner {
	width: 100%;
	position: relative;
}
.menu-top-container {
	text-align: right;
	margin-top: 10px;
}
.menu-top {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-top li {
	display: inline-block;
	margin-left: 20px;
}
.menu-top li:first-child {
	margin-left: 0;
}
.menu-top li a {
	color: #333333;
	font-weight: 500;
}
/* search group */
.site-topbar .search-control-group {
  	position: relative;
}
.search-area {
	border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0;
    position: relative;
}
.search-area .search-control-group .search-bar-controls {
    position: absolute;
    left: 0;
    top: 0;
}
.search-area .search-field {
    border-radius: 5px 0 0 5px;
    border: none;
    padding: 13px;
    float: left;
    position: relative;
    vertical-align: top;
    width: 400px;
    background-color: transparent;
}
.search-area .search-field-area {
	float: right;
}
.search-area .categories-filter {
    line-height: 46px;
    padding-left: 7px;
    padding-right: 20px;
    margin: 0;
    display: inline-block;
    border-right: 1px solid #e0e0e0;
}
.search-area .categories-filter .dropdown-toggle {
    color: #3d3d3d;
    padding: 0 14px 0 2px;
    display: inline-block;
}
.search-area .categories-filter .dropdown-toggle:after {
	content: "\f107";
	font-family: fontawesome;
	color: #e0e0e0;
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	margin: 12px 0 0 6px;
	float: right;
}
.search-area .search-button {
    display: inline-block;
    text-align: center;
    padding: 12px 15px 12px 15px;
    margin: 0;
    border-radius: 0 5px 5px 0;
    background-color: #e72e37;
    float: left;
}
.search-area .search-button i {
	font-size: 18px;
	color: #fff;
}
/* Main nav */
.mobile-button {
	float: right;
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	display: none;
	font-size: 18px;
	font-weight: 700;
}
.main-navbar-toggle {
	background: transparent;
	border: none;
}
.main-navbar-toggle i {
	font-size: 18px;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.main-nav-container {
	margin: 0;
	padding: 0 10px;
	height: 38px;
	background-color: #ffffff;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.main-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
.main-nav ul {
	list-style: none;
	text-align: left;
}
.main-nav > li {
	display: inline-block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}
.main-nav > li > a {
    display: block;
    padding: 0 30px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    font-size: 18px;
    font-weight: 700;
}
.main-nav > li.menu-item-home a {
	background: url(images/home.png) no-repeat center center;
	text-indent: 1000px;
	height: 38px;
	width: 38px;
	overflow: hidden;
}
.main-nav li a:hover {
	color: #ffff00;
}
.main-nav .current_page_item > a,
.main-nav .current_page_ancestor > a,
.main-nav .current-menu-item > a,
.main-nav .current-menu-ancestor > a {
	color: #ffff00;
}
.main-nav li ul.sub-menu {
	background: #ffffff;
	border: 1px solid #e3e3e3;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border-top: none;
	border-radius: 2px;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	z-index: 9999;
	padding: 0;
	min-width: 250px;
}
.main-nav > li > ul.sub-menu {
	position: absolute;
    top: 100%;
    left: 0;
}
.main-nav > li > ul.sub-menu .sub-menu {
	position: absolute;
    top: 0;
    left: 100%;
}
.main-nav .sub-menu > li {
	border-top: 1px solid #e3e3e3;
	padding: 0;
}
.main-nav ul a,
.main-nav ul ul a {
	color: #4d4d4d;
    margin: 0;
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: 700;
}
.main-nav .sub-menu > li:hover {
	background: #dd0200;
}
.main-nav .sub-menu > li:hover > a {
	color: #ffffff;
}
.main-nav li:hover > ul,
.main-nav ul li:hover > ul,
.main-nav.focus > ul,
.main-nav .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}
/* Mobile Menu */
.mobileNavWrapper {
	width: 250px;
	height: 100%;
	min-height: 100%;
	position: fixed;
	right: -250px;
	top: 0;
	overflow-x: hidden;
	z-index: 16;
	background: #efefef;
	-moz-box-shadow: inset 10px 0 6px -9px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 10px 0 6px -9px rgba(0,0,0,0.5);
    box-shadow: inset 10px 0 6px -9px rgba(0,0,0,0.5);
}
.mobileNavWrapper ul.main-nav-mobile {
	list-style: none;
	padding: 0;
}
.mobileNavWrapper ul.main-nav-mobile li a {
	border-bottom: 1px solid #dbdcdf;
	width: 100%;
	display: inline-block;
	color: #333;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px;
}
.mobileNavWrapper ul.main-nav-mobile li a:hover {
	color: #ffffff;
	background: #e72e37;
}
.mobileNavWrapper ul.sub-menu {
	list-style: none;
	margin: 0;
    padding: 0 0 0 20px;
}
.mobileNavWrapper ul.sub-menu li a {
	font-size: 13px;
	text-transform: none;
}
.mobileNavWrapper {
	transition: all .30s ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mobileNavWrapper.showNav, .wrapper.showNav {
	-webkit-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}
.wrapper {
    transition: all 0.3s ease 0s;
}
.showNav-overlay {
	opacity: 0;
    -webkit-transition: all .35s;
    transition: all .35s;
}
.showNav .showNav-overlay {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
    opacity: 1;
    z-index: 9999;
}
.quick-cart-wrap {
	margin-top: 10px;
	text-align: right;
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
	.logo {
		text-align: center;
	}
	.menu-top-container {
		text-align: center;
	}
	.main-nav {
		display: none;
	}
	.mobile-button {
		display: block;
	}
	.quick-cart-wrap {
		text-align: center;
	}

}
@media (min-width: 768px) {
}
.banner-line {
	width: 100%;
	text-align: right;
}
.hotline {
	color: #d10b12;
	display: inline-block;
	font-size: 25px;
}
.quick-search {
	padding: 0;
	margin-top: 15px;
	overflow: hidden;
	text-align: right;
	border: none;
}
.quick-search form {
	border: 1px solid #cccccc;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 5px;
	background: #ffffff;
}
.quick-search .quick-search-field {
	background: transparent;
	border: unset;
	padding: 0;
	float: left;
	padding: 5px;
}
.quick-search .quick-search-submit {
    border: unset;
    line-height: 30px;
    text-align: center;
    float: left;
    color: #ffffff;
    background-color: transparent;
}
@media (max-width: 991px) {
	.banner-line {
		text-align: center;
	}
	.quick-search {
		text-align: center;
	}
}
/* Content */
.site-content {
	width: 100%;
	padding: 0;
}
.site-content-wrap {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 2px 2px 2px #cccccc;
    padding: 2px;
    background: #ffffff;
}
.site-main {
	width: 100%;
}
.content-area {
	padding: 8px 6px;
}
/*  Posts and pages */
.hentry {
	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-title {
	font-size: 18px;
	line-height: 1.1538;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #000000;
}
.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: 26px;
	font-size: 2.6rem;
	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: 22px;
	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: 18px;
	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: 15px;
	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 #000000;
}
.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: #ffffff;
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f8f8f8;
}
.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 #000000;
}
.entry-footer a:hover,
.entry-footer a:focus {
	color: #000000;
}
.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-title {
	font-size: 18px;
    line-height: 1.1538;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: #e72e37;
}
.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}
.taxonomy-description a {
	border-bottom: 1px solid #000000;
}
.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}
.taxonomy-description > :last-child {
	margin-bottom: 0;
}
.page-content {
	padding: 0;
}
.entry-content .wpcf7 {
	margin-top: 15px;
}
.entry-content .wpcf7 label {
	width: 100%;
	font-weight: normal;
}
.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 #cccccc;
}
.entry-content .wpcf7 .wpcf7-submit {
	background: #e72e37;
    border: none;
    color: #ffffff;
    font-size: 16px;
    padding: 8px 15px;
    margin: 0;
    line-height: 24px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: inline;
   	border-radius: 5px;
}
/* List post */
.post-item {
	width: 100%;
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.post-item .post-thumbnail {
	margin-bottom: 0;
}
.post-item h3 {
	margin: 15px 0;
    padding: 0 0 15px 0;
    font-size: 18px;
    font-style: normal;
    color: #000000;
    border-bottom: solid 1px #e9eaed;
    text-align: center;
}
.post-item h3 a {
	color: #000000;
}
.post-item h3 a:hover {
	color: #2290cc;
}
.post-item p {
	color: #878787;
	text-align: center;
	margin: 10px 0;
}
.post-item a.view-more {
	color: #8b3301;
    text-transform: uppercase;
    font-size: 13px;
    background: url(images/arrow.png) no-repeat right center;
    padding-right: 22px;
}
.post-item-2 {
	width: 100%;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.post-item-2 h3 {
	margin: 0 0 10px 0;
	padding: 0;
}
.post-item-2 h3 a {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}
.post-item-2 .post-date {
	font-size: 12px;
}
.post-item-2 p.sum {
	text-align: justify
}
/* Related posts */
.related-posts-wrap {
	width: 100%;
	margin: 15px 0;
}
.related-posts-title {
	padding: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #dbdbdb;
}
.related-posts-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 8px 0;
    color: #000000;
}
.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: #000000;
}
.related-posts ul li a i {
	color: #000000;
}
/* Footer */
.site-footer {
	padding: 8px;
	background: #0073a7;
	color: #ffffff;
	position: relative;
}
.site-footer-area {
	padding: 15px;
}
.site-footer-area h3 {
	text-transform: uppercase;
	padding: 0 0 5px 0;
	margin: 10px 0;
	font-size: 16px;
	border-bottom: 2px solid #ffffff;
}
.backtotop {
    position: fixed;
    bottom: 50px;
    right: 10px;
    display: none;
    background: #cccccc;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
}
.footer-line {
	background: #004e8d;
	color: #ffffff;
	padding: 15px;
}
/* footer widget */
.widget-footer {
	width: 100%;
	text-align: justify;
}

.widget-footer-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.widget-footer-content ul.widget-nav li {
	border-top: unset;
	border-bottom: 1px dotted #ffffff;
    padding: 0;
}

.widget-footer-content ul.widget-nav li:last-child {
	border-bottom: unset;
}

.widget-footer-content ul.widget-nav li a {
	display: inline-block;
    padding: 5px 0;
    color: #ffffff;
}

.footer-hotline {
	background: url(images/icon-phone.png) no-repeat left center;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
}
.footer-hotline p {
	margin: 0;
}
.footer-hotline p a {
	font-size: 30px;
	font-weight: bold;
}
.footer-feedback {
	float: left;
	border-left: 1px solid #cccccc;
	padding-left: 40px;
}
.footer-feedback p {
	margin: 0;
}
.footer-feedback p a {
	font-size: 30px;
	font-weight: bold;
}
/* home */
/* 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%;
	position: relative;
    min-height: 1px;
    margin-bottom: 10px;
    background: url(images/bg-home-box.png) no-repeat top right;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.widget-home h3.widget-home-title {
    margin: 0;
    background: url(images/bg-sidebar-title.png) repeat-x;
  
    height: 33px;
    line-height: 33px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}
.widget-home .box-content {
	padding: 0 10px;
}
.slide-trademark {
	background: #f9faf8;
	padding: 15px 0;
}
.owl-theme .owl-controls {
	position: absolute;
	top: -28px;
	right: 5px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	float: left;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	float: left;
}
.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    background: #d05522;
    border-radius: 5px;
}
.owl-theme .owl-controls .owl-buttons div i {
	font-size: 18px;
}
.home-news {
	padding: 30px 0 10px;
}
.home-news-area {
	width: 100%;
	margin-bottom: 20px;
}
.home-news-area h3 {
	background: #e72e37;
	border-radius: 20px 5px 10px 5px;
	padding: 15px 0 15px 15px;
	margin: 0 0 -5px 0;
	z-index: 1;
    position: relative;
}
.home-news-area h3 a {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
}
.home-news-content {
	background: #f1f2ed;
	padding-bottom: 15px;
}
.home-new-item1 {
	width: 100%;
}
.home-new-item1 img {
	width: 100%;
	height: auto;
	border-radius: 0 0 20px 5px;
}
.home-new-item1 h4 {
	padding: 20px 20px 10px 20px;
	margin: 0;
}
.home-new-item1 h4 a {
	color: #e72e37;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}

.home-new-item1 p {
	padding: 0 20px;
	color: #50504f;
}
.home-new-item2 {
	padding: 5px 20px;
}

.home-new-item2 img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 15px;
	border: 1px solid #ddd;
}

.home-new-item2 p {
	margin: 0;
}
.home-new-item2 p a {
	color: #50504f;
}

@media (min-width: 992px) {

}
/* single image home */
.single-image {
	position: relative;
}
.single-image h3 {
	border-top: 1px solid #8b3301;
	border-bottom: 1px solid #8b3301;
	color: #8b3301;
}
.single-image .thumbnail-image {
	width: 100%;
	display: inline-block;
	text-align: center;
}
.single-image img {
	max-width: 100%;
}
.single-image .caption-image {
	margin: 10px 0;
	font-size: 13px;
	text-align: justify;
}
.single-image .view-more-image {
	color: #8b3301;
	text-transform: uppercase;
	font-size: 13px;
	background: url(images/arrow.png) no-repeat right center;
	padding-right: 22px;
}
.list-terms {
	padding: 0;
}
.list-terms .term-item {
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	background: #f8f7f7;
	padding: 8px;
}
.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;
    text-align: center;
}
.list-terms h3 a {
	color: #3a6106;
}
.list-terms h3 a:hover {
	color: #e72e37;
}
.list-terms a.view-detail {
	display: inline-block;
}
/* Sidebar */
.sidebar-area {
	width: 100%;
	position: relative;
}
.sidebar-area .widget {
	margin-bottom: 10px;
	overflow: hidden;
	background: #ffffff;
	border-radius: 5px;
}
.sidebar-area .widget:last-child {
	margin-bottom: 0;
}
.sidebar-area .widget .widget-title {
	background: url(images/bg-sidebar-title.png) repeat-x;
	height: 33px;
	line-height: 33px;
	color: #ffffff;
	font-size: 16px;
	padding: 0 0 0 20px;
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: 700;
	border-radius: 5px;
    z-index: 9;
    position: relative;
}
.sidebar-area .bkfw-support-simple-widget .widget-title {
	background: url(images/bg-sidebar-title2.png) repeat-x;
}
.sidebar-area .bkfw_likebox .widget-title {
	background: url(images/bg-sidebar-title3.png) repeat-x;
}
.sidebar-area .sidebar-content {
	padding: 20px 10px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0 0 5px 5px;
    margin-top: -10px;
    border-top: unset;
}
.sidebar-area .textwidget {
	padding: 20px 10px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0 0 5px 5px;
    margin-top: -10px;
    border-top: unset;
}
.sidebar-area .widget a {
	color: #000000;
}
.sidebar-area .widget a:hover {
	color: #3a589b;
}
.widget_wpstatistics_widget ul {
	padding: 10px;
	border: 1px solid #cccccc;
}
.widget_wpstatistics_widget ul li label {
	font-weight: normal;
}
/* widget menus */
.sidebar-area .widget-menus {
	background: #ffffff;
}
.widget-menus .sidebar-content {
	padding: 0;
	border: 1px solid #cccccc;
	border-top: unset;
	padding: 10px;
	margin-top: -10px;
}
.widget-nav {
	width: 100%;
	padding: 0;
	margin: 0;
}
.widget-nav li {
	width: 100%;
	list-style: none;
	border-top: 1px solid rgba(255, 255, 255, 0.3);
	padding: 0;
}
.sidebar-area .widget-nav li a {
	display: inline-block;
	padding: 12px 0;
	font-size: 14px;
}
.widget-nav li a:hover {
	color: #2290cc;
}
.sidebar-area .widget-nav>li {
}
.sidebar-area .widget-nav>li>a {
	display: inline-block;
	background: url(images/icon-plus.png) no-repeat left center #ffffff;
	padding-left: 20px;
	border-bottom: 1px dotted #cccccc;
	width: 100%;
	font-weight: bold;
}
.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;
}
/* gallery widget */
.gallery-widget {
	padding: 10px;
	background: #ffffff;
	border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
}
.gallery-widget a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	border: 1px solid #d6d6d6;
	margin: 0 0 5px 0;
    float: left;
}
.gallery-widget a img {
	width: 100%;
}
.gallery-widget a img {
	max-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: 10px 0;
	border-top: 1px solid #eaeaea;
}
.sidebar-content .supporter:first-child {
	border-top: none;
}
/* list posts */
.sidebar-content .list-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-content .list-posts li {
	display: inline-block;
	width: 100%;
}
.sidebar-content .list-posts li:last-child {
	margin-bottom: 0;
}
.sidebar-content .list-posts li .post-thumbnail {
	float: left;
    display: inline-block;
    overflow: hidden;
    width: 55px;
    margin-right: 10px;
}
.sidebar-content .list-posts li .post-thumbnail img {
	width: 100%;
	height: auto;
}
.sidebar-content .list-posts li h4 {
	font-size: 14px;
	margin: 0;
}
.widget-home .list-posts {
	padding: 0;
	margin: 0;
	list-style: none;
}
.widget-home .list-posts li {
	width: 100%;
	padding: 5px 0;
}
.widget-home .list-posts li .post-thumbnail {
	float: left;
	margin-right: 10px;
}
.widget-home .list-posts .post-date {
	font-weight: normal;
	font-size: 13px;
	font-style: italic;
	color: #3a6106;
}
.widget-home .list-posts h5,
.widget-home .list-posts h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
.widget-home .list-posts a {
	color: #3a6106;
}
/* -------------------------------------------------------------
--- Libs -------------------------------------------------------
---------------------------------------------------------------- */
/* Breadcrumbs */
.breadcrumbs {
	font-style: normal;
	font-size: 13px;
	padding: 6px 0 10px 0;
	color: #666666;
}
.breadcrumbs a {
    position: relative;
    display: inline-block;
    padding: 0;
    color: #666666;
}
.breadcrumbs .breadcrumb_last {
	padding: 0;
}
/* Social share */
.social-share {
	padding: 0;
}
.social-share span {
	float: left;
	margin-right: 5px;
}
/* Comments */
.comments-area {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #cccccc;
	margin-top: 15px;
}
.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: #ffffff;
	padding: 0 10px 0 0;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	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 #000000;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #000000;
}
.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: #000000;
	color: #000000;
	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: #000000;
	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: #ffffff;
	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 #000000;
}
.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: center;
}
.search-field {
    background: #f8f8f8;
    border: #e3e3e3 1px solid;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #000000;
    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: #ffffff;
    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 {
	text-align: left;
	height: 20px;
	margin-top: 20px;
}
.social-link a {
	margin: 0 10px 0 0;
	display: inline-block;
	color: #adadad;
	padding: 0;
}
.social-link a:hover {
	color: #e72e37;
}
/* social share */
.social-share {
	text-align: center;
}
.social-share a {
	margin: 2px 0;
	background: #ffffff;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	padding: 0;
	border-radius: 50%;
	cursor: pointer;
}
.social-share a:hover {
	color: #000000;
	background: #cccccc;
}
.social-share a i {
	font-size: 20px;
}
.social-share .btn-facebook {
	background: #3a589b;
}
.social-share .btn-twitter {
	background: #28aae0;
}
.social-share .btn-google-plus {
	background: #da6245;
}
.social-share .btn-pinterest {
	background: #cb2027;
}
.social-share .btn-linkedin {
	background: #0085AF;
}
/* Contact page */
.contact-map {
	padding: 5px;
	border: 1px solid #cccccc;
}
.contact-map-label {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.office {
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
}
.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 #cccccc;
	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: #ffffff;
    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: #000000;
	-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 > :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: #000000;
	color: #ffffff;
	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: #ffffff;
}

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

.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 .post-date {
	/*display: block;*/
	font-style: italic;
}

.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 #000000;
}

.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;
	border-radius: 100%;
}
.bk-pagination span.current {
	background: #e72e37;
	color: #ffffff;
}
/* Product */
/* List */
.list-product-wrap {
	width: 100%;
	padding: 10px 0;
}
.list-product {
    margin-right: -8px;
    margin-left: -8px;
    list-style: none;
    padding: 0;
}
.list-product li {
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .list-product li {
        width: 50%;
    }
}
@media (min-width: 992px) {
    .list-product li {
        width: 33.33333%;
    }
    .list-product li:nth-child(3n+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: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.product-item .thumb {
	display: inline-block;
	width: 100%;
	position: relative;
}
.product-item .thumb img {
	width: 100%;
}
.product-item .title {
	font-size: 14px;
	margin: 0;
	padding: 10px 0;
}
.product-item .title a {
	color: #000;
	font-weight: bold;
}
.product-item .caption {
}
.product-item .caption p {
	margin: 2px 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: 11px;
}
.product-item .price ins {
    text-decoration: none;
    font-weight: bold;
}
.product-item .price ins span.amount {
    color: #d71c2d;
    font-size: 14px;
}
.product-item .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;
}
.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;
}
.quick-buy {
	text-align: center;
}
.quick-buy a.addtocart {
	display: inline-block;
    cursor: pointer;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    background: #e72e37;
    border-radius: 5px;
}
.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%;
    border: 1px solid #e72e37;
    padding: 3px;
    border-radius: 5px;
}
.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: 3px;
	border-radius: 5px;
}
.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;
}

/* scroll partner */
.scroll-partner {
	padding: 0 30px 10px;
	position: relative;
}
.scroll-partner ul {
	margin: 0;
	padding: 0;
}
.scroll-partner ul li {
	list-style: none;
	float: left;
	margin: 0 5px;
	height: 80px;
}
.scroll-partner ul li a {
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 4px;
	background: #ffffff;
	height: 80px;
	overflow: hidden;
	text-align: center;
}
.scroll-partner ul li a img {
	max-width: 100%;
	max-height: 100%;
}
.prev-scroll,
.next-scroll {
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	z-index: 99999;
	color: #b2b2b2;
	width: 22px;
	text-align: center;
}
.prev-scroll {
	left: 0;
}
.next-scroll {
	right: 0;
}
.prev-scroll:hover,
.next-scroll:hover {
	color: #2194d2;
}

/* Menus category */
.category-nav-wrap {
	margin-bottom: 10px;
}
.category-nav-wrap .category-nav-container {
	width: 100%;
}
.category-nav-wrap h3 {
	background: #e72e37;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    font-size: 16px;
    padding: 0 10px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.category-nav {
	margin: 0;
	padding: 0;
	background: #fef200;
}
.category-nav li {
	list-style: none;
	position: relative;
}
.category-nav li.menu-item-has-children:before {
    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;
    content: "\f054";
    position: absolute;
    right: 5px;
    top: 15px;
    color: #e72e37;
    font-size: 11px;
}

.category-nav>li {
	border-bottom: 1px dotted #e72e37;
	padding: 10px 10px 10px 15px;
}
.category-nav>li:last-child {
	border-bottom: none;
}
.category-nav>li>a {
    color: #e72e37;
    font-size: 15px;
}
.category-nav ul.sub-menu {
	list-style: none;
	padding: 8px;
	margin: 0;
	background: #ffffff;
	border: 1px solid #cccccc;
}
.category-nav ul.sub-menu li {
	border-bottom: 1px dashed #cccccc;
}
.category-nav ul.sub-menu li a {
	display: inline-block;
    padding: 8px 0;
    color: #000000;
}
@media (min-width: 992px) {
	.category-nav ul.sub-menu {
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		width: 100%;
		z-index: 999;
	}
	.category-nav li:hover > ul.sub-menu {
		display: block;
	}
}
.affix {
	top: 50px;
}

.gallery-video-item {
	padding: 5px;
	background: #ffffff;
}
@media (max-width: 991px) {
	.affix {
		position: relative !important;
	}
}

.widget-statistics h3 {
	display: none;
}

.widget-statistics ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #fb2121;
	border: 1px solid #de0404;
}

.widget-statistics ul li {
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #de0404;
	padding: 5px 0;
}

.simple-support {
	border: 1px solid #d3d3d3;
	border-top: unset;
	padding: 15px;
}

.gallery-vertical {
	width: 100%;
}
.gallery-vertical ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery-vertical ul li {
	margin: 3px 0;
}

.scroll-left,
.scroll-right {
	position: fixed;
	top: 10px;
	display: none;
}

/* Custom product */
.fixed-hotline {
	position: fixed;
	top: 150px;
	right: 0;
	height: 79px;
	display: inline-block;
	z-index: 99999;
	background: #f57921;
	border-radius: 5px 0 0 5px;
}
.fixed-hotline-icon {
	background: url(images/product/icon-call.png) no-repeat;
	width: 84px;
	height: 79px;
	display: inline-block;
	float: left;
}
.fixed-hotline div {
	float: left;
	color: #ffffff;
	padding: 10px 10px 10px 0;
	display: none;
}
.fixed-hotline div p {
	margin: 0 0 5px 0;
}
.fixed-hotline:hover div{
	display: block;
}
.product-viewmore {
	display: inline-block;
	background: #8d643b;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 20px;
}
.giatri-curcumin {
	background-image: url(images/product/curcumin2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 50px 0;
	font-size: 16px;
}
.giatri-curcumin.bachnienkhang {
	background-image: url(images/product/bachnienkhang2.jpg);
}
.giatri-curcumin h1 {
	color: #f06e3d;
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 40px;
}
.congdung-curcumin {
	padding: 50px 0;
	text-align: center;
}
.congdung-curcumin h2 {
	color: #f06e3d;
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 40px;
}

.camket-curcumin {
	padding: 50px 0;
	background: #f57921;
	color: #ffffff;
	text-align: center;
}
.camket-curcumin h2 {
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 40px;
}
.camket-curcumin-area {
	margin-top: 40px;
}
.product-curcumin {
	padding: 50px 0;
}
.product-curcumin h2 {
	color: #f06e3d;
	text-align: center;
	font-size: 41px;
	font-weight: bold;
	margin-bottom: 40px;
}
.product-curcumin-item {
	padding: 0 50px;
}
.product-curcumin-item h3 {
	text-transform: uppercase;
	margin: 30px 0 20px 0;
	font-weight: bold;
}
.product-curcumin-item h3 a {
	color: #f57921;
	font-size: 30px;
}
.product-curcumin-item .sum {
	font-size: 16px;
	margin-bottom: 15px;
}
.product-curcumin-item .price del span.amount{
	font-size: 16px;
	color: #555555;
}
.product-curcumin-item .price ins {
	text-decoration: none;
}
.product-curcumin-item .price ins span.amount {
    color: #ff0000;
    font-size: 24px;
    font-weight: bold;
}
.product-banner {
	text-align: center;
}
@media (min-width: 992px) {
	.giatri-curcumin-area {
		width: 50%;
		float: left;
	}
}
.about-banner {
	text-align: center;
}
.about-blue {
	text-align: center;
	background: #edf4fa;
	padding: 40px 0 20px 0;
}
.about-blue h2 {
	color: #f06e3d;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.about-white {
	padding: 40px 0;
}
.about-white h2 {
	color: #f06e3d;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.about-orange {
	padding: 40px 0;
	background: #e72e37;
	color: #fff;
}
.about-orange h2 {
	color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}
/* Contact page */
.contact-info,
.contact-form {
	padding: 15px;
	border-radius: 10px;
	background: #f2f2f4;
}
.contact-gmap {
	padding: 30px;
	border-radius: 10px;
	background: #f2f2f4;
	margin-top: 20px;
}

.hotline-fixed {
	position: fixed;
    right: 0;
    top: 30%;
    z-index: 3;
}
.hotline-fixed > div {
	width: 250px;
    background: #1C70B7 url(images/icon-call.png) no-repeat left center;
    color: #fff;
    font-weight: bold;
    height: 50px;
	border-radius: 10px 0px 0px 10px;
	padding: 12px 0 12px 50px;
	font-size: 17px;
	white-space: nowrap;
}
/*.hotline-fixed > div:hover {
	width: 250px;
	-webkit-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    -ms-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out;
}*/

.product-custab {
	padding: 10px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	text-align: center;
}
.product-custab a {
	display: inline-block;
	font-size: 16px;
	padding: 0 15px;
	color: #000000;
}
.product-custab.fixed {
	transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    position: fixed;
    top: 0;
    left: 0;
    background: #2b78bd;
    z-index: 10;
    width: 100%;
}
.product-custab.fixed .product-custab-container {
	max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}
.product-custab.fixed a {
	color: #ffffff;
}
.product-cus-tab {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	padding: 15px 0;
}
.product-cus-tab-title {
	text-align: center;
	margin: 15px 0;
	font-size: 16px;
	text-transform: uppercase;
}
.product-cus-tab-content {
	text-align: justify;
}

.catalogue-download {
	color: #24890d;
}
.catalogue-download img {
	width: 30px;
}
.table-catalogue .attachment-thumbnail {
	width: 50px;
	height: 50px;
}

.profile-fixed {
	position: fixed;
    right: 0;
    top: 45%;
    z-index: 3;
}