@font-face {
	font-family: 'Roboto-B';
	src: url('fonts/RobotoCondensed-Bold.eot');
	src: local('☺'), url('fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('fonts/RobotoCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Roboto';
	src: url('fonts/RobotoCondensed-Regular.eot');
	src: local('☺'), url('fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('fonts/RobotoCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: Hel-B;
    src: url('fonts/HelveticaNeue-Bold.eot');
    src: url('fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeue-Bold.woff') format('woff'),  url('fonts/Lato-Bold.ttf') format('truetype'),  url('fonts/HelveticaNeue-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Hel;
    src: url('fonts/HelveticaNeue.eot');
    src: url('fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),  url('fonts/HelveticaNeue.woff') format('woff'),  url('fonts/HelveticaNeue.ttf') format('truetype'),  url('fonts/HelveticaNeue.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body{
	padding:0px;
	margin:0px;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333132;	
	line-height:20px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5{
	line-height:normal;	
}
a{
    text-decoration: none;
}
img{
	max-width:100%;	
}
.header{
	
}
#page{
	max-width:1600px;	
	margin:0 auto;
}

.menubar{
	background-color:#0193dd;	
	height:100px;
}
.langbar{
	width:85px;	
}
.langbar .item{
	display:block;
	width:38px;
	height:38px;
	line-height:36px;
	text-align:center;
	-webkit-border-radius:50%;
	border-radius:50%;	
	color:#FFF;
}
.langbar .item.search{
	background:#00753a;
	cursor:pointer;
}
.nav{
	height:100px;	
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	width:calc(100% - 100px);

}
.nav li {
    color: #414042;
	float:left;
	list-style:none;
	position:relative;
}
.nav li  a{
	padding: 0 15px;
	color:#414042;
	line-height: 95px;
	display:inherit;
}
.nav > li.active,.nav > li:hover {
	
}
.nav li.main.active > a,.nav li.main:hover > a{
	border-bottom:solid 3px #fff;
	height:86px;
	line-height:86px;
}
.nav li  ul{
	padding:0px;
	margin:0px;	
	position:absolute;
	top:100%;
	left:-1px;
	width:230px;
	z-index:99999;
	display:none;
	background:#00753a;
	
}
.nav li  ul li{
	line-height:normal;	
	width:100%;
	height:auto;
	padding:0px 10px;
	border-top:solid 1px #01a04e;
	text-transform:none;
}
.nav li  ul li:first-child{
	border-top:none;
}
.nav li  ul li:hover{
	background:#EBEBEB;
}
.nav li  ul li a{
	line-height:normal;	
	color:#FFF;
	padding:6px 0px;
	display:block;
}
.nav li  ul li:hover a{
	color:#00753a;
}

.news-text{
    display: inline-block;
    float: left;
}
.text-top{
    
    font-weight: bold;
    font-size: 24px;
}
.text-bottom{
    
    font-size: 16px;
}
.statistic .cel-1-4:first-child{
    align-self: center;
}
.first-stat-text{
    
    font-size: 26px;
}
.blue-line{
    width: 45px;
    height: 3px;
    margin: 0 auto;
    background: #ffffff;
}
.cat-intro-name, .product-title a{
    
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
	color:#333;
}
.cat-intro-name a{
	color:#333;
}
.about-content{
    width: calc(100% - 400px);
}
.about-title{
    font-family: 'Roboto-B', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #108e39;
    text-transform: uppercase;
	padding:0px;
	margin:0px;
}
.about-title a{
	 color: #108e39;
}
.about-text{
    line-height:22px;
    font-size: 16px;
	text-align:justify;
}
.details-button{
	height:44px;
	padding:0px 40px;
	display:inline-block;
	line-height:44px;
    font-size: 16px;
    color: #333132;
	border:solid 1px #acacac;
	
}
.right-arrow{
    position: absolute;
    right: 10px;
}
.news-item-name{
    padding: 5px 15px;
}
.news-small-title {
    font-size: 16px;
}
.news-small-title a{
	color:#333;
}
#footer{
    background:#00753a url(../images/bg-footer.png) no-repeat right bottom;
    color: #d9d9d9;
}
#footer a{
    color: #d9d9d9;	
}
.footer-menu {
    border-bottom: 1px solid #2f8d5e;
	padding:10px 0px;
}
.footer-menu a {
    text-transform: uppercase;
    font-size: 14px;
    color: #414042;
	margin:0px 10px;
}
.footer-menu a:first-child {
	margin-left:0px;	
}
.footer-menu a:last-child {
	margin-right:0px;	
}

.toppage{
	height:38px;
	background:#0193dd;
	line-height:38px;
}
.right-header{
	width:calc(100% - 150px);	
}
.logo-site{
	height:86px;
	background:#FFF;
	
}
.b-logo {
   width:143px;
   height:86px;
   position:relative;
   z-index:8;
   background:#FFF;
}
.b-logo div{
	position:absolute;
	z-index:9;
	width:143px;
	height:95px;
}
.b-logo div img{
	display:block;	
}
.b-logo:before {
	position:absolute;
	right:-85px;
	top:-38px;
	background:url(../images/right-logo.png) no-repeat;
	width:86px;
	height:38px;
	content:"";
	z-index:7;	
}
.b-logo:after{
	background:#FFF;
	width:500px;
	left:-500px;
	height:34px;
	content:"";
	top:-34px;
	position:absolute;
	z-index:9;
}
.menu {
    width: 100%;
    position: relative;
}
.top-menu{
    width: 100%;
	height:31px;
}

.cart-text{
    align-self: center;
    padding-left: 10px;
}
.cart-text p{
    
    font-size: 14px;
}
.search-form::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
}
.search-form::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
}
.search-form::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
}
.search-form::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
}
.top-menu .nav-item{
    
    font-size: 14px;
}
.left-sidebar-title{
    font-family: 'Roboto-B', sans-serif;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #108e39;
    border-bottom: 2px solid #108e39;
    padding-bottom: 5px;
}
.left-sidebar-title a{
	color:#108e39;	
}
.left-side-bar ul{
    padding: 0;
    margin: 0;
}
.menu-item{
    list-style-type: none;
    padding: 20px 0;
}
.menu-item a{
    
    font-size: 16px;
}
.menu-item.active a{
    color: #108e39;
    font-weight: bold;
}
.separate-line{
    width: 100%;
    height: 1px;
    background: #ddd;
    clear: both;
}
.strong-separate-line{
    width: 100%;
    height: 1px;
    background: #cecece;
    clear: both;
}
.fade-separate-line{
    width: 100%;
    height: 1px;
    background: #f0f0f0;
    clear: both;
}
.blue-right-chervon{
    color: #108e39;
}
.breadcrum{
    padding: 10px;
    color: #636363;
}
.breadcrum span{
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
.content-title{
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    color: #3e3e3e;
}
.news-list-text{
    width: calc(100% - 300px);
}
.news-list-title{
    
    font-size: 20px;
    color: #108e39;
}
.news-list-content{
    
    font-size: 16px;
}
.pagination ul{
    padding: 0;
    margin: 0;
}
.pag-item{
    display: inline-block;
    list-style: none;
    width: 37px;
    height: 37px;
    border: 1px solid #bbbbbb;
    border-radius: 10%;
    margin: 0 4px;
}
.pag-item.active{
    background: #cc262e;
    border-color: #cc262e;
}
.pag-item.active a{
    color: #fff;
}
.pag-item:first-child{
    margin-left: 0;
}
.pag-item a{
    width: 100%;
    height: 100%;
    align-content: center;
    
}
.pag-item a span{
    margin: 0 auto;
}
.project-title a{
    
    font-size: 18px;
    color: #108e39;
}
.margin-bottom-20{
    margin-bottom: 20px;
}
.product-list-item {
    text-align: center;
}
.product-list-item img{
    border: 10px solid #e8edf3;
    border-radius: 50%;
}
.product-list-item img:hover{
    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.29); 
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.white-left{
    position: absolute;
    top: 0;
    bottom: 0;
    background: #fff;
}
.banner-img img{
    width: 100%;
}
.nav-item.logo-space {
    padding: 0;
}
#footer p{
    
}
@media handheld, only screen and (max-width: 1024px) {
	.main-menu .nav-item{
        padding: 0 5px;
    }
}
.menuleft{
	padding:0px;
	margin:0px;
	font-size:16px;
	border-top:none;
	border:solid 1px #CCC;
	border-top:none;
}
.menuleft li{
	border-top:solid 1px #ccc;	
	list-style:none;
	font-family:Roboto, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.menuleft li:fist-child{
	border-top:none;	
}
.menuleft li a{
	display:inherit;
	padding:10px 10px;
	color:#333;
	position:relative;
}
.menuleft  li  a:before{
	content:"\f178";
	position:absolute;
	top:11px;
	left:30px;
	font-family:'FontAwesome';
}
.menuleft > li > a{
	padding-left:50px;
}
.menuleft li .fa{
	color:#fff;
	width:20px;
	text-align:center;
	padding-top:10px;
}
.menuleft li.active{
	background:#ebebeb;
	
}
.menuleft li.active a{
	color:#00753a;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
}
.menuleft li .mnu-show{
	margin:0px;
	padding:0px;
	border:solid 1px #c2c2c2;
	border-top:none;
	border-bottom:none;
}
.menuleft li .mnu-show li{
	background:#FFF;
	color:#414042;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;	
	border-bottom:solid 1px #c2c2c2;
	text-transform:none;
}
.menuleft li .mnu-show li .fa{
	color:#898989;
}
.menuleft li .mnu-show li a{
	color:#414042;
}
.menuleft li .mnu-show li.active {
	background:#ebebeb;	
}
.menuleft li .mnu-show li.active a,.menuleft li .mnu-show li.active .fa{
	color:#00753a;	
}

.n-name{
	font-size:16px;
	padding:0px;
	margin:0px;	
	color:#414042;
	font-weight:normal;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
}
.n-name a{
	 color:#414042;	
}

.crumb{
	color:#636363;
	background:#ebebeb;
	padding-bottom:10px;
}
.crumb a{
	color:#636363;
}
.news-name-detail{
	padding:0px;
	margin:0px;
	font-size:24px;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#00753a;
}
.title-page{
	padding:0px;
	margin:0px;
	font-size:24px;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	color:#00753a;
	text-transform:uppercase;
	position:relative;
}
.title-page:before{
	position:absolute;
	width:58px;
	height:2px;
	content:"";
	background:#a1a1a1;
	left:0px;
	bottom:-10px;
}
.title-page.page-product{
	text-align:center;
}
.title-page.page-product:before{
	position:absolute;
	width:58px;
	height:2px;
	content:"";
	background:#a1a1a1;
	left:50%;
	bottom:-10px;
	transform:translate(-50%,0)	;
}
.intro-detail{
	font-size:16px;	
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.othernews{
	padding:0px 0px 0px 0px;
	margin:0px;	
}
.othernews li{
	padding:5px 0px;
	list-style:none;
}
.othernews a{
	color:#333;
	text-decoration:none;	
}
.othernews a:hover{
	text-decoration:underline;	
}
.title-other-news{
	font-size:20px;
	font-family:Hel-B, Tahoma, Geneva, sans-serif;
	color:#6a6a6a;
	border-bottom:solid 2px #0193dd;
	padding-bottom:10px;
	margin-bottom:20px;
}

.circle-product{
	position:relative;
	width:100%;
	padding-top:100%;
}
.circle-product .circle-product-image{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	-webkit-border-radius:50%;	
	-ms-border-radius:50%;	
	-moz-border-radius:50%;	
	border-radius:50%;
	border:solid 10px #e8edf3;
}
.circle-product .circle-product-image:hover{
	box-shadow:0px 0px 10px #666;	
}
.margin-bottom-40{
	margin-bottom:40px;	
}
.product-name{
	color:#2f2f2f;	
	font-size:16px;
	padding:8px 0px; 
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.hotline-cart{
	position:fixed;
	width:100%;	
	z-index:9999;
}
.hotline-cart .hotline-right{
	background:#e82426 url(../images/hotline-right.png) no-repeat;
	width:42px;
	height:43px;
	right:0px;
	top:200px;
	position:absolute;
	z-index:9999;
	display:block;	
	-webkit-transition: width 2s; /* Safari */
    transition: width 2s;
	line-height:43px;
	padding-left:50px;
	color:#FFF;
	font-weight:bold;
}
.hotline-cart .hotline-right:hover{
	width:200px;	
}
.hotline-cart .cart-right{
	background:#0f488d url(../images/cart-right.png) no-repeat;
	width:42px;
	height:43px;
	right:0px;
	top:260px;
	position:absolute;
	z-index:9999;
	display:block;	
}
.btn-order-item{
	background: #ffd971; 
	background: -moz-linear-gradient(top, #ffd971 0%, #ffcc60 52%, #ffbe4c 100%);
	background: -webkit-linear-gradient(top, #ffd971 0%,#ffcc60 52%,#ffbe4c 100%); 
	background: linear-gradient(to bottom, #ffd971 0%,#ffcc60 52%,#ffbe4c 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd971', endColorstr='#ffbe4c',GradientType=0 );
	display:block;
	width:100%;
	border:solid 1px #c8c6c3;
	-webkit-border-radius:4px;
	-ms-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	overflow:hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	display: box;
	display: flexbox;
	flex: 1 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.btn-order-item span.icon{
	width:30px;
	text-align:center;
	border-right:solid 1px #f5c363;	
	padding:5px 0px;
	
}
.btn-order-item span.icon .fa{
	width:18px;
	height:18px;
	background:#333;
	color:#FFF;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	border-radius:50%;
	font-size:12px;
	text-align:center;
	line-height:18px;
}
.btn-order-item span.text{
	width:calc(100% - 30px);
	text-align:center;	
	text-transform:uppercase;
	border-right:solid 1px #fec053;
	padding:5px 0px;	
	color:#333;
}
.pro-hotline,.pro-addcart{
	width:192px;
	height:55px;
	display:block;
	margin:0px 5px;
	padding-left:50px;
	text-align:left;
	color:#FFF;
	float:left;
}
.pro-hotline{
	padding-top:5px;
	background:url(../images/pro-hotline.png) no-repeat;
}
.pro-addcart{
	background:url(../images/pro-addcart.png) no-repeat;
	padding-top:15px;
	text-transform:uppercase;
	font-weight:bold;
}
.pro-hotline span{
	display:block;
	font-weight:bold;
	font-size:20px;	
}
.title-other{
	font-size:24px;
	text-transform:uppercase;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;	
	color:#108e39;
	border-bottom:solid 2px #108e39;
}
.box-filter-daily{
	background:#ebebeb;
	padding:10px;	
}
.filter-button a{
	display:block;
	width:100%;
	height:32px;
	color:#FFF;
	background:#108e39;
	text-align:center;
	line-height:32px;	
}

.filter-input input,.filter-input select{
	width:100%;
	height:32px;
	border:solid 1px #cecece;
	padding:0px 5px;	
}
.txt-contact{
	width:100%;
	height:35px;
	padding:0px 5px;	
	border:solid 1px #CECECE;
}
.line-frm{
	margin-bottom:15px;
}
.btn-send{
	width:100%;
	background:#00753a;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#FFF;
	border:none;	
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.title-form-contact{
}
.form_error{
	border:solid 1px #FF0000;	
}
.trust-image{
	width:70px;	
}
.trust-text{
	width:calc(100% - 85px);
	font-size:16px;
}
.trust-text strong{
	font-size:24px;	
}
.hotnews-scroll a{
	margin-right:40px;	
}

.scroll-text {
  width: 100%;
  height: 35px;
  overflow: hidden;
}
.scroll-text ul {
  width: 100%;
  height: 100px;
  overflow: hidden;
  margin: 0;
}
.scroll-text ul li {
  height:30px;
  line-height:30px;
  list-style:none;
}
#footer .smo-footer a{
	width:30px;
	height:32px;
	text-align:center;
	line-height:30px;
	color:#FFF ;
	margin-right:3px;
	font-size:20px;
}

.image-pro-home{
	text-align:center;
}
.image-pro-home img{
	filter: grayscale(100%) brightness(150%);
}

.pro-hover-home:hover .image-pro-home img{
	filter: grayscale(0%);
}

.pro-name-home{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:8px 0px;
	margin:0px;	
	color:#4e4e4e;
}
.pro-name-home a{
	color:#4e4e4e;	
}
.pro-hover-home{
	position:relative;	
	padding-bottom:60px;
	text-align:center;
}


.btn-pro-detail-home{
	position:absolute;
	bottom:10px;
	left:50%;
	transform:translate(-50%,0);	
	border:solid 2px #0193dd;
	display:block;
	padding:8px 30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	display:none;
	color:#5d5d5d;
}
.pro-hover-home:hover .btn-pro-detail-home{
	display:block;
}
.pro-hover-home:hover .pro-name-home a{
	color:#2c4a8b;
}
.news-name-home{
	color:#333132;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;	
}
.news-name-home a{
	color:#414042;
}
.intro-news-home{
	padding-top:5px;
	color:#414042;
}
.title-home{
	color:#006a2b;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0px;	
	text-align:center;
	position:relative;
	text-transform:uppercase;
	font-weight:normal;
}
.title-home a{
	color:#006a2b;
}
.title-home:before{
	left:50%;
	height:3px;
	width:30px;
	bottom:-10px;
	background:#b7b7b7;
	content:"";
	position:absolute;	
	transform:translate(-50%,0%);
}
.text-left .title-home:before{
	left:0px;
	transform:translate(0%,0%);
}
.text-left .title-home{
	text-align:left;	
}
.box-article-home{
	background-color:#f0f0ee;	
}
.b-cel-article{
	border:solid 18px #FFF;	
	background:#FFF;
}
.article-home-name{
	color:#414042;
	padding:10px 0px 5px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:14px;
}
.article-home-name a{
	color:#414042;
}
.author-info{
	color:#787878;	
}
.dot-title{
	background:url(../images/dot-title-home.png) no-repeat;
	width:50px;
	height:18px;
	display:inline-block;	
}
.dot-title-white{
	background:url(../images/dot-title-home-white.png) no-repeat;
	width:50px;
	height:18px;
	display:inline-block;	
}
.btn-home{
	background:#e6e7e8;
}
.btn-home span{
	width:1px;
	height:50px;
}
.btn-home a{
	width:calc(100% - 1px);
	align-self:center;
	text-align:center;
	text-transform:uppercase;
	color:#58595b;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;	
}
.box-trust{
	background-image:url(../images/bg-trust.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	min-height:250px;
	color:#FFF;	
}
.trust-name{
	text-transform:uppercase;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:18px;	
}
.smof{
	background:#005793;
	color:#FFF;	
	height:80px;
	line-height:80px;
}
.title-smo{
	float:left;
	margin-right:15px;	
	text-transform:uppercase;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:18px;
}
.branch-name{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:10px;
}
.header .hotline-search{
	width:calc(100% - 350px);	
	max-width:750px;
	margin-top:30px;
}
.box-search{
	position:absolute;
	background:#FFF;
	height:38px;
	width:250px;
	right:0px;
	top:0px;
	border:solid 1px #CCC;	
	display:none;
}
.box-search input{
	width:calc(100% - 38px);
	height:36px;
	margin:0px;
	padding:0px 5px;	
	border:none;
	color:#333;
}
.box-search a{
	width:38px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#CCC;
	color:#333;	
}
.flag-vn{
	width:38px;
	height:38px;
	background:url(../images/flag_vn.png) no-repeat;
	display:inline-block;	
}
.flag-en{
	width:38px;
	height:38px;
	background:url(../images/flag_en.png) no-repeat;

	display:inline-block;
	margin-left:4px;
}
.hotline-search .lang{
	width:78px;	
}
.hotline-search .hotline{
	width:320px;	
}
.hotline-search .search{
	width:calc(100% - 400px);
}
.btn-news-deail{
	background:#e1e1e1;
	padding:10px 20px;
	color:#333;	
}
.page{
	background:#fff;
	border:solid 1px #ccc;
	padding:8px 10px;	
	margin:2px;
	-webkit-border-radius:50%;
	border-radius:50%;
	color:#00753a;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
}
.page:hover{
	background:#fff;
	border:solid 1px #ccc;
	margin:2px;
	padding:8px 10px;	
	color:#00753a;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.clicked{
	background:#00753a;
	border:solid 1px #00753a;
	margin:2px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	padding:8px 10px;	
	color:#FFF;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.news-name-left {
	color:#333132;	
}
.title-left{
	background:#00753a;
	color:#FFF;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;	
	margin:0px;
	font-weight:normal;
	text-transform:uppercase;
}

.title-left a{
	color:#FFF;
	padding:14px 10px;
	padding-left:30px;
	display:block;
	position:relative;
}
.title-left-1{
	background:#00753a;
	color:#FFF;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;	
	margin:0px;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:solid 1px #FFF;
}
.title-left-1 a{
	color:#FFF;
	padding:14px 10px;
	padding-left:30px;
	display:block;
	position:relative;
}
.title-left-1 a:after{
	content:"\f107";
	position:absolute;
	top:11px;
	right:10px;
	font-family:'FontAwesome';
}
.title-contact{
	padding:10px 20px;
	background:#00753a;
	color:#FFF;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:calc(100% + 2px);
	margin-left:-1px;
	margin-top:-1px;
}
.title-people{
	background:#0066a4;
	border-top:solid 2px #66a3c8;
	padding:8px 20px;
	color:#FFF;
	margin:0px;	
	font-weight:normal;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;
}
.people-name{
	color:#0066a4;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:5px 0px 3px 0px;	
}
.people-name a{
	color:#0066a4;
}
.people-name-detail{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#0066a4;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;	
}
.pop-people{
	width:890px;
	height:405px;
	max-width:95%;
	max-height:95%;
	background:#FFF;
	position:fixed;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);	
	z-index:999999;
	padding:20px;
	display:none;
}
.pop-people .close{
	position:absolute;
	top:10px;
	right:10px;
	width:35px;
	height:35px;
	background:#d7d7d7;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:35px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	color:#333;
}

.border-p{
	border:solid 1px #CCC;
	border-left:none;	
	padding:20px;
}
.pro-cel-hover:hover .border-p{
	background:#005793;
	color:#FFF;
	border:solid 1px #005793;
}
.pro-cel-hover:hover .border-p a{
	color:#FFF;	
}
.c-pro-name{
	color:#333132;
	font-size:16px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px;	
}
.c-pro-name a{
		color:#333132;
}
.c-pro-intro{
	color:#333132;
	padding-top:10px;	
}
.pro-cel-hover:hover .border-p .c-pro-intro{
	color:#FFF;	
}
.product-box-c{
	position:relative;
	border:solid 1px #CCC;
	padding-bottom:56px;	
}
.product-box-c .btn{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	border-top:solid 1px #CCC;
	text-align:center;
	line-height:46px;
}
.product-box-c .btn-detail{
	width:50%;	
	height:46px;
	color:#333132;
}
.product-box-c .btn-detail:hover{
	color:#FFF;
	background:#0066a4;	
}
.product-box-c .btn-order{
	width:50%;
	height:46px;
	background:#CCC;
	color:#333132;	
}
.product-box-c .btn-order:hover{
	background:#f7941d;
	color:#FFF;	
}
.pro-name{
	padding:10px 20px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333132;	
	font-weight:normal;
}
.pro-name a{
	color:#333132;	
}
.pro-detail-name{
	color:#0066a4;
	font-size:24px;
	margin:0px;
	padding:0px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;	
}
.btn-order-detail{
	background:#0066a4;
	color:#FFF;
	padding:8px 5px;
	text-align:center;
}
.btn-hotline-pro-detail{
	background:#f7941d;
	color:#FFF;
	padding:8px 5px;
	text-align:center;
}
.btn-hotline-pro-detail strong{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;	
}
.thumb-image-pro-detail{
	padding:2px;	
}
.thumb-image-pro-detail img{
	border:solid 1px #CCC;	
}
.attr-name{
	width:80px;	
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
}
.attr-value{
	width:calc(100% - 80px);	
}
.title-pro-detail{
	color:#0066a4;
	font-size:18px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
.btn-download-catalogue{
	background:#0066a4;
	padding:10px 30px;
	color:#FFF;
	display:inline-block;	
}
.daily-title{
	background:#0066a4;
	padding:8px 0px;
	text-align:center;
	color:#FFF;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.daily-border{
	border:solid 1px #959595;
	border-top:none;
	border-right:none;
}
.daily-cell-border{
	border-right:solid 1px #959595;
	border-top:solid 1px  #959595;
	padding:8px;
	vertical-align:middle;
}
.daily-detail-name{
	color:#0066a4;
	margin:0px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;	
}
.nav-mobile{
	margin:0px;
	padding:0px;	
	height:50px;
	display:none;
	position:relative;
}
.nav-mobile .item-left{
	float:left;	
	height:50px;
	padding:0px 15px;
	line-height:50px;
	border-right: solid 1px #568eb4;
	color:#FFF;
	font-size:18px;
}
.nav-mobile .item-right{
	height:50px;
	float:right;
	margin:0px 5px;	
	
}
.nav-mobile .item-right.flag-vn{
	background-position:0px 8px;
	height:50px;
}
.nav-mobile .item-right.flag-en{
	background-position:-40px 8px;
	height:50px;
}
.hotline-mobile{
	background:url(../images/icon-hotline-top.png) no-repeat left;
	min-height:42px;
	padding-left:52px;
	padding-top:15px;	
}
.hotline-mobile a{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;	
	color:#de7800;
	
}
.icon-mobile-phone{
	display:none;	
}
.nav-mobile .frmsearch{
	padding:8px;
	position:absolute;
	top:100%;
	width:calc(100% + 20px);
	left:-10px;
	background:#CCC;
	z-index:9;;
	display:none;
}
.nav-mobile .frmsearch input{
	width:calc(100% - 30px);	
	border:solid 1px #eee;
	height:30px;
	padding:0px 10px;
	outline:none;
}
.nav-mobile .frmsearch a{
	width:30px;
	color:#333;
	text-align:center;
	line-height:30px;	
}
.text-line-name-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height:40px;
}
.text-line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-line-4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.text-line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-line-5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.text-line-6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.popup-order{
	max-width:95%;
	width:1000px;
	left:50%;
	top:50%;
	position:fixed;
	height:550px;
	max-height:95%;	
	background:#f1f2f2;
	transform:translate(-50%,-50%);
	z-index:999999;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:10px;
	display:none;
}
.overlay{
	z-index:99999;	
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:.7;
	top:0px;
	left:0px;
	display:none;
}
.overlay1{
	z-index:99999;	
	position:fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:.7;
	top:0px;
	left:0px;
}
.popup-order .close{
	display:block;
	text-align:center;
	line-height:30px;
	width:33px;
	height:33px;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#0066a4;
	color:#FFF;
	position:absolute;
	top:20px;
	right:20px;	
}
.popup-order .title{
	color:#0066a4;
	font-size:24px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;	
}
.txt-order{
	width:100%;
	background:none;
	border:solid 1px #c2c2c2;	
	height:45px;
	padding:0px 5px;
	outline:none;
}
.txt-order:focus{
	background:#FFF;	
}
.btn-order-form{
	background:#0066a4;
	color:#FFF;
	text-align:center;
	line-height:45px;
	display:block;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	text-transform:uppercase;	
}
.label-frm-order{
	color:#0066a4;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 100%;
  height: 40px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 2px solid #c2c2c2;
  background:#fff;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 40px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #c2c2c2;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #c2c2c2;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}
.box-content-order{
	width:100%;
	height:100%;
	overflow:auto;
	padding:10px;	
}
.popup-message{
	width:300px;
	height:200px;
	background:#FFF;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0px 0px 10px #333;
	padding:30px 20px;
	text-align:center;
	font-size:16px;
	display:none;
	z-index:999999;
}
.btn-order-ok{
	color:#FFF;
	padding:10px 30px;
	-webkit-border-radius:3px;
	border-radius:3px;	
	background:#090;
}
.box-about-home{
	background-color:#f5f5f5;
	
	background-position:0px 0px;
	background-repeat:no-repeat;
	
}
.text-about-home{
	width:582px;
	max-width:100%;
	float:right;	
}
.about-home-name{
	font-size:24px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	margin:0px;
	position:relative;	
	color:#006a2b;
	text-transform:uppercase;
	font-weight:normal;
}
.about-home-name:before{
	border-bottom:solid 3px #b7b7b7;
	width:53px;
	position:absolute;
	bottom:-10px;
	left:0px;	
	content:"";
}

.box-product-home{
	background-color:#f8f8f8;
	background-image:url(../images/bg-product-home.png);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:300px;	
}
.margin-bottom-4{
	margin-bottom:4px;	
}
.album-name-home{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px;
	color:#FFF;
	display:none;
	z-index:2;
}
.ab-home{
	position:relative;
}
.ab-home .bg{
	background:url(../images/bg-name-album-home.png) repeat-x bottom;
	width:100%;
	height:100%;
	position:absolute;	
	bottom:0px;
	left:0px;
	z-index:1;
	display:none;
}
.ab-home:hover .album-name-home,.ab-home:hover .bg{
	display:block;
}
.btn-viewmore-album{
	background:#dfdfdf;
	color:#5d5d5d;
	font-size:15px;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	display:inline-block;
	padding:10px 35px;	
	-webkit-border-radius:30px;
	border-radius:30px;
}
.title-footer{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:18px;
	color:#FFF;
	margin:0px;	
	padding-bottom:5px;
	margin-bottom:10px;
}
#footer .title-footer a{
	color:#FFF;	
}
.copyright{
	background:#00552a;
	color:#c8c8c8;
	padding:15px 0px;	
}
.search-lang{
		
}
.search-lang .lang{
	width:220px;	
}
.search-lang .lang a{
	color:#767676;
	margin:0px 5px;
}
.search-lang .lang a:hover{
	text-decoration:underline;	
}
.search-lang .search{
	width:calc(100% - 230px);
	max-width:250px;
	padding-top:5px;
	
}
.search-lang .search input{
	width:calc(100% - 30px);
	height:25px;
	border:none;
	outline:none;
	background:none;
	
}
.search-lang .search a{
	width:30px;
	text-align:center;	
	line-height:25px;
	color:#767676;
}
.hotline-toppage{
	color:#e31717;
	font-family:Hel-B, Arial, Helvetica, sans-serif; 
	font-size:15px;
}
.hotline-toppage a{
	color:#e31717;
} 
.child-page{
	background-image:url(../images/bg-child-page.png);	
	background-size:contain;
	background-position:top center;
	background-repeat:no-repeat;
}

.cat-pro-cell{
	width:23.33%;
	-webkit-transition: width 0.3s; /* Safari */
    transition: width 0.3s;
	
}
.cat-pro-cell-active{
	-webkit-transition: width 0.3s; /* Safari */
    transition: width 0.3s;
	width:30%;
}
.b-image-cat-pro{
	height:0px;
	width:100%;
	padding-top:475px;	
	position:relative;
}
.image-cat-pro{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	overflow:hidden;	
}
.cat-pro-cell-active .b-image-cat-pro{
	padding-top:475px;
}
.cat-pro-cell .b-image-cat-pro .icon{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:18px; 
	text-align:center;
	color:#5f5f5f;
	text-shadow:1px 1px 1px #000;
}
.cat-pro-cell .b-image-cat-pro .icon img {
    filter: grayscale(100%) brightness(120%);
}
.cat-pro-cell:hover .b-image-cat-pro .icon{
	color:#fff;
}
.image-c-about-list{
	background-position:top center;
	background-size:  100%;
	background-repeat:no-repeat;
}
.info-text{
	width:582px;
	float:right;	
}
.tab-about{
	border-bottom:solid 1px #d4d4d4;	
	display:inline-block;
	padding:0px 10px 5px 10px;
}
.tab-about a{
	margin:0px 15px;	
}

.box-news-home{
	background: rgb(245,245,245); 
	background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(253,253,253,1) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(253,253,253,1) 50%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(253,253,253,1) 50%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
}
.line-pro{
	width:90px;
	height:1px;
	background:#ababab;
	margin:5px auto;	
}
.b-product{
	text-align:center;	
}
.line-break{
	height:2px;
	background:#eeeeee;
	margin-bottom:20px;
	
}
.box-trust{
	min-height:95px;
	background:#0193dd;
	color:#FFF;
	padding:15px 0px;	
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:15px;
}
.box-trust .title{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:22px;	
}
.box-trust a{
	color:#FFF;	
}
.btn-detail-about-home{
	color:#fff;
	font-weight:normal;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#00753a;
	padding:10px 20px;
	margin-top:20px;	
}
.box-newsletter{
	background-image:url(../images/bg-newsletter.png);
	background-size:cover;
	background-repeat:no-repeat;
	padding:38px 0px;
}
.newsletter-label{
	width:380px;	
	text-align:right;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4b4b4b;
}
.newsletter-input{
	width:calc(100% - 400px);	
}
.b-newsletter-input{
	width:100%;
	max-width:545px;
	background:#FFF;
	padding:4px;
	-webkit-border-radius:30px;
	border-radius:30px;
	overflow:hidden;
}
.b-newsletter-input input{
	height:39px;
	width:calc(100% - 160px);
	border:none;
	padding:0px 10px;
	outline:none;
}
.b-newsletter-input a{
	width:160px;
	background:#0193dd;	
	-webkit-border-radius:30px;
	border-radius:30px;
	text-align:center;
	line-height:39px;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;  
}
.code{
	color:#8a8a8a;
}
.price{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4e4e4e;	
}
.arrow-news-home-prev,.arrow-news-home-next{
	width:16px;
	height:29px;
	position:absolute;
	top:30%;
	cursor:pointer;
	z-index:2;
}
.arrow-news-home-prev{
	background:url(../images/news-arrow-left.png) no-repeat center;
	left:-20px;	
}
.arrow-news-home-next{
	background:url(../images/news-arrow-right.png) no-repeat center;
	right:-20px;	
}
.box-color-pro span{
	display:inline-block;
	width:30px;
	height:30px;
	background:#172ef0;
	margin-right:4px;
}
.box-color-pro span.active{
	border:solid 2px #CCC;	
}
.product-detail-name{
	font-size:24px;
	color:#00753a;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0px; 
	text-transform:uppercase;	
}
.pro-code-detail{
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#959595;
	font-size:15px;
	margin-bottom:10px;
}
.price-detail-km{
	color:#959595;
	font-size:15px;
	line-height:22px;
}
.product-detail-label{
	font-size:15px;
	color:#3d3d3d;
	font-family:Hel-B, Arial, Helvetica, sans-serif;	
}
.combo-detail{
	height:40px;
	border:solid 2px #c4c4c4;
	width:100%;	
}
.btn-add-cart{
	display:block;
	padding:12px 10px;
	text-align:center;
	background:#0193dd;
	color:#FFF;
	font-size:18px;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
}
.btn-buy-now{
	display:block;
	padding:12px 10px;
	text-align:center;
	background:#dc2323;
	color:#FFF;
	font-size:18px;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
}
.box-hotline-address-detail{
	font-size:15px;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border:solid 2px #e8e8e8; 
	padding:15px	
}
.box-hotline-address-detail .item{
	padding:10px 0px;	
}
.box-hotline-address-detail .item strong{
	font-weight:normal;
	font-size:18px;	
}
.tab-detail-pro{
	border-bottom:solid 1px #e8e8e8;	
	font-size:20px;
	color:#9e9e9e;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
}
.tab-detail-pro a{
	text-align:center;
	padding:10px 0px;
	display:inline-block;
	margin-bottom:-1px;
	color:#9e9e9e;
	
}
.tab-detail-pro a.active{
	border-bottom:solid 3px #0193dd; 
	color:#4c4c4c;	
}
.content-tab{
	display:none;
}
.cart-animate{
	position:absolute;
	text-align:center;
	color:#333;
}

.thumb-prev,.thumb-next{
	text-align:center;
	height:25px; 
	background:#f2f2f2	;
	font-size:24px;
	cursor:pointer;
}
.title-other-pro{
	color:#4c4c4c;
	border-bottom:solid 2px #e8e8e8;	
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:26px;
	height:12px;
	margin:0px;
	padding:0px;
}
.title-other-pro span{
	background:#FFF;
	padding-right:10px;	
}
.box-arrow-otherproduct{
	height:30px;
	position:absolute;
	top:0px;
	right:0px;
	width:70px;
	z-index:9;
	background:#FFF;
	padding-left:5px;
}
.same-category-next,.same-category-prev{
	width:30px;
	height:30px;
	text-align:center;
	line-height:22px;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:solid 3px #0193dd;
	display:inline-block;
	font-size:18px;
	background:#0193dd;
	cursor:pointer;
	color:#FFF;
}
.same-category-next{
	right:0px;
}
.same-category-prev{
	right:30px;
}
.box-arrow-otherproduct .swiper-button-disabled{
	border:solid 3px #e8e8e8;
	color:#c4c4c4;
	background:#EFF;
}
.arrow-other-prev,.arrow-other-next{
	width:19px;
	height:34px;
	color:#bababa;
	font-size:34px;
	cursor:pointer;
	position:absolute;
	top:25%;
}
.arrow-other-prev.swiper-button-disabled,.arrow-other-next.swiper-button-disabled{
	color:#eee;	
}
.arrow-other-prev{
	left:-25px;
}
.arrow-other-next{
	right:-25px;
}
.tab-pro-home{
	text-align:center;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:16px;
}
.tab-pro-home a{
	display:inline-block;	
	color:#6b6b6b;
	margin:0px 10px;
}
.tab-pro-home a.active{
	background:#a7a7a7;
	color:#FFF;	
	padding:7px 15px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.subcat-pro{
	color:#00753a;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;	
	text-align:center;
}
.subcat-pro a{
	color:#00753a;
	display:inline-block;
	padding:10px 10px;
	margin:0px 5px;
	border:solid 1px #00753a;
	-webkit-border-radius:2px;
	border-radius:2px;
}
.subcat-pro a.active{
	background:#00753a;
	color:#FFF;	
}
.title-box-product{
	color:#565656;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:25px;
	padding:0px;
	margin:0px;
	text-align:center;
	text-transform:uppercase;	
}
.news-name-right{
	color:#636363;	
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	font-size:16px;
}
.news-name-right a{
	color:#636363;
}
.mnu-left{
	margin:0px;
	padding:0px;	
}
.mnu-left li{
	list-style:none;
	padding:4px 0px;	
}
.mnu-left li a{
	color:#333;
	text-decoration:none;	
} 
.mnu-left li a:hover{
	text-decoration:underline;	
}
.mnu-left li.active a{
	color:#0193dd;	
}
.faq-item .icon{
	width:58px;
	background:url(../images/icon-faq.png) no-repeat left top;
	min-height:58px;	
}
.faq-item.active .icon{
	background:url(../images/icon-faq-active.png) no-repeat left top;

}
.faq-item .text{
	width:calc(100% - 58px);	
}
.line-item-faq{
	border-bottom:dashed 2px #CCC;	
	margin-left:58px;
}
.show-answer{
	cursor:pointer;	
}
.faq-item .faq-name{
	font-size:15px;
	font-family:Hel-B, Arial, Helvetica, sans-serif;
	color:#636363;	
}
.faq-item.active .faq-name{
	color:#515151;	
}
.faq-answer {
	position: relative;
	background: #ffffff;
	padding:15px;
	border: 2px dashed #0193dd;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-left:58px;
	display:none;
	margin-top:20px;
}
.faq-answer:after, .faq-answer:before {
	bottom: 100%;
	left: 40px;
	border: dashed transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.faq-answer:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.faq-answer:before {
	border-color: rgba(1, 147, 221, 0);
	border-bottom-color: #0193dd;
	border-width: 13px;
	margin-left: -13px;
}
.image-pro-hme{
	background:#FFF;	
}
.arrow-pro-home-prev,.arrow-pro-home-next{
	width:39px;
	height:42px;
	background:#d0d0d0;
	position:absolute;
	top:30%;
	text-align:center;
	line-height:42px;
	color:#FFF;
	z-index:9;
}
.arrow-pro-home-next{
	right:-39px;	
	-webkit-border-radius:0px 20px 20px 0px;
	-ms-border-radius:0px 20px 20px 0px;
	-moz-border-radius:0px 20px 20px 0px;
	border-radius:0px 20px 20px 0px;
}
.arrow-pro-home-prev{
	left:-39px;	
	-webkit-border-radius:20px 0px 0px 20px;
	border-radius:20px 0px 0px 20px;
}
.pro-home-hover:hover .btn-detail-about-home{
	background:#ff8a00;	
}
.box-dk-daily{
	background-image:url(../images/dk-daily.png)	;
	background-repeat:no-repeat;
	background-size:cover;
}
.btn-reg{
	background:url(../images/btn-reg.png) no-repeat;
	overflow:hidden;
	width:196px;
	height:45px;
	display:inline-block;	
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	line-height:45px;
	padding-left:75px;
	color:#FFF;
}
.reg-title-home{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
	color:#00753a;
	font-weight:normal;	
	margin:0px;
	padding:0px;
}
.mnu-footer-item{
	padding:4px 0px;	
}
.pro-c-image{
	border:solid 1px #CCC;	
}
.pro-home-hover:hover .pro-c-image{
	box-shadow:0px 0px 5px #CCC;
}
.price-detail{
	color:#ff7e00;
	font-size:18px;	
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
}
.box-info-pro .title{
	background:#00753a;
	color:#FFF;
	padding:10px 20px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
}
.box-info-pro .box{
	border:dashed 2px 	#00753a;
	padding:20px;
	border-top:none;
}
.box-info-pro .box ul{
	margin:0px;
	padding:10px 0px;	
}
.box-info-pro .box ul li{
	list-style:none;	
}
.box-info-pro .box ul li::before {
	content: "● "; color: #00753a
}
.other-article{
	padding:15px 0px;
	margin:0px;
}
.other-article li{
	list-style:none;
	padding:3px 0px;	
}
.other-article li a{
	color:#333132;	
}
.other-article li a:hover{
	text-decoration:underline;	
}
.other-article li::before {
	content: "● "; color: #00753a
}
.box-pro-left{
	background:#ebebeb;
	padding:15px;	
}
.price-right{
	color:#5b5b5c;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;	
}
.box-form-reg{
	background:#ebebeb;	
}
.box-form-reg .title{
	color:#FFF;
	background:#00753a;
	padding:10px;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-transform:uppercase;
}
.box-form-reg .frm{
	padding:20px;	
}
.box-form-reg .frm label{
	display:block;	
	margin-bottom:3px;
}
.box-form-reg .frm input{
	width:100%;	
	height:35px;
	padding:0px 5px;
	border:solid 1px #CCC;
}
.box-form-reg .frm textarea{
	width:100%;
	padding:5px;
	border:solid 1px #CCC;
	height:100px;	
}
.box-form-reg .frm .btnreg{
	width:100%;
	max-width:160px;
	height:35px;
	background:#00753a;
	color:#FFF;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	line-height:35px;
	text-align:center;
	text-transform:uppercase;
	display:inline-block;
	font-size:16px;	
}
.frm-error{
	border:solid 1px #FF0000 !important;	
}
.frm-message{
	color:#FF0000	;
	display:none;
}
.pop-message-success{
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);	
	background:#FFF;
	-webkit-border-radius:5px;
	border-radius:5px;
	box-shadow:0px 0px 10px #333;
	padding:20px;
	width:400px;
	min-height:200px;
	max-width:95%;
	max-height:95%;
	text-align:center;
	color:#00753a	;
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	z-index:99999;
}
.pop-message-success .fa-check-square-o{
	font-size:40px;
	color:#00753a	;
	margin-bottom:10px;
}
.btn-ok-reg{
	background:#00753a;
	padding:10px;
	margin-top:20px;
	color:#FFF;
	
}
.btn-add-cv{
	background:#00753a;
	padding:10px 20px;
	color:#FFF;
	font-size:14px; 
}
.btn-add-cv strong{
	font-family:Roboto-B, Arial, Helvetica, sans-serif;
	font-size:16px;	
}
.langbar .fa-bars{
	width:38px;
	height:38px;
	background:#00753a;
	line-height:38px;
	text-align:center;
	color:#FFF;
	font-size:18px;
}
.box-search1{
	background:#EEE;
	padding:5px;	
	border-bottom:solid 1px #CCC;
	display:none;
}
.box-search1 input{
	width:calc(100% - 30px);
	height:30px;
	padding:0px 5px;
}
.box-search1 a{
	width:30px;
	text-align:center;
	color:#FFF;
	line-height:30px;
	display:inline-block;
	background:#00753a;
	height:30px;	
}
.news-hover-home{
	background:#FFF;
		
}
.news-hover-home:hover{ 
	background:#006a2b	;
	color:#FFF;
}
.news-hover-home:hover a,.news-hover-home:hover .intro-news-home {
	color:#FFF;	
} 
.nav li .icon-home-bar{
	background:#c2c2c2;
	color:#FFF;
	width:37px;
	height:37px;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:37px;
	padding:0px;
	margin-top:28px;
	margin-right:20px;
}
.video-album-box-home{
	background:#F1F2F2;
}
.video-album-box-home .title-home{
	background:#FFF;
	padding-bottom:10px;
}
.video-album-box-home .title-home:before{
	display:none;	
}
.album-arrow-next {
    background: url(../images/arrows-album.png) no-repeat right top;
    width: 11px;
    height: 25px;
    top: 50%;
    right: 5px;
    margin-top: -15px;
    text-indent: -9999px;
    position: absolute;
	z-index:9;
	outline:none;
}
.album-arrow-prev {
    background: url(../images/arrows-album.png) no-repeat left top;
    width: 11px;
    height: 25px;
    top: 50%;
    left: 5px;
    margin-top: -15px;
    text-indent: -9999px;
    position: absolute;
	z-index:9;
	outline:none;
}
.thumbalbum .swiper-slide-thumb-active{
	border:solid 1px #00763B;
}
.other-video-scroll{
	min-height:80px;
	overflow:auto;	
}
.videoname{
	color:#333;	
}
.videoname.videoactive{
	color:#006a2b;	
}