@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 {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.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: 5px;
}
.next-scroll {
	right: 5px;
}
.prev-scroll:hover,
.next-scroll:hover {
	color: #2194d2;
}
/* 1. Header */
.header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
/* logo */
.logo {
	overflow: hidden;
	padding: 0;
}
.site-title {
	display: none;
}
.logo img {
	max-width: 100%;
}
/* banner top */
.banner-top {
	overflow: hidden;
	text-align: right;
}
.banner-top img {
	width: 100%;
}
/* quick search */
.quick-search-wrap {
	padding: 3px 10px 0 10px;
	float: right;
}
.quick-search {
	float: left;
	padding: 3px 0 0 0;
	overflow: hidden;
	height: 30px;
}
.quick-search .search-form {
	background: #fff;
	border: 1px solid #ddd;
	padding: 1px;
	border-radius: 3px;
}
.quick-search .search-field {
	line-height: 18px;
	padding: 0 5px;
	border: none;
}
.quick-search .search-submit {
	background: url(../images/icon-search.png) no-repeat center center;
	width: 15px;
	height: 18px;
	border: none;
	text-indent: -1000px;
	overflow: hidden;
}
/* menu @import */
/* Home */
/* featured project */
.featured-project {
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding: 0 30px 20px 30px;
	margin-bottom: 30px;
	position: relative;
}
.featured-project ul {
	margin: 3px;
	padding: 0;
}
.featured-project ul li {
	list-style: none;
	float: left;
	margin: 0 10px;
	height: 100px;
}
.featured-project ul li a {
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 2px;
	padding: 3px;
	background: #fff;
	height: 100px;
	width: 151px;
	overflow: hidden;
	text-align: center;
}
.featured-project ul li a img {
	max-height: 100%;
	max-width: 100%;
}
.featured-project legend {
	position: absolute;
	white-space: nowrap;
	left: 50%;
	bottom: -12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #0265b2;
	color: #fff;
	width: 180px;
	height: 24px;
	line-height: 24px;
	margin-left: -90px;
	text-align: center;
	border-radius: 10px;
}
.featured-project legend a {
	color: #fff;
}
/* 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;
	padding: 10px 10px 0 10px;
}
.box {
	width: 100%;
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 10px;
}
.box-label {
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	background: #FAFAFA;
}
.box-label h1,
.box-label h2,
.box-label h3,
.box-label h4,
.box-label h5 {
	font-size: 14px;
	margin: 0;
	padding: 0 10px;
	line-height: 35px;
	height: 35px;
	color: #333;
	white-space: nowrap;
	font-weight: bold;
}
.box-label h1 a,
.box-label h2 a,
.box-label h3 a,
.box-label h4 a,
.box-label h5 a {
	color: #333;
}
.box-label i {
	margin-right: 5px;
}
.box .box-content {
	padding: 10px;
}
/* 3. Sidebar ------------------------------------------- */
.sidebar-area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sidebar-area .sidebar {
	margin-bottom: 10px;
	word-wrap: break-word;
	padding: 3px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ddd;
}
.sidebar-label {
	width: 100%;
	background: #9374b0;
	border-radius: 3px;
	overflow: hidden;
}
.sidebar-label h3 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	white-space: nowrap;
	font-weight: bold;
}
.sidebar-label h3 i {
	font-size: 11px;
	margin-right: 5px;
}
.sidebar-area .sidebar p,
.sidebar-area .sidebar li,
.sidebar-area .sidebar .textwidget {
	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;
	position: absolute;
	top: 0;
	left: 100%;
}
.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: #333;
}
.sidebar a:hover {
	color: #0194d9;
}
/* 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: 8px 8px 8px 15px !important;
	background: url(../images/arrow-07.png) no-repeat 3px 11px;
}
.widget-nav > li > a i {
	float: right;
}
.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: #333;
}
/* vertical product */
.vertical-content {
	width: 100%;
	margin-bottom: 5px;
}
.vertical-content .vertical-item {
	margin-bottom: 5px;
}
.vertical-content .vertical-item a.thumb {
	width: 100%;
	display: inline-block;
}
.vertical-content .vertical-item a.thumb img {
	width: 100%;
	height: auto;
}
/* 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;
}
.supporter {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding: 5px;
}
.supporter p {
	padding: 5px;
	margin: 0;
}
.supporter p.name {
	text-transform: uppercase;
}
/* 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 {
	padding: 10px 30px;
	position: relative;
	border-top: 1px solid #ddd;
}
.scroll-partner ul {
	margin: 0;
	padding: 0;
}
.scroll-partner ul li {
	list-style: none;
	float: left;
	margin: 0 5px;
	height: 70px;
}
.scroll-partner ul li a {
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	height: 64px;
	overflow: hidden;
	text-align: center;
}
.scroll-partner ul li a img {
	max-width: 100%;
	max-height: 100%;
}
/* footer */
#footer {
	margin: 0;
	padding: 0;
	background-color: #505050;
}
/* menu footer */
.menu-footer-wrap {
	margin: 0;
	padding: 6px 10px;
	background: #505050;
	border-bottom: 1px solid #aaa;
}
.menu-footer-wrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.menu-footer-wrap ul li {
	line-height: 20px;
    display: inline-block;
}
.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: 10px 10px 0 10px;
	background: #5F5F5F;
	text-align: center;
	color: #ffffff;
}
.footer-sidebar {
	margin-bottom: 10px;
	color: #fff;
}
.footer-sidebar-label {
	margin: 0 0 10px 0;
	padding: 0;
}
.footer-sidebar-label h5 {
	font-size: 14px;
	margin: 0;
	text-transform: uppercase;
}
.contact-info .name {
	font-weight: bold;
	font-size: 15px;
}
.contact-info a {
	color: #fff;
}
.design-by a {
	color: #fff;
}
/* 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 {
	background: #bab8b7;
	padding: 0 10px;
	text-align: right;
}
.social-link {
	padding: 5px 0;
	width: 100%;
}
.social-link a {
	margin-right: 5px;
	background: #ffffff;
	border-radius: 100%;
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	padding: 0;
}
.social-link a:hover {
	color: #333;
	background: #fff;
}
.social-link a i {
	font-size: 15px;
}
.social-link .btn-facebook {
	background: #3a589b;
}
.social-link .btn-rss {
	background: #da6245;
}
.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: 10px;
	right: 20px;
	display: none;
}
.back-to-top a {
	display: inline-block;
	border-radius: 30px;
	background: #ddd;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #C5C5C5;
}
.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 10px;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
}
.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: #9374b0;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
/* 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 h2.related-post-title {
	color: #9374b0;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}
.related-post-wrap h2.related-post-title:after {
	background-color: #9374b0;
	display: block;
	height: 2px;
	width: 100px;
	margin-bottom: -1px;
	content: '';
}
.related-posts {
	padding: 15px 0 0 0;
}
.related-item {
	overflow: hidden;
	vertical-align: top;
	margin: 10px 0 0 0;
}
.related-item a {
	vertical-align: top;
	color: #333;
}
.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: #333;
	font-weight: bold;
}
.post-item header h1 a {
	color: #333;
}
.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;
}
.product-item {
	width: 100%;
	text-align: center;
	height: 260px;
  	overflow: hidden;
}
.product-item .thumb {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px;
}
.product-item .thumb img {
	max-width: 100%;
}
.product-item .title {
	font-size: 14px;
	margin: 5px 0;
	font-weight: bold;
}
.product-item .title a {
	color: #333;
}
.product-item .caption {
	margin-top: 5px;
}
.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;
}
.quick-buy {
	text-align: center;
}
.quick-buy a.addtocart {
	background: url(../images/add-to-cart.jpg) 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: #333;
    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-options {
	width: 100%;
}
.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-tabs */
.product-tabs-wrap {
	width: 100%;
}
.product-tabs-wrap .product-tabs {
	height: 30px;
	border-bottom: 1px solid #ddd;
}
.product-tabs-wrap .product-tabs a {
	display: inline-block;
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-decoration: none;
	border: 1px solid transparent;
	white-space: nowrap;
	border-radius: 3px 3px 0 0;
	color: #333;
	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: 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;
}