@charset "utf-8";
/* CSS Document */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
  background-color: #3C3C3C;
  color: #3C3C3C;
}
.footer {
  /*position: absolute;
  bottom: 0;*/
  /*max-width: 1024px;*/
  /*margin: auto;*/
  /* Set the fixed height of the footer here */
  /*height: 60px;
  background-color: #FFF;
  display: none;*/
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
.container {
	width: 1024px !important;
}
body > .container {
	/*padding: 60px 15px 0;*/
	font-size: 13px;
}
p {
	color: #3C3C3C;
	line-height: 22px;
}
.no-padding-right {
	padding-right: 0;
}
.f-right {
	float:right;
}
.img-responsive {
	max-height: 100%;
}
/*
	Header
*/
.logo {
  	text-align: center;
  	padding-top: 30px;
}
.lang-info {
  	list-style: none;
  	float: right;
}
.lang-info li{
  	float: left;
  	padding: 0 5px;
}
.lang-info li a {
	color: #005695;
}

#logo {
	font-size: 54px;
    margin-left: 17px;
	opacity: 0;
}
#aboutus {
	font-size: 16px;
	margin-left: 115px;
	opacity: 0;
}
#product {
	font-size: 16px;
	margin-left: 70px;
	opacity: 0;
}
#contact {
	font-size: 16px;
	margin-left: 70px;
	opacity: 0;
}

/*
 Section Main Navigation
*/
.section-main-nav {
  	background: #212121;
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    
}
.section-main-nav .container {
  	max-width: 1024px;
}
.navbar-default {
	background:url(../images/menu/menubar.png) no-repeat;
	background-position: center;
	margin: 0;
	border: 0;
}
.navbar-default .container {
	padding: 0;
}
.navbar-default .navbar-nav>li>a {
  	color: #777;
  	font-size: 14px;
}

.navbar-nav>li>a.active {
	font-weight: bold;
    color: #005695;
}
@media only screen and (max-width: 768px) {
	.navbar-nav {
	}
	.navbar-default .navbar-nav>li>a {
	}
	.nav>li {
	}
}

.bg-box {
	width: 1024px;
	margin: auto;
	box-shadow: #000 0 0 20px 0px;
}

/*
 Section Slide
*/
.section-slide {
}
.section-slide .container {
	max-width: 1024px;	
}
.section-slide .row > * {
}
.cycle-slideshow {
	position: relative;
}
.cycle-prev {
	position: absolute;
    top: 46%;
    left: 0px;
    z-index: 999;
    cursor: pointer;
}
.cycle-next {
	position: absolute;
    top: 46%;
    right: 0px;
    z-index: 999;
    cursor: pointer;
}
.cycle-pager {
	position: absolute;
	bottom: 0;
	left: 15%;
	z-index: 999;
}
.cycle-pager2 {
	padding-top: 15px;
}
.cycle-pager span, .cycle-pager2 span {
	display: inline-block;
	background-color: #C8E62D;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	color: rgba(0,0,0,0);
	cursor: pointer;
}
.cycle-pager span.cycle-pager-active, .cycle-pager2 span.cycle-pager-active {
	background-color: #000;
}

#owl-demo .item{
  margin: 3px;
  width: 109px;
  height: 109px;
  float: left;
  cursor: pointer;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}
.owl-theme .owl-controls .owl-page.active span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869000;
}
.owl-pagination {
	text-align: center;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	display: inline-table;
}

/*
 Section Float
*/
.section-float {
	position: relative;
}
.section-float .container {
	max-width: 800px;
    position: absolute;
    top: -118px;
	right: 112px;
    z-index: 998;
}
.section-float .row > * {
}
.section-float .address {
	background: #C8E62D;
	padding: 15px;
}
.section-float .topic {
	text-align:center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.section-float .topic h2 {
	margin: 10px 0;
}


/*
	About Us
*/
.section-aboutus {
	background:url(../images/about/bg-about.png) no-repeat;
	background-size: cover;
}
.section-aboutus .container {
  	max-width: 800px;
}
.section-aboutus .row > * {
}
.no-padding {
	padding: 0;
	margin: 0;
}
.about-pic {
	width: 180px;
	height: 180px;
}
.about-pic2 {
	width: 370px;
	height: 180px;
}
.section-aboutus .address {
	background: #C8E62D;
	padding: 15px;
}
.section-aboutus .topic {
	text-align:center;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}
.section-aboutus .topic h2 {
	margin: 10px 0;
}
.section-aboutus .quote {
	width: 200px;
	font-size: 22px;
    font-weight: bold;
    text-align: center;    
    margin: auto;
}
.section-aboutus .quote p {
	margin: 15px 0;
	line-height: 30px;
}
.section-aboutus .data {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align:center;
	padding: 25px 0;
}
.section-aboutus .data p {
	font-size: 16px;
	margin: 10px 0;
}
.section-aboutus .data span {
	font-size: 16px;
	display: inline-flex;
}

/*
	Product
*/
.section-product {
	background:url(../images/product/bg-product.png) no-repeat;
	background-size: cover;
}
.section-product .container {
  	max-width: 1024px;
}
.section-product .container:last-child {
  	max-width: 800px;
}
.section-product .row > * {
}
.section-product .product-menu {
	padding: 0;
	margin: 10px 0;
}
.section-product .product-menu li:first-child {
	float: left;
	list-style: none;
	border-left: 1px #999 solid;
	padding: 5px;
}
.section-product .product-menu li {
	float: left;
	list-style: none;
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	padding: 5px;
}
.section-product .product-menu a {
	color: #3C3C3C;
	text-decoration: none;
	width: 130px;
    height: 80px;
	/*
	display: flex;
	justify-content: center;
  	align-items: center;
	*/
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.section-product .product-menu li a:hover, .section-product .product-menu li a.active {
	background-color: #3C3C3C;
	color: #C8E62D;
}
.section-product .product-submenu1 {
	max-width: 500px;
	margin: auto;
}
.section-product .product-submenu1 p {
	float: left;
    list-style: none;
	margin: 0;
}
.section-product .product-submenu1 p a {
    text-decoration: none;
    width: 250px;
    height: 40px;
	border-top: 1px #000 solid;
    border-bottom: 1px #000 solid;
	background-color: #3C3C3C;
	color: #C8E62D;
	/*
	display: flex;
	justify-content: center;
  	align-items: center;
	*/
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.section-product .product-submenu1 p a:hover, .section-product .product-submenu1 p a.active {
	background-color: #C8E62D;
	color: #3C3C3C;
}
.section-product .product-submenu2 {
	max-width: 200px;
	margin: auto;
}
.section-product .product-submenu2 p {
	float: left;
    list-style: none;
	margin: 0;
}
.section-product .product-submenu2 p a {
    text-decoration: none;
    width: 100px;
    height: 30px;
	color: #3C3C3C;
	/*
	display: flex;
	justify-content: center;
  	align-items: center;
	*/
	display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.section-product .product-submenu2 p a:hover, .section-product .product-submenu2 p a.active {
	background-color: #3C3C3C;
	color: #FFF;
}
.section-product .product-submenu3 {
	max-width: 250px;
	margin: auto;
}
.section-product .product-submenu3 p {
	float: left;
    list-style: none;
	margin: 0;
}
.section-product .product-submenu3 p a {
    text-decoration: none;
    width: 125px;
    height: 30px;
	color: #3C3C3C;
	/*
	display: flex;
	justify-content: center;
  	align-items: center;
	*/
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	border-bottom: 5px rgba(000,000,000,0) solid;
}
.section-product .product-submenu3 p a:hover, .section-product .product-submenu3 p a.active {
	border-bottom: 5px #3C3C3C solid;
}
.line-bottom {
	border-bottom: 1px #999 solid;
	margin: 10px 0;
}
.line-bottom2 {
	border-bottom: 1px #999 solid;
	margin-bottom: 10px;
}
.preview-product a {
	text-decoration: none;
}
.section-product .thumbnail {
	background: none;
	border: none;
	margin: 0px;
	cursor: pointer;
}
.section-product .thumbnail .thumb-pic{
	width: 170px;
	height: 170px;
}
.section-product .thumbnail .thumb-pic .img-responsive {
	margin: auto;
}
.section-product .caption {
	text-align: center;
	padding-bottom: 0px;
}

/*
	Contact
*/
.section-contact {
	background:url(../images/contact/bg-contact.png) no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.section-contact .container {
  	max-width: 800px;
}
.section-contact .row > * {
}
.section-contact .address {
	background: #C8E62D;
	padding: 15px;
}
.section-contact .topic {
	text-align:center;
}
.section-contact .topic h2{
	margin: 70px 0;
}
.section-contact .data {
	border-top: solid 1px #000;
}
.section-contact .data p {
	font-size: 16px;
	margin: 15px 0 15px 0;
}
.section-contact .data span {
	font-size: 16px;
	display: inline-flex;
}

/*
	Footer
*/
.section-footer {
	background: #506E2D;
}
.section-footer .container {
  	max-width: 1024px;
}
.section-footer .row > * {
}
.section-footer .copyright {
}
.section-footer .copyright p {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin: 15px 0 15px 0;
}

/*
	Login Form
*/
#form-login {
}
#form-login input {
}

input[type=text] {
	background: #3C3C3C;
	color: #FFF;
}
textarea.form-control {
	background: #3C3C3C;
	color: #FFF;
}
button {
	background: #78962D;
	color: #FFF;
	width: 180px;
}
button:hover {
	background: #C8E62D;
	color: #000;
}
input[type=submit] {
}

/*
	Logout Form
*/
#signup_form {
	width: 900px;
	min-height: 300px;
	margin-top: -150px;
	margin-left: -450px;
	position: absolute;
	padding: 25px;
	top: 50%;
	left: 50%;
	background-color: #f5f5f5;
	border-radius: 4px;
	border: solid 1px #fff;
	box-shadow: 0px 0px 5px 0px #000;
}
.signup-box {
	float: left;
	width: 50%;
}

/* 
 * Popup Container 
 */
#popup-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  display: none;
}
#popup {
  width: 60%;
  height: auto;
  margin-top: -100px;
  margin-left: -30%;
  position: absolute;
  top: 20%; /*50%*/
  left: 50%;
  padding: 20px;
  background: rgba(0,0,0,0.7);
  display: none;
}
#popup-main {
  	width: 95%;
	padding: 20px;
  	background: rgba(0,0,0,1);
}
#popup-main .popup-image {
	text-align: center;
	width: 390px;
	height: 390px;
}
#popup-main .popup-image .img-responsive {
	margin: auto;
}
#popup-main .popup-info {
	text-align: center;
	width: 325px;
	height: 300px;
	padding: 20px;
	margin-top: 30px;
  	background:url(../images/popup/popup-info/popup-inside/box-info.png) no-repeat;
	background-position: top right;
	word-wrap: break-word;
}
.popup-close {
	cursor: pointer;
    position: absolute;
    top: 0px;
    right: 10px;
}
/* 
 * Image Middle Center 
 */
.valign {
  width: 400px;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
.halign {
  text-align: center;
}
