/*---------- body s ----------*/

body {
	padding: 0;
	margin: 0;
}

.hide {
	display: none;
}

.fa {
	padding-right: 5px;
}

.star .fa {
	color: #cc0000;
	padding-right: 1px;
	margin: 0;
}

.pic-box {
	display: block;
	overflow: hidden;
}

.pic-box img {
	width: 100%;
	height: auto;
	transition: .2s;
	/* Firefox 4 */
	-moz-transition: .2s;
	/* Safari and Chrome */
	-webkit-transition: .2s;
	/* Opera */
	-o-transition: .2s;
}

.pic-box:hover img {
	transform: scale(1.1, 1.1);
	transition: .2s;
}

a {
	-webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	-moz-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	-ms-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
	transition: background-color .3s ease-in-out, color .3s ease-in-out, border-color .3s ease-in-out, padding .3s ease-in-out;
}

a,
a.title {
	/*color: #09e;*/
}

a:hover,
a.title:hover {
	/*color: #007bbf;*/
}

input {
	border-color: #ebebeb;
	background-color: #fff;
}

input {
	-webkit-transition: border-color .2s ease-in-out;
	-moz-transition: border-color .2s ease-in-out;
	-ms-transition: border-color .2s ease-in-out;
	-o-transition: border-color .2s ease-in-out;
	transition: border-color .2s ease-in-out;
}

.form-control {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ddd;
}

.form-control:hover,
.form-control:focus {
	border-color: #cc0000;
	outline: 0;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);*/
	box-shadow: none;
}

.btn-default {
	height: 34px;
	color: #3C6CA7;
	border-radius: 0;
	border-color: #ddd;
	background-color: #ddd;
}

.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover {
	color: #fff;
	border-radius: 0;
	border-color: #cc0000;
	background-color: #cc0000;
	outline: none;
	box-shadow: none;
}


/* Image style */

#scrollUp {
	background-image: url("../img/top.png");
	bottom: 20px;
	right: 20px;
	width: 38px;
	/* Width of image */
	height: 38px;
	/* Height of image */
}


.float-shoppingcart {
	position: fixed;
	bottom: 60px;
	right: 20px;
	width: 38px;
	height: 38px;
	border-radius: 100%;
}

.float-shoppingcart .btn-add-to-card {
	border-radius: 100%;
}

.float-shoppingcart .btn-add-to-card .fa {
	padding-right: 0;
}


/*---------- body e ----------*/


/*---------- header s ----------*/

header {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 5px 5px rgba(235, 235, 235, 0.5);
}

header .top-bar {
	background-color: #5E5E5E;
	line-height: 2.8;
}

header .top-bar p {
	color: #fff;
	margin-bottom: 0;
}

header .header-top {
	padding: 15px 15px;
}

header .logo {
	display: inline-block;
	background-color: #fff;
	margin-bottom: 10px;
}

header .welcome-text {
	display: block;
	/*margin-left: 20px;*/
}

header .form-inline {
	display: inline-block;
	float: right;
}

header .form-inline .search1 {
	display: block;
	float: right;
	margin-bottom: 10px;
}

header .form-inline .keyword {
	display: block;
	float: right;
	margin-bottom:0;
}

header .form-inline .keyword>a {
	display: inline-block;
	padding: 3px 5px;
}


/*---------- nav s ----------*/

.navbar-default {
	min-height: 50px;
	border: none;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	border-radius: 0;
	background-color: #2E5586;
	/*background: linear-gradient(rgba(87, 87, 87, 1) 49%, rgba(26, 26, 26, 1) 50%, rgba(26, 26, 26, 1));*/
	margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
	color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 15px 35px;
}

.navbar-default .navbar-nav>li>a:hover{
	color:#333;
	font-size:14px;
	font-weight:500;
	line-height:20px;
	padding:15px 20px;
	background-color:#00335F !important;}

.navbar-default .navbar-nav>li>a .fa {
	/*color: #555;*/
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #ffffff;
	background-color: transparent;
	/*background: linear-gradient(rgba(227, 230, 235, .7), rgba(202, 202, 202, .7));*/
}



/*---------- nav e ----------*/


/*---------- header e ----------*/


/*---------- section s ----------*/

.section-main {
	margin-bottom: 30px;
}

.top-box .top-title {
    text-align: center;
    font-size: 22px;
    line-height: 2;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
	background-color:#3C6CA7;
	color:#ffffff;
}

/*top-5-list s*/

.top-5-list {
	margin-bottom: 30px;
}

.top-5-list .top-item {
	width: 100%;
	float: left;
	/*margin-bottom: 15px;*/
}

.top-5-list .item-title {
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 15px;
	padding-left: 50px;
	background-color: #86b1ff;
}

.top-5-list .item-title .corner {
	position: absolute;
	top: -10px;
	left: 0;
}

.top-5-list .item-title .corner span {
	position: absolute;
	top: 18px;
	left: 3px;
	z-index: 99;
}

.top-5-list .item-title .corner:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f02e";
	color: #2FAD28;
	font-family: FontAwesome;
	font-size: 60px;
}

.top-5-list .product-box {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
}

.top-5-list .product-box .pic-box {
	width: 30%;
	float: left;
	margin-bottom: 0;
}

.top-5-list .product-box .info {
	width: 70%;
	float: left;
	padding-left: 20px;
}

.top-5-list .product-box .info .title {
	display: block;
	height: auto;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 20px;
	overflow: hidden;
}

.top-5-list .product-box .info .summary {
}


/*top-5-list e*/

/*breadcrumb s*/

.breadcrumb {
	border: 1px solid #ebebeb;
	background-color: #fff;
}

.breadcrumb>li>a {
	color: #3C6CA7;
	text-decoration: none;
}

.breadcrumb>li>a:hover {
	color: #cc0000;
}

.breadcrumb>li.active {
	color: #000;
	font-weight: bold;
}


/*breadcrumb e*/


/*slider s*/

.unslider {
	position: relative;
	width: 100%;
	overflow: auto;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.unslider img {
	width: 100%;
	height: auto;
}

.unslider-nav {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.unslider-nav ol li {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: transparent;
	border-radius: 100%;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #be0022;
	cursor: pointer;
}

.unslider-nav ol li.unslider-active {
	background: #be0022;
	cursor: default;
}

.normal {
	display: block;
}

.larger {
	display: none;
}


/*slider e*/

.four-pic {
	display: none;
}

.product-wrapper {
	margin-bottom: 30px;
}


/*wrapper-title s*/

.wrapper-title {
	position: relative;
}

.wrapper-title:after {
	position: relative;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ddd;
}

.wrapper-title span {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 30px;
	/*border: 1px solid #00A8FF;*/
	background-color: #3c6ca7;
}


/*wrapper-title e*/


.top-box .product-box {
    padding: 5px;
    border: 1px solid #ddd;
}

/*product-wrapper s*/

.side-products .product-box {
	padding: 5px 5px;
	border: 1px solid #efefef;
}

.product-box {
	margin-bottom: 15px;
}

.product-box .pic-box {
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.product-box .title,
.product-box .summary {
	display: block;
	height: 40px;
	overflow: hidden;
	color: #555;
	/*line-height: 1.6;*/
	text-decoration: none;
	margin-bottom: 10px;
}

.product-box .title:hover,
.product-box .summary:hover {
	color: #000;
}

.product-box .price del {
	color: #777;
	font-size: 12px;
}

.product-box .price span {
	color: #333;
	font-weight: bold;
}

.title-h3 {
	font-size: 18px;
}

.title-h1h2 {
	font-size: 16px;
}

.product-h1h2-title {
	font-size: 16px;
}


/*product-wrapper e*/


/*side-menu s*/


.panel-heading {
	padding: 0;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-title {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
}

.panel-title:hover {
	color: #333;
	text-decoration: none;
}

.panel-default .panel-body {
	padding: 10px;
}

.panel-default .panel-body>li {
	list-style: none;
    padding: 0 5px;
    border-bottom: 1px dashed #ddd;
}

.panel-default .panel-body>li>a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.panel-default .panel-body>li>a:hover {
    text-decoration: none;
}

.mobile-top-nav {
	display: none;
}

.side-menu {
	margin-bottom: 30px;
}

.side-menu .side-title {
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin: 0;
	border-radius: 10px 10px 0 0;
	background-color: #2E5586;
}

.side-menu>ul {
	padding: 10px 15px !important;
	border: 1px solid #ddd;
	border-top: none;
	background-color: #ffffff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.side-menu>ul>li {
	list-style: none;
	padding: 0 5px;
	border-bottom: 1px dashed #ddd;
}

.side-menu>ul>li:last-child {
	border-bottom: none;
}

.side-menu>ul>li>a {
	display: block;
	color: #3e3e3e;
	text-decoration: none;
	line-height: 36px;
}

.side-menu>ul>li>a:hover {
	display: block;
	color: #333;
	background-color:#ffffff;
	text-decoration: none;
	line-height: 36px;
}

.side-products .side-title {
	display: block;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	/*margin: 0;*/
	margin-bottom: 10px;
	/*border-radius: 4px;*/
	background-color: #3C6CA7;
}


/*side-menu e*/


/*section-bottom s*/

.section-bottom {
	margin-bottom: 30px;
}

.col-5 {
	position: relative;
	float: left;
	min-height: 1px;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
}

.col-5 .title {
	display: block;
	height: auto;
	font-weight: bold;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/*section-bottom e*/


/*---------- section e ----------*/


/*---------- footer s ----------*/

footer {
	background: #f3f3f3;
	padding-top: 15px;
}

footer .promise {
	text-align: center;
	border-right: 1px solid #ddd;
	margin-bottom: 30px;
}

footer .promise:last-child {
	border-right: none;
}

footer .promise img {
	border-radius: 100%;
	margin-right: 10px;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

footer .footer-menu {
	margin-bottom: 30px;
	background-color: #999;
	padding: 5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

footer .footer-menu p {
	text-align: center;
	margin-bottom: 0;
}

footer .footer-menu p a {
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	padding: 0 15px;
}

footer .footer-menu p a:hover {
	color: #333;
}

footer .pay-icon {
	margin-bottom: 30px;
}

footer .pay-icon p {
	text-align: center;
	margin-bottom: 0;
}

footer .pay-icon p img {
	border-radius: 2px;
	margin: 0 5px;
	background-color: #fff;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

footer .copyright {
	text-align: center;
	color: #555;
	line-height: 30px;
	margin-bottom: 5px;
}

footer .copyright a {
	color: #333;
	text-decoration: none;
}

footer .copyright a:hover {
	color: #cc0000;
}

.mobile-copyright {
	display: none;
}

.footer-font {
	font-size: 16px;
	font-weight: 700px;
	padding: 20px
}


/*---------- footer e ----------*/


/*--------- articles news blog----------*/

.article-news-bg {
	background: #fffff0;
	margin-top: -15px;
}

.articles-news-img {
	width: 200px;
}

.article-news-popular-tag {
	margin: 20px;
}

.article-news-popular-tag li {
	margin-top: 10px;
}

.article-news-breadcrumb {
	border: 1px solid #ebebeb;
	background-color: #fff;
	margin: 10px;
}


/*---------Categories price p ----------*/

.price-font span {
	font-size: 18px;
	color: #f00;
	font-weight: bold;
}

.price-font del {
	font-size: 14px;
	color: #000;
}



.detail-btn{
	float:right;}


/*Ã¥Â¤Â´Ã©Æ’Â¨Ã¦ÂÅ“Ã§Â´Â¢Ã¦Â¡â€ */

.form-inline .form-control {
	display: inline-block;
	width: 300px;
	vertical-align: middle;
}


/* header welcome text */


/* Sorting page about description */

.categories-desc-bg {
	background-color: #F2F2F2;
}


/* add to card */

.btn-add-to-card {
	height: 34px;
	color: #fff;
	border-radius: 0;
	border: none;
	background-color: #3C6CA7;
}

.btn-add-to-card:focus,
.btn-add-to-card:hover {
	height: 34px;
	color: #fff;
	border: none;
	background-color: #2E5586;
}


/* Ã¤ÂºÂ§Ã¥â€œÂÃ©Â¡ÂµÃ¥â€ºÂ¾Ã§â€°â€¡Ã¦ËœÂ¾Ã§Â¤Âº */

.main-product-img {
	border: 1px solid #ddd;
}

/* add by ning - reviews start*/
.product-reviews ul{
	display:block;
	list-style:none;
	margin-left:-40px;
	margin-top:-10px;}
	
.product-reviews ul li{
	border:1px #C5C1C1 solid;
	padding:10px;
	margin-bottom:5px;}
	
.reviews-more{
	background-color:#5FAAE8;
	padding:5px 10px;
	float:right;
	border-radius:5px;}
	
.product-reviews-box {
	margin-bottom:10px;}

/* save success reviews*/

.SuccessMessage{background-color:#E8FFDF;
padding:5px;}
.SuccessMessage img{
margin-right:5px;}

.product-reviews-box{
	border:1px #878686 solid;
	margin:5px;}
.reviews-box-img{
	width:150px;
	height:150px;
	padding:5px;}
.product-reviews-box-details{
	background-color:#CCC;
	color:#000000;
	padding:5px;}
	
.about-kitlaser{
	border:1px #CCCCCC solid;}
	
.YouTube-link{
	margin: 30px 0px 100px 30px;}
.YouTube-link a:link, a:visited, a:hover {
    text-decoration: none;
}
.productGeneral a {
    color: #436EEE !important;
}

.YouTube-link a {
    display: block;
    float: left;
    width: 322px;
    height: 287px;
    background:url(../images/YouTube1.jpg)}
	
.text-desc {
    border: 1px solid #3C6CA7;
    background-color: #fff;
	padding:5px;
	margin-top:-50px;
	margin-bottom:20px;
}

/* christmas 2017*/
.christmas-page{
	text-align: center;
	color: #ffffff;
	background-color: #285328;}
.christmas-page-title{
	background-color:#F3F3F3;
	color:#000000;}
	
/* laser lastest news*/
.news-title{font-size:18px;}
.news-title span{
	padding:5px;
	color:#2E5586;}

.div-line{
	height:1px;border:none;border-top:1px dashed #0066CC;}

/* top list*/
.top-list{
	text-align:center;}

.top-list-btn{
	width:100%;}