
html, body {
	font-family: Muli-R, Arial, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	color: #414042;/*
    line-height:20px;
	*/
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	margin:0px;
	font-weight:normal;

	padding:5px 0px;
}
a {
	text-decoration: none;
}
strong, b{
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
img {
	border: none;
	max-width: 100%;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
#page {
	overflow:hidden;
	width:100%;
	margin:0 auto;
	position:relative;
}
.c, .c5, .c10, .c15, .c20, .c30, .c3, .c2, .c80,.c40 {
	clear: both;
}
.c {
	height: 0px;
}
.c2 {
	height: 2px;
}
.c3 {
	height: 3px;
}
.c5 {
	height: 5px;
}
.c10 {
	height: 10px;
}
.c15 {
	height: 15px;
}
.c20 {
	height: 20px;
}
.c30 {
	height: 30px;
}
.c35 {
	height: 35px;
}
.c40 {
	height: 40px;
}
.c80 {
	height: 80px;
}
.header-mobile{
	display:none;	
	background:#fff;
	padding:0px 10px;
	padding-top:3px;
}
.header-mobile .item-menu{
	color:#333;
	width:40px;
	height:40px;
	text-align:center;
	line-height:40px;
	border:solid 1px #666;
	margin-top:7px;
	margin-right:10px;
}
.overlay{
	background:#000;
	opacity:.7;
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;	
	z-index:9999999;
}
.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;
}
.box-slide{
	position:relative;	
	min-height:110px;
}
/*.header1:after {
    position: absolute;
    bottom: -4px;
    left: 0px;
    height: 4px;
    width: 100%;
    content: "";
    background: url(../images/bg-bottom-banner.png) repeat-x;
}*/
.header1{
	box-shadow:0px 5px 5px #ccc;
	background:#FFF;	
	
}
.logo{
	width:118px;	
	position:relative;
}
.logo .contentlg{
	position:absolute;
	width:100%;
	height:118px;
	left:0px;
	top:-40px;
	z-index:9;
	background:#FFF;
}
.logo .contentlg:before{
	position:absolute;
	top:0px;
	left:-1000px;
	background:#FFF;
	content:"";
	width:1000px;
	height:100%;
	z-index:9;
}
.logo .contentlg:after{
	position:absolute;
	top:0px;
	right:-30px;
	border-right:solid 30px transparent;
	border-bottom:solid 40px #FFF;
	z-index:9;
	content:"";
}
.header{
	background:#FFF;	
	position:relative;
	
}
.header:after{
	background:url(../images/bg-bottom-banner.png) repeat-x;
	height:4px;
	width:100%;
	bottom:-4px;
	left:0px;
	z-index:5;
	content:"";
	position:absolute;
}


.logo-mobile{
	width:50px;	
}
.menubar{
	width:calc(100% - 175px);		
}
.nav{
	padding:0px;
	margin:0px;
	font-family:Roboto-B;
	font-size:16px;
}
.nav li{
	list-style:none;
	display:inline-block;
	position:relative;
}
.nav > li > a{
	display:block;
	line-height:78px;	
	color:#333;
	padding:0px 15px;
}
.nav > li:hover > a,.nav > li.active > a{
	color:#EE2A3B;	
}
.nav li ul{
	position:absolute;
	display:none;
	width:230px;
	background:#FFF;
	top:100%;
	left:0px;
	z-index:99999;
	box-shadow:5px 5px 7px #ccc;
	padding:0px;
	font-family:Muli-B,  Tahoma, Geneva, sans-serif;
}
/*.nav>li>ul:after{
	position:absolute;
	width:100%;
	height:calc(100% - 10px);
	box-shadow:0px 0px 10px #666;
	content:"";
	left:0px;
	top:10px;	
	z-index:-1;
}*/
.nav li ul li{
	width:100%;
	display:inline-block;
	line-height:25px !important;
}
.nav li ul li:hover{
	background:#EE2A3B;	
}

.nav li ul li a{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
	text-transform:none;
	display:block;
	color:#333;
	padding:5px 10px;
}
.nav li ul li:hover a{
	color:#FFF;
}
.search-hotline{
	width:216px;
	transform:skew(20deg);	
}
.search-hotline .hotline{
	width:162px;	
	height:43px;
	-webkit-border-radius:20px;
	border-radius:20px;
	background:#ee2a3b;
	line-height:43px;
	text-align:center;
	color:#FFF;
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
}
.search-hotline .search{
	width:44px;
	height:43px;
	-webkit-border-radius:50%;
	border-radius:50%;
	border:solid 2px #145c31;
	text-align:center;
	line-height:43px;
	color:#333;
}
.box-about-home{
	background:#eeeeee;
}
.text-about-home{
	max-width:615px; 
	float:right;
	padding:53px 0px 90px 0px;
}
.image-about-home{
	transform:skew(-20deg); 
	margin-right:-100px ; 
	background-repeat:no-repeat;
	background-size:cover;
	
}
.about-name-home{
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:40px;
	color:#565656;
	text-transform:uppercase;
	display:block;	
}
.about-name-home span.name2{
	font-size:30px;
	display:block;
}
.btn-detail-about{
	background:#ee2a3b;
	transform:skew(-20deg);
	color:#FFF;
	display:inline-block;
	padding:10px 30px;
	-webkit-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;	
}
.btn-detail-about span{
	transform:skew(20deg);
	display:inline-block;
}
.b-pro{
	text-align:center;	
}
.product-name-home{
	color:#515151;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:16px;	
	text-transform:uppercase;
	padding:10px 0px;
}
.product-name-home a{
	color:#515151;	
}
.product-price{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#515151;	
}
.product-code{
	color:#757575;
	font-size:15px;	
	position:relative;
	margin-bottom:20px;
}
.product-code:after{
	width:36px;
	height:1px;
	background:#e6e6e6;
	position:absolute;
	bottom:-10px;	
	left:50%;
	transform:translateX(-50%);
	content:"";
}
.title-home{
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-align:left;	
	background:#0160d6;
	color:#FFF;
	padding:5px 15px;
	position:relative;
}
.title-home:before{
	width:7px;
	height:100%;
	position:absolute;
	content:"";
	background:#E3383E;
	border-right:solid 2px #FFF;
	left:0px;
	top:0px;
}
.title-home a{
	color:#fff;
}
.swiper-pagination2{
	text-align:center;	
}
.swiper-pagination2 .swiper-pagination-bullet{
	margin:2px;	
}
.swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background:#8a8a8a;	
}
.tab-product-home{
	border:solid 2px #d3d2d2;
	padding:3px 20px;	
	transform:skew(-25deg);
	-webkit-border-radius:18px 10px 18px 10px;
	border-radius:18px 10px 18px 10px;
}
.tab-product-home a{
	display:inline-block;
	padding:10px 30px;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#565656;
	text-transform:uppercase;
	
}
.tab-product-home a:hover{
	color:#ee2a3b;	
}
.tab-product-home a.active{
	background:#ee2a3b;
	-webkit-border-radius:16px 8px 16px 8px;
	border-radius:16px 8px 16px 8px;
	color:#FFF;
}
.tab-product-home a span{
	transform:skew(20deg);
	display:inline-block;
}

.box-service{
	background-image:url(../images/bg-service.png);
	background-position:left bottom;
	background-size:cover;

}
.box-service .box-cat-service{
	transform:skew(30deg);
	min-height:300px;
	margin-right:-70px;
	position:relative;
	background: rgb(241,241,241);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
.box-service .box-cat-service .b-cat-name{
	transform:skew(-30deg);
	text-align:right;
	margin-right:60px;
	width:70%;
	float:right;
}
.box-service .box-cat-service .b-cat-name .title-home{
	position:relative;
}
.box-service .box-cat-service .b-cat-name .title-home:after{
	border-bottom:solid 2px #EE2A3B;
	width:100%;
	bottom:-10px;
	right:0px;
	content:"";
	position:absolute;
}
.box-service .box-cat-service:after{
	width:1000px;	
	height:100%;
	position:absolute;
	top:0px;
	right:-1000px;
	content:"";
	background: rgb(241,241,241);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
.b-service-content-home{
	padding:70px 40px 70px 0px;	
}
.cell-service-1-3 {
	min-height:200px;
  	--notch-size: 30px;
 	width:calc(33.33% - 2px);
	background:#dce8f8;
	position: relative;
	clip-path: polygon(
		0% 20px,
		20px 0%,
		0% 0%,
		100% 0%,
		100% calc(100% ),
		calc(100% - var(--notch-size)) 100%,
		var(--notch-size) 100%,
		0% calc(100% )
	);
  	transition:background .3s;
  	padding:30px;
	padding-bottom:70px;
}
.cell-service-1-3:hover {
	background:#FFF;
}
.service-name-home{
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:26px;
	text-transform:uppercase;
	color:#565656;
	font-weight:normal;
	position:relative;	
}
.service-name-home:after{
	border-bottom:solid 2px #EE2A3B;
	width:100%;
	position:absolute;
	bottom:-5px;
	left:0px;
	content:"";
}
.cell-service-1-3 .btn-detail-service{
	position:absolute;
	bottom:0px;
	padding:10px;	
	text-align:center;
	background:#ee2a3b;
	color:#FFF;
	width:100%;
	left:0px;
	visibility:hidden;
	transition:visibility .1s;
}
.cell-service-1-3:hover .btn-detail-service{
	visibility:visible;
	transition:visibility .1s;
}
.project-cell{
	position:relative;
	overflow:hidden;	
	
}
.project-cell:hover img{
	transform:scale(1.2);
	transition:transform .4s;
}
.project-cell .face{
	background:#000;
	opacity:.6;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	visibility:hidden;
	z-index:1;
}
.project-cell:hover .face,.project-cell:hover .info-project-home{
	visibility:visible;
	transition: visibility .3s;
}
.info-project-home{
	width:100%;
	padding:20px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	z-index:2;
	text-align:center;
	color:#FFF;	
	visibility:hidden;
}
.project-name-home{
	 text-transform:uppercase;
	 font-size:20px;
	 color:#FFF;
	 margin:0px;
	 padding:10px 0px;
	 font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	 font-weight:normal;
	 position:relative;
}
.project-name-home:after{
	width:36px;
	height:2px; 
	background:#ee2a3b;
	position:absolute;
	bottom:0px;
	left:50%;
	transform:translateX(-50%);
	content:"";
}
.box-cat-news-home{
	background:#ee2a3b;
	position:relative;	
	transform:skew(-30deg);
	margin-right:65px;
	margin-left:-0px;
	-webkit-border-radius:40px;
	color:#FFF;
	text-align:left;
}
.box-cat-news-home:after{
	content:"";
	background:#ee2a3b;
	width:1000px;
	left:-961px;
	height:100%;
	position:absolute;
	top:0px;
}
.box-cat-news-home .content-box{
	transform:skew(30deg);
	padding:50px 50px 50px 0px;
	
}
.title-news-home{
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:35px;
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	margin:0px;
	position:relative;	
}
.title-news-home:before{
	width:38px;
	height:2px;
	background:#FFF;
	position:absolute;
	bottom:-10px;
	left:0px;
	content:"";
}
.btn-dangkytv{
	background:#FFF;
	transform:skew(-30deg);
	display:inline-block;	
	padding:10px 25px;
	-webkit-border-radius:10px;
	border-radius:10px;
	margin-left:10px;
}
.btn-dangkytv span{
	transform:skew(30deg);
	display:block;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#505050;
}
.footer{
	background:#3e3e3e;
	color:#b8b8b8;	
}
.bg-news-project{
	background: rgb(241,241,241);
	background: -moz-linear-gradient(top, rgba(241,241,241,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(241,241,241,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 );
}
.news-name-home{
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:18px;
	color:#505050;	
}
.news-name-home a{
	color:#505050;		
}
.title-page{
	color:#565656;
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:40px;
	text-align:center;
	text-transform:uppercase;
	position:relative;	
	letter-spacing:4px;
}

.title-page:after{
	width:38px;
	height:2px;
	position:absolute;
	bottom:-5px;
	left:50%;
	transform:translateX(-50%);
	content:"";
	background:#ee2a3b;
}
.title-page.title-page-product{
	text-align:left;	
}
.title-page.title-page-product:after{
	width:38px;
	height:2px;
	position:absolute;
	bottom:-5px;
	left:0%;
	transform:translateX(0%);
	content:"";
	background:#ee2a3b;
}
.news-detail-name{
	color:#565656;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:20px;
	text-align:left;
	
	position:relative;	
	
}
.intro-detail{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:15px;	
}
.news-name-right{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:15px;	
	color:#565656;	
}
.news-name-right a{
	color:#565656;		
}
.image-service-list{
	background-repeat:no-repeat;
	background-size:cover;	
	transform:skew(30deg);
	position:absolute;
	width:120%;
	height:100%;
	right:-15%;
	top:0px;
	min-height:200px;
	
}
.flex-reverse .image-service-list{
	background-repeat:no-repeat;
	background-size:cover;	
	transform:skew(-30deg);
	position:absolute;
	width:120%;
	height:100%;
	left:-15%;
	top:0px;
	
}
.text-service-list{
	padding:50px 0px;
	max-width:600px;

}
.flex-reverse  .text-service-list{
	padding:50px 0px;
	max-width:600px;
	float:right	
}

.b-image-service-list{
	min-height:250px;

}
.b-skew{
	transform:skew(-30deg); width:100%; height:100%; overflow:hidden;
	width:120%;
	position:absolute;
	-webkit-border-radius:0px 50px 50px 0px;
	border-radius:0px 50px 70px 0px;
	left:-35%;
}
.flex-reverse .b-skew{
	transform:skew(30deg); width:100%; height:100%; overflow:hidden;
	width:120%;
	position:absolute;
	left:12% !important;
	-webkit-border-radius:50px 0px 0px 50px;
	border-radius:50px 0px 0px 70px;
}
.service-name{
	color:#565656;	
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:24px;
}
.service-name a{
	color:#565656;		
}
.service-intro{
	line-height:20px;	
}
.crumb{
	background:#f2f2f2;	
	color:#3e3e3e;
}
.crumb a{
	display:inline-block;
	padding:10px 8px;
	color:#3e3e3e;
	position:relative;
}
.crumb .fa{
	display:none;
}
.crumb a:first-child{
	padding-left:0px;
}
.crumb a:after{
	height:18px;
	width:1px;
	top:0px;
	transform:skewX(30deg);
	content:"";
	right:0px;
	position:absolute;
	background:#CCC;
}
.crumb a:before{
	height:18px;
	width:1px;
	top:50%;
	transform:skewX(-30deg);
	content:"";
	right:0px;
	position:absolute;
	background:#CCC;
}
.crumb a:last-child:before,.crumb a:last-child:after{
	display:none;	
}
.crumb a:last-child{
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.service-name-right{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:15px;
	color:#434343;
	text-transform:uppercase;	
	text-align:center;
}
.service-name-right a{
	color:#434343;	
}
.service-detail-name{
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:40px;	
	color:#565656;
	text-transform:uppercase;
}
.service-intro-detail{
	color:#565656;
	font-size:15px;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;	
}
.frm-contact-service{
	background:#f3f3f3;
	padding:40px;	
}
.frm-contact-service .title{
	font-size:24px;
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:3px;
	color:#565656;	
	margin:0px;
}
.frm-contact-service input{
	width:100%;
	height:40px;
	border:solid 2px #b9b9b9;
	padding:0px 5px;
	background:none;
	outline:none;
}
.frm-contact-service textarea{
	width:100%;
	height:90px;
	border:solid 2px #b9b9b9;
	padding:5px 5px;
	font-family:Roboto, Tahoma, Geneva, sans-serif;
	background:none; 
	outline:none;
}

.frm-contact-service input:focus,.frm-contact-service textarea:focus{
	background:#FFF;
	
}
.margin-bottom-10{
	margin-bottom:10px;	
}
.margin-bottom-20{
	margin-bottom:20px;	
}
.margin-bottom-40{
	margin-bottom:40px;	
}

.btn-send-request{
	display:block;
	width:100%;
	height:40px;
	background:#ee2a3b;
	color:#FFF;
	text-align:center;
	line-height:40px;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:15px;	
}
.txt-contact{
	width:100%;
	height:40px;
	border:solid 1px #b9b9b9;	
	padding:0px 5px;
}
.line-frm{
	margin-bottom:15px;	
}
#imgCaptcha{
	height:40px;	
}
.btn-send{
	margin-left:20px;
	height:40px;
	padding:0px 30px;
	background:#EE2A3B;
	color:#FFF;
	border:none;	
}
.form_error{
	color:#FF0000;	
}
.news-name{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:18px;
	margin:0px;
	padding:5px 0px;
	color:#565656;
}
.news-name a{
	color:#565656;	
}
.text-info-list{
	max-width:600px;	
	width:100%;
	padding:30px 0px;
	padding-left:20px;
}
.flex-reverse .text-info-list{
	float:right;
	padding-left:0px;
	padding-right:20px;
}
.info-list-name{
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:24px;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#565656;
	font-weight:normal;	
}
.info-list-name a{
	color:#565656;	
}
.album-name{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#565656;
}
.album-name a{
	color:#565656;
}
.product-name{
	color:#515151;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:15px;
	text-transform:uppercase;	
}
.product-name a{
	color:#515151;	
}
.pro-price{
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:16px;	
	color:#515151;	
}
.menu-left{
	padding:0px;
	margin:0px;

	position:relative;
}
.menu-left:after{
	box-shadow:0px 0px 10px #ccc;	
	position:absolute;
	top:10px;
	left:0px;
	content:"";
	width:100%;
	height:100%;
	z-index:-1;
}
.menu-left li{
	list-style:none;	
}
.menu-left li.title{
	background:#ee2a3b;
	color:#FFF;
	margin-bottom:8px;
}
.menu-left li a{
	display:block;
	padding:8px 15px 8px 28px;	
	color:#494949;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	position:relative;
}
.menu-left li.active a{
	color:#ee2a3b;
}
.menu-left li.active a:before{
	width:23px;
	height:2px;
	background:#ee2a3b;
	left:0px;
	top:18px;
	content:"";
	position:absolute;
}
.menu-left li.title a{
	padding:10px 15px 10px 28px;		
	display:block;
	color:#FFF;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}
.btn-contact-tv{
	background:#ee2a3b;
	padding:12px 20px;
	display:block;
	color:#FFF;
	text-align:center;	
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
}
.product-code-detail{
	padding-bottom:10px;	
	color:#545454;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
}
.product-detail-name{
	color:#454545;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:20px;
	margin:0px;
	padding:0px;	
}
.price-detail{
	color:#545454;
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:26px;
	text-transform:uppercase;	
}
.box-general-product{
	padding:20px;	
}
.title-product-info{
	color:#7a7a7a;
	font-family:UTM-B, Tahoma, Geneva, sans-serif;
	font-size:26px;
	text-transform:uppercase;
	overflow:hidden;
	width:100%;		
}
.title-product-info span{
	position:relative;
	display:inline-block;
}
.title-product-info span:after{

	width:2000px;
	position:absolute;
	left:calc(100% + 10px);
	content:"";
	top:25px;
}
.title-table-detail{
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#7a7a7a;
	text-transform:uppercase;	
	text-align:center;
}
.table-bo-sp{
	border-collapse:collapse;	
	background:#f8f8f8;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.table-bo-sp th{
	background:#5d5d5d;
	border:solid 1px #FFF;
	padding:10px 5px;
	color:#FFF;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
.table-bo-sp td{
	border:solid 1px #FFF;
	padding:5px;	
}
.total-amount{
	background:#e7e7e7;	
}
.total-amount td{
	border:none;	
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	padding:10px 5px;
}
.table-bo-sp td .drop-table{
	width:100%;
	height:30px;
	border:none;
	background:none;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	outline:none;
}
.table-bo-sp td .drop-table:focus,.table-bo-sp td .drop-table:hover{
	background:#FFF;
	border:solid 1px #CCC;
}
.title-footer{
	text-transform:uppercase;
	color:#FFF;
	font-weight:normal;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;	
}
.title-footer a{
	color:#FFF;	
}
.txt-newsleter{
	width:100%;
	height:35px;
	background:#FFF;
	padding:0px 5px;
	border:none;
}
.btn-newsletter{
	background:#ee2a3b;
	color:#FFF;
	padding:12px 35px;
	-webkit-border-radius:10px;
	border-radius:10px;
	transform:skew(-20deg);
	display:inline-block;
	margin-left:5px;
}
.btn-newsletter span{
	transform:skew(20deg);
	display:block;
}
#material_price{
	border:solid 1px #EEE;
	padding:5px;
}
.copyright{
	background:#3e3e3e;
	color:#9fa3a7;
}
.copyright a{
	color:#9fa3a7;	
}
.copyright .grid{
	border-top:solid 1px #656668;
}
.linksmo{
	text-align:center;	
}
.linksmo a{
	display:inline-block;
	width:33px;
	height:33px;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	line-height:33px;
	color:#3e3e3e;	
}
.linksmo a.fa-facebook{
	background:#4b76bd;
}
.linksmo a.fa-twitter{
	background:#00c6ff;
}
.linksmo a.fa-youtube{
	background:#fc3831;
}
.linksmo a.fa-pinterest{
	background:#ff3635;
}
.linksmo a.fa-google-plus{
	background:#fb5245;
}
.menufooter{
	margin:0px;
	padding:0px;	
}
.menufooter li{
	list-style:none;
	padding-top:3px;
	padding-bottom:3px;
}
.menufooter li a{
	color:#b8b8b8;
}
.menufooter li a:hover{
	color:#FFF;	
}

.menufooter.menufooter2{
	padding-left:15px;	
}
.menufooter2 li{
	list-style:disc;
}
.pop-dangky{
	width:500px;
	height:550px;
	background:#FFF;
	position:fixed;
	top:50%;
	left:50%;
	z-index:99999999;
	box-shadow:0px 0px 10px #333;
	transform:translate(-50%,-50%);
	max-width:95%;
	max-height:95%;
	-webkit-border-radius:5px;
	border-radius:5px;
	overflow:hidden;	
	display:none;
}
.pop-dangky .title{
	background:#ee2a3b;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:18px;
	height:50px;
	font-weight:normal;
	line-height:50px;
}
.pop-dangky .title .fa{
	font-size:24px;
}
.content-popup{
	height:calc(100% - 50px);
	overflow:auto;
	padding:20px 10px;	
}
.content-popup .frmdangky{
	max-width:380px;
	margin:0 auto;
}
.content-popup .frmdangky .item{
	margin-bottom:15px;	
}
.content-popup .frmdangky .item input{
	width:100%;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:solid 1px #CCC;
	height:40px;
	padding:0px 10px;
}
.content-popup .frmdangky .item textarea{
	width:100%;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:solid 1px #CCC;
	height:90px;
	font-family:Arial, Helvetica, sans-serif;
	padding:10px 10px;
}
.content-popup .frmdangky .item .btn{
	background:#ee2a3b;
	color:#FFF;
	text-align:center;
	text-transform:uppercase;
	font-family:Roboto-M, Tahoma, Geneva, sans-serif;
	font-size:18px;
	height:50px;
	line-height:50px;
	-webkit-border-radius:4px;
	border-radius:4px;
	font-weight:normal;
	display:block;
}
.error{
	border:solid 1px #FF0000 !important;	
}
.paging{
	text-align:center;	
}
.page{
	min-width:30px;
	min-height:25px;
	border:solid 1px #CCC;
	display:inline-block;
	
	margin:2px;
	-webkit-border-radius:6px;
	text-align:center;
	line-height:25px;
	color:#333;
}
.page span{
	display:inline-block;
	
		
}
.page:hover{
	border:solid 1px #ee2a3b;
	color:#ee2a3b;
}
.clicked{
	background:#ee2a3b;
	border:solid 1px #ee2a3b;
	color:#FFF;	
}
.box-search-pc{
	width:250px;
	background:#EEE;
	border:solid 1px #CCC;
	padding:3px;
	position:absolute;
	right:0px;
	display:none;
}
.box-search-pc input{
	width:calc(100% - 30px);
	height:25px;
	background:#FFF;
	border:solid 1px #CCC;
	top:100%;
	padding:0px 4px;
}
.box-search-pc a{
	width:30px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#333;
}
.box-search-mobile{
	position:absolute;
	top:100%;
	left:0px;
	width:100%;	
	z-index:9000999;
	background:#EEE;
	padding:3px;
	display:none;
}
.box-search-mobile a{
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	color:#333;	
}
.box-search-mobile input{
	width:calc(100% - 35px);
	height:35px;
	padding:0px 5px;
}
.div-scroll{
	width:100%;
	overflow:auto;	
}
.div-scroll table{
	border-collapse:collapse;
}
.div-scroll table td{
	padding:3px;
	border:solid 1px #CCC;
}
.toppage{
	height:40px;
	background:#0160D6;	
}
.search-top{
	background:#eee;	
	margin:5px;
}
.search-top input{
	width:calc(100% - 30px);
	height:30px;
	background:none;
	border:none;
	outline:none;
	padding:0px 5px;
}
.search-top a{
	width:30px;
	height:30px;
	line-height:30px;
	color:#333;	
	border-left:solid 1px #CCC;
	text-align:center;
}
.flag_vn,.flag_en{
	width:32px;
	height:30px;
	background-position:center;	
	background-repeat:no-repeat;
	display:inline-block;
}
.flag_vn{
	background-image:url(../images/flag-vi.png);
}
.flag_en{
	background-image:url(../images/flag-en.png);
}
.pro-c{
	background:#F5F5F5;
	padding:5px;	
	position:relative;
	transform:scale(1);
	transition:transform .3s;	
}
.pro-c .image{
	overflow:hidden;
}
.pro-c .image img{
	display:block;	
}
.pro-c:hover .image img{
	transform:scale(1.2);
	transition:transform .3s;	
}
.pro-c:hover{
	box-shadow:0px 0px 5px #CCC;	
	transition:box-shadow .3s;	
}
.pro-c .info{
	padding:5px;
}
.news-home-right,.news-home-left{
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	background:#0470f4;
	outline:none;
}
.partner-arrow{
	width:20px;
	height:30px;
	background:#CCC;
	text-align:center;
	line-height:30px;
	position:absolute;
	top:35%;
	font-size:18px;
	color:#333;	
	outline:none;
}
.partner-prev{
	left:0px;	
	-webkit-border-radius:3px 0px 0px 3px;
	border-radius:3px 0px 0px 3px; 
}
.partner-next{
	right:0px;
	-webkit-border-radius:0px 3px 3px 0px;
	border-radius:0px 3px 3px 0px;	 
}
.news-name-right{
	font-family:Muli-B, Tahoma, Geneva, sans-serif;
}
.table-list-td{
	border-collapse:collapse;	
	
}
.table-list-td th{
	border:solid 1px #CCC;
	background:#EEE;
	padding:8px 5px;
}
.table-list-td td{
	border:solid 1px #CCC;
	padding:8px 5px;
}
.td-name{
	font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:16px;	
}
.td-name a{
	color:#333;	
}
.title-other-news{
			font-family:Roboto-B, Tahoma, Geneva, sans-serif;
	font-size:18px;	
}