*{font-family: 'Roboto', sans-serif;}
.glyphicon{font-family: 'Glyphicons Halflings'!important;}
.fa{	font-family: 'FontAwesome'!important;}
*{margin: 0;padding: 0;}
html{font-size: 62.5%;-webkit-touch-callout:none;-webkit-text-size-adjust:none;-ms-text-size-adjust:100%;}
body{line-height: 21px;font-size: 14px;color: #333;overflow-x: hidden;background : #fff;}
/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {display:block;}
/* 1.4 - Typography */
h1,h2,h3,h4,h5,h6 { color:#333333; margin:0 0 13px 0;  }
h1 { font-weight: 400; color: #333333;  font-size: 36px; line-height: 36px; }
h2 { font-weight: 400; color: #333333;  font-size: 28px; line-height: 28px; }
h3 { font-weight: 400; color: #333333;  font-size: 24px; line-height: 24px; }
h4 { font-size: 13px; line-height: 18px; }
h5 { font-size: 12px; line-height: 18px; }
h6 { font-size: 10px; line-height: 18px; text-transform:uppercase; }
h1 .note, h2 .note, h3 .note, h4 .note, h5 .note, h6 .note { margin-left: 8px; font-weight: 400; font-size: 12px;}
h1 .note a, h2 .note a, h3 .note a, h4 .note a, h5 .note a, h6 .note a { color: #ef8742; }
p { margin: 0 0 10px 0;color:#777; }
/* 1.5 - Links and Buttons */
a {text-decoration: none; outline: none;color:#333;}
a:focus{text-decoration: none;}
a:hover{text-decoration: none;color:#000000;}
a:active { outline: none; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color:#333333; }
/* 1.6 - Tables */
table { width: 100%; border-spacing: 0; }
table tr td, table tr th { padding: 10px; }
strong { font-weight: 700; }
em { font-style: italic; }
ul{padding:0;list-style-type:none;}
img{max-width:100%;}
input,select{outline: none;}
.pb10{padding-bottom:10px;}
.mg0-30{margin:0 30px;}
.pd80{padding:80px 0}
.pd50{padding:50px 0}
.pd40{padding:40px 0;}
.mt20{margin-top:20px;}
p.subtext.success {
	color: #2b9e30;
	font-weight: 600;
}
.title-bl > p{
	color:#000;
	margin-top:20px;
	font-size:18px;
	font-weight:600;
}
h3.author {
	font-size: 16px;
	margin-bottom: 0;
}
.comment.border-bottom {
	padding-bottom: 5px;
	border-bottom: 1px solid #ebebeb;
}
.collection{
	padding-bottom: 50px;
}
.action-link{
	margin: 5px 0 20px;
}
@-webkit-keyframes animateright {
	from {right: -500px;opacity:0}
	to {right: 0px;opacity:1}
}

@keyframes animateright {
	from {right: -500px;opacity:0}
	to {right: 0px;opacity:1}
}
/*Header*/
.wrapper{position:relative;}
#sidebar-menu{
	width: 100%;
	min-width: 280px;
	max-width: 280px;
	background-color: #fff;
	float: left;
	bottom: 0;
	left: 0;
	border-right: 1px solid #eee;
	z-index: 999;
	position: fixed;
	top: 0;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	transition: all 0.3s ease-in-out;
	overflow-y: auto;
}
#main-content {
	height: 100%;
	overflow: auto;
	margin-left: 280px;
}

.not-index .navbar.header{
	position: relative;
	top: 0;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
//.navbar.header.scroll-fixed{position:fixed;box-shadow: 0 1px 0 0 rgba(0, 0, 0, .1);top:0;}
.navbar{
	margin: 0;
	border-radius: 0;
	border: 0;
}
.navbar .brand {
	display: block;
	padding:20px 0;
	text-align: center;
	margin: 0;
}
#mobile-nav ul.nav{
	position: relative;
	left: 0;
	display: block;
	margin: 15px 0 30px;
}
#mobile-nav ul li{
	display: block;
	border-bottom: 1px solid #eee;
}
#mobile-nav ul.nav > li:first-child{
	border-top: 1px solid #eee;
}
#mobile-nav ul li a{
	text-transform: uppercase;
	box-shadow: none;
	font-size: 15px;
	color: #fff;
	padding: 15px 20px;
	line-height: 20px;
	display:block;
	transition: all 0.3s;
	font-weight: 400;
}
#mobile-nav > ul > li > a{
	color:#333;
}
#mobile-nav > ul > li.active > a{
	background:transparent;
	color: #000000;
}
#mobile-nav > ul > li:hover > a{color: #000000; background: transparent;}
#mobile-nav .sub-menu{
	position: absolute;
	top: 120%;
	left: 100%;
	min-width: 200px;
	background-color:#fff ;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
	padding:5px;
	border-top: 5px solid #000000;
}
#mobile-nav ul.nav li.has-child > a:after{
	display: block;
	content: "\f105";
	font-family: "FontAwesome";
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 0 5px;
	line-height: 1;
	float: right;
}
.sub-menu li {
	display: block;
	position: relative;
	width:100%;
}
.sub-menu li a{
	color: #777 !important;
	padding: 10px 15px !important;
	text-transform: initial !important;
}
.sub-menu li:last-child a{border:0;}
.sub-menu li:hover > a{
	color:#000 !important;
}
.sub-menu ul{
	position:absolute;
	top:100%;
	left:100%;
	min-width:200px;
	background-color:#fff ;
	z-index:999;
	opacity:0;
	visibility:hidden;
	transition: all 0.25s ease-out 0.2s;
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
	border-top: 5px solid #000000;
	padding:5px;
}
#mobile-nav> ul > li:hover > ul{top:0;opacity:1;visibility:visible;}
#mobile-nav> ul > li > ul li:hover ul{top:0;opacity:1;visibility:visible;}
.slicknav_btn {
	padding: 7px 8px!important;
	background: #000000;
	margin: 15px 0;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff !important;
}
.slicknav_nav{
	top:100% !important;
}
.slicknav_nav ul{
	margin:0 !important;
}
.slicknav_parent.slicknav_open > ul > li {
	padding-left: 10px;
}
.share-links{
	margin: 30px 20px 0;
	line-height: 1;
}
.share-links a {
	width: 40px;
	height: 40px;
	margin: 0 5px 0 0;
	overflow: hidden;
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	font-size: 18px;
	color: #fff;
	background: #000000;
	display: inline-block;
	position: relative;
	text-align: center;
}
.share-links a:before {
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 23px;
	height: 22px;
	margin: auto;
}
.share-links .share-facebook:before {
	content: "\f09a";
}
.share-links .share-twitter:before {
	content: "\f099";
}
.share-links .share-google:before {
	content: "\f0d5";
}
.share-links .share-youtube:before {
	content: "\f167";
}
.share-links .share-in:before {
	content: "\f16d";
}
.share-links .share-facebook:hover {
	background: #3b5a9a;
	color:#fff;
}
.share-links .share-twitter:hover {
	background: #1aa9e1;
	color:#fff;
}
.share-links .share-google:hover {
	background: #d34836;
	color:#fff;
}
.share-links .share-youtube:hover {
	background: red;
	color:#fff;
}
.share-links .share-in:hover {
	background: #8a3ab9;
	color:#fff;
}
/*Slider*/
#owl-index .item .img{width:100%;height: 500px;}
#owl-index .owl-controls .owl-buttons div {
	width: 40px;
	height: 40px;
	background: #000000;
	color: #fff;
	opacity: 1;
	margin: 0;
	padding: 0;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	border-radius:0;
	position: absolute;
	top: calc(50% - 30px);
	transform: rotate(45deg);z
}
#owl-index .owl-controls .owl-buttons div:hover{opacity:0.8;}
#owl-index .owl-controls .owl-buttons div i {
	display: block;
	line-height: 40px;
	transform: rotate(-45deg);
}
#owl-index .owl-prev {left: 40px;}
#owl-index .owl-next {right: 40px;}
#owl-index .slider-caption.right {
	position: absolute;
	right: 0;
	bottom: 54px;
	width: calc(50% - 50px);
	text-align: right;
	padding: 0 15px;
	background: #000000;
	display: none;
}
#owl-index .slider-caption.right:before {
	content: '';
	position: absolute;
	left: -50px;
	border-bottom: 50px solid #000000;
	border-left: 50px solid transparent;
}
#owl-index .slider-caption.right .slider-title{	
	line-height: 50px;
	font-size:18px;
	text-transform:uppercase;
	color: #fff;
	position:relative;
	text-align:left;
}
.owl-item.active .slider-caption.right .slider-title{
	-webkit-animation: animateright 2s;
	animation: animateright 2s;
}
/*who we are*/
.border-bottom{
	position: relative;
	text-align: center;
	padding-bottom: 20px;
}
.border-bottom:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 45px;
	height: 3px;
	background: #000000;
}
.who-title h2, .service h2, .album-block h2, .blog-index h2, .project-block h2, .brand h2{
	color: #666;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}
.who-shortdes p{
	font-size: 16px;
	color: #777;
	line-height: 28px;
	font-style: italic;
	margin: 10px 0 0 0;
}
.who-des{
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}
.who-des p{
	color:#777;
	margin-bottom:20px;
	text-align: center;
}
p.view-more{
	margin:0;
	height:initial !important;
}
p.view-more.opacity{
	opacity:0;
	visibility: hidden;
}
p.view-more a{
	background:#000000;
	color: #fff;
	line-height:22px;
	display:inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
}
p.view-more a:hover{
	text-decoration:underline;
}
/*Service*/
.service{
	background-color: #eaeff3;
	border-color: #dae3ea;
	overflow:hidden;
}
.service .border-bottom, .blog-index h2, .album-block h2{margin-bottom:40px;}
.service-box{
	padding: 50px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.service .service-box:nth-child(n+4){
	border-top: 0;
}
.service .service-box:nth-child(3n + 1){
	border-left: 1px solid #fff;
}
.service-item{
	margin-bottom:30px;
}
.service-item .img-left {
	margin-bottom:25px;
}
.service-item .info-right {

}
.service-item .img-left img{

}
.service .service-item h3 {
	font-size: 20px !important;
	margin-bottom: 10px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color:#2e353e;
}
.service .service-item p{
	display: block;
	display: -webkit-box;
	line-height: 22px;
	height: 88px;
	margin-bottom: 0;
	color: #777;
	margin:0 0 20px 0;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:#000000;
}
/*Project*/
.project-block{

}
.project-diamonds{
	margin: 40px auto;
	position: relative;
	text-align: center;
}
.project-diamonds > li {
	display: block;
	font-size: 18px;
	float: left;
	width: calc(100%/3);
}
.project-diamonds .diamond {
	overflow: hidden;
	display: block;
	position: relative;
	text-decoration: none;
}
.project-diamonds .diamond:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0;
	transform: scale(0);
	z-index: 100;
}
.project-diamonds .diamond:hover:after {
	opacity: 0.3;
	transform: scale(1);
}
.project-diamonds .content {
	text-align: center;
	position: relative;
}
.project-diamonds .content:after {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	content: "\f00e";
	font-family: "FontAwesome";
	font-size: 18px;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(2);
	z-index: 1000;
	width: 40px;
	height: 40px;
	background: #000000;
	line-height: 40px;
}
.project-diamonds .diamond-sm .content:after {
	top: 50%;
	left: 50%;
}
.project-diamonds .diamond:hover .content:after {
	opacity: 0.8;
	transform: translate(-50%, -50%) scale(1);
}
.project-diamonds .content img {
	width: 100%;
}
.project-des p{margin-bottom:20px}
.project-des p.view-project a{
	background: transparent;
	border:3px solid #000000;
	color: #000000;
	text-shadow: none;
	display: inline-block;
	padding: 4px 12px;
	transition:all 0.1s;
}
.project-des p.view-project a:hover{
	background: #cc3e1d;
	color:#fff;
}

/*Article loop*/
.articles-loop{
	margin-bottom:25px;
}
.blog-index .articles-loop{
	padding:0 15px;
	margin-bottom: 0;
}
.articles-loop .article-img{
	position:relative;
	overflow:hidden;
	margin-bottom:10px;
}
.articles-loop .article-img .item-img{
	width:100%;
	height:250px;
	transition: all 0.3s;
}
.articles-loop .article-img:hover .item-img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.articles-loop .article-info {
	padding-bottom: 15px;
	position: relative;
}
.post-date {
	margin: 3px 10px 8px 0;
	float: left;
	text-align: center;
	width: 60px;
}
.post-date .day{
	background: #f4f4f4;
	border-radius: 0 0 0 0;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	color: #000000;
}
.post-date .month{
	box-shadow: 0 -1px 0 0 rgba(0,0,0,0.07) inset;
	color: #fff;
	font-size: 0.9em;
	padding: 0 0 2px;
	display: block;
	background-color: #000000;
}
.articles-loop .article-info h3{
	max-height: 50px;
	overflow: hidden;
	margin-bottom:8px;
}
.articles-loop .article-info h3 a{
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	height: 48px;
	overflow: hidden;
	margin-top: 5px;
}
.articles-loop .article-info p{
	margin-bottom:0;
	height:63px;
	overflow:hidden;
	clear:both;
}
#blogs{
	padding:0 0 20px 0;
}
#pagination {
	float: left;
}
#pagination .page-node {
	float: left;
	display: block;
	padding: 5px 8px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ccc;
	background: #fff;
	line-height: 16px;
	margin-right: 5px;
	color: #575757;
}
#pagination .page-node.current, #pagination a.page-node:hover{
	background: #000000;
	color:#fff;
	border-color:#000000;
}
#pagination .page-node.disabled {
	color: #eaeaea;
	cursor: default;
	border-color: #eaeaea;
}
.breadcrumb{
	background:#fff;
	margin-bottom:5px;
}
p.date {
	font-size: 12px;
	font-style: italic;
	color: #777;
}
.articles h1{
	margin: 0 0 10px;
	padding: 0;
	font-size: 28px;
	line-height: 32px;
}
.news-all {
	margin: 20px 0;
}
.news-all .title-news{
	color: #000;
	font-size: 16px;
	padding-bottom: 10px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}
.news-all ul {
	margin:0;
}
.news-related {
	margin: 10px 0;
}
.news-all ul li a{
	font-size: 15px;
	padding: 5px 0px 5px 20px;
	margin: 0;
	position: relative;
	color: #757575;
	display: block;
}
.news-all ul li a:before{
	content: '';
	border: 3px solid #000;
	position: absolute;
	box-shadow: 1px 1px 2px;
	left: 5px;
	top: 12px;
	color:#000;
}
.news-all ul li a:hover{
	text-decoration: underline;
}
.category {
	margin-bottom: 50px;
}
.category h3.category-title{
	font-size: 24px;
	color: #333;
	letter-spacing: 0px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 20px;
	font-weight: 300;
	display:inline-block
}
.category h3.category-title:after {
	background: #666;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.category ul{
	//padding:10px;
}
ul.list-tag li{
	float: left;
	margin: 0 5px 5px 0;
	border-bottom: 0px;
	padding-left: 0;
}
ul.list-tag li a {
	display: block;
	padding: 4px 10px 3px;
	margin: 5px 0 0 5px;
	min-height: 29px;
	font-size: 12px !important;
	line-height: 20px;
	color: #757575;
	border: 1px solid rgb(226, 226, 226);
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.06);
	border-radius: 2px;
	box-sizing: border-box;
	transition: all 200ms ease-in-out;
}
ul.list-tag li a:hover {
	background: #000000;
	color: #fff;
}
p.blog-tag {
	padding: 0 15px;
	color: #333;
	font-weight: 600;
}
.blog-index {
	border-top: 1px solid #ebebeb;
}
#owl-product .item,
#owl-product-cus-1 .item,
#owl-product-cus-2 .item,
#owl-product-cus-3 .item{
	margin: 0 15px;
}
#owl-product .owl-buttons > div,
#owl-product-cus-1 .owl-buttons > div,
#owl-product-cus-2 .owl-buttons > div,
#owl-product-cus-3 .owl-buttons > div{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 80px;
	line-height: 78px;
	font-size: 20px;
	color: #fff;
	background: #000000;
	margin: 0;
	border-radius: 0;
	opacity: 1;
	padding: 0;
}
#owl-product .owl-buttons > div:hover,
#owl-product-cus-1 .owl-buttons > div:hover,
#owl-product-cus-2 .owl-buttons > div:hover,
#owl-product-cus-3 .owl-buttons > div:hover{
	opacity: 0.8;
}
#owl-product .owl-buttons > .owl-prev,
#owl-product-cus-1 .owl-buttons > .owl-prev,
#owl-product-cus-2 .owl-buttons > .owl-prev,
#owl-product-cus-3 .owl-buttons > .owl-prev{
	left: 0px;
}
#owl-product .owl-buttons > .owl-next,
#owl-product-cus-1 .owl-buttons > .owl-next,
#owl-product-cus-2 .owl-buttons > .owl-next,
#owl-product-cus-3 .owl-buttons > .owl-next{
	right: 0px;
}
@media screen and (min-width:992px){
	.blog-index {position:relative;overflow:hidden}
}
#owl-blog .owl-controls{
	top:-90px !important;
	right:15px;
	position:absolute;
}
#owl-blog .owl-controls .owl-prev, #owl-blog .owl-controls .owl-next{
	border-radius:0;
	opacity: 1;
	background: #000000;
}
#owl-blog .owl-controls .owl-prev:hover, #owl-blog .owl-controls .owl-next:hover{
	opacity: 0.8;
}
.banner-ad {
	margin-top: 15px;
}
/*nhanxet*/
.nhanxet-bg{
	background: url(//theme.hstatic.net/200000791535/1001137623/14/nhanxet_bg.jpg?v=449) center center no-repeat;
	min-height:500px;
}
.testimonial{
	padding:6px 20px;
	margin-top:70px;
}
.testimonial > p{
	font-size: 20px;
	color: #777;
	line-height: 26px;
	font-style: italic;
	position:relative;
	padding:0 40px;
	text-align: justify;
}
.testimonial > p:before{
	left: 0;
	top: -10px;
	color: #777;
	content: "\201C";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	font-family: Georgia,serif;
}
.testimonial > p:after{
	color: #777;
	content: "\201D";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -50px;
	right: 0;
	font-family: Georgia,serif;
}
.testimonial .whopic{
	text-align:center;
	margin-top:20px;
}
#client-slider {
	margin: 40px 0;
}
/*page.company*/
.title-bg{
	background: #eaeff3;
	padding:25px 0;
}
.title-bg h1, .title-bg h2 {
	font-size: 30px;
	margin: 10px 0;
	text-transform: uppercase;
	font-weight: 300;
	color: #000000;
	line-height: 46px;
}
ul.menu-company{z-index:9;}
ul.menu-company li , .category ul.list-cate li{
	position: relative;
	margin: 0;
	line-height: 1.4;
	border-bottom: 1px solid #ededed;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding: 8px 0 8px 15px;
}
ul.menu-company li:before , .category ul.list-cate li:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #333;
	margin-left: -11px;
	margin-right: 5px;
}
ul.menu-company li a, .category ul.list-cate li a{color:#666;}
ul.menu-company li a:hover, ul.menu-company li.active a, .category ul.list-cate li a:hover, .category ul.list-cate li.active a{color:#000000;}
.company-block{
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}
.company-block.pt40{
	padding-top:40px;
}
.company-block h2{
	font-weight: 300;
	font-size: 30px;
	line-height: 40px;
	padding: 40px 0 30px;
	margin: 0;
}
ul.tang2-list{margin:0;}
ul.tang2-list li{
	padding: 15px 0;
	border-bottom: 1px solid #dbdbdb;
}
ul.tang2-list li strong{
	font-size:17px;
	color: #e04622;
}
.company-block:last-child, ul.tang2-list li:last-child, ul.menu-company li:last-child, .category ul.list-cate li:last-child{
	border:0;
}
.tang4-img {
	width: 160px;
	float: left;
	margin-right: 15px;
}
.tang4-info{width:calc(100% - 175px);float:left}
.tang4-info h5 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
}
.tang4-info span {
	font-size: 13px;
	text-transform: uppercase;
	color: #777;
	font-weight: 600;
}
.tang4-info p {
	font-size: 13px;
	color: #666;
}
.partner {
	padding: 25px;
	border: 1px dashed #dadada;
}
.view-item i{
	color: #000000;
	font-size: 40px;
	margin-bottom:20px;
}
.view-item h4{
	font-size: 30px;
	font-weight: 300;
	margin-bottom:15px;
}
/*Product*/
#products .product-vendor, .inventory{padding:0}
#price-preview{margin-bottom:10px;}
#price-preview span{
	font-weight: bold;
	color: #000000;
	font-size: 24px;
}
#price-preview del{
	color: #666;
	margin-right: 10px;
}
.select-wrapper label , .selector-wrapper label{
	display: inline-block;
	margin-right: 10px;
	cursor:initial;
}
.selector-wrapper {
	margin-bottom: 10px;
}
.selector-wrapper select{width:initial}
input#quantity {
	height: 34px;
	width: 80px;
	text-indent: 10px;
}
.actions-btn .btn-fix{
	margin:0;
}
.bonus { border: 1px solid #ccc;}
.bonus .title{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 10px;
	margin-bottom:0;
}
.bonus-list li {
	padding: 0 10px 0 0;
	font-size: 14px;
}
#sliderproduct {margin: 0;}
#sliderproduct .item.product-thumb {
	float: left;
	width: 60px;
	margin:0 10px 10px 0;
}
#sliderproduct .flex-control-thumbs li{
	border: 1px solid #eee;
	border-right: 0;
}
#sliderproduct .flex-control-thumbs li:last-child{
	border-right: 1px solid #eee;;
}
#mota {
	margin-bottom: 30px;
	border: 1px solid #eee;
}
#mota .des-title{
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	border-right: 1px solid #eee;
	font-weight: bold;
}
#mota .product-description-wrapper{
	border-top: 1px solid #eee;
	padding: 15px;
}
#mota .product-description-wrapper img{
	height: auto !important;
	margin-bottom: 15px;
}
#mota .product-description-wrapper p{
	margin-bottom: 15px;
	color: #333;
}
.product-comment h4 , .title-line h4{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-size: 16px;
}
.product-comment h4 span, .title-line h4 span {
	position: relative;
	display: inline-block;
	padding: 5px 10px;
	font-weight: 600;
}
.product-comment h4 span:after, .title-line h4 span:after {
	content: "";
	position: absolute;
	bottom: -2px;
	height: 3px;
	background: #000000;
	width: 100%;
	left: 0;
}
.title-line{margin-bottom:15px;}

.pdp_social {
	padding:5px 0 10px;
}
.pdp_social a{
	width: 25px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-right: 5px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	transition: all 0.2s ease-in-out;
}
.pdp_social a:hover{
	transform: translateY(-5px);
}
.pdp_social a.fb{
	background: #3b5a9a;
}
.pdp_social a.tw{
	background: #1aa9e1;
}
.pdp_social a.gg{
	background: #d34836;
}
/*collection*/
.product-filter {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.product-filter > ul li{
	float:left;
}
.product-filter > ul li a{
	padding:6px 12px;
	color:#000000;
	display:block;
}
.product-filter > ul li.active a{
	color:#fff;
	background:#000000;
}
.product-item{margin-bottom:30px;background: #f9f9f9; padding: 20px;border: 1px solid #eee;}
.product-item .img{position:relative;overflow:hidden;}
.product-item .img:after{
	content: "";
	background: rgba(23,23,23,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
	bottom: 0;
	color: #fff;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	opacity: 0;
	z-index: 1;
}
.product-item .img img{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 0;
	position: relative;
	width: 100%;
}
.product-item .img:hover img{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.product-item .img .overlay {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	z-index: 2;
	opacity: 0;
}
.product-item .img .overlay a{
	color:#000000;
	text-transform:uppercase;
	display:block;
	width:100%;
	font-size:20px;
	line-height:40px;
}
.product-item .img:hover .overlay, .product-item .img:hover:after{opacity:1}
.product-item .info{text-align: center}
.product-item .info h3{
	line-height: 1;
	margin: 15px 0;
}
.product-item .info h3 a{
	font-size: 20px;
	color:#111;
	font-weight: bold;
	display: block;
}
.product-item .info .pro-prices span{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.product-item .info .pro-prices del{
	font-size: 16px;
	color: #999;
	text-decoration: line-through;
	margin-left: 15px;
}
//.product-item .info h3 a:hover{color:#000000;}
.flex-direction-nav a{font-size:0;}
.flex-direction-nav a:before{line-height:40px;}
/*-------------------------Footer----------------------------*/
a.scrollToTop {
	position: fixed;
	right: 24px;
	bottom: 50px;
	width: 40px;
	height: 40px;
	display:none;
}
.copyright {
	background-color: #313131;
	padding:15px 0;
	color: #666666;
}
.copyright a{color: #666666;display:inline-block;}
.footer-intro{color: #666666;}
.footer_bg{background: #e9eff2;padding:30px 0;border-bottom: 1px solid #464648;}
.footer_bg h4{color: #000;font-size: 16px;font-weight: normal;text-transform: uppercase;margin-bottom: 20px;}
.footer_bg ul li{line-height:25px;padding:3px 0;}
.footer_bg ul li a{
	display:block;
	color:#666666;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	font-size:14px;
}
.footer_bg ul li a:hover, .copyright a:hover{color:#ffcc33;}
.footer-address{padding-top:7px;margin-bottom:7px;}
.footer-address span{
	float:left;
	width:30px;
	height:30px;
	border-radius:50%;
	text-align:center;
	line-height:27px;
	font-size:18px;
	border:2px solid #666;
	color:#333;
}
.footer-address span.email{
	font-size:14px;
	line-height:24px;
}
.footer-address p{
	float:right;
	width:calc(100% - 40px);
	color:#666666;
	margin-bottom:0;
}
.newsletter input {
	text-indent: 10px;
	height: 40px;
	line-height: 40px;
	width: calc(100% - 100px);
	float: left;
}
.newsletter button {
	margin: 0 0 0 10px;
	padding: 0;
	width: 90px;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #4d4e4a;
	color: #fff;
}
ul.sitemap {
	margin-bottom: 0;
	float: right;
}
ul.sitemap li {
	float: left;
}
ul.sitemap li a {
	padding: 0 10px;
	border-left: 1px solid #626262;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
}
ul.sitemap li:first-child a {
	border:0;
}
.socials{margin:15px 0;}
.socials ul{margin:0;}
.socials ul li{display:inline-block;margin-right:15px;border:2px solid #666;padding:0;}
.socials ul li a{
	width: 36px;
	height: 36px;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #333;
}
.socials ul li a:hover{color:#000000;}
.maps iframe{width:100%}
.pages{
	padding:0 0 30px 0;
}
.pages h1{
	font-size:32px;
	line-height:36px;
}
.pages h3{
	margin:15px 0
}
.text-center iframe {
	width: 100%;
}
.input-lg {
	height: 40px;
	font-size: 14px;
	padding: 10px 12px;
}
.baogia-img-right {
	margin-top: -42px;
	padding-right: 0;
}
.baogia-img-right img{
	width:100%;
}
.form-group > span.choise {
	display: block;
	position: relative;
	cursor: pointer;
	padding: 0px 12px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-bottom: 15px;
	color:#555;
}
.form-group > span.choise:after{
	content: '';
	position: absolute;
	top: calc(50% - 3px);
	right: 15px;
	border: 5px solid #333;
	border-right: 5px solid transparent;
	border-bottom: 0;
	border-left: 5px solid transparent;
}
.form-group > ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #888;
	background: #f5f5f5;
	box-shadow: 0 7px 18px -11px rgba(0,0,0,0.8);
	z-index: 9;
	padding:5px 0;
	display:none;
	border-radius:5px;
}
.form-group > ul li {
	padding: 5px 12px;
	border-bottom: 1px dotted #ccc;
	cursor:pointer
}
.form-group > ul li:last-child{
	border:0;
}
input#checkin {
	cursor: pointer;
}
.btn-baogia{
	color:#fff;
	background: #000000;
}
.btn-baogia:hover{
	color:#fff;
	opacity:0.9;
}
/*Style các trang customer*/
#layout-page input{
	width:240px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
	margin-bottom: 10px;
	padding-left: 5px;
}
#layout-page form label{display:none;}
#layout-page .action-bottom a,#layout-page input[type="submit"] {
	text-transform: uppercase;
	padding: 7px 16px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	background: #f5f5f5;
	color: #666;
	border: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.header-mobile {
	padding: 10px 0;
}
.menu-mobile-btn{
	float: left;
	padding: 0 0 0 10px;
}
.menu-mobile-btn	a{
	display: block;
	padding: 10px 20px;
	background: #222;
	color: #fff;
	font-size: 16px;
}

.actions-btn .btn-add-cart{
	background: #000000;
	color: #fff;
	line-height: 22px;
	display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	margin: 15px 0;
	transition: all 0.3s ease-in-out;
	border: 1px solid #000000;
}
.actions-btn .btn-add-cart:hover{
	color: #000;
	background: #fff;
	border-color: #000;
}
/*Media*/

@media screen and (max-width:991px){
	#owl-index .item .img{height: 400px;}
	.product-list > div:nth-child(2n+1){
		clear: both;
	}
	.product-item .img:hover .overlay, .product-item .img:hover:after {
		opacity: 0;
	}
	.collection, #products, #blogs, #article, .pages{
		margin-top: 30px;
	}
	.footer-block:nth-child(3) {
		clear: both;
	}
	.service .service-box:nth-child(n+3) {
		border-top: 0;
	}
	.service .service-box:nth-child(3n + 1) {
		border-left: 0;
	}
	.service .service-box:nth-child(2n + 1) {
		border-left: 1px solid #fff;
	}
	.project-diamonds > li{
		width: calc(100%/2);
	}
	.fancybox-nav span{
		visibility: visible !important;
	}
	div#header-mobile-menu{border:0 !important;}
	.mg0-30{
		margin:0;
	}
	.navbar .brand{padding:10px 0;}
	.navbar.header{position:relative;top:0}
	.share-links{margin: 14px 10px 10px;height:30px;}
	.share-links .share-facebook {
		background: #3b5a9a;
		color:#fff;
	}
	.share-links .share-twitter {
		background: #1aa9e1;
		color:#fff;
	}
	.share-links .share-google {
		background: #d34836;
		color:#fff;
	}
	.share-links .share-in {
		background: #8a3ab9;
		color:#fff;
	}
	#owl-index .slider-caption.right{width:90%;}
	#owl-index .slider-caption.right .slider-title{line-height:40px;font-size:16px;}
	#owl-index .slider-caption.right:before{
		left: -40px;
		border-left: 40px solid transparent;
		border-bottom: 40px solid #000000;
	}
	#owl-index .slider-caption.right{bottom:20px;}
	.info-member.clearfix {
		margin-bottom: 30px;
	}
	.maps{margin-top:30px;}
}
@media screen and (max-width:767px){
	#owl-index .item .img{height: 300px;}
	#owl-product .item{
		margin: 0 10px;
	}
	.footer_bg h4{
		margin-top:15px;
	}
	.mg0-30{
		margin:0 0 30px;
	}
	.text-center.view-item {
		margin-bottom: 30px;
	}
	.service .service-box:nth-child(n+2){
		border-top: 0;
	}
	.service .service-box{
		border-left: 1px solid #fff !important;
		padding: 25px;
	}
	.who-title h2, .service h2, .album-block h2, .blog-index h2, .project-block h2, .brand h2{
		font-size: 20px;
	}
	.banner-ad, .service .border-bottom, .blog-index h2, .album-block h2{
		margin-bottom: 20px;
	}
	.project-diamonds{
		margin: 20px 0;
	}
	.pd50{
		padding: 25px 0;
	}
	#owl-index{
		overflow: hidden;
	}
	#owl-blog .owl-controls{
		top: -60px !important;
		right: 10px;
	}
	.product-item .info .pro-prices{
		margin-bottom: 10px;
	}
	.product-item .info h3{
		margin: 10px 0;
	}
	.product-item .info h3 a{
		font-size: 17px;
	}
	.product-item .info .pro-prices span{
		font-size: 15px;
	}
	.product-item .info .pro-prices del{
		font-size: 14px;
	}
}
@media screen and (max-width:479px){
	.product-item{padding: 0;}
	.testimonial{padding:0;margin-top:30px;}
	#owl-index .slider-caption.right .slider-title{line-height:24px;font-size:13px;}
	#owl-index .slider-caption.right:before{
		left: -24px;
		border-left: 24px solid transparent;
		border-bottom: 24px solid #000000;
	}
	#owl-index .slider-caption.right{bottom:5px;}
	#owl-index .owl-prev{left:10px;}
	#owl-index .owl-next{right:10px;}
	#owl-index .owl-controls .owl-buttons div{width:24px;height:24px;line-height:24px;}
	#owl-index .owl-controls .owl-buttons div i{line-height:24px;}
	.share-links{
		margin: 14px 5px 0 10px;
	}
}
@media screen and (max-width: 1199px){
	#sidebar-menu{
		left: -280px;
	}
	#sidebar-menu.active{
		left: 0;
	}
	#main-content{
		margin: 0;
	}

}

body.open-menu {
	background: rgba(0,0,0,0.5);
}
.close-menu {
	position: absolute;
	right: 0;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
}
#header-mobile-menu {
	position: relative;
}
#header-mobile-menu .slicknav_btn{
	display: none;
}
#header-mobile-menu .slicknav_nav {
	display: block !important;
	position: relative;
	background: #fff;
	border-top: 1px solid #eee;
}
#header-mobile-menu .slicknav_nav li{
	border-bottom: 1px solid #eee;
}
#header-mobile-menu .slicknav_nav a{
	margin: 0;
	color: #333;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 20px;
}
#header-mobile-menu .slicknav_nav a:hover, #header-mobile-menu .slicknav_nav li.active a{
	color: #000000;
}
#header-mobile-menu .slicknav_nav ul ul li a{
	padding: 10px 15px;
}
#header-mobile-menu .slicknav_nav ul ul li:last-child{
	border-bottom: 0;
}
#header-mobile-menu .slicknav_nav > ul > li > a{
	padding: 15px 20px;
}
/*********************CSS Cart************************/
table.cart thead th {color: #666;}
table.cart tr th {text-align: center;}
table.cart{text-align: center;width: 100%}
table.cart td.image,table.cart th.image{width:10% !important;}
table.cart td.item, table.cart td.item{width:55% !important;text-align: left;}
table.cart td.qty, table.cart td.qty{width:10% !important;}
table.cart td.price, table.cart td.price{width:20% !important;text-align: center;}
table.cart td.remove, table.cart td.remove{width:5% !important;}
.qty input.item-quantity {border: 1px solid #000;border-radius: 3px;text-align: center;width: 50px !important;}
table.cart tr th {padding: 10px 0px;margin-bottom: 10px !important;background-color: #efefef;border: 1px solid #e9e9e9;}
table.cart td.qty input{
	width: 100px !important;
}
table.cart td.price span{
	color: #000;
	font-weight: bold;
}
table.cart tr.summary td.price span{
	color: #000000;
	font-size: 25px;
}
td.remove a:before {
	content: '\f00d';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 14px;
	color: #ddd;
	border: 1px solid #ddd;
	border-radius: 50%;
	line-height: 19px;
	padding: 0.2px 0.2px 0.2px 0.8px;
}
.product_image img {margin: 10px 0px 10px;}
table.cart tbody tr.item td{border: 1px solid #ddd;}
table.cart tbody tr.summary td {padding: 30px 0px 0px;}
table.cart tbody tr.summary .title{
	font-size: 20px; 
	text-transform: uppercase;
	text-align:right;
	padding-right: 20px;
}
table.cart tbody tr.summary .price{
	padding-left: 10px;
}
button#checkout, button#update-cart{
	font-size: 100%;
	-webkit-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	text-transform: uppercase;
	padding: 7px 16px;
	line-height: 20px;
	height: 34px;
	border: 1px solid;
	color: #666;
	background: #f5f5f5;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 20px 0 0 20px !important;
}
button#checkout{
	background: #000000;
	color: #fff;
	float: right;
}
button#checkout:hover{
	color: #000;
	background: #fff;
	border-color: #000;
}
button#update-cart:hover {color: #fff;background: #000;}
td.remove a:hover:before {border-color: #000000;color: #000000;	}
.cart-visible{display:none;}
.cart-buttons {padding-right: 0px;}
@media screen and (max-width:550px){
	.cart-hidden, table.cart thead{display:none;}
	.cart-visible{display:block;}
	table.cart tbody tr.item td {border: 1px solid #efefef;display: block;width: 100% !important;}
	table.cart tbody tr.item{width: 100% !important}
	.cart-item.cart-visible {padding-bottom: 20px;}
	.buttons.clearfix.pull-right {float: initial !important;}
	.product-info .title, .product-info .qty, .product-info .price{padding: 5px 0px;}	
	.product-info .qty input{margin: 0 !important;line-height: 30px !important;height: 30px !important;}
	.product-info .remove-xs a{color: #000000; }
	.cart-item.cart-visible .product_image{padding: 0;}
	.cart-item.cart-visible .product-info .price span{font-weight: bold;}
	.cart-visible .total-title{padding: 0;white-space: nowrap;}
	.cart-visible .price .total{font-weight: bold;font-size: 20px;color: #000000;}
	.cart-buttons{margin-bottom: 50px;}
	.cart-item .item-xs{
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #ddd;
	}
}
/* ============ 	ADDTHIS ** addthis ============== */
.fb_dialog_advanced.fb_customer_chat_bubble_animated_no_badge{ right: 12px!important;;}
.addThis_listSharing {
	position: fixed;bottom:85px;z-index: 999;	
	right:-15px;opacity: 0;	visibility: hidden;
	transition: all .3s ease;	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;
}
.addThis_listSharing.is-show{right: 0;opacity: 1;	visibility: visible;}
.addThis_listing .addThis_item{margin-bottom:5px;margin-right:24px;}
.addThis_listing .addThis_item .addThis_item--icon {
	position: relative;display: inline-block;text-align: center;
	width: 44px;height: 44px;line-height: 44px;color: #fff;
	border-radius: 50%;cursor: pointer;box-shadow: 0 2px 5px 0 rgba(0,0,0,.11);
	background-size: auto;background-repeat: no-repeat;background-position: center;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text {
	position: absolute;top: 4px;right: 55px;z-index: 9;
	height: 32px;line-height: 26px;padding:3px 10px;
	width: auto;border-radius: 5px;font-size: 11px;color: #fff;text-align: center;
	white-space: nowrap;cursor: pointer;background-color: rgba(0, 0, 0, 1);
	visibility: hidden;opacity: 0;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon .tooltip-text:after{
	content: "";width: 0;height: 0;
	border-width:5px;border-style: solid;
	border-color: transparent transparent transparent rgba(0, 0, 0, 1);
	position: absolute;left: 100%;top: 0;bottom: 0;margin: auto;
	-ms-transition: all 200ms linear ;-webkit-transition: all 200ms linear ;transition: all 200ms linear ;
}
.addThis_listing .addThis_item .addThis_item--icon:hover {text-decoration: none; opacity: .9;box-shadow: 0 5px 10px rgba(0,0,0,.15), 0 4px 15px rgba(0,0,0,.13);}
.addThis_listing .addThis_item .addThis_item--icon:hover .tooltip-text{visibility: visible;opacity: 1;}
.actionToolbar_mobile {
	position: fixed;bottom: 0;left: 0; right: 0;margin: 0 auto;z-index: 999;
	height:45px;width: 100%;border-top: 1px solid #e7e7e7;background: #fff; padding:5px 10px;
}
.actionToolbar_mobile  ul.actionToolbar_listing{
	margin:0;
	display: -webkit-flex;display: -moz-flex;display: flex;
	-webkit-justify-content: space-between;justify-content: space-between;
	-webkit-align-items: center;align-items: center;
}
.actionToolbar_mobile  ul.actionToolbar_listing li{width: 20%;float: left;}
.actionToolbar_mobile  ul.actionToolbar_listing li a {display: block;color: #696969;font-size: 12px;text-align: center;position: relative;}
.actionToolbar_mobile  ul.actionToolbar_listing li a svg {fill: #696969;width: 35px;height: 35px;	display: inline-block;vertical-align: middle;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a .messenger_absolute {margin-top: -25px;display: inline-block;vertical-align: top;}
.actionToolbar_mobile  ul.actionToolbar_listing li.actionToolbar_chatbot a svg{width:44px;height:44px;}
/* modal- center */
.modal-addThis{font-size:0;text-align:center;padding:0!important;background: rgba(3, 17, 27, 0.7);-webkit-transition: opacity .35s linear;-o-transition: opacity .35s linear;transition: opacity .35s linear;}
.modal-addThis:before {	content: '';display: inline-block;height: 100%;vertical-align: middle;margin-right: -4px;}
.modal-addThis .modal-dialog-centered {font-size:14px;display: inline-block;text-align: left;vertical-align: middle;}
.modal-addThis.fade .modal-dialog{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0);}
.modal-addThis .modal-dialog-centered .modal-content {width: 100%; }
.modal-addThis .modal-dialog-centered{ margin:30px auto 50px;}
.modal-addThis.fade .modal-dialog-centered {
	opacity: 0;
	-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-ms-transform: scale(0.8);transform: scale(0.8);
	-webkit-transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;transition: all .2s;
}
.modal-addThis.fade.in .modal-dialog-centered {	opacity: 1;-webkit-transform: scale(1);-moz-transform: scale(1);	-ms-transform: scale(1);transform: scale(1);}
@media(max-width:767px){
	.modal-addThis .modal-dialog-centered{ margin:30px 10px 40px;}
}
.modal-backdrop.in {display: none;opacity: 0!important;}
/* modal-succes */
.modal-succesform .modal-title{font-size: 18px;font-weight: 600;margin:0;color:;}
.modal-succesform p:not(.modal-title){font-size: 15px;margin:10px 0 5px}
.modal-succesform p.txtloading{color: #aaa;font-size: 13px;}
@keyframes rotatePlaceholder{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}5%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}12%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}100%{-webkit-transform:rotate(-405deg);-moz-transform:rotate(-405deg);-o-transform:rotate(-405deg);transform:rotate(-405deg)}}
@keyframes animateSuccessTip{0%{width:0;left:1px;top:19px}54%{width:0;left:1px;top:19px}70%{width:50px;left:-8px;top:37px}84%{width:17px;left:21px;top:48px}100%{width:25px;left:14px;top:45px}}
@keyframes animateSuccessLong{0%{width:0;right:46px;top:54px}65%{width:0;right:46px;top:54px}84%{width:55px;right:0px;top:35px}100%{width:47px;right:8px;top:38px}}
.modal-icon.sweet-alert {padding-top: 15px;}
.animateSuccessTip {animation: animateSuccessTip 0.75s;}
.animateSuccessLong {animation: animateSuccessLong 0.75s;}
.sa-icon.sa-success.animate::after {animation: rotatePlaceholder 4.25s ease-in;}
.sweet-alert .sa-icon.sa-success{width:80px;height:80px;border:4px solid #4cae4c;border-radius:50%;margin:20px auto 0;position:relative;box-sizing:content-box}
.sweet-alert .sa-icon.sa-success::before,.sweet-alert .sa-icon.sa-success::after{content:'';border-radius:50%;position:absolute;width:60px;height:120px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success::before{border-radius:120px 0 0 120px;top:-7px;left:-33px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:60px 60px;-moz-transform-origin:60px 60px;-o-transform-origin:60px 60px;transform-origin:60px 60px}
.sweet-alert .sa-icon.sa-success::after{border-radius:0 120px 120px 0;top:-11px;left:30px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0px 60px;-moz-transform-origin:0px 60px;-o-transform-origin:0px 60px;transform-origin:0px 60px}
.sweet-alert .sa-icon.sa-success .sa-placeholder{width:80px;height:80px;border:4px solid rgba(92, 184, 92, 0.2);border-radius:50%;box-sizing:content-box;position:absolute;left:-4px;top:-4px;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-fix{width:5px;height:90px;background-color:#fff;position:absolute;left:28px;top:8px;z-index:1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.sweet-alert .sa-icon.sa-success .sa-line{height:5px;background-color:#5cb85c;display:block;border-radius:2px;position:absolute;z-index:2}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip{width:25px;left:14px;top:46px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long{width:47px;right:8px;top:38px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
/* modal-contactform */  
.modal-contactform .modal-header h4.modal-title {text-align: center;font-size: 18px;font-weight: 500;}
.modal-contactform .modal-header .close {	margin-top: -10px;opacity: 0.5;font-size: 26px;width: 30px;	margin-right: -8px;}
.modal-contactform .content_popupform .input-group{ width: 100%;margin:0 0 15px;}
.modal-contactform .content_popupform .input-group input,
.modal-contactform .content_popupform .input-group textarea{
	border: 1px solid #e7e7e7;
	box-shadow: none;
	height: 40px;
	font-weight: 500;
	padding:5px 20px;
	background: #fbfbfb;
	color: #252a2b;
	width: 100%;
}
.modal-contactform .content_popupform .input-group textarea{resize: none;height:80px;}
/* - Harafunnel mobile */
.harafunnel-mb {
	position: fixed;right: 10px;bottom:60px;
	z-index: 9999;width: 65px;height: 65px;padding:8px;
	background: #fff;	border-radius: 50%;
	box-shadow: 0 3px 12px rgba(0, 0, 0, .15);
	transition: box-shadow 150ms linear;
}
.harafunnel-mb:hover {box-shadow: 0 5px 24px rgba(0, 0, 0, .3);}
.harafunnel-mb a {display: block;}
.harafunnel-mb a svg{width:100%;height:100%;}
@media(min-width:992px){
	.modal-addThis.modal-contactform .modal-dialog{width: 600px;}
	.modal-addThis.modal-succesform .modal-dialog{width:450px;}
}
@media(max-width:767px){
	.mainfooter-toolbar{margin-bottom: 50px;}
	.mainfooter-product {margin-bottom: 60px;}
	.actionToolbar_product{
		opacity: 0;   visibility: hidden;
		-webkit-transform: translateY(100%);transform: translateY(100%);
		-webkit-transition: all .3s ease;transition: all .3s ease;
	}
	.product-action-bottom {
		position: fixed;left: 0;bottom:0;right: 0;
		z-index:100;background: #fff;display:block;
		box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
		padding: 8px 10px;
		-webkit-transition: padding .3s ease;transition: padding .3s ease;
	}
	.layoutProduct_scroll.scroll-down .actionToolbar_product{
		opacity: 1;	visibility: visible;
		-webkit-transform: translateY(0px);transform: translateY(0px);
	}
	.layoutProduct_scroll.scroll-down .product-action-bottom{padding-bottom:60px;}
}
/* ============ End	ADDTHIS ** addthis ============== */
.footer-intro p strong,
.who-des p strong
{
	color: #3498db;
}
.who-title h2 {
	color: red !important;
}




#overlay-img{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.8) none 50% / contain no-repeat;
	cursor: pointer;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
}
#overlay-img.open {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

#overlay-img:after { /* X button icon */
	content: "\2715";
	position: absolute;
	color:#fff;
	top: 10px;
	right:20px;
	font-size: 2em;
}