@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
/* CSS Document */

* {
	padding:0;
	margin:0;
	outline:none;
	}
h1,h2,h3,h4,h5{
	color:#013262;
}
h1{font-size:25px;}
h2{font-size:20px;}
h3{	font-size:18px; }
h4{	font-size:16px; }
h5{	font-size:15px; }
a{
	color:#013262	
	}
a:hover h2{
	color:#E6723B;
}

a,a:hover {
	text-decoration:none;
	}

h2.title{
	font-size:25px;
	text-transform:uppercase;
	width:100%;
	line-height:1;
}
h2.title small{
	font-size:18px;
	line-height:0.8;
	color: #003264;
	text-transform:none;
}
img {
	border:none;
	}
ul, li {
	list-style:none;
	}
body {
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.wrapper {
	width:100%;
	margin:0 auto;
	}
.main {
	width:972px;
	margin: 0 auto;
	}
.page_view {
	padding:5px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
p {
	color:#151515;
	font-size:14px;
	margin-bottom:10px;
	text-align:justify;
	}
#header {
	background:url(../images/banner_bgr.jpg) repeat-x;
	width:100%;
	height:100px;
	}
#logo {
	float:left;
	margin:5px 0 0 25px;
	}
#comp_name {
	float:left;
	width:355px;
	margin:10px 0 0 120px;
	}
#main_menu {
	width:100%;
	background:#e6723b;
	height:42px;
	-webkit-box-shadow: 0 1px 5px 0 #FAFFDB;
	box-shadow: 0 1px 5px 0 #FAFFDB;
	}
	
ul.menu {
	width:800px;
	float:left;
	margin-left:10px;
	}
ul.menu li {
	float:left;
	height:43px;
	line-height:41px;
	
	}
ul.menu li + li{
	border-left:1px solid #fff;
}
ul.menu li a {
	font-size:13px;
	color:#fff;
	padding:0 12px;
	}

ul.menu li a:hover {
	color:#fff;
	background:#0655A4;
	display:block;
	text-decoration:none
	}
ul.menu li.show{
	background:#e6723b;
}
.vg-nav-wrapper > li > a{
	padding:15px 20px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	display:inline-block;
	font-size:14px;
}

.vg-nav-wrapper > li > .dropdown-mega-container,
.vg-nav-wrapper > li.dropdown ul
{
	
	background:#fff;
	-webkit-box-shadow: 0 1px 5px 0 #FAFFDB;
	box-shadow: 0 1px 5px 0 #FAFFDB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
	color:#fff;
}
.vg-nav-wrapper > li.dropdown ul{
	width:300px;
}
.vg-nav-wrapper > li > .dropdown-mega-container a,
.vg-nav-wrapper > li.dropdown ul li a{
	padding:5px 10px;
	color:#E6723B ;
	font-weight:bold;
	display:inline-block;
	font-size:14px;
}
.vg-nav-wrapper > li > .dropdown-mega-container a:hover,
.vg-nav-wrapper > li.dropdown ul li a:hover{
	color:#E6723B80;
}
.vg-nav-cloned.vg-flip-list > li > a{
	padding:5px 10px;
	font-weight:bold;
	display:block;
	font-size:14px;
	width:100%;
}
.vg-sidebar-header{
	padding: 20px;
}
.vg-sidebar-close{
	font-size: 30px;
	top: 0;
	right: 30px;
}


.vg-flip-list > li.dropdown ul a,
.vg-flip-list > li.dropdown-mega > div  a
{
	padding:5px 20px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
	font-size:13px;
	width:100%;
}
.vg-nav-cloned.vg-flip-list > li > a span.toggle span.default{
	border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  width: 0;
  height: 0;
  transition: all .4s ease;
  transform: rotate(0);
  display: inline-block;
  margin-left: .355em;
  vertical-align: .255em;
}
.vg-nav-cloned.vg-flip-list .dropdown ul,
.vg-nav-cloned.vg-flip-list .dropdown-mega-container
{
	display:none
}
.vg-nav-cloned.vg-flip-list .dropdown.open ul,
.vg-nav-cloned.vg-flip-list .dropdown-mega.open .dropdown-mega-container
{
	display:block
}
.vg-nav-cloned.vg-flip-list .vg-flip-list--back{
	display:none !important;
}
.vg-nav-cloned.vg-flip-list > li.open > a span.toggle span.default
{
	transform: rotate(-180deg);
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  border-top: 0;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.banner{
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.mainmenu.sticky .banner{
	display:none;
}
#main_adv {
	width:100%;
	margin-top:3px;
	padding-top: 3px;
	text-align: center;
	}
#flag {
	float:right;
	margin:12px 10px 0 0;
	}
#search {
	background:url(../images/search_bgr.png) no-repeat;
	width:175px;
	height:23px;
	float:left;
	margin:9px 10px 0 0;
	}
.textsearch {
	background:none;
	border:none;
	width:140px;
	float:left;
	margin:4px 0 0 7px;
	position:absolute;
	}
.textsearch:focus{
	
}
.submitsearch {
	background:url(../images/search_button.jpg) no-repeat;
	width:14px;
	height:14px;
	float:right;
	margin:5px 7px 0 0;
	border:none;
	}
.sanphammoi{
	background:#fcd3bf;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
/*--end header--*/

/*--left--*/
#left {
	width:252px;
	float:left;
	margin:5px 5px 10px 0;
	}
	.box_left {
		width:252px;
		float:left;
		margin-bottom:10px;
		}
.top_left_bgr {
	float:left;
	width:252px;
	}
.bottom_left_bgr {
	width:252px;
	float:left;
	}
.content_box {
	padding:5px;
	}
.content_left {
	padding:1px;
	}
.title {
	width:249px;
	line-height:36px;
	font-weight:bold;
	color:#0655a4;
	font-size:14px;
	}
.box_title_view {
	background:url(../images/title_icon.png) left no-repeat;
	padding-left:30px;
	margin-left:10px;
	}

ul.danhmuc {
	width:248px;
	float:left;
	padding-bottom:6px;
	}
ul.danhmuc li {
	float:left;
	width:100%;
	background:url(../images/cat_underline.png) bottom center no-repeat;
	height:auto;
	margin-bottom:1px;
	}
ul.danhmuc li a {
	padding:7px 0;
	color:#222;
	float:left;
	padding-left:20px;
	margin-left:15px;
	font-size:13px;
	background:url(../images/cat_icon.png) 0 11px no-repeat;
	}
ul.danhmuc li a:hover {
	color:#f79633;
	}
#contact_info {
	width:240px;
	float:left;
	padding:8px 0;
	}
#info_left {
	width:75px;
	float:left;
	color:#656462;
	font-weight:bold;
	font-size:11px;
	}
#info_right {
	font-size:11px;
	width:165px;
	float:left;
	color:#656462;
	font-weight:bold;
	}
#info_right a {
	font-size:11px;
	width:150px;
	float:left;
	color:#656462;
	font-weight:bold;
	text-decoration:underline;
	}
#info_right a:hover {
	color:#FF0000;
	}
ul.partner_adv {
	width:100%;
	float:left;
	}
ul.partner_adv li a img {
	width:248px;
	overflow:hidden;
	margin-bottom:1px;
	}
#welcome_title {
	padding:10px 0 0 10px;
	}
/*--left--*/

/*--right--*/
#right {
	width:709px;
	float:right;
	margin:5px 0 0 0;
	}
	.box_right {
		width:709px;
		float:left;
		margin-bottom:10px;
		}
.top_right_bgr {
	float:left;
	width:709px;
	}
.bottom_right_bgr {
	width:709px;
	float:left;
	}
.title_right {
	margin:0 0 0 20px;
	width:100%;
	line-height:34px;
	font-weight:bold;
	color:#0655a4;
	font-size:14px;
	}
.box_title_right {
	padding-left:30px;
	}
.box_pro_thums {
	float:left;
	padding:10px 19px;
	}
	
.img_pro_thums {
	width:128px;
	height:95px;
	overflow:hidden;
	padding:3px;
	border:1px solid #99999985;
	
	text-align: center;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}

.img_pro_thums a {
	display:block;			
	width:126px;
	height:95px;	
	
}

.name_pro_thums {
	width:128px;
}
	
.name_pro_thums a {
	text-align:center;
	color:#0655a4;
	margin-top:11px;
	display:block;
	}
.name_pro_thums a:hover {
	color:#e77843;
	text-decoration:underline;
	font-weight:bold;
	}
/*---Phan trang---*/
#page_break {
	width:100%;
	display:block;
	float:left;
	padding-top:20px;
	}
.phan_trang{
	margin-top:5px;
	display:inline;
}

.phan_trang ul{
	border:0; 
	margin:0; 
	padding:0;
	float:left;
	margin-bottom:10px;
}



.phan_trang li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	float:left;
	padding:3px;
	color: #0b9d07;
	margin:10px 0;
}

.phan_trang a{
	margin-right:2px;
	font-weight:bold;
	display:inline;
	font-size:11px;
}

.phan_trang .previous-off,
.phan_trang .next-off {
	color:#3a3b3f;
	display:block;
	float:left;
	padding-left:200px;
	font-weight:bold;
	font-size:11px;
}

.phan_trang .next a,
.phan_trang .previous a {
	font-weight:bold;
}

.phan_trang .active{
	color:#ff0000;
	font-weight:bold;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
}

.phan_trang a:link,
.phan_trang a:visited {
	color: #3a3b3f;
	display:block;
	float:left;
	text-decoration:none;
	text-align:center;
	font-size:11px;
}

.phan_trang a:hover{
	color:#ff0000;
	font-weight:bold;
	text-decoration:underline;
}
#details_pro {
	float:left;
	margin-bottom:20px;
	}
.pro_info_title {
	font-size:14px; 
	color:#666666;
	font-weight:bold;
	margin-bottom:15px;
	text-decoration:underline;
	}
.info_details_pro {
	margin-bottom:10px;
	}
	
.list1 li {
		width:450px;
		color:#666;
		display:block;
		float:left;
		margin-left:30px;
		background:url(../images/cat_icon.png) 0 11px no-repeat;
		padding:7px 0;
		padding-left:15px;
	}
		.list1 li span {
			float:right;
			color:#424242;
			font-size:10px;
			}
		.list1 li strong {
			color:#0655a4;
			display:block;
			font-size:11px;
			width:450px;
		}
		.list1 li a {
			text-decoration:none;
			color:#0170bf;
			
		}
		.list1 li a:hover {
			color:#e77843;
			}
.list2{
	margin-top:10px;
	margin-left:10px;
	
}
.list2 li {
		width:691px;
		color:#666;
		display:block;
		float:left;
		padding:5px 0 30px 0;
	} 
		.list2 li img {
			float:left;
			margin-right:5px;
			margin-top:5px;
			display:block;
			padding:3px;
			border:1px solid #999999;
		}
		.list2 li span {
			float:right;
			color:#424242;
			font-size:10px;
			}
		.list2 li strong {
			color:#0655a4;
			display:block;
			padding-bottom:5px;
			font-size:11px;
		}
		.list2 li a {
			text-decoration:none;
			color:#0170bf;
			
		}
		.list2 li a.details {
			color:#0170bf; 
			font-size:11px;
			margin-top:10px;
			width:100%;
			display:block;
			text-align:right;
			font-weight:bold;
			text-decoration:underline;
			
		}
		.list2 li a:hover {
			color:#e77843;
			}
		.list2 li p {
			font-size:11px;
			text-align:justify;
			color:#424242;
			}
.list3 li {
		width:600px;
		color:#666;
		display:block;
		float:left;
	}
		.list3 li a {
			float:right;
			width:119px;
			height:40px;
			border:1px solid #003366;
			text-align:center;
			}
		.list3 li strong {
			color:#0655a4;
			float:left;
			height:40px;
			line-height:40px;
			font-size:11px;
			width:467px;
			border:1px solid #003366;
			padding-left:10px;
		}
		.list3 li a img {
			margin-top:8px;
			line-height:40px;
			
		}
ul.list_news{
	float:left;
	width:450px;
	margin-bottom:10px;
}

ul.list_news li{
	float:left;
	width:450px;
	margin-left:40px;
}

ul.list_news li a{
	float:left;
	color:#373737;
	background:url(../images/cat_icon.png) 0 11px no-repeat;
	padding:7px 0;
	padding-left:25px;
	}
ul.list_news li a:hover {
	color:#ff0000;
	}
	
.box_pro_details {
	width:690px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	}
.box_pro_details .large_img img{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.pro_name_title {
	font-size:14px;
	color:#0655a4;
	font-weight:bold;
	padding-left:50px;
	margin-bottom:15px;
	} 
.catalogue_title {
	font-size:14px;
	color:#0655a4;
	font-weight:bold;
	margin:15px 0;
	} 
.catalogue_title a  {
	float:right;
	color:#0655a4;
	font-size:14px;
	text-decoration:underline;
	}
.catalogue_title a:hover  {
	color:#e77843;
	}
.pro_details_left {
	float:left;
	font-weight:bold;
	color:#0655a4;
	padding-left:70px;
	width:170px;
	margin-bottom:15px;
	}
.pro_details_right {
	float:right;
	width:400px;
	margin-bottom:15px;
	}
	
.large_img	{
	display: block;
	text-align: center;	
}

.download {
	padding-left:50px;
	width:600px;
	float:left;
	}
.box_download {
	float:left;
	}
.download_left {
	float:left;
	width:459px;
	background:#0655a4;
	padding:10px 10px;
	font-weight:bold;
	color:#FFFFFF;
	border-right:1px solid #FFFFFF;
	}
.download_right {
	float:right;
	width:100px;
	background:#0655a4;
	padding:10px 10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	}
/*--contact--*/
#contact { padding-top:20px; }
#form_lienhe {width:650px; padding-bottom:10px; padding-left:20px;}
.fiel_name {width:120px; float:left; color:#666; display:block; padding-bottom:10px; font-weight:bold; font-size:11PX;}
.text_form {width:350px; border:1px solid #d5d3d3;}
.contact_comment {display:block; width:100%; float:left; padding-bottom:30px;}
/*--end contact--*/	
/*--right--*/

/*--footer--*/
.footer{
	background:#f9e0d4;
	padding:20px 0;
}
.supportTeam{
	padding:10px 0;
}
/*--footer--*/

p.contact_info{
	color:#373737; 
	font-weight:bold; 
	margin-bottom:10px;
}
 p.companyname{
	color:#0170bf; 
	font-size:14px; 
	font-weight:bold; 
	margin-bottom:10px; 
	text-decoration:underline;
}

div.message, div#error {
	display: block;
	width: 100%;
	padding: 10px 5px;	
	text-align: center;
}

div#error {
	color: #FF0000;
}

.manufeat{
	position:relative;	
	overflow:hidden;
	display:block;
	width: 245px;
	height: 120px;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}

#newsbox{		
	position:absolute;			
}

#newsbox div{
	float:left;
	width: 245px;
	height: 120px;
}

.download{
	color:#0655a4;
}
.content_box .title_right{
	background:#fff;
	border-bottom:1px solid #cccccc50;
	margin-top:10px;
	margin-bottom:10px;
	color:#e6723b;
	margin-left:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size:18px;
}

.iconbox .content_box .title_right{
	border-bottom:0;
}
.iconbox .content_box .title_right .box_title_right{
	color:#0655a4;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
}
.iconbox .content_box .title_right .box_title_right h2{
	font-weight:bold;
}
.iconbox .img-thumbnail{
	height:120px;
	overflow:hidden;
	padding:0;
	border:0;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.iconbox .img-thumbnail img{
	height:120px;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.iconbox .iconwrap{
	text-align:center;
	color:#000;
	-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.iconbox .iconwrap h5{
	height:50px;
	overflow:hidden;
	display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
	-webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.iconbox .iconlist a{
	display:block;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
}
.iconbox .iconlist a:hover img{
	height:140px;
}
.iconbox .iconlist{
	padding-left:7px;
	padding-right:7px;
	padding-bottom:15px;
}
.iconlist h5{
	height:40px;
	color:#012344;
	font-weight:bold;
}
.im-thumbnail{
	height:150px;
}
.im-thumbnail img[src="images/logo.png"]{
	opacity:0.5;
	padding:20px;
}
.title_right .box_title_right a{
	color:#fff;
	font-size:18px;
}
.products_list{
	margin-left:10px;
}
.owl-carousel.banner{
	padding-bottom:5px;
}
.owl-carousel .owl-stage-outer{
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

    .owl-carousel .owl-nav {
      overflow: hidden;
      height: 0px;
    }
	.owl-carousel .owl-dots{
		text-align: center;
		  margin-top: -40px;
		  position: absolute;
		  left: auto;
		  right: auto;
		  width: 100%;
	}
	.owl-carousel .owl-dots .owl-dot{
		background:#ccc;
		height:20px;
		width:20px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		border:3px solid #fff;
	}
	.owl-carousel .owl-dots .owl-dot + .owl-dot{
		margin-left:20px;
	}
    .owl-carousel .owl-dots .owl-dot.active span,
    .owl-carousel .owl-dots .owl-dot:hover span {
      background: #5110e9;
    }

    .owl-carousel .item {
      text-align: center;
    }
    .owl-carousel .nav-button {
      height: 50px;
      width: 25px;
      cursor: pointer;
      position: absolute;
      top: 110px !important;
    }
    .owl-carousel .owl-prev.disabled,
    .owl-carousel .owl-next.disabled {
      pointer-events: none;
      opacity: 0.25;
    }
    .owl-carousel .owl-prev {
      left: -15px;
    }
    .owl-carousel .owl-next {
      right: -15px;
    }
    .owl-nav [class*=owl-] {
      color: #00000060;
      font-size: 39px;
      background: #00000020;
      border-radius: 3px;
    }
	.owl-nav [class*=owl-]:hover {
		color: #000000;
	}
    .owl-carousel .prev-carousel:hover {
      background-position: 0px -53px;
	  color: #000000;
    }
    .owl-carousel .next-carousel:hover {
      background-position: -24px -53px;
	  color: #000000;
    }
	.owl-carousel .nav-button.small{
		top: 70px !important;
		height: 40px;
		font-size: 29px!important;
	}
	
	.owl-carousel .owl-prev.small{
		left: 0;
	}
	.owl-carousel .owl-next.small {
      right: 0;
    }
	.nhasanxuats .owl-carousel .nav-button{
		top: 50px !important;
	}
	.nhasanxuats .owl-carousel .owl-prev{
		left: 0;
	}
	.nhasanxuats .owl-carousel .owl-next{
		right: 0;
	}
	.nhasanxuats .owl-carousel .owl-dots{
		display:none;
	}
.mt-10{
	margin-top:10px;
}
.mt-20{
	margin-top:20px;
}
.mb-10{
	margin-bottom:10px;
}
.mb-20{
	margin-bottom:20px;
}
.supportTeam{
	display:block;
	width:100%;
	padding: 30px 0;
	background:#e5eff940;
}
.supportTeam > .container > .row > .col-12.mt-3{
		
}
.supportTeam .box_title_right.border-bottom{
	border-bottom:0!important;
	padding-left:0;
	margin-bottom:0!important;
	padding-bottom:0!important;
}
.supportTeam .box_title_right.border-bottom h2{
	margin-bottom:0!important;
	padding-bottom:0!important;
}
.supportTeam .userteam{
	display:flex;
	padding:20px 0;
	-webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #cccccc60;
	background:#fff;
}

.supportTeam .userteam *{
	font-size:13px;
}
.supportTeam .userteam ul,
.supportTeam .userteam table{
	display:flex;
	flex-direction: column;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.supportTeam .userteam ul li{
	text-align:center;
}
.supportTeam .userteam ul li{
	
}
.supportTeam .userteam img{
	max-height:80px;
	max-width:80px;
	width:80px;
	height:80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right:5px;
}
.supportTeam .userteam table tr:first-child > td:last-child{
	font-weight:bold;
}
.supportTeam .userteam table td p{
	margin-bottom:0;
}
.header_top .content,
.header_top .content > *
{
	font-size:14px;
}
.social-icon .nav-link{
	padding-left:0;
	padding-right:0;
}
.social-icon .nav-link.dropdown-toggle:after{
	display:none;
}
.social-icon a + a{
	margin-left:5px;
}
.home_banchay a{
	font-size:18px;
}
.home_banchay li + li{
	border-top:1px solid #cccccc50!important;
}
.home_gioithieu .anh_gioithieu{
	float:left;width:250px;margin-bottom:10px;margin-right:10px;
}

.content_boxox ul li,
.content_boxox ol li{
	list-style: initial;
}
@media only screen and (max-width: 768px) {
	.left_content{
		order:2;
	}
	.main_content{
		order:1;
	}
	.supportTeam .userteam{
		flex-direction:column;
		border:0;
		background:transparent;
	}
	.supportTeam .userteam ul,
	.supportTeam .userteam table{
		display:flex;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.supportTeam .userteam ul,
	.supportTeam .userteam table
	{
		border:1px solid #cccccc50;
		background:#fff;
		padding:10px 20px;
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
	.supportTeam .userteam ul + ul,
	.supportTeam .userteam table + table
	{
		margin-top:5px;
	}
	.header_line > .row > div + div{
		margin-top:20px;
	}
	.home_gioithieu .anh_gioithieu{
		width:100%;
	}
}