@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;
}
/* 1. Header */
.header {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.header-left {
	width: 225px;
	float: left;
}
.header-right {
	width: 775px;
	float: left;
}
/* logo */
.logo {
	overflow: hidden;
	padding: 10px 0;
	background: #f9f3d9;
	text-align: center;
}
.site-title {
	display: none;
}
.logo img {
	max-width: 100%;
}
/* mid */
.header-mid {
	padding: 10px 0 10px 10px;
}
/* banner top */
.banner-top {
	overflow: hidden;
	text-align: center;
	padding: 10px 0;
}
.banner-top img {
	max-width: 100%;
}
/* quick search */
::-webkit-input-placeholder {
   color: #e08b16;
   font-weight: bold;
}
:-moz-placeholder { /* Firefox 18- */
   color: #e08b16;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #e08b16;
   font-weight: bold;
}
:-ms-input-placeholder {
   color: #e08b16;
   font-weight: bold;
}
.quick-search {
	overflow: hidden;
	border: 2px solid #339999;
	border-radius: 10px;
	padding: 5px;
}
.quick-search .search-form {

}
.quick-search .search-field {
	margin-top: 0;
	float: left;
	border: none;
	box-shadow: none;
	border-radius: 0;
	height: 20px;
	padding: 5px;
	width: 370px;
}
.quick-search .search-submit {
	margin-top: 0;
	float: right;
	border: none;
	border-radius: 0;
	box-shadow: none;
	height: 30px;
	width: 30px;
	padding: 0;
	background: #fff;
	font-size: 16px;
	color: #339999;
}
.tag {
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.tag span {
	color: #e08b16;
}
.tag a {
	color: #333;
}
/* Product Nav */
.product-nav {
	padding: 10px 0;
}
.product-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.menu-product {
	border: 1px solid #339999;
}
ul.menu-product > li {
	border-bottom: 1px solid #339999;
	padding: 17px 5px;
	position: relative;
}
ul.menu-product > li:last-child {
	border-bottom: none;
}
ul.menu-product > li > a {
	font-weight: bold;
	font-size: 14px;
}
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 */
/* scroll product */
.scroll-product {
	width: 100%;
	padding: 10px;
	position: relative;
}
.scroll-product ul {
	list-style: none;
}
.scroll-product li {
	float: left;
	width: 181px;
	margin: 0 2px;
}
.prev-product,
.next-product {
	background-repeat: no-repeat;
	background-position: center center;
	width: 9px;
	height: 23px;
	position: absolute;
	top: 130px;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.9;
}
.prev-product:hover,
.next-product:hover {
	opacity: 1;
}
.prev-product {
	background-image: url(../images/icon-prev.png);
	left: 0px;
}
.next-product {
	background-image: url(../images/icon-next.png);
	right: 0px;
}
/* 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: 5px;
}
.col-left,
.col-right,
.col-middle {
	position: relative;
	min-height: 1px;
}
.col-left {
	width: 220px;
	float: left;
	margin-right: 10px;
}
.col-middle {
	float: left;
	width: 760px;
}
.col-right {
	width: 200px;
	float: right;
	margin-left: 10px;
}
.box {
	width: 100%;
	background: #fff;
	margin-bottom: 30px;
}
.box-label {
	width: 100%;
	height: 37px;
	overflow: hidden;
	background: url(../images/box-label.png) no-repeat left center;
}
.box-label h1,
.box-label h2,
.box-label h3,
.box-label h4,
.box-label h5 {
	font-size: 14px;
	margin: 0;
	padding: 0 20px;
	line-height: 37px;
	height: 35px;
	color: #fcbe17;
	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: #454545;
}
.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;
	background: #fff;
	border-radius: 3px;
}
.sidebar-content {
	border: 1px solid #ddd;
}
.sidebar-label {
	width: 100%;
	background: url(../images/sidebar-label.jpg) repeat-x #F2D23E;
	overflow: hidden;
	margin-bottom: 10px;
}
.sidebar-label h3 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 10px;
	line-height: 40px;
	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;
}
.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 img {
	width: 100%;
}
/* 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;
}
.list-supporter .supporter {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #ddd;
	padding: 0 5px;
}
.supporter table {
	width: 100%;
}
.supporter table td {
	padding: 8px 0;
	text-align: left;
}
.supporter .name,
.supporter .phone {
	font-weight: bold;
	color: #454545;
	font-size: 14px;
}
/* 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 {
	border: 2px solid #339999;
	margin-bottom: 10px;
	height: 110px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
}
.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;
	z-index: 99;
	text-align: right;
}
#scroll_right {
    overflow: hidden;
    position: absolute;
    z-index: 99;
    text-align: left;
}
#scroll_left img,
#scroll_right img {
	max-width: 100%;
}
/* footer */
#footer {
	margin: 0;
	padding: 0;
	background-color: #339999;
}
/* 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: 30px;
	background: #339999;
}
.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;
	color: #fdd911;
}
.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: 15px;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding: 0;
}
.social-link a:hover {
	color: #454545;
	background: #fff;
}
.social-link a i {
	font-size: 30px;
}
.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;
	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 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: #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 h2.related-post-title {
	width: 100%;
	height: 37px;
	overflow: hidden;
	background: url(../images/box-label.png) no-repeat left center;
	font-size: 14px;
	margin: 0;
	padding: 0 20px;
	line-height: 37px;
	height: 35px;
	color: #fcbe17;
	white-space: nowrap;
	text-transform: uppercase;
}
.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: #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: center;
	border: 1px solid #ddd;
	padding: 10px;
	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:hover {
	background: #eee;
}
.product-item .thumb {
	display: block;
}
.product-item .thumb img {
	max-width: 100%;
	height: auto !important;
}
.product-item .title {
	font-size: 14px;
	margin: 5px 0;
	height: 38px;
	overflow: hidden;
}
.product-item .title a {
	color: #454545;
}
.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.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: 25px;
	text-align: center;
	color: #fa811f;
	margin-bottom: 20px;
	line-height: 28px;
}
.product-header .social-share {
	background: none;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
}
.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: 36px;
	background: url(../images/menu-bg.png) repeat-x;
	border: 1px solid #ddd;
}
.product-tabs-wrap .product-tabs a {
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 20px;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.product-tabs-wrap .product-tabs a.active {
	background-color: #fff;
	background: #FAFAFA;
	border-bottom: none;
	color: #333;
}
.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;
}




/* scroll-news */
.scroll-news {
	width: 100%;
}
.scroll-news li {
	float: left;
	margin: 5px 0;
	width: 100%;
	padding: 0 !important;
	border: none !important;
}
.scroll-news .scroll-news-item {
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
	margin-bottom: 10px;
}
.scroll-news .scroll-news-item a.thumb {
	display: block;
}
.scroll-news .scroll-news-item .thumb img {
	max-width: 100%;
	height: auto !important;
}
.scroll-news .scroll-news-item h3 {
	text-align: center;
	margin: 10px 0 0 0;
}
.single-price {
	padding: 20px 0;
}
.single-price del {
	background: #2ea5a7;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
	width: 170px;
	float: left;
}
.single-price del span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.single-price ins {
	background: #e83f7f;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
	width: 170px;
	float: left;
	margin-left: 10px;
	text-decoration: none;
}
.single-price ins span {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
.single-quick-buy-wrap {
	padding-top: 10px;
}
.single-quick-buy a.addtocart {
	width: 145px;
	height: 41px;
	background: url(../images/add-to-cart-02.png) no-repeat;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
}