@import url(reset.css);
@import url(../assets/css/menu.css);
@import url(../assets/css/comment.css);
@import url(../assets/css/contact.css);
@import url(../assets/css/sitemap.css);
@import url(../assets/css/cart.css);
#page {
	min-width: 1000px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
}
/* 1. Site header */
.site-header {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	position: relative;
}
.site-header-wrap {
	padding: 10px 0;
}
/* logo */
.logo {
	overflow: hidden;
	text-align: center;
}
.site-title {
	display: none;
}
.logo img {
	max-width: 100%;
}
/* banner top */
.banner-top {
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
}
.banner-top img {
	max-width: 100%;
	margin-bottom: 5px;
}
.banner-top a {
	font-weight: bold;
	color: #295f7e;
}
/* quick search */
.search-field::-webkit-input-placeholder {
   color: #c8c8c8;
   font-weight: normal;
}
.search-field:-moz-placeholder { /* Firefox 18- */
   color: #c8c8c8;
}
.search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #c8c8c8;
   font-weight: normal;
}
.search-field:-ms-input-placeholder {
   color: #c8c8c8;
   font-weight: normal;
}
.quick-search {
	height: 40px;
	padding: 5px 0;
}
.quick-search .search-form {
	padding: 0 5px;
	position: relative;
	border: 1px solid #c8c8c8;
	background: #fff;
	width: 100%;
	border-radius: 5px;
}
.quick-search .search-field {
	margin-top: 0;
	float: left;
	border: none;
	box-shadow: none;
	border-radius: 0;
	height: 20px;
	padding: 5px;
}
.quick-search .search-submit {
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: 30px;
	width: 30px;
	padding: 0;
	font-size: 16px;
	background: transparent;
	z-index: 99;
	position: absolute;
	top: 0;
	right: 2px;
}
/* Hotline */
.site-hotline {
	height: 40px;
	background: #fb8800;
	line-height: 30px;
	text-align: right;
	color: #fff;
	padding: 5px 10px;
}
.site-hotline i {
	border: 2px solid #fff;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 25px;
	margin-right: 5px;
}
.site-hotline span {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	float: right;
	font-size: 15px;
}
/* block top */
.top-block {
	margin: 15px 0 0 0;
	background: #fff;
	position: relative;
	zoom: 1;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
}
/* conso-block */
.conso-block-wrap {
	width: 100%;
	background: #fff;
	padding: 15px;
}
.conso-block-wrap div.label {
	height: 28px;
	background: url(../images/conso-header.png) repeat-x;
	margin-bottom: 15px;
	text-align: center;
}
.conso-block-wrap div.label h5 {
	height: 28px;
	line-height: 28px;
	font-size: 18px;
	text-transform: uppercase;
	background: #fff;
	padding: 0 5px;
	display: inline-block;
	color: #0099D1;
}
.conso-block {
	margin-bottom: 10px;
	background: url(../images/conso-bg.jpg) no-repeat top center;
	overflow: hidden;
	padding: 15px 0;
}
.conso-item {
	border: 5px solid #97D0EB;
	border-radius: 100%;
	width: 170px;
	height: 170px;
	background: #fff;
	overflow: hidden;
	text-align: center;
	color: #008ed2;
	padding: 40px 5px 0 5px;
	position: relative;
	font-weight: bold;
}
.conso-heading {
	font-size: 16px;
}
.conso-num {
	font-weight: bold;
	font-size: 40px;
	display: inline;
}
.conso-truong {
	font-size: 13px;
	display: inline;
}
.conso-item .mark {
	display: none;
	background: rgba(0,103,141,0.85);
	color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	padding: 30px 5px 5px 0;
	font-size: 14px;
	font-weight: bold;
	top: 0;
	left: 0;
	z-index: 999;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.conso-item:hover .mark {
	display: block;
}
/* line-top */
.line-top {
	margin: 5px 0;
	font-weight: bold;
}
/* Product Nav */
.product-nav {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.product-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-product {
	margin: 0;
	padding: 0;
}
ul.menu-product > li {
	margin-bottom: 2px;
	position: relative;
	padding: 0 10px;
	background-color: #f3f3f3;
}
ul.menu-product > li.menu-item-has-children > a {
	background-image: url(../images/icon-menu.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
ul.menu-product > li > a {
	display: block;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	color: #5f5f5f;
	background-color: #f3f3f3;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
}
ul.menu-product ul li {
	margin: 0;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #ddd;
	position: relative;
}
ul.menu-product ul.children,
ul.menu-product ul.sub-menu {
	display: none;
	background: #fff;
	z-index: 9999;
	width: 100%;
	padding: 0;
	border: 1px solid #e3e3e3;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border-radius: 2px;
	position: absolute;
	left: 100%;
	top: 0;
}
ul.menu-product > li:hover > ul.children,
ul.menu-product > li:hover > ul.sub-menu {
	display: block;
}
/* menu @import */
/* Home */
/* home box */
.home-widget {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #f5f6f8;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	border-radius: 3px;
}
.box {
	width: 100%;
	background: #fff;
	margin-top: 15px;
}
.box-label {
	width: 100%;
	height: 29px;
	padding: 0 10px;
	overflow: hidden;
	background-image: url(../images/box-label.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.box-label h1,
.box-label h2,
.box-label h3 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 29px;
	height: 29px;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
}
.box-label h4,
.box-label h5 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 33px;
	height: 35px;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
}
.box-label h1 a,
.box-label h2 a,
.box-label h3 a,
.box-label h4 a,
.box-label h5 a {
	color: #fff;
}
.box-label i {
	margin-right: 5px;
}
.box .box-content {
	padding: 10px;
}
/* scroll product */
.scroll-product {
	width: 100%;
	padding: 10px;
	position: relative;
}
.box-label-right {
	width: 100%;
}
.box-label-right a.view-more {
	float: right;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
	font-style: italic;
}
.box-label-right .scroll-btn {
	float: right;
	height: 36px;
	padding: 5px 0;
	width: 50px;
	text-align: right;
}
.scroll-product-prev,
.scroll-product-next {
	font-size: 28px;
	color: #fff;
	line-height: 26px;
	display: inline-block;
	cursor: pointer;
}
.box-label-right a.view-more:hover,
.scroll-product-prev:hover,
.scroll-product-next:hover {
	color: #e85f21;
}
/* why-us */
.why-us {
	margin-top: 10px;
	background: #f3f3f3;
}
.why-us p {
	text-align: justify;
}
/* home-news-content */
.home-news-content {
	padding: 10px;
	border: 1px solid #ddd;
	background: #fcfcfc;
}
.home-news-item-wrap {
	width: 25%;
	float: left;
	padding: 5px;
}
.home-news-item {
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
}
.home-news-item .thumb {
	display: inline-block;
	width: 100%;
	overflow: hidden;
}
.home-news-item .thumb img {
	width: 100%;
	height: auto;
}
/* register email */
.register-email {
	width: 100%;
	height: 160px;
	background-color: #4caadd;
	background-image: url(../images/khuyenmai.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	padding: 70px 20px 0 40px;
	color: #fff;
}
.register-email h5 {
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: underline;
}
.widget_wysija_cont {
	width: 100%;
}
.widget_wysija_cont .wysija-submit {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ed1b24;
    border: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
/* reviews */
.scroll-reviews-wrap {
	width: 100%;
	margin-top: 10px;
	padding: 0 40px;
	position: relative;
}
.scroll-reviews-prev,
.scroll-reviews-next {
	position: absolute;
	top: 0;
	height: 240px;
	width: 40px;
	background: #f3f3f3;
	color: #0073aa;
	text-align: center;
	line-height: 240px;
	cursor: pointer;
	font-size: 40px;
}
.scroll-reviews-prev {
	left: 0;
}
.scroll-reviews-next {
	right: 0;
}
.scroll-reviews-prev:hover,
.scroll-reviews-next:hover {
	color: #e85f21;
}
.scroll-reviews {
	width: 100%;
}
.reviews-item {
	padding: 20px;
	border: 1px solid #ddd;
	min-height: 240px;
	overflow: hidden;
}
.reviews-item .reviews-thumb {
	display: inline-block;
	width: 100%;
}
.reviews-item .reviews-thumb img {
	max-width: 100% !important;
	height: auto !important;
}
/* support */
.support-wrap {
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 30px;
}
.support-item {
	width: 100%;
}
.support-item h4 {
	text-transform: uppercase;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}
.support-item .row {
	padding: 5px 0;
}
/* item grid */
.item-grid {
	width: 100%;
	margin-bottom: 20px;
}
.item-grid .thumb {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
.item-grid .thumb img {
	width: 100%;
}
.item-grid h1,
.item-grid h2,
.item-grid h3,
.item-grid h4,
.item-grid h5 {
	color: #ed1b24;
	font-size: 14px;
	min-height: 40px;
}
.item-grid h1 a,
.item-grid h2 a,
.item-grid h3 a,
.item-grid h4 a,
.item-grid h5 a {
	color: #ed1b24;
}
.item-grid p {
	color: #555;
	text-align: justify;
}
.item-grid a.view-detail {
	padding: 3px 10px;
	white-space: nowrap;
	border-radius: 8px;
}
.item-grid a.view-detail i {
	margin-left: 5px;
}
/* home document */
.home-document {
	margin: 0;
	padding: 0;
}
.home-document li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.document-item {
	width: 100%;
}
.document-item a.thumb {
	display: inline-block;
	float: left;
	width: 15%;
}
.document-item a.thumb img {
	max-width: 100%;
}
.document-item .summary {
	float: left;
	width: 85%;
}
/* gallery-project */
.gallery-project {
	width: 100%;
}
.gallery-project ul {
	margin: 0;
	padding: 0;
}
.gallery-project ul li {
	float: left;
	list-style: none;
	width: 110px;
	border: 1px solid #ddd;
	margin: 0 3px 6px 3px;
	padding: 2px;
}
.gallery-project ul li img {
	max-width: 100%;
}
/* 2. Content */
#content {
	margin: 0 0 15px 0;
	padding: 0;
}
.col-left,
.col-right,
.col-middle {
	position: relative;
	min-height: 1px;
}
.col-left {
	width: 300px;
	float: left;
	margin-right: 10px;
}
.col-middle {
	float: left;
	width: 685px;
}
.col-right {
	width: 300px;
	float: right;
	margin-left: 10px;
}
/* 3. Sidebar ------------------------------------------- */
.sidebar-area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	border-radius: 3px;
}
.sidebar-area .sidebar {
	word-wrap: break-word;
	border-bottom: 1px solid #ddd;
}
.sidebar-content {
	padding: 5px;
}
.sidebar-label {
	width: 100%;
	overflow: hidden;
}
.sidebar-label h3 {
	color: #0086b8;
	font-size: 15px;
	margin: 0;
	padding: 0 10px;
	line-height: 34px;
	white-space: nowrap;
	font-weight: bold;
}
.sidebar-label h3 i {
	font-size: 11px;
	margin-right: 5px;
}
.sidebar-area .sidebar p,
.sidebar-area .sidebar li {
	font-size: 13px;
}
.sidebar-area .sidebar .textwidget {
  	padding: 5px;
  	font-size: 13px;
}
.sidebar img {
	max-width: 100%;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	margin: 0;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px dotted #ddd;
	position: relative;
}
.sidebar ul > li:last-child {
	border-bottom: none;
}
.sidebar ul ul.children,
.sidebar ul ul.sub-menu {
	display: none;
	background: #fff;
	z-index: 9999;
	width: 100%;
	padding: 0;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
}
.sidebar ul > li:hover > ul.children,
.sidebar ul > li:hover > ul.sub-menu {
	display: block;
}
.sidebar span.post-date {
	font-size: 12px;
	font-style: italic;
	color: #777;
}
.sidebar .searchform {
	padding:10px 0;
}
.sidebar .searchform input[type="text"] {
	float: left;
	width: 170px;
}
.sidebar .searchform input[type="submit"] {
	float: left;
	margin-left: 5px;
}
.sidebar input[type="text"] {
	border: 1px solid #ddd;
	padding: 5px;
}
.sidebar input[type="submit"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #0194d9 ;
	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: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.sidebar select {
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #ddd;
	width: 90%;
	margin-left: 5%;
}
.sidebar a {
	color: #454545;
}
.sidebar a:hover {
	color: #0194d9;
}
/* single image */
.single-image {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding: 5px;
}
.single-image img {
	max-width: 100%;
}
/* news-by-cat-wrap */
.news-by-cat-wrap {
	width: 100%;
}
.news-by-cat-item {
	background-color: #FAFAFA;
	padding: 10px 15px;
  	margin-bottom: 2px;
}
.news-by-cat-item div.thumb {
	float: left;
	margin-right: 10px;
}
.news-by-cat-item div.thumb img {
	width: 60px;
	height: 60px;
}
/* likebox */
.like-box {
	padding-bottom: 5px;
}
/* statistic */
.statistic ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.statistic ul li {
	padding: 0 10px;
	width: 100%;
	clear: both;
}
.statistic ul li:before, .statistic ul li:after {
	content: " ";
	display: table;
}
.statistic ul li:after {
	clear: both;
}
.statistic ul li label {
	width: 60%;
	display: inline-block;
	float: left;
}
.statistic ul li span {
	width: 40%;
	float: right;
	text-align: right;
	display: inline-block;
}
.statistic ul li.page-views {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	padding: 10px 0;
}
.statistic ul li.ss-online label,
.statistic ul li.ss-this-week label {
	background: url(../images/static-01.jpg) no-repeat left center;
	padding: 5px 0 5px 25px;
}
.statistic ul li.ss-today label {
	background: url(../images/static-02.jpg) no-repeat left center;
	padding: 5px 0 5px 25px;
}
.statistic ul li.ss-this-month label {
	background: url(../images/static-03.jpg) no-repeat left center;
	padding: 5px 0 5px 25px;
}
.statistic ul li.ss-visited label {
	background: url(../images/static-04.jpg) no-repeat left center;
	padding: 5px 0 5px 25px;
}
/* widget nav */
.widget-nav-wrap {
	margin: 0;
}
.widget-nav-wrap li {
	list-style: none;
}
.widget-nav {
	list-style: none;
}
.widget-nav > li {
	padding: 0 !important;
	border: none !important;
}
.widget-nav > li > a {
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #454545;
	display: block;
	padding: 10px 0;
	position: relative;
	transition: all 0.2s ease 0s !important;
	z-index: 1;
	border-bottom: 1px solid #ddd;
}
.widget-nav > li > a:after {
	content:'';
	height:100%;
	width:0;
	position:absolute;
	right:0;
	top:0;
	transition:all 0.5s ease 0s;
	z-index:-1;
}
.widget-nav > li > a:hover:after {
	background: #F2D23E;
	content:'';
	left: 0;
	top: 0;
	transition:all 0.4s ease 0s;
	width: 100%;
}
.widget-nav > li > a:hover {
	color: #fff;
	border-top: none;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
}
.widget-nav ul.sub-menu {
	margin: 0;
	padding: 0;
}
.widget-nav ul.sub-menu li {
	border-bottom: 1px dotted #ddd;
	padding: 8px 10px;
	width: 100%;
	clear: both;
}
.widget-nav ul.sub-menu li a {
	color: #454545;
}
/* vertical product */
.vertical-content {
	width: 100%;
	margin-bottom: 5px;
}
.vertical-content li {
	border: none !important;
}
/* support online */
.hotline {
	text-align: center;
	padding: 0;
	margin-bottom: 10px;
}
.hotline img {
	max-width: 100%;
}
.hotline label {
	font-size: 15px;
	margin-right: 5px;
}
.hotline span {
	font-size: 16px;
	font-weight: bold;
	color: #e21f31;
}
.list-supporter {
	width: 100%;
	padding: 0;
}
.sidebar-content .supporter,
.list-supporter .supporter {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding: 10px 0;
	text-align: center;
}
.supporter table td {
	padding: 5px;
}
.supporter p.name {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}
.supporter .supporter-more {
	text-align: center;
	margin-top: 10px;
}
/* sidebar news */
.sidebar-news {
	width: 100%;
	margin-top: 5px;
}
.sidebar-news .sidebar-news-item {
	border-bottom: 1px dotted #ddd;
	padding: 5px 0;
}
.sidebar-news-item .thumb {
	float: left;
	display: inline-block;
	padding: 3px;
	border: 1px solid #ddd;
	margin-right: 5px;
}
/* likebox */
.social-likebox {
	overflow: hidden;
	border: 1px solid #ddd;
	margin-top: 10px;
}
/* project category */
.sidebar-cat {
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.project-category {
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.project-category > ul {
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}
.project-category > ul > li > span {
	width: 100%;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 10px;
	display: inline-block;
	background: url(../images/project-cat-bg.png) repeat-x;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.project-category > ul ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}
.project-category > ul ul.sub-menu li {
	padding: 8px 8px 8px 18px;
	background: url(../images/arrow-05.png) no-repeat 8px 14px;
}
.project-category > ul ul.sub-menu li.current-cat a {
	color: #ed1b24;
	font-weight: bold;
}
/* 4. Footer -------------------------------------------------------  */
/* scroll partner */
.scroll-partner-wrap {
	padding: 2px;
	border: 1px solid #ddd;
}
.scroll-partner {
	padding: 5px 10px;
	position: relative;
	width: 100%;
}
.scroll-partner a {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 100px;
}
.scroll-partner a img {
	max-width: 100%;
	max-height: 100px;
}
.scroll-partner ul {
	list-style: none;
}
.scroll-partner ul li {
	float: left;
	margin: 0 2px;
	border: 1px solid #eee;
}
.scroll-partner ul li img {
	height: 95px;
	width: auto;
}
.prev-scroll,
.next-scroll {
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -11px;
	cursor: pointer;
	z-index: 99999;
	color: #b2b2b2;
	width: 22px;
	text-align: center;
}
.prev-scroll {
	left: 2px;
}
.next-scroll {
	right: 2px;
}
.prev-scroll:hover,
.next-scroll:hover {
	color: #2194d2;
}
#scroll_left {
	overflow: hidden;
	position: absolute;
	left: 5px;
	width: 150px;
	z-index: 99;
	text-align: center;
}
#scroll_right {
    overflow: hidden;
    position: absolute;
    right: 5px;
    width: 150px;
    z-index: 99;
    text-align: center;
}
#scroll_left img,
#scroll_right img {
	max-width: 100%;
}
/* footer */
#footer {
	margin: 0;
	padding: 0;
	background: url(../images/footer-bg.jpg);
	border-top: 2px solid #ddd;
}
/* menu footer */
.menu-footer-wrap {
	margin: 0;
	padding: 15px 10px;
	border-bottom: 1px solid #aaa;
}
.menu-footer-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu-footer-wrap ul li {
	float: left;
	line-height: 20px;
}
.menu-footer-wrap ul li:last-child {
	background: none;
}
.menu-footer-wrap ul li a {
	white-space: nowrap;
	line-height: 20px;
	display: inline-block;
	padding: 0 20px;
	color: #fff;
	font-weight: bold;
	border-right: 1px solid #aaa;
}
/* footer sidebar */
.footer-sidebar-wrap {
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.footer-sidebar {
	width: 100%;
}
.footer-sidebar-label {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #a1a1a1;
}
.footer-sidebar-label h5 {
	font-size: 14px;
	margin: 0;
}
.contact-info p {
	margin: 5px 0;
}
.contact-info .name {
	font-weight: bold;
	font-size: 15px;
}
.contact-info a {
}
.contact-info p i {
	width: 20px;
}
.design-by {
	color: #333;
	margin: 0;
}
.design-by a {
	color: #333;
	font-weight: bold;
}
/* footer contact */
.footer-contact h4 {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0;
}
.footer-contact p,
.footer-contact h5 {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0;
}
.footer-contact p span {
	margin: 0 5px;
}
/* footer social */
.footer-line {
	padding: 5px 0;
	border-top: 1px solid #f4f4f4;
}
.social-link {
	padding: 5px 0;
	width: 100%;
}
.social-link a {
	margin-right: 5px;
	background: #ffffff;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	padding: 0;
}
.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;
}
.back-to-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	display: none;
}
.back-to-top a {
	display: inline-block;
	background: #ddd;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
}
.back-to-top a i {
	font-size: 25px;
}
/* scroll banner */
.scroll-left {
	overflow: hidden;
	position: absolute;
	left: 5px;
	width: 150px;
	z-index: 99;
	text-align: center;
}
.scroll-right {
    overflow: hidden;
    position: absolute;
    right: 5px;
    width: 150px;
    z-index: 99;
    text-align: center;
}
.scroll-left img,
.scroll-right img {
	max-width: 100%;
}
/* 5.News  ------------------------------------------------ */
/* 404 page */
.page-not-found {
	padding: 50px 0;
}
/* main */
#breadcrumbs {
	color: #666;
	padding: 5px 10px;
	margin: 0 0 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 12px;
}
p.no-data {
	margin: 10px 0;
}
#main {
	margin: 0 0 15px;
	padding: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	border-radius: 3px;
}
.page-detail {
	margin: 0;
	padding: 10px 0;
	text-align: justify;
}
.page-detail h2.post-excerpt {
	font-size: 13px;
}
.page-detail p.post-thumbnail {
	text-align: center;
}
.page-detail img {
	max-width: 100%;
	height: auto;
}
.page-content {
	padding: 15px 0;
	margin: 0;
}
.page-title {
	margin: 0;
	border-bottom: 1px solid #ddd;
}
.page-title h1 {
	color: #454545;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
/* meta */
.post-meta {
	padding: 5px 0 0 0;
}
.post-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.post-meta ul li {
	float: left;
	margin-right: 10px;
	color: #777;
	font-size: 11px;
	white-space: nowrap;
}
.post-meta ul li i {
	margin-right: 5px;
}
.post-meta ul li a {
	text-transform: uppercase;
	color: #777;
}
.post-meta ul li a:hover {
	color: #db2727;
}
.related-and-share {
	padding: 15px 0 0;
}
.social-share {
	padding: 5px 10px;
	background-color: #f5f5f5;
	border-radius: 4px;
	font-size: 12px;
	height: 30px;
}
.social-share span {
	float: left;
	margin-right: 5px;
}
.related-post-wrap {
	padding: 10px 0;
}
.related-post-wrap .related-post-title {
	width: 100%;
	height: 29px;
	padding: 0 10px;
	overflow: hidden;
	background-image: url(../images/box-label.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.related-post-wrap .related-post-title h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 29px;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
	margin: 0;
}
.related-posts {
	padding: 10px 15px;
  	border: 1px solid #ddd;
}
.related-item {
	overflow: hidden;
	vertical-align: top;
	margin: 5px 0;
}
.related-item a {
	vertical-align: top;
	color: #454545;
}
.related-item a.related-posts-thumb {
	float: left;
	width: 40%;
	padding: 2px;
	border: 1px solid #ddd;
	display: inline-block;
}
.related-item a.related-posts-thumb img {
	width: 100% !important;
	height: auto !important;
}
.related-item div.related-posts-sum {
	width: 60%;
	padding-left: 5px;
	float: left;
}
.related-item p {
	margin: 0;
	padding: 0;
}
.related-item .related-date {
	font-style: italic;
	color: #777;
	font-size: 12px;
}
.related-item .related-regency {
	color: #cb2027;
	font-weight: bold;
	font-style: italic;
}
/* category */
.description {
	text-align: justify;
	color: #777;
	margin-bottom: 15px;
}
.description h2 {
	font-size: 14px;
	margin: 0;
}
.description h2 p {
	margin: 0;
	padding: 0;
}
.post-list {
	padding: 0;
	margin: 0;
}
.post-item {
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.post-item .post-thumb {
	text-align: center;
}
.post-item .post-thumb a {
	padding: 3px;
	border: 1px solid #ddd;
	display: inline-block;
	width: 100%;
}
.post-item .post-thumb img {
	width: 100% !important;
	height: auto !important;
}
.post-item .service-thumb {
	text-align: center;
}
.post-item .service-thumb img {
	max-width: 100%;
}
.post-item header {
	margin: 0 0 10px 0;
}
.post-item header h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #454545;
	font-weight: bold;
}
.post-item header h1 a {
	color: #454545;
}
.post-item .entry {
	text-align: justify;
}
/* Pagination */
.bk-pagination {
	margin: 15px 0 !important;
}
.bk-pagination span,
.bk-pagination a {
	background: #e3e3e3;
	padding: 5px 10px;
	color: #666;
	display: inline-block;
}
.bk-pagination span.current {
	background: #0063af;
	color: #fff;
}
/* 6. Product */
/* 6.1 Home product */
.home-area {
	margin: 0;
	padding: 0;
}
.home-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
	padding: 0;
}
/* 6.2 List product */
.list-product {
	padding: 10px 0;
}
.product-item {
	width: 100%;
	text-align: left;
	padding: 0;
	position: relative;
	margin-bottom: 10px;
}
.product-item .sale-percent {
	position: absolute;
	background: url(../images/sale.png) no-repeat;
	width: 40px;
	height: 40px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	top: 10px;
  	right: 10px;
}
.product-item .thumb {
	display: inline-block;
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px;
}
.product-item .thumb img {
	max-width: 100%;
	height: auto !important;
}
.product-item .title {
	font-size: 14px;
	margin: 5px 0;
}
.product-item .title a {
	color: #2b8cc1;
}
.product-item .caption {
	margin-top: 5px;
}
.product-item .caption p {
	margin: 2px 0;
}
.product-item .caption p label {
	margin-right: 5px;
}
.product-item .view-more a {
	color: #333;
	font-size: 12px;
	background: #f3f3f3;
	float: left;
	border-radius: 5px;
	padding: 3px 10px;
	margin: 5px 0;
	line-height: 15px;
}
.product-item .view-more a:hover {
	background: #e85f21;
	color: #fff;
}
.product-item .view-more a i {
	margin-left: 5px;
}
.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;
}
.quick-buy {
	text-align: center;
}
.quick-buy a.addtocart {
	background: url(../images/add-to-cart.png) no-repeat center center;
	width: 91px;
	height: 22px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}
.quick-buy a.quick-show-cart {
	display: inline-block;
	color: #454545;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
/* 6.3 product detail */
.product-detail {
	padding: 10px 0;
	width: 100%;
}
.product-images {
	width: 100%;
}
.product-images a.thumb {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
	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 #ddd;
	margin: 0 3px;
}
.product-header {
	margin-bottom: 10px;
}
.product-header h1 {
	font-size: 20px;
	color: #fa811f;
	margin-bottom: 10px;
	line-height: 28px;
}
.product-header .social-share {
	background: none;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 10px;
	padding: 10px 0;
	height: auto;
}
.product-options {
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.product-options .desc {
	padding: 10px 0;
}
.send-request {
	background: #fa811f;
	text-transform: uppercase;
	color: #fff;
	font-size: 15px;
	padding: 3px 15px;
	cursor: pointer;
	font-weight: bold;
}
.send-request:hover {
	color: #fff;
}
.product-options p label {
	margin-right: 5px;
	width: 100px;
	display: inline-block;
}
.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;
}
.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: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}
.product-content-wrap {
	width: 100%;
}
.product-content-label {
	width: 100%;
	height: 36px;
	padding: 0 10px;
	overflow: hidden;
	background-image: url(../images/box-label.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	font-weight: bold;
	line-height: 36px;
	color: #fff;
	white-space: nowrap;
	text-transform: uppercase;
}
.product-content {
	padding: 15px 0;
	text-align: justify;
}
/* product-tabs */
.product-tabs-wrap {
	width: 100%;
}
.product-tabs-wrap .product-tabs {
	height: 40px;
	border-bottom: 1px solid #ddd;
}
.product-tabs-wrap .product-tabs a {
	display: inline-block;
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
	border-radius: 3px 3px 0 0;
	color: #454545;
	margin: 0 4px -1px 0;
	border: 1px solid #ddd;
	font-weight: bold;
}
.product-tabs-wrap .product-tabs a.active {
	background-color: #fff;
	background: #FAFAFA;
	border-bottom: none;
}
.product-tabs-wrap .product-tab-panel-wrap {
	border: 1px solid #ddd;
	border-top: none;
	background: #FAFAFA;
}
.product-tabs-wrap .product-tab-panel-wrap .product-tab-panel {
	padding: 20px 10px 10px 10px;
	overflow: hidden;
}
.product-tab-panel img {
	max-width: 90% !important;
}
.product-tab-panel table {
	width: 100%;
}
.product-tab-panel table td {
	padding: 5px;
	border: 1px solid #ddd;
}
/* 7. Project */
/* 7.1 List project */
.list-project {
	padding: 10px 0;
}
/* 7.1 Detail project */
.list-taxomony {
	margin-top: 10px;
	background: #e4e4e4;
}
.list-taxomony span {
	float: left;
	white-space: nowrap;
	width: 25%;
	padding: 5px;
	border-left: 1px solid #fff;
}
.list-taxomony span:first-child {
	border-left: none;
}
.list-taxomony span label {
	font-size: 12px;
	font-weight: bold;
}
.project-gallery-wrap {
	margin-top: 10px;
	width: 100%;
}
.project-gallery-wrap a.thumb {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.project-gallery-wrap .project-gallery {
	padding: 10px 0;
}
.project-gallery-wrap .project-gallery ul {
	padding: 0;
	list-style: none;
	display: table;
	margin: 0 auto;
}
.project-gallery-wrap .project-gallery ul li {
	float: left;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px;
	width: 140px;
}
.project-gallery-wrap .project-gallery ul li img {
	max-width: 100%;
	height: auto !important;
}
.list-project-detail {
	width: 100%;
	margin: 10px 0;
	border-bottom: 1px solid #ddd;
}
.list-project-detail h2 {
	border-bottom: 1px solid #ddd;
	font-size: 16px;
	padding: 0 0 5px 0;
}
.list-project-detail table {
	width: 100%;
}
.list-project-detail table td {
	padding: 5px;
}
.list-project-detail table label {
	width: 20px;
	font-weight: bold;
}

/* widget */
.list-text-wrap {
	width: 100%;
	background: #fcfcfc;
	border: 1px solid #ddd;
	padding: 15px;
}
.list-text-wrap h5 {
	color: #0086b8;
	font-size: 14px;
}
.list-text {
	background: #f8f8f8;
	padding: 15px;
	border-right: 2px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
}
.list-text p span {
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	border: 1px solid #c3c3c3;
	font-weight: bold;
	margin-right: 10px;
}
.list-text a {
	color: #333;
}
/* customizer --------------------------------------- */
/* social */
.social-fixed {
	position: fixed;
	width: 35px !important;
	top: 150px;
	left: 3px;
	z-index: 999;
}
.social-fixed a {
	margin-bottom: 2px;
}
/* banner */
.banner-wrap {
	width: 100%;
	margin-bottom: 15px;
}
.banner-wrap .banner {
	width: 49%;
	overflow: hidden;
	float: left;
}
.banner-wrap .banner:first-child{
	margin-right: 2%;
}
.banner-wrap .banner img {
	max-width: 100%;
}
/* difference */
.difference-wrap {
	width: 100%;
	background: #fcfcfc;
	border: 1px solid #ddd;
	padding: 15px;
	margin-bottom: 15px;
}
.difference-wrap h5 {
	color: #0086b8;
	font-size: 14px;
}
.difference {
	background: #f8f8f8;
	padding: 15px;
	border-right: 2px solid #e3e3e3;
	border-bottom: 3px solid #e3e3e3;
}
.difference p span {
	width: 20px;
	height: 20px;
	float: left;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	border: 1px solid #c3c3c3;
	font-weight: bold;
	margin-right: 10px;
}
.difference a {
	color: #333;
}
/* photo news 1 */
.photo-news-1-wrap {
	margin-bottom: 15px;
	background: url(../images/photo-bg.jpg);
	border: 1px solid #ddd;
  	padding: 15px;
}
.photo-news-1-wrap h5 {
	font-size: 15px;
  	color: #0086b8;
}
.photo-news-1 {
	width: 100%;
}
.photo-news-1 a.thumb {
	display: inline-block;
	padding: 4px 4px 2px 2px;
	border-radius: 3px;
	overflow: hidden;
}
.photo-news-1 a.thumb img {
	max-width: 100%;
}
.photo-news-1 p {
	text-align: center;
	margin: 0;
}
/* photo news 2 */
.photo-news-2-wrap {
	width: 100%;
	margin-bottom: 15px;
}
.photo-news-2 {
	padding: 10px 5px 5px 5px;
	background: #fcfcfc;
	border: 1px solid #ddd;
}
.photo-news-2-item {
	width: 100%;
}
.photo-news-2-item {
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
}
.photo-news-2-item img {
	width: 100%;
}
.photo-news-2-item a {
	position: absolute;
	width: 100%;
	padding: 0 5px;
	bottom: 0;
	left: 0;
	background: rgba(0,103,141,0.8);
	color: #fff;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #fff;
	white-space: nowrap;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.photo-news-2-item:hover a {
	height: 100%;
	white-space: normal;
	line-height: 20px;
	padding-top: 20px;
	color: #fff;
	text-transform: uppercase;
}
/* mutil cat */
.mutil-cat-wrap {
	width: 100%;
	margin-bottom: 15px;
}
header.label {
	background: url(../images/box-label.png) no-repeat left center;
	height: 29px;
}
header.label h5 {
	font-size: 14px;
	color: #fff;
	padding-left: 15px;
	line-height: 29px;
	white-space: nowrap;
}
.mutil-cat {
	padding: 10px 5px 5px 5px;
	background: #fcfcfc;
	border: 1px solid #ddd;
}
.mutil-cat-item {
	padding: 4px;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 5px;
	background: #fff;
}
.mutil-cat-item .cat-summary {
	width: 100%;
}
.mutil-cat-item .cat-summary .thumb {
	float: left;
	margin-right: 10px;
	padding: 2px;
	border: 1px solid #ddd;
	position: relative;
  	text-align: center;
  	overflow: hidden;
  	background: #fff;
}
.mutil-cat-item .cat-summary h4 {
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
}
.list-news {
	width: 100%;
	padding: 5px 0;
}
.list-news ul {
	list-style: none;
}
.list-news li {
	background: url(../images/arrow-08.png) no-repeat left 5px;
	padding-left: 12px;
}
.list-news li a {
	color: #414141;
}
/* mutil cat 2 */
.mutil-cat-2 {
	width: 100%;
}
.mutil-cat-2-item {
	width: 100%;
	margin-bottom: 10px;
}
.mutil-cat-2-item h4 {
	color: #006da5;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: underline;
}
.mutil-cat-2-item ul {
	list-style: none;
}
.mutil-cat-2-item ul li {
	padding: 2px 0;
}
.mutil-cat-2-item ul li img {
	margin-right: 5px;
}
.mutil-cat-2-item ul li a {
	color: #333;
	font-weight: bold;
}
/* class */
.class-wrap {
	width: 100%;
	margin-bottom: 15px;
}
.class-wrap table {
	width: 100%;
	background: url(../images/bg-table.png) repeat;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.class-wrap table th,
.class-wrap table td {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 5px;
}
.class-wrap table th {
	text-align: center;
	color: #fff;
}
.class-wrap table th a.title {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
/**/
.contact-fixed {
	position: fixed;
	padding: 8px 30px;
	bottom: 0;
	right: 3px;
	z-index: 999;
	overflow: hidden;
	background-color: red;
	color: #fff;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	font-weight: bold;
	font-size: 14px;
}
.contact-fixed:hover {
	color: #fff;
}