@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);
@import url(../assets/css/user.css);
#page {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
	position: relative;
}
/* 1. Header */
#header {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
#header img {
	max-width: 100%;
}
.quick-login {
	position: absolute;
	top: 5px;
	right: 10px;
}
.quick-login ul {
	margin: 0;
	padding: 0;
}
.quick-login ul li {
	float: left;
	list-style: none;
	white-space: nowrap;
	margin: 0 5px;
}
.quick-login ul li .user-name {
	font-weight: bold;
	text-transform: uppercase;
}
/* banner top */
.banner-top {
	overflow: hidden;
	text-align: center;
}
.banner-top img {
	max-width: 100%;
}
.site-title {
	display: none;
}
/* menu */
/* quick search */
.quick-search {
	float: right;
	height: 40px;
	padding: 7px 10px 0 0;
}
.quick-search .search-form {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 2px 2px 5px;
}
.quick-search .search-form input.search-field {
	border: none;
	line-height: 20px;
}
.quick-search .search-form input.search-submit {
	background: url(../images/icon-search.png) no-repeat center center;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -1000px;
	border: none;
	cursor: pointer;
}
/* 2. Content */
#content {
	margin: 0;
	padding: 10px;
}
.col-left,
.col-right,
.col-middle {
	position: relative;
	min-height: 1px;
}
.col-left {
	width: 180px;
	float: left;
	margin-right: 10px;
}
.col-middle {
	float: left;
	width: 600px;
}
.col-right {
	width: 180px;
	float: right;
	margin-left: 10px;
}
.box-label,
.widget-label {
	width: 100%;
	background-color: #db192b;
	background-image: url(../images/bg-label.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.75);
}
.box-label h1,
.box-label h2,
.box-label h3,
.box-label h4,
.box-label h5,
.widget-label h3 {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0;
	padding-left: 20px;
	line-height: 30px;
}
/* 3. Sidebar ------------------------------------------- */
/* 3.1 Sidebar right */
.widget-area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
	border: 1px solid #ddd;
	padding: 0;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
}
.widget-area ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.widget-area ul li {
	margin: 0;
	padding: 8px 8px 8px 18px;
	border-bottom: 1px solid #ddd;
	background: url(../images/arrow-05.png) no-repeat 8px 14px;
}
.widget-area ul li:last-child {
	border-bottom: none;
}
.widget-area span.post-date {
	font-size: 12px;
	font-style: italic;
	color: #777;
}
.widget-area .searchform {
	padding: 0 10px;
}
.widget-area  input[type="text"] {
	border: 1px solid #ddd;
	padding: 5px;
}
.widget-area 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;
}
.widget-area select {
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #ddd;
	width: 90%;
	margin-left: 5%;
}
.widget-area a {
	color: #333;
}
.widget-area a:hover {
	color: #0194d9;
}
.menu-single-image {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-align: center;
}
/* 3.2 Sidebar left */
.sidebar-area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.sidebar-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 10px;
	word-wrap: break-word;
	border: 1px solid #ddd;
	padding: 0;
}
.sidebar-area .widget p,
.sidebar-area .widget li,
.sidebar-area .widget .textwidget {
	font-size: 13px;
}
.sidebar-area ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
}
.sidebar-area ul li {
	margin: 0;
	padding: 8px 8px 8px 18px;
	border-bottom: 1px solid #ddd;
	background: url(../images/arrow-06.png) no-repeat 8px 14px;
	position: relative;
}
.sidebar-area ul > li:last-child {
	border-bottom: none;
}
.sidebar-area ul ul.children,
.sidebar-area ul ul.sub-menu {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	background: #fff;
	z-index: 9999;
	width: 200px;
	padding: 0;
	border: 1px solid #e3e3e3;
	box-shadow: 0 6px 12px rgba(0,0,0,0.175);
	border-radius: 2px;
}
.sidebar-area ul > li:hover > ul.children,
.sidebar-area ul > li:hover > ul.sub-menu {
	display: block;
}
.sidebar-area span.post-date {
	font-size: 12px;
	font-style: italic;
	color: #777;
}
.sidebar-area .searchform {
	padding: 0 10px;
}
.sidebar-area  input[type="text"] {
	border: 1px solid #ddd;
	padding: 5px;
}
.sidebar-area 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-area select {
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #ddd;
	width: 90%;
	margin-left: 5%;
}
.sidebar-area a {
	color: #333;
}
.sidebar-area a:hover {
	color: #0194d9;
}
/* support online */
.hotline {
	text-align: center;
	padding: 15px 0
}
.hotline label {
	font-size: 15px;
	margin-right: 5px;
}
.hotline span {
	font-size: 16px;
	font-weight: bold;
	color: #e21f31;
}
.list-supporter {
	width: 100%;
	padding: 0 10px;
}
.list-supporter .supporter {
	width: 100%;
	overflow: hidden;
	text-align: center;
	border-top: 1px dotted #ddd;
}
.supporter p {
	margin: 5px 0;
}
.supporter p span.name,
.supporter p span.phone {
	font-weight: bold;
	color: #0063af;
}
.supporter p span.phone i {
	color: #777;
}
/* likebox */
.social-likebox {
	overflow: hidden;
}
/* 4. Footer -------------------------------------------------------  */
/* scroll partner */
.scroll-partner {
	padding: 10px 30px;
	position: relative;
	background: #f7f7f7;
	border-top: 1px solid #ddd;
}
.scroll-partner .caroufredsel_wrapper {
	overflow: hidden;
	border-radius: 4px;
}
.scroll-partner ul {
	margin: 3px;
	padding: 0;
}
.scroll-partner ul li {
	list-style: none;
	float: left;
	margin: 0 5px;
}
.scroll-partner ul li a {
	display: inline-block;
	border: 1px solid #dadada;
	border-radius: 4px;
	background: #fff;
	width: 100%;
	height: 64px;
	overflow: hidden;
}
.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;
}
/* footer */
#footer {
	margin: 0;
	padding: 0;
	background: #e32032;
	color: #fff;
	text-align: center;
	position: relative;
}
#footer h4 {
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	margin: 10px 0;
}
#footer p,
#footer h5 {
	font-weight: normal;
	font-size: 14px;
	margin: 10px 0;
}
#footer p span {
	margin: 0 5px;
}
#footer p a {
	color: #fff;
}
.footer-banner {
	text-align: center;
	overflow: hidden;
}
.footer-banner img {
	max-width: 100%;
}
/* footer social */
.footer-line {
	background: #dbdbdb;
}
.social-link {
	padding: 5px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.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: #333;
}
.social-link a:hover {
	color: #fff;
	background: #0063af;
}
.social-link a i {
	font-size: 15px;
}
.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;
}
/* 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: 14px;
}
.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: #007cc2;
	font-size: 16px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
/* 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: #0063af;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: underline;
}
.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 0;
}
.product-item {
	width: 100%;
	text-align: center;
}
.product-item .thumb {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 2px;
}
.product-item .title {
	font-size: 14px;
	margin: 10px 0;
}
.product-item .title a {
}
.product-item .quick-buy {
	text-align: center;
}
.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 .quick-buy a.addtocart {
	background: url(../images/btn-buy.png) no-repeat center center;
	width: 103px;
	height: 32px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}
.product-item .quick-buy a.quick-show-cart {
	display: inline-block;
	color: #333;
    display: inline-block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    line-height: 28px;
}
/* 6.3 product detail */
.product-detail {
	padding: 10px 0;
	width: 100%;
}
.product-images {
	width: 100%;
}
.product-images a.thumb {
	overflow: hidden;
	display: inline-block;
	background: #fff;
	width: 100%;
}
.product-images a.thumb img {
	width: 100%;
	height: auto;
}
.product-gallery {

}
.product-gallery ul {
	margin: 0;
	padding: 0;
}
.product-gallery ul li {
	float: left;
	list-style: none;
	margin: 0 3px;
}
.product-options {
	width: 100%;
	margin-top: 50px;
}
.product-options p label {
	margin-right: 5px;
	width: 100px;
	float: left;
}
.product-options p span {
	font-weight: bold;
}
a.addtocart {
	background: url(../images/btn-buy.png) no-repeat center center;
	width: 103px;
	height: 32px;
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	cursor: pointer;
}
a.quick-show-cart {
	display: inline-block;
	color: #333;
	white-space: nowrap;
}
.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-commodity {
	width: 100%;
	margin: 10px 0;
}
.product-commodity table {
	width: 100%;
}
.product-commodity table th,
.product-commodity table td {
	padding: 5px;
	border: 1px solid #ddd;
}
.product-commodity table th {
	background: #e11e30;
	color: #fff;
	text-transform: uppercase;
}