@charset "utf-8";
@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/RobotoCondensedRegular.eot');
    src: url('../fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('../fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('../fonts/RobotoCondensedRegular.woff') format('woff'),
         url('../fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('../fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansSemibold.woff2') format('woff2'),
         url('../fonts/OpenSansSemibold.woff') format('woff'),
         url('../fonts/OpenSansSemibold.ttf') format('truetype'),
         url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}
html, body, div, span,strong
{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

body /*Chỉnh thuộc tính body*/
{
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5;
	color:#333232;
}
/* Clearfix */
.clearfix:after
 {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix 
{
	display: block;
	width: 100%;
}

* html .clearfix 
{
	height: 1%;
}

a
{
	text-decoration:none; 
	color:#026ac8;
}

img
{
	border:0;
	max-width: 100%;
}
.clear
{
  
    overflow:hidden;
    clear:both;
}
.txtcenter
{
	text-align:center;
}
table,tr,td 
{
	border-collapse: collapse;
}
.thongbao
{	
    border: 1px solid #0C0;
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
    overflow: hidden;
	padding:15px;
}
.tablelienhe span
{
	color:#F00;
}
.tablelienhe td
{ 
height:25px;
}
.tablelienhe .input,.tablelienhe textarea
{
	border: 1px #E9E9E9 solid;
	azimuth:center;	
	width:300px;
	
}
.tablelienhe .title
{
	 font-size:14px; font-weight:bold; text-transform:uppercase
}

.box_news
{
	clear:both; padding-bottom:10px; padding-top:5px; border-bottom: 1px solid #E2DBDB;
}
.box_news h2
{
	font-size:12px;
	margin:0px;
}
.box_news h2 a
{
	color:#0b6f37;
}
.box_news p
{
	margin:0px;
	padding:0px;
}
.box_news p.small
{
	font-size:11px;
	color:#666666;
}
.box_news h2 a:hover
{
	color:#0C3;
}
h1.text_title
{
	color:#241900; 
	font-size:12px;
}

.image_boder
{
	float:left;
	margin:0px 10px;
	background:#FFF;
	padding:5px;
	border:1px solid #E4E4E4; 
	box-shadow:#999 0px 0px 2px 2px
}
.button 
{
    background: #36b04b;
    border: 1px solid #fff;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font: 12px tahoma,verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    padding: 5px 30px;
	cursor:pointer;
	font-weight:bold;
	box-shadow:#030 1px 1px 1px 1px;
}
.boder
{
	border:3px #E0E0E0 solid;
	 margin:0px 35px;
}
.viewmore
{		
	text-align:right;
	padding-right:10px;
}
.viewmore img
{
	vertical-align:middle;
}
.viewmore a
{
	color:#0000ff;
	font-size:11px;
	font-weight:bold;
}


.tinlienquan a
{
	color:#333
}
.textright
{
	float: right;
    padding-right: 10px;
}
.textright a 
{   
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
.othernews
{
	padding-left:10px;
	color:#666;
}

.othernews h1
{
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#333;
}
.othernews ul
{
	list-style:inside;
}
.othernews ul li
{
	padding-left:10px;
}
/* --------------------- Phan trang ------------------*/
.phantrang
{
	text-align:center;
	padding-top:15px;
	padding-bottom: 10px;
}
.phantrang a 
{
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2;
    box-shadow: 0 1px 0 #FFFFFF inset;
    color: #636363;
    cursor: pointer;
    font-size: 11px;
    margin: 0 0 0 4px;
    padding: 6px 10px;
}
.phantrang a:hover 
{
    background: none repeat scroll 0 0 #09669C; 
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}
.phantrang .paginate_button_disabled, .phantrang .paginate_button_disabled:hover 
{
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2 !important;
    color: #ADADAD !important;
    cursor: default;
    opacity: 0.7;
}
.phantrang .paginate_active, .phantrang .paginate_active:hover 
{
    background: none repeat scroll 0 0 #09669C;   
    box-shadow: none;
    color: #FFFFFF;
}/*----------------------------------------------------*/
#wrapper
{
	padding:0px;
	width:100%;	
	margin:0px auto;
}
#wrapper2
{
	padding: 0px;
    /* width: 1000px; */
    margin: 0px auto;
}
/************** Header ****************/
#header
{
	position:relative;
	
}
#header .banner
{
	width:100%;
	margin:auto;
	position:relative;
}
.logo /*Chỉnh thuộc tính logo*/
{
	height:120px;
	width:280px;
	position:absolute; /*đẩy lên*/
	top:40px;
	left:-50px;
	
}

.hotline
{
	width:210px;
	height:35px;
	line-height:35px;
	color:#F00;
	font-weight:bold;
	font-size:30px;
	position:absolute;
	top:203px;
    right:385px;
}
.navi_menu
{
	width: 1000px;
    margin: auto;
}
#header .menu
{
	background:url(../images/bg_menutop.png)  repeat-x;
    position: absolute;
	width:1000px;
	height: 40px;
	box-shadow: #000 0px 0px 12px 1px;
	border-radius: 5px;
	z-index:9999;
	bottom: 0px;
}
#header .menu ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	
}
#header .menu ul li
{
	float:left;
	height:40px;	
	
}
#header .menu ul li.line
{
	background: url(../images/line.png) no-repeat 0px 6px;
    width: 3px;
    height: 66px;
}
#header .menu ul li a
{	
	color: #000;
	display:block;	
	padding: 0px 33px;
	line-height:45px;
	text-transform:uppercase; /*làm in hoa chữ*/
	font-size:15px;
			
}

#header .menu ul li a.active,#header .menu ul li a:hover
{
	color:#026ac8;
	border-bottom: solid 3px #026ac8;
	display:block;
	height:33px;
	
}
#header .menu .box_search
{ /*chỉnh thuộc tính div tìm kiếm*/
	float:right;
	width:124px;
	padding-left:5px;
	height:33px;
	margin-right:80px;
	margin-top:5px;
	border:none;
}
#header .menu .box_search input[type="text"]
{ /*chỉnh thuộc tính input tìm*/
   font-size: 13px;
    width: 196px;
    border: none;
    background: none;
    border-radius: 8px;
    margin-left: -8px;
    margin-top: 2px;
    padding-left: 10px;
    height: 27px;
    background: url(../images/bg_search.png) repeat-x;
}
#header .menu .box_search input[type="button"]
{ /*chỉnh thuộc tính cho button tìm*/
	background: url(../images/search.png) no-repeat;
    border: none;
    position: absolute;
    margin-top: -22px;
    margin-left: 172px;
}
.bongsp{
    margin-top: 0px;
}
/***************** Container ********************/

.box_slogan
{
	padding:5px 0px;
	font-size:14px;
	color:#F00;
	font-weight:bold;
}
#container
{ /*Khung giữa Main*/
	padding-top:0px;
}
/*-----Trang Left------*/
.title
{
	position: relative;
    z-index: 1;

}

.container_left
{
	float:left;
	width:255px;
}
.container_right
{
	float:right;
	width:225px;
}

.container_right .module_right
{
	margin-bottom:10px;	
}
@font-face {
    font-family: myFirstFont;
    src: url(tex-gyre-adventor.bold.otf);
}
.container_right .module_right h2
{ /*chỉnh thuộc tính tên menu trái*/			
	font-size:14px;	
	text-transform:uppercase;
	color:#FFF;
	height:55px;
	line-height:55px;
	margin:0px 0px 5px 0px;
	background:url(../image/nd_titleright.png) no-repeat;
	text-align:center;
	font-family: myFirstFont;
}

.container_right .module_right .content
{ /*chỉnh thuộc tính menu con của menu trái*/
  margin-top:-10px;
  position:relative;
}


.container_left .module_left
{
	margin-bottom:30px;	
}
@font-face {
    font-family: myFirstFont;
    src: url(tex-gyre-adventor.bold.otf);
}
.container_left .module_left h2
{ /*chỉnh thuộc tính tên menu trái*/			
	  font-size: 15px;
  text-transform: uppercase;
  color: #FFF;
  height: 41px;
  line-height: 43px;
  margin: 0px 0px 11px 0px;
  background: #4386D5;
  text-align: center;
  font-family: myFirstFont;
}

.container_left .module_left .content
{ /*chỉnh thuộc tính menu con của menu trái*/
  margin-top:-10px;
  position:relative;
    border: 1px #ccc solid;
}

.container_left .module_left .content.padding10
{

}

.container_left .module_left ul.list_cat_product
{
	padding:0px;
	margin:0px;
	list-style:none;
}
.container_left .module_left ul.list_cat_product li
{	/*chỉnh thuộc tính menu con của menu trái*/
	border-bottom:1px solid #d0dfdf;
	height:45px;
	background:url(../image/nd_brmenu_left.png);
	
}

.container_left .module_left ul.list_cat_product li a
{ /*chỉnh thuộc tính menu con của menu trái*/
	color:#333;
	display:block;
	background: url(../image/icon_2.png) no-repeat 15px 25px;
	line-height:35px;
	padding-left:35px;
	font-size:13px;
	font-weight:300;
	border-bottom:soild 1px #666;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	padding-top:10px;
}
.container_left .module_left ul.list_cat_product li a:hover
{
	color:#006;
	font-weight:bold;
}
.container_left .module_left ul.list_cat_product li.item_support div
{
	background:url(../images/arrow.png) no-repeat left center;
	line-height:28px;
	padding-left:15px;
	font-weight:bold;
	color:#006db0;
	padding-right:15px;
}
.container_left .module_left ul.list_cat_product li.item_support a
{
	float:right;
	background:none;
}

.container_left .module_left ul.list_cat_product li.item_support span
{
	color:#fcff00;
	text-shadow:1px 1px #890000,-1px -1px #890000,-1px 1px #890000, 1px -1px #890000;
	font-size:16px;
}
.container_left .module_adv
{
	margin-bottom:10px;
}

.list_cat_dichvu_hinh
{
	min-height:95px;
}
.list_cat_dichvu_hinh1
{
	width:130px;
	margin-left:120px;
	padding-top:20px;

}
.list_cat_dichvu_sdt
{
	color:#F00;
	margin-left:120px;
	font-size:20px;
	font-weight:bold;
}
.list_cat_dichvu_thongtin
{
	background:#e9ebec no-repeat;
}
.list_cat_dichvu_thongtin_avatar
{
	width:40px;
	height:40px;
	float:left;
	margin:5px 10px 10px 5px;
}


.tienich
{
	text-decoration:none;
	list-style:none;
	background-color:#e5e5e5;
	border:solid 1px #ccc;
	padding-left:20px;
}
/***************/
.container_mid
{
	float:left;
	width:650px;
	margin-left:15px;
	margin-right:15px;
}
.container_mid .box_content
{
	width:655px;
}

.container_mid .tcat
{ /*Tiêu đề ở trang trung tâm*/
	background: url(../image/img_tieude.png) no-repeat top 0px left 0px;
	height:55px;
	line-height:35px;
	font-size:20px;
}
.khungtcat
{
	height:55px;
}
.khungtcat1
{
	height:55px;
	background:url(../image/ico.png) no-repeat top 5px left 10px;
	float:left;
	width:40px;
	position:absolute;
}
.khungtcat3
{
	height:55px;
	background:url(../image/tcat_r.png) no-repeat;
	float:left;
	  width: 430px;
}
 .tcat3
{ /*Tiêu đề ở trang chi tiết sp*/
	background: url(../images/menu_sp.png) no-repeat;
    height: 35px;
    text-transform: uppercase;
    line-height: 37px;
    font-size: 16px;
    color: #FFF;
    text-align: center;
	font-family:'OpenSansSemibold';
    margin-top: 16px;
	}

.container_mid .tcat .icon
{
	  text-transform: uppercase;
}
.container_mid .tcat a
{
	float:right;
	margin-top:10px;
}
.container_mid .content
{
	width:930px;
}
.container_mid .content img
{
}
.container_mid .tcat2
{ /*Tiêu đề ở trang trung tâm*/
	background:url(../image/img_tieude2.png) no-repeat top 0px left 0px;
	height:55px;
	line-height:35px;
	font-size:20px;
}

 .content2
{
	float:right;
	width:720px;
	display:block;
}
.khungtinnoibat
{
	width:319px;
	float:left;
	min-height:150px;
	text-align:justify;
}
.khungphai
{
	width:359px;
	float:left;
	background-color:#603;
	min-height:150px;
	border-left:dotted 1px #CCCCCC;
}
.content3
{
	float:right;
	width:720px;
	display:block;
}
.khungtinmoi
{
	width:339px;
	float:left;
	background:url(../image/ico_tinmoi.png) top 15px left 5px no-repeat;
	padding-left:20px;
	padding-top:10px;
}
.timetinmoi
{
	float:right;
	padding-right:30px;
}
.padding-left
{
	 padding:10px 0px; 
	 padding-left:40px;  
	 position:relative;
}
.padding-right
{ 
	padding:10px 0px; 
	padding-right:40px;
	position:relative;
	margin-bottom:2px;
}
.padding-left:after
{ 
	width:90%;
	height:1px; 
	border-bottom: dotted 1px #ccc;
	content:'';
 	position:absolute; 
	bottom:-1px; 
	z-index:10; 
	right:0px;
}
.padding-right:after
{
	 width:90%;
	 height:1px; 
	 border-bottom: dotted 1px #ccc; 
	 content:''; 
	 position:absolute; 
	 bottom:-1px; 
	 z-index:10; 
	 left:0px;
}
.margin-left
{ 
	margin-left:30px; 
	box-sizing:border-box; 
	width:330px;
}
.padding-timetinmoi
{
	padding-right:2px;
}
/***************** Footer ********************/

#footer
{
	background:url(../images/bg_footer.png);
	
}
.topfooter{
	background:url(../images/bg_footer.jpg) no-repeat;
	height:426px;
    margin-top: 20px;
}
.footer1000
{
	width:1000px;
	margin:auto;
}
#footer .static
{
	float:right;
	padding-top:20px;
	padding-right:10px;
	text-align:right;
}
#footer .static h3
{
	font-size:12px;
	color:#3e9200;
	text-transform:uppercase;
}
.googlemap
{
	width:290px;
	float:left;
	margin-top:12px;
	padding-bottom:5px;
}
.copyright
{
	width:600px;
	float:left;
	box-sizing: border-box; /*Gom kích thước padding margin vào chung luôn kích thước 50%*/
}

.khungcopyright
{	
	width:50%;
	float:left;
	padding-top:20px;
}
.iconmxh
{
	  float: left;
  width: 220px;
  color: #fff;
  margin-left: 30px;

}
.mxh1
{
	width:40px;
	padding-bottom:10px;
}
.tenmxh
{
	w  width: 180px;
  float: right;
  margin-top: -35px;
  font-weight: bold;
  font-size: 14px;
}
.cuoifooter
{
	background:#346cae;
	height:30px;
	text-align:center;
	line-height:30px;
	color:#E1DCDC;
	font-weight:bold;
	font-size:14px;
}

/*---------------------------------------*/
.product_detail_pic
{
	float:left;
	width:300px;
	margin-right:10px;
}
ul.product_info
{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul.product_info li
{
	padding:3px 0px;
}
ul.product_info li span
{
	font-weight:bold;
	color:#337e01;
	font-size:16px;
}
.usual{
	margin-bottom:10px;
}
.usual ul#tab_content
{
	margin:0px;
	padding:0px;
}
.usual ul#tab_content li 
{
    float: left;
    list-style: none outside none;
}
.usual ul#tab_content a 
{
    background: #999;
    color: #FFF;
    display: block;   
    margin: 1px 1px 1px 0;
    padding: 6px 20px;
    text-decoration: none !important;
	font-weight:bold;
}
.usual ul#tab_content a:hover
{
   background:#2993D1;
    color: #FFFFFF;
}
.usual ul#tab_content a.selected 
{
    background:#2993D1;
    border-bottom: 1px solid snow;
    color: #FFF;
    cursor: default;
    margin-bottom: 0;
	
}
.content_tab
{
	clear: left;
	padding:10px 0px;
}
.rows_comment
{
	border:1px solid #EFEFEF;
	margin:5px;
	padding:10px;
}
/*************************/
.title_table
{
	background:#2993D1;
	color:#FFF;
	font-weight:bold;
}
/*****************************/
.title_news
{
	font-weight:bold;
	color:#241900;
	font-size:14px;
}
/******************************/
.item_product
{ /*hinh show sản phẩm trang trung tâm*/
	float: left;
    width: 197px;
    margin: 7px 3px 30px 0px;
    text-align: center;
	
}

.item_product .images
{	
	position:relative;
	border:solid 1px #ccc;

}
.bongsp2{
}
.multi-hover{
	border: solid 1px #D6CBCB;
    background: #fff;
    width: 193px;
    height: 149px;
}
.item_product .images .icon
{
	position:absolute;
	top:3px;
	right:3px;
	display:none;
}

.item_product .name
{
	font-family:Arial, Helvetica, sans-serif;
	height:35px;

	line-height:35px;
	font-weight:bold;
}
.item_product .name a
{
	  color: #FE0000;
}
.item_product .price
{
	color:#F30;
}
.item_product .price span
{
	color:#ff0000;
}


.item_product .namenb
{
	font-family:Arial, Helvetica, sans-serif;
	height:35px;
	line-height:35px;
	font-weight:bold;
}
.item_product .namenb a
{
	color:#000;
}
.item_product .pricenb
{
	color:#F30;
	height:35px;
	background:#a4c6ee;
	line-height:35px;
		font-weight:bold;

}
.item_product .pricenb span
{
	color:#ff0000;
}



.item_product .btn_order
{
	padding:5px 0px;
}
.item_product .btn_order img
{
	cursor:pointer;
}

/*------------------- Doi tac css -------------------*/
.box_partner
{	
	background:#FFF;
	border:1px solid #b9b9b9;
	padding:9px;
	margin:0px 10px;
}

.ma-brand-slider-contain
{	
	width:950px;
}

.brand-slider .jcarousel-container
{
    -moz-border-radius: 10px;
    background: #fff;
    border: 2px solid #000;
}

.brand-slider .jcarousel-container-horizontal 
{
    width: 1000px;
    padding: 10px 0px;
	padding-left:40px;
	margin:0 auto;
	margin-top:80px
}
.brand-slider .jcarousel-clip-horizontal 
{
    width:  960px;
    height: 154px;
}

.brand-slider .jcarousel-item 
{
    width: 135px;
	float: left;
    list-style: none outside none;
	text-align:center;
}

.brand-slider .jcarousel-item-horizontal 
{
    margin-right: 25px;
	position: relative;
	height:80px;
	width:150px;
}

.brand-slider .jcarousel-item-placeholder 
{
    background: #fff;
    color: #000;
}
.brand-slider .product-image 
{
	display:inline-block;
	margin:0 0 8px;
}

/**
 *  Horizontal Buttons
 */
.ma-brand-slider .jcarousel-next-horizontal 
{
    position: absolute;
    top: 40%;
    right: -35px;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.ma-brand-slider .jcarousel-next-horizontal:hover 
{
    
}

.ma-brand-slider .jcarousel-next-horizontal:active 
{
   
}

.ma-brand-slider .jcarousel-next-disabled-horizontal,
.ma-brand-slider .jcarousel-next-disabled-horizontal:hover,
.ma-brand-slider .jcarousel-next-disabled-horizontal:active 
{
    cursor: default;    
}

.ma-brand-slider .jcarousel-prev-horizontal 
{
    position: absolute;
    top: 40%;
    left: -35px;
    width: 33px;
    height: 33px;
    cursor: pointer;
}

.ma-brand-slider .jcarousel-prev-horizontal:hover 
{
    background-position: 0 100%;
}

.ma-brand-slider .jcarousel-prev-horizontal:active 
{
    background-position: 0 100%;
}

.ma-brand-slider .jcarousel-prev-disabled-horizontal,
.ma-brand-slider .jcarousel-prev-disabled-horizontal:hover,
.ma-brand-slider .jcarousel-prev-disabled-horizontal:active 
{
    cursor: default;
    background-position: 0 100%;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.ma-brand-slider .jcarousel-container 
{
    position: relative;
}
.ma-brand-slider .jcarousel-clip 
{
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.ma-brand-slider .jcarousel-list 
{
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}
.ma-brand-slider .jcarousel-next 
{
    z-index: 3;
    display: none;
}
.ma-brand-slider .jcarousel-prev 
{
    z-index: 3;
    display: none;
}

.ma-brand-slider .ma-des 
{
	position: absolute;
	bottom: 10px;
}
.ma-brand-slider .ma-des-title {}
.ma-brand-slider .ma-des-title h2 {
}
.ma-brand-slider .ma-des-content {}
/*************************************/
.box_video .title
{
	font-weight:bold;
	padding-top:5px;
}
#galleria{
	  height: 485px;
	  background: #FFF 
}
  
/*-------------- Map css ------------*/
#map_canvas 
{    
    height: 500px;
    width: 650px;
	margin:10px auto;
}
.map_description 
{
    color: #000000;
    overflow: auto;
    width: 275px;
}
.map_description .default
{
    color: #FF0000;
}
.map_description div 
{
    line-height: 18px;
    margin: 3px;
}
.map_list_address
{
    float: left;
    height: 500px;
    overflow: hidden;
    width: 250px;
}
.map_list_address .list
{
    line-height: 18px;
    margin-bottom: 5px;
}
.map_list_address span 
{
    color: #FCFF46;
}
.map_title 
{
    color: #30A602;
    font-weight: bold;
}
.navigate .C 
{
    width: 970px;
}
/************************************/
.box_news_left
{
	float:left;
	width:450px;
	padding:10px;
}
.box_news_left .image
{	
	float:left;
	margin-right:10px;
}
.box_news_left p
{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:justify;
}
.box_news_left p.smail_txt{
	font-size:11px;
	color:#939393;
	font-style:italic;
}
.box_news_left .name
{
}
.box_news_left .name a
{
	color:#0888e6;
	font-weight:bold;
}
.box_news_right
{
	float:right;
	width:270px;
}
.box_news_right ul
{
	list-style:none;
	margin:0px;
	padding-left:10px;
}
.box_news_right ul li
{
	background:url(../images/dot.png) no-repeat 5px 5px;
	padding-left:20px;
}
.box_news_right ul li a
{
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}
.box_news_right ul li img
{
	padding:2px;
	border:1px solid #d6d6d6;
	float:left;
	margin-right:5px;
	display:none;
}
.box_news_right ul li:first-child
{
	padding-left:0px;
	background:none;
}
.box_news_right ul li:first-child a
{
	text-transform:uppercase;
	color:#011ffe;
}
.box_news_right ul li:first-child img
{
	display:inline;
}
.title_news
{
	color: #0888E6;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 10px 5px;
	margin:0px;
}
.scroll-top
{
	 position:fixed;
	 z-index:1001; 
	 right:0px; 
	 top:90%;
	  display:none;
	  left:0px;
}
.tintuc_all_moi
{
	border-bottom:1px solid #e4e4e4; 
	margin-bottom:15px;
	padding:0px 15px 0px 10px;
     width:230px;
}

.dtlienhe
{
	  width: 100%;
      height: 35px;
      background: url(../image/ico_phone.png) no-repeat top 0px left 20px;
      padding-left: 60px;
      line-height: 30px;
	  color:#03C;
	  font-weight:bold;

}
.emaillienhe
{
	  width: 100%;
      height: 35px;
      background: url(../image/ico_email.png) no-repeat top 0px left 20px;
      padding-left: 60px;
      line-height: 30px;
	  font-weight:bold;
	
}
.box-icon
{
	width:100%;
	
	  margin-bottom: 40px;
	
}
.ico-yahoo
{
	height:40px;
	width:40px;
	float:left;
	margin-left:70px;
	
}
.ico-sky
{
	height:40px;
	width:40px;
	float:left;

}
.box-hotro
{
	  background:url(../images/rigth.png) no-repeat;	
}
.khungfb-like
{
	float:left;
}
.owl-theme .owl-controls .owl-buttons div 
{
	display:none !important;
}
.owl-theme .owl-controls .owl-page span {
	margin:0px !important;
	display:none !important;
	}
#header .menu .ddsmoothmenu ul li ul  li{
 
      /* background: url(../images/bg_menutop.png) repeat-x !important; */
  
}

#header .menu .ddsmoothmenu ul li ul a.selected, #header .menu .ddsmoothmenu ul li ul li a:hover {
 	background: #da231f;
 color:#fff;
}
.container_skitter{
height:397px !important;
}
.info_slide{
display:none !important;
}
.w_box_icon{
    width: 1000px;
    margin: auto;
    float: right;
}
.box_icon{
	float: right;
    margin-top: -84px;
    position: absolute;
    margin-left: 657px;
}
.icon{
    float: left;
    padding-left: 7px;
}
#right{
	background: url(../images/right.png) no-repeat;
    width: 277px;
    height: 379px;
    margin-left: 1072px;
    z-index: 9999;
    position: absolute;
    margin-top: -389px;
}
.sp{
    margin-left: 24px;
    margin-top: 20px;
	height:358px;
	width: 277px;
}
.sp p{
    color: #fff;
    padding-left: 10px;
    line-height: 0px;
    margin-top: 22px;
}
.sp img{
    padding-bottom: 18px;
}
.dacta{
	text-align: center;
    margin-top: 22px;
}
.imgWrap {
  position: relative;
  height: 164px;
  width: 219px;
}

.imgDescription {
  position: absolute;
  top: -12px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(63, 129, 195, 0.73);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-align:left;
  font-size: 13px;
  padding-left: 7px;
  padding-top: 7px;
}


.imgWrap:hover .imgDescription {
  visibility: visible;
  opacity: 1;
}
#content{
    background:url(../images/bg_tt.jpg);
    width: 1349px;
    margin-left: -175px;
}
.box_content{
    width: 1000px;
    margin: auto;
}
.item_product1{
    float: left;
    width: 222px;
    margin: 21px 33px 4px 0px;
    text-align: center;
}
.bg_img{
	width: 245px;
    height: 169px;
    padding-top: -12px;
    background-color: #fff;
}
.imgWrap1 {
   position: relative;
    height: 177px;
    width: 238px;
    padding-top: 2px;
    padding-left: 3px;
    text-align: left;
}
.item_product1 .images1 {
    position: relative;
}
.imgDescription1 {
      position: absolute;
    top: -10px;
    bottom: 0;
    left: 4px;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    font-size: 14px;
    padding-left: 10px;


  visibility: hidden;
  opacity: 0;

  /*remove comment if you want a gradual transition between states
  -webkit-transition: visibility opacity 0.2s;
  */
}


.imgWrap1:hover .imgDescription1 {
  visibility: visible;
  opacity: 1;
}
.item_product1 .name1 {
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
	font-size: 16px;
}
.item_product .name2{
    font-family: Arial, Helvetica, sans-serif;
    height: 35px;
    line-height: 19px;
    font-weight: bold;
	font-size: 16px;
}
.new{
    width: 51px;
    height: 53px;
    /* float: left; */
    float: right;
    margin-top: -166px;
}
.imgWrap2 {
	position: relative;
    height: 160px;
    /* top: 0px; */
    padding-top: 0px;
    padding-left: 2px;
    /* padding-left: 10px; */
    width: 189px;
}

.imgDescription2 {
position: absolute;
    top: -11px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(29, 106, 154, 0.72);
    color: #fff;
    visibility: hidden;
    text-align: left;
    opacity: 0;
	padding-left: 10px;
    padding-top: 10px;
}

.nd_news{
    margin-top: -30px;
}
.imgWrap2:hover .imgDescription2 {
  visibility: visible;
  opacity: 1;
}
#about{
width:600px;
float:left;
margin-left:20px;
    margin-top: 30px;
}
#news{
width:380px;
float:right;
margin-top: 30px;
}
.tt_news{
	background: url(../images/menu_tt.png) no-repeat 176px 5px;
    height: 33px;
    color: #026ac8;
    font-size: 16px;
    font-weight: bold;
    font-family: 'OpenSansSemibold';
}
.tt_about{
	background: url(../images/menu_gt.png) no-repeat 108px 5px;
    height: 33px;
    color: #026ac8;
    font-size: 16px;
    font-weight: bold;
	font-family:'OpenSansSemibold';
}


/* Edit by NDT */
@font-face {
    font-family: 'UTMAvo';
    src: url('../fonts/UTMAvoBold.eot');
    src: url('../fonts/UTMAvoBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvoBold.woff2') format('woff2'),
        url('../fonts/UTMAvoBold.woff') format('woff'),
        url('../fonts/UTMAvoBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMAvo';
    src: url('../fonts/UTMAvo.eot');
    src: url('../fonts/UTMAvo.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UTMAvo.woff2') format('woff2'),
        url('../fonts/UTMAvo.woff') format('woff'),
        url('../fonts/UTMAvo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMPierre';
    src: url('../fonts/UTMPierre.eot');
    src: url('../fonts/UTMPierre.eot') format('embedded-opentype'),
         url('../fonts/UTMPierre.woff2') format('woff2'),
         url('../fonts/UTMPierre.woff') format('woff'),
         url('../fonts/UTMPierre.ttf') format('truetype'),
         url('../fonts/UTMPierre.svg#UTMPierre') format('svg');
}

@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Heavy.eot');
    src: url('../fonts/SanFranciscoDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SanFranciscoDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SanFranciscoDisplay-Heavy.woff') format('woff'),
        url('../fonts/SanFranciscoDisplay-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SanFranciscoDisplay';
    src: url('../fonts/SanFranciscoDisplay-Regular.eot');
    src: url('../fonts/SanFranciscoDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SanFranciscoDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SanFranciscoDisplay-Regular.woff') format('woff'),
        url('../fonts/SanFranciscoDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UTMYenTu';
    src: url('../fonts/UTMYenTu.eot');
    src: url('../fonts/UTMYenTu.eot') format('embedded-opentype'),
         url('../fonts/UTMYenTu.woff2') format('woff2'),
         url('../fonts/UTMYenTu.woff') format('woff'),
         url('../fonts/UTMYenTu.ttf') format('truetype'),
         url('../fonts/UTMYenTu.svg#UTMYenTu') format('svg');
}


body {
	font-family: 'Roboto';
}
.wrap-content {
	padding: 0 15px;
	max-width: 1300px;
	margin: auto;
	box-sizing: border-box;
}

.header-top {
	background-color: #f1f3f4;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	padding: 3px 0;
}

.top-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.top-right {
	display: flex;
	align-items: center;
}

.top-email {
	margin-right: 20px;
	background: url(../images/bg_email.png) left center no-repeat;
	padding-left: 35px;
}

.top-social {
	display: flex;
	align-items: center;
}

.top-social a {
	display: block;
	margin: 0 2px;
}

.header-bottom {
	padding: 10px 0;
}

.header-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-hotline {
	background: url(../images/bg_header_hotline.png) left center no-repeat;
	padding-left: 70px;
	min-height: 67px;
}

.header-hotline__slogan {
	font-size: 18px;
	color: #0342ac;
	font-family: 'UTMPierre';
	line-height: 1em;
}

.header-hotline__number {
	font-size: 22px;
	color: #d90010;
	font-family: 'UTMAvo';
	font-weight: bold;
}

.navi_menu {
	width: 100%;
	background: linear-gradient(to right, #028900, #74d600);
}


#header .menu {
	position: sticky;
	top: 0;
	width: 100%;
	background: linear-gradient(to right, #028900, #74d600);
	height: unset;
	box-shadow: none;
	bottom: unset;
}

#header .menu ul {
	position: relative;
}

#header .menu ul li a {
	color: #fff;
	line-height: 50px;
	font-weight: bold;
	font-size: 14px;
}

.menu-flex {
	display: flex;
	align-items: center;
}

#header .menu ul li.line {
	height: 20px;
	background-position: center;
	background: none;
	border-left: 1px dotted #fff;
}

#header .menu ul li {
	height: unset;
}

#header .menu ul li a.active, #header .menu ul li a:hover {
	height: unset;
	border-bottom: unset;
	background-color: #da231f;
	color: #fff;
}

#header .menu .box_search {
	position: absolute;
	right: 0;
	width: 300px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	background-color: #fff;
	border-radius: 999px;
	margin: 0;
	height: 40px;
	padding: 0;
}

#header .menu .box_search input[type="text"] {
	width: calc(100% - 40px);
	background: none;
	box-sizing: border-box;
	padding-left: 10px;
	margin: 0;
}

#header .menu .box_search button {
	background: none;
	width: 40px;
	text-align: center;
	background: none;
	border: none;
	font-size: 20px;
}

.box_skitter_large {
	height: 460px;
	margin: auto;
	max-width: 1366px;
}

/* .box_skitter_large .box_clone img, */
.box_skitter_large .image>a img, .box_skitter_large .image>img {
    width: 100%;
}

.box_skitter_large .image a {
	text-align: center;
	display: block;
}


.hover-img {
    display: block;
    overflow: hidden;
}

.hover-img img {
    width: 100%;
    transition: ease 0.3s;
    display: block;
}

.hover-img:hover img {
    transform: scale(1.1);
    /* animation: pulse 1s; */
}

.hover-glass {
    overflow: hidden;
    display: block;
    position: relative;
}

.hover-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.hover-glass:hover:before {
	-webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.hover-glass img {
    width: 100%;
    transition: ease 0.3s;
    display: block;
}

.index-box {
	padding: 40px 0;
}

.index-box * {
	box-sizing: border-box;
}

.about-box {
	background-color: #f7f7f7;
}

.about-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.about-content {
	width: 51.968504%; /* 660/1270 */
}

.about-title {
	margin-bottom: 5px;
}

.about-title__slogan {
	font-size: 30px;
	color: #028900;
	font-family: 'UTMYenTu';
}

.about-title__name {
	font-size: 36px;
	color: #da231f;
	text-transform: uppercase;
	font-family: 'SanFranciscoDisplay';
	font-weight: 800;
}

.about-img {
	width: 45.669291%; /* 580/1270 */
	padding: 10px;
	position: relative;
}

.about-img img {
	width: 100%;
	position: relative;
	z-index: 1;
	display: block;
}

.about-img::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 10px;
	right: 10px;
	border: 1px solid #1d4d7c;
}

.about-img::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	top: 10px;
	left: 10px;
	border: 1px solid #1d4d7c;
}

.product-title {
	margin-bottom: 20px;
	position: relative;
	display: flex;
}

.product-title::before {
	content: '';
	position: absolute;
	left: 30px;
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #73d500;
}

.product-title::after {
	content: '';
	position: absolute;
	left: 100%;
	top: 100%;
	transform: translateY(-50%);
	width: 25px;
	height: 18px;
	background: url(../images/bg_product_title_after.png) center no-repeat;
}

.product-title__name {
	padding: 11px 25px 11px 60px;
	background: linear-gradient(to right, #028900, #74d600);
	font-weight: 900;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	min-width: 220px;
	border-radius: 0 20px;
	position: relative;
}

.product-title__name::before {
	content: '';
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/bg_product_title.png) center no-repeat;
	width: 42px;
	height: 42px;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 15px;
}

.product-item {
	text-align: center;
	color: #666666;
}

.product-item__img {
	border: 1px solid #e5e5e5;
	padding: 8px;
}

.product-item__info {
	padding: 10px;
}

.product-item__name {
	color: inherit;
}

.product-item__price-now {
	font-weight: bold;
	color: #da231f;
}

.abs-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.video-box {
	width: 49%;
}

.news-box {
	width: 49%;
}

.news-item {
	color: #666666;
}

.news-item__info {
	padding: 10px 0;
}

.news-item__name {
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.news-item__date {
	font-size: 12px;
	color: #f40002;
	margin: 5px 0;
}

.news-item__des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.map-contact {
	padding: 15px 0;
}

.map-contact iframe {
	display: block;
	width: 100%;
	height: 400px;
}

.footer * {
	box-sizing: border-box;
}

.footer-container {
    background: url(../images/bg_footer1.jpg) center bottom no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 15px;
}

.footer-top {
    padding-top: 25px;
    border-bottom: 1px solid #353536;
}

.footer-top-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-top__card {
    width: 33.33%;
    border-right: 1px solid #353536;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 15px 10px;
}

.footer-top__card:last-child {
	border: none;
}

.footer-top__title {
    position: relative;
}

.footer-top__title-name {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}

.footer-top__mxh {
    position: relative;
}

.footer-top__mxh-title {
    font-size: 20px;
    font-weight: 900;
    color: #e0aa02;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-top__mxha {
    display: flex;
    justify-content: center;
}

.footer-top__hotline {
    background: url(../images/bg_footer_hotline.png) left center no-repeat;
    padding-left: 55px;
    min-height: 48px;
    font-weight: 900;
}

.footer-top__hotline-title {
    text-transform: uppercase;
    font-size: 20px;
}

.footer-top__hotline-number {
	color: #e0aa02;
}

.footer-bottom {
	padding: 30px 0;
}

.footer-bottom-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-content {
	width: 24.409449%; /* 310/1270 */
}

.footer-chinhsach {
	width: 15.748031%; /* 200/1270 */
}

.footer-map {
	width: 51.181102%; /* 650/1270 */
}

.footer-map iframe {
	display: block;
	width: 100%;
	height: 245px;
}

.footer-title {
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-ul {
	list-style-type: disc;
	list-style-position: inside;
	color: #fbbc05;
	margin: 0;
	padding: 0;
}

.footer-ul li {
	margin: 5px 0;
}

.footer-ul li a {
	color: #fff;
}

.tcat3 {
	background-position: center center;
}

.footer-power {
	display: block;
	padding: 15px 0;
	background-color: #181818;
	color: #fff;
}

.footer-power-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#header .menu .ddsmoothmenu ul li ul li {
	background: linear-gradient(to right, #028900, #74d600);
	padding: 5px 0;
}

#header .menu #smoothmenu1 ul li ul li a {
	color: #fff;
}
/* End edit by NDT */